Max level shown:
1 [ Dec 14 04:35:00 Enabled. ]
2 [ Dec 14 04:35:00 Rereading configuration. ]
3 [ Dec 14 04:35:00 Rereading configuration. ]
4 [ Dec 14 04:35:12 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Dec 14 04:35:12 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.12.14 04:35:13.300315 [ 1 ] {} <Information> Application: Will watch for the process with pid 23862
29 2024.12.14 04:35:13.300911 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.14 04:35:13.841021 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23862
31 2024.12.14 04:35:13.841747 [ 1 ] {} <Information> Application: starting up
32 2024.12.14 04:35:13.842424 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.14 04:35:13.929170 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.14 04:35:13.979551 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.14 04:35:13.979604 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.14 04:35:13.979617 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.14 04:35:13.979684 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.14 04:35:13.980080 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.14 04:35:13.981627 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.12.14 04:35:13.982380 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.14 04:35:13.983200 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.12.14 04:35:13.983221 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.12.14 04:35:13.983236 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.14 04:35:13.983412 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.14 04:35:13.984415 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.14 04:35:13.989595 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.14 04:35:13.990382 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.14 04:35:13.991631 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.14 04:35:13.991693 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.14 04:35:13.993178 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.12.14 04:35:13.993708 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.14 04:35:13.998263 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.14 04:35:13.998723 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.14 04:35:14.000330 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.14 04:35:14.000800 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.14 04:35:14.001131 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.14 04:35:14.001517 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.14 04:35:14.002890 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.14 04:35:14.002919 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.14 04:35:14.002994 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.14 04:35:14.003186 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.14 04:35:14.034389 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.14 04:35:14.034423 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179655 sec
68 2024.12.14 04:35:14.034473 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.14 04:35:14.034493 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.14 04:35:14.035669 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.14 04:35:14.036679 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.14 04:35:14.049881 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.14 04:35:14.049928 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.14 04:35:14.049953 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.14 04:35:14.049966 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.14 04:35:14.049996 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.14 04:35:14.050017 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.14 04:35:14.055758 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.14 04:35:14.055810 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.14 04:35:14.055834 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.14 04:35:14.056034 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.14 04:35:14.056056 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.14 04:35:14.056092 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.14 04:35:14.056113 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.14 04:35:14.056125 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.14 04:35:14.056164 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.14 04:35:14.056182 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.14 04:35:14.082784 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.14 04:35:14.084847 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.14 04:35:14.084880 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0782e-05 sec
91 2024.12.14 04:35:14.084893 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.14 04:35:14.084905 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.14 04:35:14.084928 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.14 04:35:14.085121 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.14 04:35:14.085176 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.14 04:35:14.085191 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.14 04:35:14.085202 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.12.14 04:35:14.085214 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.14 04:35:14.097943 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.14 04:35:14.098161 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2024.12.14 04:35:14.099081 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.5641e-05 sec.
102 2024.12.14 04:35:14.100091 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.14 04:35:14.100200 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.14 04:35:14.100219 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.14 04:35:14.378924 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65505
106 2024.12.14 04:35:14.379191 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.14 04:35:14.379248 [ 3 ] {} <Debug> TCP-Session: 00d24585-8679-4a72-959e-c234bee3b00d Authenticating user 'default' from [fd00:1122:3344:101::c]:65505
108 2024.12.14 04:35:14.379279 [ 3 ] {} <Debug> TCP-Session: 00d24585-8679-4a72-959e-c234bee3b00d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.14 04:35:14.379300 [ 3 ] {} <Debug> TCP-Session: 00d24585-8679-4a72-959e-c234bee3b00d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.14 04:35:14.379385 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.14 04:35:14.379413 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.12.14 04:35:14.379437 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.12.14 04:35:14.380935 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35647
114 2024.12.14 04:35:14.381073 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.14 04:35:14.381109 [ 4 ] {} <Debug> TCP-Session: 0cf878b4-6c96-4c4d-be07-2e9b38b6a3ed Authenticating user 'default' from [fd00:1122:3344:101::c]:35647
116 2024.12.14 04:35:14.381137 [ 4 ] {} <Debug> TCP-Session: 0cf878b4-6c96-4c4d-be07-2e9b38b6a3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.14 04:35:14.381171 [ 4 ] {} <Debug> TCP-Session: 0cf878b4-6c96-4c4d-be07-2e9b38b6a3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.14 04:35:14.381728 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39098
119 2024.12.14 04:35:14.381732 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34225
120 2024.12.14 04:35:14.381862 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2024.12.14 04:35:14.381986 [ 253 ] {} <Debug> TCP-Session: 21be38b7-4584-4f54-baa6-f2f36e9adcb1 Authenticating user 'default' from [fd00:1122:3344:101::c]:39098
122 2024.12.14 04:35:14.382025 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51699
123 2024.12.14 04:35:14.382048 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.12.14 04:35:14.382081 [ 253 ] {} <Debug> TCP-Session: 21be38b7-4584-4f54-baa6-f2f36e9adcb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
125 2024.12.14 04:35:14.382059 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56787
126 2024.12.14 04:35:14.382136 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52039
127 2024.12.14 04:35:14.382364 [ 5 ] {} <Debug> TCP-Session: ece56b70-1670-4fca-9006-8b1d4a7f062b Authenticating user 'default' from [fd00:1122:3344:101::c]:34225
128 2024.12.14 04:35:14.382376 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39757
129 2024.12.14 04:35:14.382380 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2024.12.14 04:35:14.382651 [ 255 ] {} <Debug> TCP-Session: eb1c417b-6032-449a-88c7-5b6d030d4537 Authenticating user 'default' from [fd00:1122:3344:101::c]:51699
131 2024.12.14 04:35:14.382288 [ 253 ] {} <Debug> TCP-Session: 21be38b7-4584-4f54-baa6-f2f36e9adcb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.14 04:35:14.382700 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2024.12.14 04:35:14.382754 [ 5 ] {} <Debug> TCP-Session: ece56b70-1670-4fca-9006-8b1d4a7f062b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2024.12.14 04:35:14.382772 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2024.12.14 04:35:14.382816 [ 255 ] {} <Debug> TCP-Session: eb1c417b-6032-449a-88c7-5b6d030d4537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2024.12.14 04:35:14.382842 [ 256 ] {} <Debug> TCP-Session: 2bb38e2a-e08d-440b-8c49-18a3820c055f Authenticating user 'default' from [fd00:1122:3344:101::c]:52039
137 2024.12.14 04:35:14.382875 [ 5 ] {} <Debug> TCP-Session: ece56b70-1670-4fca-9006-8b1d4a7f062b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2024.12.14 04:35:14.382925 [ 255 ] {} <Debug> TCP-Session: eb1c417b-6032-449a-88c7-5b6d030d4537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2024.12.14 04:35:14.382977 [ 257 ] {} <Debug> TCP-Session: 51e80759-d12f-42dc-816d-5255e9432d50 Authenticating user 'default' from [fd00:1122:3344:101::c]:39757
140 2024.12.14 04:35:14.383024 [ 256 ] {} <Debug> TCP-Session: 2bb38e2a-e08d-440b-8c49-18a3820c055f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2024.12.14 04:35:14.383071 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2024.12.14 04:35:14.383082 [ 257 ] {} <Debug> TCP-Session: 51e80759-d12f-42dc-816d-5255e9432d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.14 04:35:14.383103 [ 256 ] {} <Debug> TCP-Session: 2bb38e2a-e08d-440b-8c49-18a3820c055f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.14 04:35:14.383245 [ 257 ] {} <Debug> TCP-Session: 51e80759-d12f-42dc-816d-5255e9432d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2024.12.14 04:35:14.383260 [ 254 ] {} <Debug> TCP-Session: 37450f01-f79e-4f0c-93f0-6e5ed6a747c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:56787
146 2024.12.14 04:35:14.383315 [ 254 ] {} <Debug> TCP-Session: 37450f01-f79e-4f0c-93f0-6e5ed6a747c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.14 04:35:14.383345 [ 254 ] {} <Debug> TCP-Session: 37450f01-f79e-4f0c-93f0-6e5ed6a747c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.14 04:35:14.581097 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64630
149 2024.12.14 04:35:14.581260 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.12.14 04:35:14.581312 [ 258 ] {} <Debug> TCP-Session: c07b69ab-05e7-4d1a-b7e1-1cc578dcc14b Authenticating user 'default' from [fd00:1122:3344:101::a]:64630
151 2024.12.14 04:35:14.581337 [ 258 ] {} <Debug> TCP-Session: c07b69ab-05e7-4d1a-b7e1-1cc578dcc14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.14 04:35:14.581354 [ 258 ] {} <Debug> TCP-Session: c07b69ab-05e7-4d1a-b7e1-1cc578dcc14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.14 04:35:14.581433 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.12.14 04:35:14.581464 [ 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.12.14 04:35:14.581494 [ 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.12.14 04:35:14.583049 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39045
157 2024.12.14 04:35:14.583059 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40207
158 2024.12.14 04:35:14.583130 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45169
159 2024.12.14 04:35:14.583368 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2024.12.14 04:35:14.583374 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2024.12.14 04:35:14.583530 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
162 2024.12.14 04:35:14.583520 [ 260 ] {} <Debug> TCP-Session: 1e3632f6-e9aa-41e9-99fd-f5386ca3e12a Authenticating user 'default' from [fd00:1122:3344:101::a]:39045
163 2024.12.14 04:35:14.583556 [ 259 ] {} <Debug> TCP-Session: fe1deaa3-f4e7-4c90-8f4a-439e4ca57718 Authenticating user 'default' from [fd00:1122:3344:101::a]:40207
164 2024.12.14 04:35:14.583383 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56462
165 2024.12.14 04:35:14.583603 [ 261 ] {} <Debug> TCP-Session: f3eb8205-e9a4-448c-b824-b7a5e3a8a439 Authenticating user 'default' from [fd00:1122:3344:101::a]:45169
166 2024.12.14 04:35:14.583556 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48744
167 2024.12.14 04:35:14.583622 [ 260 ] {} <Debug> TCP-Session: 1e3632f6-e9aa-41e9-99fd-f5386ca3e12a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
168 2024.12.14 04:35:14.583712 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58672
169 2024.12.14 04:35:14.583726 [ 259 ] {} <Debug> TCP-Session: fe1deaa3-f4e7-4c90-8f4a-439e4ca57718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2024.12.14 04:35:14.583824 [ 260 ] {} <Debug> TCP-Session: 1e3632f6-e9aa-41e9-99fd-f5386ca3e12a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2024.12.14 04:35:14.583884 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47427
172 2024.12.14 04:35:14.583944 [ 259 ] {} <Debug> TCP-Session: fe1deaa3-f4e7-4c90-8f4a-439e4ca57718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2024.12.14 04:35:14.584381 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2024.12.14 04:35:14.584387 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2024.12.14 04:35:14.584114 [ 261 ] {} <Debug> TCP-Session: f3eb8205-e9a4-448c-b824-b7a5e3a8a439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
176 2024.12.14 04:35:14.584426 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2024.12.14 04:35:14.584445 [ 265 ] {} <Debug> TCP-Session: 1bd58e03-7a58-4f98-8034-71b8aa1afb8b Authenticating user 'default' from [fd00:1122:3344:101::a]:47427
178 2024.12.14 04:35:14.584379 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.12.14 04:35:14.584498 [ 264 ] {} <Debug> TCP-Session: 082f3b26-feb7-48ab-8036-2445999d7d69 Authenticating user 'default' from [fd00:1122:3344:101::a]:58672
180 2024.12.14 04:35:14.584517 [ 261 ] {} <Debug> TCP-Session: f3eb8205-e9a4-448c-b824-b7a5e3a8a439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
181 2024.12.14 04:35:14.584535 [ 262 ] {} <Debug> TCP-Session: 4820ea68-b378-4f30-b4fc-cc0b7b3bc973 Authenticating user 'default' from [fd00:1122:3344:101::a]:56462
182 2024.12.14 04:35:14.584569 [ 265 ] {} <Debug> TCP-Session: 1bd58e03-7a58-4f98-8034-71b8aa1afb8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2024.12.14 04:35:14.584666 [ 264 ] {} <Debug> TCP-Session: 082f3b26-feb7-48ab-8036-2445999d7d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2024.12.14 04:35:14.584685 [ 262 ] {} <Debug> TCP-Session: 4820ea68-b378-4f30-b4fc-cc0b7b3bc973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2024.12.14 04:35:14.584731 [ 265 ] {} <Debug> TCP-Session: 1bd58e03-7a58-4f98-8034-71b8aa1afb8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2024.12.14 04:35:14.584769 [ 262 ] {} <Debug> TCP-Session: 4820ea68-b378-4f30-b4fc-cc0b7b3bc973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2024.12.14 04:35:14.584769 [ 264 ] {} <Debug> TCP-Session: 082f3b26-feb7-48ab-8036-2445999d7d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.14 04:35:14.584770 [ 263 ] {} <Debug> TCP-Session: dc6ea630-ddf6-46a9-aa3b-2bea1511221f Authenticating user 'default' from [fd00:1122:3344:101::a]:48744
189 2024.12.14 04:35:14.584910 [ 263 ] {} <Debug> TCP-Session: dc6ea630-ddf6-46a9-aa3b-2bea1511221f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2024.12.14 04:35:14.584955 [ 263 ] {} <Debug> TCP-Session: dc6ea630-ddf6-46a9-aa3b-2bea1511221f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.12.14 04:35:14.812834 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51312
192 2024.12.14 04:35:14.812994 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2024.12.14 04:35:14.813026 [ 266 ] {} <Debug> TCP-Session: 7c2d2ef1-0798-4f22-84ed-540ec182d6c4 Authenticating user 'default' from [fd00:1122:3344:101::b]:51312
194 2024.12.14 04:35:14.813068 [ 266 ] {} <Debug> TCP-Session: 7c2d2ef1-0798-4f22-84ed-540ec182d6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.14 04:35:14.813082 [ 266 ] {} <Debug> TCP-Session: 7c2d2ef1-0798-4f22-84ed-540ec182d6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.14 04:35:14.813147 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2024.12.14 04:35:14.813192 [ 266 ] {} <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
198 2024.12.14 04:35:14.813209 [ 266 ] {} <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
199 2024.12.14 04:35:14.814674 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52861
200 2024.12.14 04:35:14.814890 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57374
201 2024.12.14 04:35:14.814899 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2024.12.14 04:35:14.814897 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50739
203 2024.12.14 04:35:14.814984 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46929
204 2024.12.14 04:35:14.815004 [ 267 ] {} <Debug> TCP-Session: 5ad20f14-8cc5-4cd2-a313-d9b4de8fbb2b Authenticating user 'default' from [fd00:1122:3344:101::b]:52861
205 2024.12.14 04:35:14.815119 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62701
206 2024.12.14 04:35:14.815158 [ 267 ] {} <Debug> TCP-Session: 5ad20f14-8cc5-4cd2-a313-d9b4de8fbb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
207 2024.12.14 04:35:14.815162 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2024.12.14 04:35:14.815431 [ 267 ] {} <Debug> TCP-Session: 5ad20f14-8cc5-4cd2-a313-d9b4de8fbb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
209 2024.12.14 04:35:14.815528 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
210 2024.12.14 04:35:14.815491 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40263
211 2024.12.14 04:35:14.815212 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57855
212 2024.12.14 04:35:14.815556 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2024.12.14 04:35:14.815741 [ 271 ] {} <Debug> TCP-Session: 7ab9fc8f-f09c-4aa7-8a91-08c4d3a26fc6 Authenticating user 'default' from [fd00:1122:3344:101::b]:62701
214 2024.12.14 04:35:14.815755 [ 270 ] {} <Debug> TCP-Session: 14c2e582-14da-4bd2-9704-04abe3cad94c Authenticating user 'default' from [fd00:1122:3344:101::b]:46929
215 2024.12.14 04:35:14.815928 [ 271 ] {} <Debug> TCP-Session: 7ab9fc8f-f09c-4aa7-8a91-08c4d3a26fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
216 2024.12.14 04:35:14.815945 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
217 2024.12.14 04:35:14.815946 [ 269 ] {} <Debug> TCP-Session: 7b5dc925-a24c-49be-9c9c-65d7326a9bae Authenticating user 'default' from [fd00:1122:3344:101::b]:57374
218 2024.12.14 04:35:14.815983 [ 270 ] {} <Debug> TCP-Session: 14c2e582-14da-4bd2-9704-04abe3cad94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2024.12.14 04:35:14.815996 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2024.12.14 04:35:14.816068 [ 272 ] {} <Debug> TCP-Session: 7867322a-897d-4c89-b5d9-5ecfec5ab693 Authenticating user 'default' from [fd00:1122:3344:101::b]:57855
221 2024.12.14 04:35:14.816041 [ 271 ] {} <Debug> TCP-Session: 7ab9fc8f-f09c-4aa7-8a91-08c4d3a26fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
222 2024.12.14 04:35:14.816105 [ 270 ] {} <Debug> TCP-Session: 14c2e582-14da-4bd2-9704-04abe3cad94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2024.12.14 04:35:14.816286 [ 269 ] {} <Debug> TCP-Session: 7b5dc925-a24c-49be-9c9c-65d7326a9bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
224 2024.12.14 04:35:14.816347 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
225 2024.12.14 04:35:14.816351 [ 272 ] {} <Debug> TCP-Session: 7867322a-897d-4c89-b5d9-5ecfec5ab693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2024.12.14 04:35:14.816393 [ 268 ] {} <Debug> TCP-Session: 102f385d-7d7a-46e7-9063-40a5f28d4fe6 Authenticating user 'default' from [fd00:1122:3344:101::b]:50739
227 2024.12.14 04:35:14.816408 [ 269 ] {} <Debug> TCP-Session: 7b5dc925-a24c-49be-9c9c-65d7326a9bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
228 2024.12.14 04:35:14.816450 [ 272 ] {} <Debug> TCP-Session: 7867322a-897d-4c89-b5d9-5ecfec5ab693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2024.12.14 04:35:14.816489 [ 268 ] {} <Debug> TCP-Session: 102f385d-7d7a-46e7-9063-40a5f28d4fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2024.12.14 04:35:14.816482 [ 273 ] {} <Debug> TCP-Session: 3aff1c6a-a933-45fc-a7ae-3a283f8034c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:40263
231 2024.12.14 04:35:14.816666 [ 268 ] {} <Debug> TCP-Session: 102f385d-7d7a-46e7-9063-40a5f28d4fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2024.12.14 04:35:14.816694 [ 273 ] {} <Debug> TCP-Session: 3aff1c6a-a933-45fc-a7ae-3a283f8034c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2024.12.14 04:35:14.816786 [ 273 ] {} <Debug> TCP-Session: 3aff1c6a-a933-45fc-a7ae-3a283f8034c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2024.12.14 04:35:15.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.27 MiB, peak 117.27 MiB, free memory in arenas 0.00 B, will set to 120.43 MiB (RSS), difference: 3.16 MiB
235 2024.12.14 04:35:15.252102 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33102
236 2024.12.14 04:35:15.252293 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2024.12.14 04:35:15.252417 [ 274 ] {} <Debug> TCP-Session: 39900de3-26fd-4520-961b-05e882469210 Authenticating user 'default' from [fd00:1122:3344:101::e]:33102
238 2024.12.14 04:35:15.252447 [ 274 ] {} <Debug> TCP-Session: 39900de3-26fd-4520-961b-05e882469210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2024.12.14 04:35:15.252464 [ 274 ] {} <Debug> TCP-Session: 39900de3-26fd-4520-961b-05e882469210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2024.12.14 04:35:15.252614 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2024.12.14 04:35:15.252647 [ 274 ] {} <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
242 2024.12.14 04:35:15.252741 [ 274 ] {} <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
243 2024.12.14 04:35:15.253739 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58851
244 2024.12.14 04:35:15.253996 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35733
245 2024.12.14 04:35:15.254055 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
246 2024.12.14 04:35:15.254045 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38201
247 2024.12.14 04:35:15.254109 [ 275 ] {} <Debug> TCP-Session: 30aec81a-ecd8-4dd5-ac4c-13dc8a544fdb Authenticating user 'default' from [fd00:1122:3344:101::e]:58851
248 2024.12.14 04:35:15.254385 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48931
249 2024.12.14 04:35:15.254317 [ 275 ] {} <Debug> TCP-Session: 30aec81a-ecd8-4dd5-ac4c-13dc8a544fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
250 2024.12.14 04:35:15.254419 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
251 2024.12.14 04:35:15.254386 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2024.12.14 04:35:15.254452 [ 275 ] {} <Debug> TCP-Session: 30aec81a-ecd8-4dd5-ac4c-13dc8a544fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
253 2024.12.14 04:35:15.254680 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57579
254 2024.12.14 04:35:15.254714 [ 277 ] {} <Debug> TCP-Session: d8dd98d1-6275-465c-9fed-549b0747176c Authenticating user 'default' from [fd00:1122:3344:101::e]:35733
255 2024.12.14 04:35:15.254785 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2024.12.14 04:35:15.254775 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64971
257 2024.12.14 04:35:15.254727 [ 276 ] {} <Debug> TCP-Session: 7c8d225f-97d8-49b3-a66a-3a1d19531110 Authenticating user 'default' from [fd00:1122:3344:101::e]:38201
258 2024.12.14 04:35:15.254948 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2024.12.14 04:35:15.255004 [ 277 ] {} <Debug> TCP-Session: d8dd98d1-6275-465c-9fed-549b0747176c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
260 2024.12.14 04:35:15.255001 [ 278 ] {} <Debug> TCP-Session: 3101c61f-8f79-4f48-9a30-d1ad588d4202 Authenticating user 'default' from [fd00:1122:3344:101::e]:48931
261 2024.12.14 04:35:15.254941 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60110
262 2024.12.14 04:35:15.255134 [ 276 ] {} <Debug> TCP-Session: 7c8d225f-97d8-49b3-a66a-3a1d19531110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
263 2024.12.14 04:35:15.255181 [ 279 ] {} <Debug> TCP-Session: 0aa5c2d9-364b-4075-8b10-33d0399e8791 Authenticating user 'default' from [fd00:1122:3344:101::e]:57579
264 2024.12.14 04:35:15.255188 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
265 2024.12.14 04:35:15.255223 [ 276 ] {} <Debug> TCP-Session: 7c8d225f-97d8-49b3-a66a-3a1d19531110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
266 2024.12.14 04:35:15.255349 [ 277 ] {} <Debug> TCP-Session: d8dd98d1-6275-465c-9fed-549b0747176c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2024.12.14 04:35:15.255365 [ 279 ] {} <Debug> TCP-Session: 0aa5c2d9-364b-4075-8b10-33d0399e8791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
268 2024.12.14 04:35:15.255375 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
269 2024.12.14 04:35:15.255486 [ 279 ] {} <Debug> TCP-Session: 0aa5c2d9-364b-4075-8b10-33d0399e8791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
270 2024.12.14 04:35:15.255527 [ 281 ] {} <Debug> TCP-Session: 26ec212b-6e16-4aa5-9359-e4d40eed082c Authenticating user 'default' from [fd00:1122:3344:101::e]:60110
271 2024.12.14 04:35:15.255532 [ 278 ] {} <Debug> TCP-Session: 3101c61f-8f79-4f48-9a30-d1ad588d4202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2024.12.14 04:35:15.255516 [ 280 ] {} <Debug> TCP-Session: 24036bf3-84bd-4b05-a888-08e3d4f0afcb Authenticating user 'default' from [fd00:1122:3344:101::e]:64971
273 2024.12.14 04:35:15.255638 [ 281 ] {} <Debug> TCP-Session: 26ec212b-6e16-4aa5-9359-e4d40eed082c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
274 2024.12.14 04:35:15.255656 [ 278 ] {} <Debug> TCP-Session: 3101c61f-8f79-4f48-9a30-d1ad588d4202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
275 2024.12.14 04:35:15.255709 [ 280 ] {} <Debug> TCP-Session: 24036bf3-84bd-4b05-a888-08e3d4f0afcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
276 2024.12.14 04:35:15.255721 [ 281 ] {} <Debug> TCP-Session: 26ec212b-6e16-4aa5-9359-e4d40eed082c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2024.12.14 04:35:15.255799 [ 280 ] {} <Debug> TCP-Session: 24036bf3-84bd-4b05-a888-08e3d4f0afcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2024.12.14 04:35:16.732689 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63779
279 2024.12.14 04:35:16.732959 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
280 2024.12.14 04:35:16.733011 [ 282 ] {} <Debug> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63779
281 2024.12.14 04:35:16.733068 [ 282 ] {} <Debug> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2024.12.14 04:35:16.733083 [ 282 ] {} <Debug> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2024.12.14 04:35:16.733147 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
284 2024.12.14 04:35:16.733186 [ 282 ] {} <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
285 2024.12.14 04:35:16.733205 [ 282 ] {} <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
286 2024.12.14 04:35:16.737650 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41030
287 2024.12.14 04:35:16.737823 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36316
288 2024.12.14 04:35:16.737897 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47980
289 2024.12.14 04:35:16.737975 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45414
290 2024.12.14 04:35:16.738256 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42377
291 2024.12.14 04:35:16.738545 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34216
292 2024.12.14 04:35:16.739585 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
293 2024.12.14 04:35:16.739611 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
294 2024.12.14 04:35:16.739621 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
295 2024.12.14 04:35:16.739644 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
296 2024.12.14 04:35:16.739683 [ 284 ] {} <Debug> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Authenticating user 'default' from [fd00:1122:3344:101::d]:36316
297 2024.12.14 04:35:16.739662 [ 285 ] {} <Debug> TCP-Session: 8b4ab2d4-6bd4-4fd0-a202-369ddaf1f827 Authenticating user 'default' from [fd00:1122:3344:101::d]:47980
298 2024.12.14 04:35:16.739726 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64720
299 2024.12.14 04:35:16.739712 [ 287 ] {} <Debug> TCP-Session: 9e713007-fd64-453a-8ef2-8cb17f2871d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42377
300 2024.12.14 04:35:16.739761 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
301 2024.12.14 04:35:16.739706 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
302 2024.12.14 04:35:16.739827 [ 285 ] {} <Debug> TCP-Session: 8b4ab2d4-6bd4-4fd0-a202-369ddaf1f827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
303 2024.12.14 04:35:16.740031 [ 287 ] {} <Debug> TCP-Session: 9e713007-fd64-453a-8ef2-8cb17f2871d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
304 2024.12.14 04:35:16.740031 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38240
305 2024.12.14 04:35:16.740047 [ 285 ] {} <Debug> TCP-Session: 8b4ab2d4-6bd4-4fd0-a202-369ddaf1f827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
306 2024.12.14 04:35:16.740070 [ 283 ] {} <Debug> TCP-Session: 4d675c02-9b61-4d2d-8e5b-54022a459b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:41030
307 2024.12.14 04:35:16.740058 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
308 2024.12.14 04:35:16.740013 [ 284 ] {} <Debug> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
309 2024.12.14 04:35:16.740119 [ 287 ] {} <Debug> TCP-Session: 9e713007-fd64-453a-8ef2-8cb17f2871d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
310 2024.12.14 04:35:16.740343 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
311 2024.12.14 04:35:16.740356 [ 288 ] {} <Debug> TCP-Session: b56e19b5-8048-445d-b662-23ab6ceb3cba Authenticating user 'default' from [fd00:1122:3344:101::d]:34216
312 2024.12.14 04:35:16.740358 [ 289 ] {} <Debug> TCP-Session: 7a7a3c98-b5a0-4e17-af8c-1c866949f1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64720
313 2024.12.14 04:35:16.740428 [ 290 ] {} <Debug> TCP-Session: c6a18b18-be50-44cb-8439-ed633e6b78b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38240
314 2024.12.14 04:35:16.740344 [ 283 ] {} <Debug> TCP-Session: 4d675c02-9b61-4d2d-8e5b-54022a459b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
315 2024.12.14 04:35:16.741066 [ 284 ] {} <Debug> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
316 2024.12.14 04:35:16.741111 [ 288 ] {} <Debug> TCP-Session: b56e19b5-8048-445d-b662-23ab6ceb3cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
317 2024.12.14 04:35:16.741185 [ 290 ] {} <Debug> TCP-Session: c6a18b18-be50-44cb-8439-ed633e6b78b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
318 2024.12.14 04:35:16.741239 [ 283 ] {} <Debug> TCP-Session: 4d675c02-9b61-4d2d-8e5b-54022a459b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
319 2024.12.14 04:35:16.741252 [ 289 ] {} <Debug> TCP-Session: 7a7a3c98-b5a0-4e17-af8c-1c866949f1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
320 2024.12.14 04:35:16.741268 [ 286 ] {} <Debug> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:45414
321 2024.12.14 04:35:16.741256 [ 288 ] {} <Debug> TCP-Session: b56e19b5-8048-445d-b662-23ab6ceb3cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
322 2024.12.14 04:35:16.741352 [ 290 ] {} <Debug> TCP-Session: c6a18b18-be50-44cb-8439-ed633e6b78b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
323 2024.12.14 04:35:16.741832 [ 289 ] {} <Debug> TCP-Session: 7a7a3c98-b5a0-4e17-af8c-1c866949f1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
324 2024.12.14 04:35:16.741891 [ 286 ] {} <Debug> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
325 2024.12.14 04:35:16.742039 [ 286 ] {} <Debug> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
326 2024.12.14 04:35:16.743244 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
327 2024.12.14 04:35:16.752719 [ 282 ] {49680b26-dba7-4e81-9d1d-4261deffa065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
328 2024.12.14 04:35:16.808118 [ 282 ] {49680b26-dba7-4e81-9d1d-4261deffa065} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63779) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
329 
330 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
331 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
332 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
333 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
334 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
335 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
336 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
337 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
338 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
339 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
340 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
341 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
342 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
343 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
344 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
345 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
346 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
347 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
348 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
349 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
350 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
351 
352 2024.12.14 04:35:16.809427 [ 282 ] {49680b26-dba7-4e81-9d1d-4261deffa065} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
353 
354 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
355 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
356 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
357 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
358 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
359 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
360 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
361 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
362 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
363 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
364 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
365 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
366 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
367 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
368 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
369 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
370 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
371 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
372 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
373 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
374 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
375 
376 2024.12.14 04:35:16.809534 [ 282 ] {49680b26-dba7-4e81-9d1d-4261deffa065} <Debug> TCPHandler: Processed in 0.069234374 sec.
377 2024.12.14 04:35:16.809864 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2024.12.14 04:35:16.810073 [ 284 ] {102ec028-2c2a-40ca-9cb4-8198ced3c16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
379 2024.12.14 04:35:16.810455 [ 284 ] {102ec028-2c2a-40ca-9cb4-8198ced3c16e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36316) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
380 
381 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
382 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
383 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
384 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
385 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
386 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
387 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
388 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
389 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
390 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
391 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
392 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
393 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
394 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
395 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
396 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
397 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
398 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
399 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
400 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
401 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
402 
403 2024.12.14 04:35:16.810625 [ 284 ] {102ec028-2c2a-40ca-9cb4-8198ced3c16e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
404 
405 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
406 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
407 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
408 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
409 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
410 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
411 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
412 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
413 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
414 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
415 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
416 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
417 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
418 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
419 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
420 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
421 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
422 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
423 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
424 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
425 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
426 
427 2024.12.14 04:35:16.810742 [ 284 ] {102ec028-2c2a-40ca-9cb4-8198ced3c16e} <Debug> TCPHandler: Processed in 0.001022027 sec.
428 2024.12.14 04:35:16.812919 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2024.12.14 04:35:16.814173 [ 282 ] {d1ca2365-cd82-49e0-bd99-8728e3f20f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) DROP DATABASE IF EXISTS oximeter (stage: Complete)
430 2024.12.14 04:35:16.814817 [ 282 ] {d1ca2365-cd82-49e0-bd99-8728e3f20f3e} <Debug> TCPHandler: Processed in 0.002020363 sec.
431 2024.12.14 04:35:16.815045 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2024.12.14 04:35:16.815230 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
433 2024.12.14 04:35:16.815368 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
434 2024.12.14 04:35:16.827083 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
435 2024.12.14 04:35:16.827129 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1752e-05 sec
436 2024.12.14 04:35:16.827144 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Trace> ReferentialDeps: No tables
437 2024.12.14 04:35:16.827157 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Trace> LoadingDeps: No tables
438 2024.12.14 04:35:16.827180 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Information> DatabaseAtomic (oximeter): Starting up tables.
439 2024.12.14 04:35:16.827246 [ 284 ] {f70180a5-2510-4f38-9e98-b33d48a7a759} <Debug> TCPHandler: Processed in 0.01226971 sec.
440 2024.12.14 04:35:16.827447 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.12.14 04:35:16.827662 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) /* The version table contains metadata about the `oximeter` database */
442 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
443 2024.12.14 04:35:16.827748 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
444 2024.12.14 04:35:16.833650 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
445 2024.12.14 04:35:16.841515 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Debug> oximeter.version (ea6b6ea3-61c2-47e2-92eb-636fb2dfc158): Loading data parts
446 2024.12.14 04:35:16.842064 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Debug> oximeter.version (ea6b6ea3-61c2-47e2-92eb-636fb2dfc158): There are no data parts
447 2024.12.14 04:35:16.846897 [ 282 ] {d2c2086a-dccc-4544-bfbd-bef177abfb62} <Debug> TCPHandler: Processed in 0.019519759 sec.
448 2024.12.14 04:35:16.847119 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2024.12.14 04:35:16.847396 [ 284 ] {4cfbe678-e1c6-4ba2-91d3-90995ab0ff55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) /* The measurement tables contain all individual samples from each timeseries.
450 *
451 * Each table stores a single datum type, and otherwise contains nearly the same
452 * structure. The primary sorting key is on the timeseries name, key, and then
453 * timestamp, so that all timeseries from the same schema are grouped, followed
454 * by all samples from the same timeseries.
455 *
456 * This reflects that one usually looks up the _key_ in one or more field table,
457 * and then uses that to index quickly into the measurements tables.
458 */
459 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)
460 2024.12.14 04:35:16.847482 [ 284 ] {4cfbe678-e1c6-4ba2-91d3-90995ab0ff55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
461 2024.12.14 04:35:16.861097 [ 284 ] {4cfbe678-e1c6-4ba2-91d3-90995ab0ff55} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Loading data parts
462 2024.12.14 04:35:16.861354 [ 284 ] {4cfbe678-e1c6-4ba2-91d3-90995ab0ff55} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): There are no data parts
463 2024.12.14 04:35:16.865389 [ 284 ] {4cfbe678-e1c6-4ba2-91d3-90995ab0ff55} <Debug> TCPHandler: Processed in 0.018334318 sec.
464 2024.12.14 04:35:16.865686 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2024.12.14 04:35:16.866071 [ 282 ] {f395bd48-b803-45e7-8fcb-e318d8aff021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
466 2024.12.14 04:35:16.866159 [ 282 ] {f395bd48-b803-45e7-8fcb-e318d8aff021} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
467 2024.12.14 04:35:16.875312 [ 282 ] {f395bd48-b803-45e7-8fcb-e318d8aff021} <Debug> oximeter.measurements_i8 (4f7e4ebe-2ed9-4bfb-97bd-bf70c775ee4d): Loading data parts
468 2024.12.14 04:35:16.875556 [ 282 ] {f395bd48-b803-45e7-8fcb-e318d8aff021} <Debug> oximeter.measurements_i8 (4f7e4ebe-2ed9-4bfb-97bd-bf70c775ee4d): There are no data parts
469 2024.12.14 04:35:16.880795 [ 282 ] {f395bd48-b803-45e7-8fcb-e318d8aff021} <Debug> TCPHandler: Processed in 0.015228567 sec.
470 2024.12.14 04:35:16.881050 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
471 2024.12.14 04:35:16.881308 [ 284 ] {f1476f6e-401c-4f67-ab97-6e9f3ad4e266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
472 2024.12.14 04:35:16.881375 [ 284 ] {f1476f6e-401c-4f67-ab97-6e9f3ad4e266} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
473 2024.12.14 04:35:16.889186 [ 284 ] {f1476f6e-401c-4f67-ab97-6e9f3ad4e266} <Debug> oximeter.measurements_u8 (974299a0-7056-4a88-991d-a8ef4bb95046): Loading data parts
474 2024.12.14 04:35:16.889393 [ 284 ] {f1476f6e-401c-4f67-ab97-6e9f3ad4e266} <Debug> oximeter.measurements_u8 (974299a0-7056-4a88-991d-a8ef4bb95046): There are no data parts
475 2024.12.14 04:35:16.894151 [ 284 ] {f1476f6e-401c-4f67-ab97-6e9f3ad4e266} <Debug> TCPHandler: Processed in 0.013177853 sec.
476 2024.12.14 04:35:16.894408 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2024.12.14 04:35:16.894667 [ 282 ] {442f3dd7-c2c3-4b8d-bbb3-0516815ab03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
478 2024.12.14 04:35:16.894766 [ 282 ] {442f3dd7-c2c3-4b8d-bbb3-0516815ab03b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
479 2024.12.14 04:35:16.904641 [ 282 ] {442f3dd7-c2c3-4b8d-bbb3-0516815ab03b} <Debug> oximeter.measurements_i16 (91f8ddfa-00d5-4a8a-b5d4-c4e266368e98): Loading data parts
480 2024.12.14 04:35:16.904844 [ 282 ] {442f3dd7-c2c3-4b8d-bbb3-0516815ab03b} <Debug> oximeter.measurements_i16 (91f8ddfa-00d5-4a8a-b5d4-c4e266368e98): There are no data parts
481 2024.12.14 04:35:16.909075 [ 282 ] {442f3dd7-c2c3-4b8d-bbb3-0516815ab03b} <Debug> TCPHandler: Processed in 0.014769615 sec.
482 2024.12.14 04:35:16.909301 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
483 2024.12.14 04:35:16.909580 [ 284 ] {79fd68c6-59cd-47d8-9391-f3698de124bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
484 2024.12.14 04:35:16.909658 [ 284 ] {79fd68c6-59cd-47d8-9391-f3698de124bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
485 2024.12.14 04:35:16.916512 [ 284 ] {79fd68c6-59cd-47d8-9391-f3698de124bf} <Debug> oximeter.measurements_u16 (602d27ed-5247-4d82-a018-8ad8efe5ba44): Loading data parts
486 2024.12.14 04:35:16.916712 [ 284 ] {79fd68c6-59cd-47d8-9391-f3698de124bf} <Debug> oximeter.measurements_u16 (602d27ed-5247-4d82-a018-8ad8efe5ba44): There are no data parts
487 2024.12.14 04:35:16.921231 [ 284 ] {79fd68c6-59cd-47d8-9391-f3698de124bf} <Debug> TCPHandler: Processed in 0.012007753 sec.
488 2024.12.14 04:35:16.921435 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2024.12.14 04:35:16.921662 [ 282 ] {35456c1d-ed6f-4f76-b89a-916a85eb4219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
490 2024.12.14 04:35:16.921751 [ 282 ] {35456c1d-ed6f-4f76-b89a-916a85eb4219} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
491 2024.12.14 04:35:16.930961 [ 282 ] {35456c1d-ed6f-4f76-b89a-916a85eb4219} <Debug> oximeter.measurements_i32 (43f402cc-2de0-469f-bdc3-83f11e767e83): Loading data parts
492 2024.12.14 04:35:16.931200 [ 282 ] {35456c1d-ed6f-4f76-b89a-916a85eb4219} <Debug> oximeter.measurements_i32 (43f402cc-2de0-469f-bdc3-83f11e767e83): There are no data parts
493 2024.12.14 04:35:16.936118 [ 282 ] {35456c1d-ed6f-4f76-b89a-916a85eb4219} <Debug> TCPHandler: Processed in 0.014750664 sec.
494 2024.12.14 04:35:16.936363 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2024.12.14 04:35:16.936657 [ 284 ] {90ec65c2-22c0-4770-9eb9-e7720213fa19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
496 2024.12.14 04:35:16.936737 [ 284 ] {90ec65c2-22c0-4770-9eb9-e7720213fa19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
497 2024.12.14 04:35:16.943923 [ 284 ] {90ec65c2-22c0-4770-9eb9-e7720213fa19} <Debug> oximeter.measurements_u32 (0c015916-12b1-430e-955b-fbdf163836d2): Loading data parts
498 2024.12.14 04:35:16.944098 [ 284 ] {90ec65c2-22c0-4770-9eb9-e7720213fa19} <Debug> oximeter.measurements_u32 (0c015916-12b1-430e-955b-fbdf163836d2): There are no data parts
499 2024.12.14 04:35:16.948934 [ 284 ] {90ec65c2-22c0-4770-9eb9-e7720213fa19} <Debug> TCPHandler: Processed in 0.012655959 sec.
500 2024.12.14 04:35:16.949141 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2024.12.14 04:35:16.949362 [ 282 ] {3901a9f2-92f4-4922-a573-e016057cf1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
502 2024.12.14 04:35:16.949446 [ 282 ] {3901a9f2-92f4-4922-a573-e016057cf1ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
503 2024.12.14 04:35:16.962343 [ 282 ] {3901a9f2-92f4-4922-a573-e016057cf1ba} <Debug> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): Loading data parts
504 2024.12.14 04:35:16.962561 [ 282 ] {3901a9f2-92f4-4922-a573-e016057cf1ba} <Debug> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): There are no data parts
505 2024.12.14 04:35:16.968189 [ 282 ] {3901a9f2-92f4-4922-a573-e016057cf1ba} <Debug> TCPHandler: Processed in 0.019109138 sec.
506 2024.12.14 04:35:16.968398 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2024.12.14 04:35:16.968645 [ 284 ] {84a9fc4c-d463-40c2-94ca-d7bbcd9cafd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
508 2024.12.14 04:35:16.968714 [ 284 ] {84a9fc4c-d463-40c2-94ca-d7bbcd9cafd5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
509 2024.12.14 04:35:16.975650 [ 284 ] {84a9fc4c-d463-40c2-94ca-d7bbcd9cafd5} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Loading data parts
510 2024.12.14 04:35:16.975803 [ 284 ] {84a9fc4c-d463-40c2-94ca-d7bbcd9cafd5} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): There are no data parts
511 2024.12.14 04:35:16.980557 [ 284 ] {84a9fc4c-d463-40c2-94ca-d7bbcd9cafd5} <Debug> TCPHandler: Processed in 0.012220758 sec.
512 2024.12.14 04:35:16.980751 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2024.12.14 04:35:16.980969 [ 282 ] {6757d6df-2dd9-4703-8c90-369dc27c6154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
514 2024.12.14 04:35:16.981056 [ 282 ] {6757d6df-2dd9-4703-8c90-369dc27c6154} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
515 2024.12.14 04:35:16.990968 [ 282 ] {6757d6df-2dd9-4703-8c90-369dc27c6154} <Debug> oximeter.measurements_f32 (dc7eadf4-9e95-4709-ab3e-324824c26076): Loading data parts
516 2024.12.14 04:35:16.991172 [ 282 ] {6757d6df-2dd9-4703-8c90-369dc27c6154} <Debug> oximeter.measurements_f32 (dc7eadf4-9e95-4709-ab3e-324824c26076): There are no data parts
517 2024.12.14 04:35:16.996079 [ 282 ] {6757d6df-2dd9-4703-8c90-369dc27c6154} <Debug> TCPHandler: Processed in 0.015387471 sec.
518 2024.12.14 04:35:16.996307 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2024.12.14 04:35:16.996594 [ 284 ] {c07959f7-8ad6-4177-92ff-5b8d64a4b997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
520 2024.12.14 04:35:16.996671 [ 284 ] {c07959f7-8ad6-4177-92ff-5b8d64a4b997} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
521 2024.12.14 04:35:17.000381 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.93 MiB, peak 125.93 MiB, free memory in arenas 0.00 B, will set to 135.43 MiB (RSS), difference: 9.50 MiB
522 2024.12.14 04:35:17.003952 [ 284 ] {c07959f7-8ad6-4177-92ff-5b8d64a4b997} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Loading data parts
523 2024.12.14 04:35:17.004175 [ 284 ] {c07959f7-8ad6-4177-92ff-5b8d64a4b997} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): There are no data parts
524 2024.12.14 04:35:17.024345 [ 284 ] {c07959f7-8ad6-4177-92ff-5b8d64a4b997} <Debug> TCPHandler: Processed in 0.028100632 sec.
525 2024.12.14 04:35:17.024593 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
526 2024.12.14 04:35:17.024902 [ 282 ] {1099eeeb-c930-490a-9193-30355e02fbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
527 2024.12.14 04:35:17.024980 [ 282 ] {1099eeeb-c930-490a-9193-30355e02fbcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
528 2024.12.14 04:35:17.038045 [ 282 ] {1099eeeb-c930-490a-9193-30355e02fbcc} <Debug> oximeter.measurements_string (e0a4b595-54ae-4b61-adb0-d90ab57f33f5): Loading data parts
529 2024.12.14 04:35:17.038319 [ 282 ] {1099eeeb-c930-490a-9193-30355e02fbcc} <Debug> oximeter.measurements_string (e0a4b595-54ae-4b61-adb0-d90ab57f33f5): There are no data parts
530 2024.12.14 04:35:17.040553 [ 282 ] {1099eeeb-c930-490a-9193-30355e02fbcc} <Debug> TCPHandler: Processed in 0.016032308 sec.
531 2024.12.14 04:35:17.040839 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
532 2024.12.14 04:35:17.041128 [ 284 ] {97343b18-f045-4914-a252-59c9bf3a2812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
533 * NOTE: Right now we can't unambiguously record a nullable byte array.
534 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
535 * a string isn't palatable for a few reasons.
536 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
537 * details.
538 */
539 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
540 2024.12.14 04:35:17.041237 [ 284 ] {97343b18-f045-4914-a252-59c9bf3a2812} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
541 2024.12.14 04:35:17.054703 [ 284 ] {97343b18-f045-4914-a252-59c9bf3a2812} <Debug> oximeter.measurements_bytes (3b7abb26-0cd5-4525-bd09-3f4b6326b70e): Loading data parts
542 2024.12.14 04:35:17.054889 [ 284 ] {97343b18-f045-4914-a252-59c9bf3a2812} <Debug> oximeter.measurements_bytes (3b7abb26-0cd5-4525-bd09-3f4b6326b70e): There are no data parts
543 2024.12.14 04:35:17.062235 [ 284 ] {97343b18-f045-4914-a252-59c9bf3a2812} <Debug> TCPHandler: Processed in 0.021519461 sec.
544 2024.12.14 04:35:17.062470 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2024.12.14 04:35:17.062738 [ 282 ] {be70414a-7ca6-437d-a6c8-5f50194adee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
546 2024.12.14 04:35:17.062839 [ 282 ] {be70414a-7ca6-437d-a6c8-5f50194adee2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
547 2024.12.14 04:35:17.069850 [ 282 ] {be70414a-7ca6-437d-a6c8-5f50194adee2} <Debug> oximeter.measurements_cumulativei64 (36fe30d2-add9-4134-89c1-610e0d62593c): Loading data parts
548 2024.12.14 04:35:17.070052 [ 282 ] {be70414a-7ca6-437d-a6c8-5f50194adee2} <Debug> oximeter.measurements_cumulativei64 (36fe30d2-add9-4134-89c1-610e0d62593c): There are no data parts
549 2024.12.14 04:35:17.074973 [ 282 ] {be70414a-7ca6-437d-a6c8-5f50194adee2} <Debug> TCPHandler: Processed in 0.012574447 sec.
550 2024.12.14 04:35:17.075233 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2024.12.14 04:35:17.075547 [ 284 ] {4784056a-3c81-4c45-ad41-56358180722c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
552 2024.12.14 04:35:17.075639 [ 284 ] {4784056a-3c81-4c45-ad41-56358180722c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
553 2024.12.14 04:35:17.084594 [ 284 ] {4784056a-3c81-4c45-ad41-56358180722c} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Loading data parts
554 2024.12.14 04:35:17.084832 [ 284 ] {4784056a-3c81-4c45-ad41-56358180722c} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): There are no data parts
555 2024.12.14 04:35:17.090034 [ 284 ] {4784056a-3c81-4c45-ad41-56358180722c} <Debug> TCPHandler: Processed in 0.014885468 sec.
556 2024.12.14 04:35:17.090255 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2024.12.14 04:35:17.090571 [ 282 ] {f9486121-c487-4da4-aca1-d3e160ba0d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
558 2024.12.14 04:35:17.090648 [ 282 ] {f9486121-c487-4da4-aca1-d3e160ba0d92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
559 2024.12.14 04:35:17.097931 [ 282 ] {f9486121-c487-4da4-aca1-d3e160ba0d92} <Debug> oximeter.measurements_cumulativef32 (c7550557-c60a-4065-8623-e291ebc55d7c): Loading data parts
560 2024.12.14 04:35:17.098122 [ 282 ] {f9486121-c487-4da4-aca1-d3e160ba0d92} <Debug> oximeter.measurements_cumulativef32 (c7550557-c60a-4065-8623-e291ebc55d7c): There are no data parts
561 2024.12.14 04:35:17.103304 [ 282 ] {f9486121-c487-4da4-aca1-d3e160ba0d92} <Debug> TCPHandler: Processed in 0.013121092 sec.
562 2024.12.14 04:35:17.103530 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2024.12.14 04:35:17.103817 [ 284 ] {9366390b-a2f6-464a-87b1-c9851d06059b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
564 2024.12.14 04:35:17.103921 [ 284 ] {9366390b-a2f6-464a-87b1-c9851d06059b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
565 2024.12.14 04:35:17.113517 [ 284 ] {9366390b-a2f6-464a-87b1-c9851d06059b} <Debug> oximeter.measurements_cumulativef64 (3398b8a3-6bc4-41a9-bf8e-cae550afb37d): Loading data parts
566 2024.12.14 04:35:17.113705 [ 284 ] {9366390b-a2f6-464a-87b1-c9851d06059b} <Debug> oximeter.measurements_cumulativef64 (3398b8a3-6bc4-41a9-bf8e-cae550afb37d): There are no data parts
567 2024.12.14 04:35:17.126255 [ 284 ] {9366390b-a2f6-464a-87b1-c9851d06059b} <Debug> TCPHandler: Processed in 0.022802494 sec.
568 2024.12.14 04:35:17.126483 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2024.12.14 04:35:17.126907 [ 282 ] {8dbf7761-31c2-4a85-bf21-a796ea19bb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
570 * NOTE: Array types cannot be Nullable, see
571 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
572 * for more details.
573 *
574 * This means we need to use empty arrays to indicate a missing value. This
575 * is unfortunate, and at this point relies on the fact that an
576 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
577 * to figure out another way to represent missing samples here.
578 */
579 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)
580 2024.12.14 04:35:17.127008 [ 282 ] {8dbf7761-31c2-4a85-bf21-a796ea19bb56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
581 2024.12.14 04:35:17.132337 [ 282 ] {8dbf7761-31c2-4a85-bf21-a796ea19bb56} <Debug> oximeter.measurements_histogrami8 (660176b8-98ec-4dd3-ae18-14273e958e25): Loading data parts
582 2024.12.14 04:35:17.132538 [ 282 ] {8dbf7761-31c2-4a85-bf21-a796ea19bb56} <Debug> oximeter.measurements_histogrami8 (660176b8-98ec-4dd3-ae18-14273e958e25): There are no data parts
583 2024.12.14 04:35:17.143545 [ 282 ] {8dbf7761-31c2-4a85-bf21-a796ea19bb56} <Debug> TCPHandler: Processed in 0.017137296 sec.
584 2024.12.14 04:35:17.143756 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
585 2024.12.14 04:35:17.144071 [ 284 ] {6e476c00-329c-4f48-a3e7-9d3cd23d483d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
586 2024.12.14 04:35:17.144178 [ 284 ] {6e476c00-329c-4f48-a3e7-9d3cd23d483d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
587 2024.12.14 04:35:17.156372 [ 284 ] {6e476c00-329c-4f48-a3e7-9d3cd23d483d} <Debug> oximeter.measurements_histogramu8 (db2ed82d-9f71-47d4-8908-d58621361c88): Loading data parts
588 2024.12.14 04:35:17.156623 [ 284 ] {6e476c00-329c-4f48-a3e7-9d3cd23d483d} <Debug> oximeter.measurements_histogramu8 (db2ed82d-9f71-47d4-8908-d58621361c88): There are no data parts
589 2024.12.14 04:35:17.161581 [ 284 ] {6e476c00-329c-4f48-a3e7-9d3cd23d483d} <Debug> TCPHandler: Processed in 0.017892976 sec.
590 2024.12.14 04:35:17.161802 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
591 2024.12.14 04:35:17.162179 [ 282 ] {0bd16429-072c-467c-983a-0f6d4f78f6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
592 2024.12.14 04:35:17.162270 [ 282 ] {0bd16429-072c-467c-983a-0f6d4f78f6f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
593 2024.12.14 04:35:17.171520 [ 282 ] {0bd16429-072c-467c-983a-0f6d4f78f6f1} <Debug> oximeter.measurements_histogrami16 (834e4968-be3b-48e7-b385-7a3930049aed): Loading data parts
594 2024.12.14 04:35:17.171738 [ 282 ] {0bd16429-072c-467c-983a-0f6d4f78f6f1} <Debug> oximeter.measurements_histogrami16 (834e4968-be3b-48e7-b385-7a3930049aed): There are no data parts
595 2024.12.14 04:35:17.177048 [ 282 ] {0bd16429-072c-467c-983a-0f6d4f78f6f1} <Debug> TCPHandler: Processed in 0.015320209 sec.
596 2024.12.14 04:35:17.177289 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
597 2024.12.14 04:35:17.177668 [ 284 ] {b0ef6e66-91ed-42cf-87eb-b5d5573425a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
598 2024.12.14 04:35:17.177790 [ 284 ] {b0ef6e66-91ed-42cf-87eb-b5d5573425a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
599 2024.12.14 04:35:17.186148 [ 284 ] {b0ef6e66-91ed-42cf-87eb-b5d5573425a7} <Debug> oximeter.measurements_histogramu16 (a9838ace-7492-42f0-9a9a-ad59544a0ad7): Loading data parts
600 2024.12.14 04:35:17.186364 [ 284 ] {b0ef6e66-91ed-42cf-87eb-b5d5573425a7} <Debug> oximeter.measurements_histogramu16 (a9838ace-7492-42f0-9a9a-ad59544a0ad7): There are no data parts
601 2024.12.14 04:35:17.200499 [ 284 ] {b0ef6e66-91ed-42cf-87eb-b5d5573425a7} <Debug> TCPHandler: Processed in 0.023298727 sec.
602 2024.12.14 04:35:17.200730 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
603 2024.12.14 04:35:17.201137 [ 282 ] {b4c6b353-474d-4031-900b-775baf86a747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
604 2024.12.14 04:35:17.201222 [ 282 ] {b4c6b353-474d-4031-900b-775baf86a747} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
605 2024.12.14 04:35:17.210544 [ 282 ] {b4c6b353-474d-4031-900b-775baf86a747} <Debug> oximeter.measurements_histogrami32 (0ae2fdd8-bfba-4254-99dc-af6b0c4a0db3): Loading data parts
606 2024.12.14 04:35:17.210775 [ 282 ] {b4c6b353-474d-4031-900b-775baf86a747} <Debug> oximeter.measurements_histogrami32 (0ae2fdd8-bfba-4254-99dc-af6b0c4a0db3): There are no data parts
607 2024.12.14 04:35:17.218952 [ 282 ] {b4c6b353-474d-4031-900b-775baf86a747} <Debug> TCPHandler: Processed in 0.018300567 sec.
608 2024.12.14 04:35:17.219154 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
609 2024.12.14 04:35:17.219475 [ 284 ] {8b5f0f98-2f37-439e-8660-f244b6bb0480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
610 2024.12.14 04:35:17.219577 [ 284 ] {8b5f0f98-2f37-439e-8660-f244b6bb0480} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
611 2024.12.14 04:35:17.233607 [ 284 ] {8b5f0f98-2f37-439e-8660-f244b6bb0480} <Debug> oximeter.measurements_histogramu32 (37faabb6-de7f-493f-a08d-95a1c27967a7): Loading data parts
612 2024.12.14 04:35:17.233855 [ 284 ] {8b5f0f98-2f37-439e-8660-f244b6bb0480} <Debug> oximeter.measurements_histogramu32 (37faabb6-de7f-493f-a08d-95a1c27967a7): There are no data parts
613 2024.12.14 04:35:17.240194 [ 284 ] {8b5f0f98-2f37-439e-8660-f244b6bb0480} <Debug> TCPHandler: Processed in 0.021103849 sec.
614 2024.12.14 04:35:17.240415 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2024.12.14 04:35:17.240769 [ 282 ] {9e3d4207-8ac5-41d8-be78-9cd9693a3363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
616 2024.12.14 04:35:17.240852 [ 282 ] {9e3d4207-8ac5-41d8-be78-9cd9693a3363} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
617 2024.12.14 04:35:17.246125 [ 282 ] {9e3d4207-8ac5-41d8-be78-9cd9693a3363} <Debug> oximeter.measurements_histogrami64 (aa0cd46f-5728-42a9-a3f3-40c5850ac11c): Loading data parts
618 2024.12.14 04:35:17.246368 [ 282 ] {9e3d4207-8ac5-41d8-be78-9cd9693a3363} <Debug> oximeter.measurements_histogrami64 (aa0cd46f-5728-42a9-a3f3-40c5850ac11c): There are no data parts
619 2024.12.14 04:35:17.250747 [ 282 ] {9e3d4207-8ac5-41d8-be78-9cd9693a3363} <Debug> TCPHandler: Processed in 0.010406582 sec.
620 2024.12.14 04:35:17.250955 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
621 2024.12.14 04:35:17.251269 [ 284 ] {60af5095-02bc-41aa-afab-dd81584eacc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
622 2024.12.14 04:35:17.251364 [ 284 ] {60af5095-02bc-41aa-afab-dd81584eacc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
623 2024.12.14 04:35:17.260454 [ 284 ] {60af5095-02bc-41aa-afab-dd81584eacc5} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Loading data parts
624 2024.12.14 04:35:17.260639 [ 284 ] {60af5095-02bc-41aa-afab-dd81584eacc5} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): There are no data parts
625 2024.12.14 04:35:17.265617 [ 284 ] {60af5095-02bc-41aa-afab-dd81584eacc5} <Debug> TCPHandler: Processed in 0.014727794 sec.
626 2024.12.14 04:35:17.265840 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
627 2024.12.14 04:35:17.266175 [ 282 ] {345ed119-273d-4190-b2d4-367cd3663143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
628 2024.12.14 04:35:17.266252 [ 282 ] {345ed119-273d-4190-b2d4-367cd3663143} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
629 2024.12.14 04:35:17.273132 [ 282 ] {345ed119-273d-4190-b2d4-367cd3663143} <Debug> oximeter.measurements_histogramf32 (37d46c5c-c745-4f9f-803d-a3b07ffa1d55): Loading data parts
630 2024.12.14 04:35:17.273345 [ 282 ] {345ed119-273d-4190-b2d4-367cd3663143} <Debug> oximeter.measurements_histogramf32 (37d46c5c-c745-4f9f-803d-a3b07ffa1d55): There are no data parts
631 2024.12.14 04:35:17.278260 [ 282 ] {345ed119-273d-4190-b2d4-367cd3663143} <Debug> TCPHandler: Processed in 0.012480045 sec.
632 2024.12.14 04:35:17.278484 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
633 2024.12.14 04:35:17.278854 [ 284 ] {de5d738a-cba3-47b6-99e4-1d3df97af5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
634 2024.12.14 04:35:17.278973 [ 284 ] {de5d738a-cba3-47b6-99e4-1d3df97af5b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
635 2024.12.14 04:35:17.289167 [ 284 ] {de5d738a-cba3-47b6-99e4-1d3df97af5b5} <Debug> oximeter.measurements_histogramf64 (255b4a8a-e7db-44fe-9aa8-6a78338bbe8c): Loading data parts
636 2024.12.14 04:35:17.289373 [ 284 ] {de5d738a-cba3-47b6-99e4-1d3df97af5b5} <Debug> oximeter.measurements_histogramf64 (255b4a8a-e7db-44fe-9aa8-6a78338bbe8c): There are no data parts
637 2024.12.14 04:35:17.294505 [ 284 ] {de5d738a-cba3-47b6-99e4-1d3df97af5b5} <Debug> TCPHandler: Processed in 0.01609445 sec.
638 2024.12.14 04:35:17.294814 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
639 2024.12.14 04:35:17.295195 [ 282 ] {69fc3ccc-0353-4da7-a700-e0ab61e4611b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) /* The field tables store named dimensions of each timeseries.
640 *
641 * As with the measurement tables, there is one field table for each field data
642 * type. Fields are deduplicated by using the "replacing merge tree", though
643 * this behavior **must not** be relied upon for query correctness.
644 *
645 * The index for the fields differs from the measurements, however. Rows are
646 * sorted by timeseries name, then field name, field value, and finally
647 * timeseries key. This reflects the most common pattern for looking them up:
648 * by field name and possibly value, within a timeseries. The resulting keys are
649 * usually then used to look up measurements.
650 *
651 * NOTE: We may want to consider a secondary index on these tables, sorting by
652 * timeseries name and then key, since it would improve lookups where one
653 * already has the key. Realistically though, these tables are quite small and
654 * so performance benefits will be low in absolute terms.
655 *
656 * TTL: We use a materialized column to expire old field table records. This
657 * column is generated automatically by the database whenever a new row is
658 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
659 * query. Since these tables are `ReplacingMergeTree`s, that means the last
660 * record will remain during a deduplication, which will have the last
661 * timestamp. ClickHouse will then expire old data for us, similar to the
662 * measurement tables.
663 */
664 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)
665 2024.12.14 04:35:17.295277 [ 282 ] {69fc3ccc-0353-4da7-a700-e0ab61e4611b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
666 2024.12.14 04:35:17.303817 [ 282 ] {69fc3ccc-0353-4da7-a700-e0ab61e4611b} <Debug> oximeter.fields_bool (4e17a1cf-5146-4709-8cc8-a05d34b16237): Loading data parts
667 2024.12.14 04:35:17.303983 [ 282 ] {69fc3ccc-0353-4da7-a700-e0ab61e4611b} <Debug> oximeter.fields_bool (4e17a1cf-5146-4709-8cc8-a05d34b16237): There are no data parts
668 2024.12.14 04:35:17.317120 [ 282 ] {69fc3ccc-0353-4da7-a700-e0ab61e4611b} <Debug> TCPHandler: Processed in 0.022439575 sec.
669 2024.12.14 04:35:17.317492 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
670 2024.12.14 04:35:17.317765 [ 284 ] {8cd1bdb5-f2bf-4b49-a878-f2ae6dc9caf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
671 2024.12.14 04:35:17.317882 [ 284 ] {8cd1bdb5-f2bf-4b49-a878-f2ae6dc9caf7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
672 2024.12.14 04:35:17.323386 [ 284 ] {8cd1bdb5-f2bf-4b49-a878-f2ae6dc9caf7} <Debug> oximeter.fields_i8 (16b6656b-1d52-4355-8de9-5a927d3debfd): Loading data parts
673 2024.12.14 04:35:17.323595 [ 284 ] {8cd1bdb5-f2bf-4b49-a878-f2ae6dc9caf7} <Debug> oximeter.fields_i8 (16b6656b-1d52-4355-8de9-5a927d3debfd): There are no data parts
674 2024.12.14 04:35:17.331501 [ 284 ] {8cd1bdb5-f2bf-4b49-a878-f2ae6dc9caf7} <Debug> TCPHandler: Processed in 0.014084077 sec.
675 2024.12.14 04:35:17.331707 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
676 2024.12.14 04:35:17.332013 [ 282 ] {f3a10bb4-4911-4795-a36a-872e6fa7ba5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
677 2024.12.14 04:35:17.332071 [ 282 ] {f3a10bb4-4911-4795-a36a-872e6fa7ba5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
678 2024.12.14 04:35:17.336017 [ 282 ] {f3a10bb4-4911-4795-a36a-872e6fa7ba5a} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Loading data parts
679 2024.12.14 04:35:17.336319 [ 282 ] {f3a10bb4-4911-4795-a36a-872e6fa7ba5a} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): There are no data parts
680 2024.12.14 04:35:17.346476 [ 282 ] {f3a10bb4-4911-4795-a36a-872e6fa7ba5a} <Debug> TCPHandler: Processed in 0.014842857 sec.
681 2024.12.14 04:35:17.346706 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
682 2024.12.14 04:35:17.346923 [ 284 ] {59c08d13-729c-421b-b2e4-4762ad9e55c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
683 2024.12.14 04:35:17.347008 [ 284 ] {59c08d13-729c-421b-b2e4-4762ad9e55c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
684 2024.12.14 04:35:17.355791 [ 284 ] {59c08d13-729c-421b-b2e4-4762ad9e55c6} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Loading data parts
685 2024.12.14 04:35:17.356041 [ 284 ] {59c08d13-729c-421b-b2e4-4762ad9e55c6} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): There are no data parts
686 2024.12.14 04:35:17.364794 [ 284 ] {59c08d13-729c-421b-b2e4-4762ad9e55c6} <Debug> TCPHandler: Processed in 0.018145633 sec.
687 2024.12.14 04:35:17.365005 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
688 2024.12.14 04:35:17.365304 [ 282 ] {8f12c9f3-1098-415d-967a-0138fe2ca7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
689 2024.12.14 04:35:17.365376 [ 282 ] {8f12c9f3-1098-415d-967a-0138fe2ca7f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
690 2024.12.14 04:35:17.377828 [ 282 ] {8f12c9f3-1098-415d-967a-0138fe2ca7f5} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Loading data parts
691 2024.12.14 04:35:17.378022 [ 282 ] {8f12c9f3-1098-415d-967a-0138fe2ca7f5} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): There are no data parts
692 2024.12.14 04:35:17.384303 [ 282 ] {8f12c9f3-1098-415d-967a-0138fe2ca7f5} <Debug> TCPHandler: Processed in 0.019369924 sec.
693 2024.12.14 04:35:17.384542 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
694 2024.12.14 04:35:17.384808 [ 284 ] {aeab8937-1755-46d7-9470-5ed89fc8f0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
695 2024.12.14 04:35:17.384913 [ 284 ] {aeab8937-1755-46d7-9470-5ed89fc8f0e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
696 2024.12.14 04:35:17.388215 [ 284 ] {aeab8937-1755-46d7-9470-5ed89fc8f0e3} <Debug> oximeter.fields_i32 (5dfea893-5c11-4c36-a733-72205c316452): Loading data parts
697 2024.12.14 04:35:17.388425 [ 284 ] {aeab8937-1755-46d7-9470-5ed89fc8f0e3} <Debug> oximeter.fields_i32 (5dfea893-5c11-4c36-a733-72205c316452): There are no data parts
698 2024.12.14 04:35:17.397444 [ 284 ] {aeab8937-1755-46d7-9470-5ed89fc8f0e3} <Debug> TCPHandler: Processed in 0.012972918 sec.
699 2024.12.14 04:35:17.397643 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
700 2024.12.14 04:35:17.397893 [ 282 ] {4eb4de2f-6d6e-4f05-a62f-5fce20d4f65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
701 2024.12.14 04:35:17.397963 [ 282 ] {4eb4de2f-6d6e-4f05-a62f-5fce20d4f65e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
702 2024.12.14 04:35:17.403247 [ 282 ] {4eb4de2f-6d6e-4f05-a62f-5fce20d4f65e} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Loading data parts
703 2024.12.14 04:35:17.403412 [ 282 ] {4eb4de2f-6d6e-4f05-a62f-5fce20d4f65e} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): There are no data parts
704 2024.12.14 04:35:17.412967 [ 282 ] {4eb4de2f-6d6e-4f05-a62f-5fce20d4f65e} <Debug> TCPHandler: Processed in 0.01538344 sec.
705 2024.12.14 04:35:17.413224 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
706 2024.12.14 04:35:17.413481 [ 284 ] {2bc66a3f-8393-490c-8aee-5b3f97ad05da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
707 2024.12.14 04:35:17.413578 [ 284 ] {2bc66a3f-8393-490c-8aee-5b3f97ad05da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
708 2024.12.14 04:35:17.427231 [ 284 ] {2bc66a3f-8393-490c-8aee-5b3f97ad05da} <Debug> oximeter.fields_i64 (20278b41-79dd-4d8e-ba5b-0851c9b622d3): Loading data parts
709 2024.12.14 04:35:17.427467 [ 284 ] {2bc66a3f-8393-490c-8aee-5b3f97ad05da} <Debug> oximeter.fields_i64 (20278b41-79dd-4d8e-ba5b-0851c9b622d3): There are no data parts
710 2024.12.14 04:35:17.432713 [ 284 ] {2bc66a3f-8393-490c-8aee-5b3f97ad05da} <Debug> TCPHandler: Processed in 0.01955767 sec.
711 2024.12.14 04:35:17.432911 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
712 2024.12.14 04:35:17.433181 [ 282 ] {776c4e9a-8cc2-4d1f-993a-654dfff28572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
713 2024.12.14 04:35:17.433255 [ 282 ] {776c4e9a-8cc2-4d1f-993a-654dfff28572} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
714 2024.12.14 04:35:17.442193 [ 282 ] {776c4e9a-8cc2-4d1f-993a-654dfff28572} <Debug> oximeter.fields_u64 (bea213a4-e609-46e5-9b9c-6774939f5cc7): Loading data parts
715 2024.12.14 04:35:17.442399 [ 282 ] {776c4e9a-8cc2-4d1f-993a-654dfff28572} <Debug> oximeter.fields_u64 (bea213a4-e609-46e5-9b9c-6774939f5cc7): There are no data parts
716 2024.12.14 04:35:17.447311 [ 282 ] {776c4e9a-8cc2-4d1f-993a-654dfff28572} <Debug> TCPHandler: Processed in 0.014470417 sec.
717 2024.12.14 04:35:17.447527 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
718 2024.12.14 04:35:17.447783 [ 284 ] {afeccf17-6c6d-47c8-a86f-de27b1609443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
719 2024.12.14 04:35:17.447885 [ 284 ] {afeccf17-6c6d-47c8-a86f-de27b1609443} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
720 2024.12.14 04:35:17.454728 [ 284 ] {afeccf17-6c6d-47c8-a86f-de27b1609443} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Loading data parts
721 2024.12.14 04:35:17.454960 [ 284 ] {afeccf17-6c6d-47c8-a86f-de27b1609443} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): There are no data parts
722 2024.12.14 04:35:17.463571 [ 284 ] {afeccf17-6c6d-47c8-a86f-de27b1609443} <Debug> TCPHandler: Processed in 0.01611277 sec.
723 2024.12.14 04:35:17.463793 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
724 2024.12.14 04:35:17.464075 [ 282 ] {8ffca1c4-353c-4e5e-b1fa-2f75f2892eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) 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)
725 2024.12.14 04:35:17.464160 [ 282 ] {8ffca1c4-353c-4e5e-b1fa-2f75f2892eff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
726 2024.12.14 04:35:17.473011 [ 282 ] {8ffca1c4-353c-4e5e-b1fa-2f75f2892eff} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Loading data parts
727 2024.12.14 04:35:17.473261 [ 282 ] {8ffca1c4-353c-4e5e-b1fa-2f75f2892eff} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): There are no data parts
728 2024.12.14 04:35:17.478003 [ 282 ] {8ffca1c4-353c-4e5e-b1fa-2f75f2892eff} <Debug> TCPHandler: Processed in 0.014282862 sec.
729 2024.12.14 04:35:17.478217 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
730 2024.12.14 04:35:17.478484 [ 284 ] {3ba1741e-4d2a-47fd-8d3c-57677714c134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) 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)
731 2024.12.14 04:35:17.478600 [ 284 ] {3ba1741e-4d2a-47fd-8d3c-57677714c134} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
732 2024.12.14 04:35:17.485341 [ 284 ] {3ba1741e-4d2a-47fd-8d3c-57677714c134} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Loading data parts
733 2024.12.14 04:35:17.485535 [ 284 ] {3ba1741e-4d2a-47fd-8d3c-57677714c134} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): There are no data parts
734 2024.12.14 04:35:17.490388 [ 284 ] {3ba1741e-4d2a-47fd-8d3c-57677714c134} <Debug> TCPHandler: Processed in 0.01224924 sec.
735 2024.12.14 04:35:17.490599 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
736 2024.12.14 04:35:17.490959 [ 282 ] {6a494161-e5de-4d79-be3b-dcdd6948e606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) /* The timeseries schema table stores the extracted schema for the samples
737 * oximeter collects.
738 */
739 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)
740 2024.12.14 04:35:17.491058 [ 282 ] {6a494161-e5de-4d79-be3b-dcdd6948e606} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
741 2024.12.14 04:35:17.499929 [ 282 ] {6a494161-e5de-4d79-be3b-dcdd6948e606} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Loading data parts
742 2024.12.14 04:35:17.500169 [ 282 ] {6a494161-e5de-4d79-be3b-dcdd6948e606} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): There are no data parts
743 2024.12.14 04:35:17.505557 [ 282 ] {6a494161-e5de-4d79-be3b-dcdd6948e606} <Debug> TCPHandler: Processed in 0.015022052 sec.
744 2024.12.14 04:35:17.505763 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
745 2024.12.14 04:35:17.506017 [ 284 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
746 2024.12.14 04:35:17.506785 [ 284 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
747 2024.12.14 04:35:17.514843 [ 292 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Trace> oximeter.version (ea6b6ea3-61c2-47e2-92eb-636fb2dfc158): Trying to reserve 1.00 MiB using storage policy from min volume index 0
748 2024.12.14 04:35:17.514929 [ 292 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
749 2024.12.14 04:35:17.519776 [ 292 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
750 2024.12.14 04:35:17.520162 [ 292 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Trace> oximeter.version (ea6b6ea3-61c2-47e2-92eb-636fb2dfc158): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
751 2024.12.14 04:35:17.520516 [ 284 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014568 sec., 68.64360241625481 rows/sec., 1.07 KiB/sec.
752 2024.12.14 04:35:17.520794 [ 284 ] {8a86c2b1-9dcc-4193-aa0f-c9c3b51696a9} <Debug> TCPHandler: Processed in 0.015087513 sec.
753 2024.12.14 04:35:18.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.83 MiB, peak 137.83 MiB, free memory in arenas 0.00 B, will set to 141.52 MiB (RSS), difference: 3.69 MiB
754 2024.12.14 04:35:21.556537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
755 2024.12.14 04:35:21.556561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
756 2024.12.14 04:35:21.556648 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
757 2024.12.14 04:35:21.556693 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
758 2024.12.14 04:35:21.568338 [ 244 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Loading data parts
759 2024.12.14 04:35:21.568824 [ 244 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): There are no data parts
760 2024.12.14 04:35:21.576253 [ 243 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Loading data parts
761 2024.12.14 04:35:21.576458 [ 243 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): There are no data parts
762 2024.12.14 04:35:21.580448 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
763 2024.12.14 04:35:21.580494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
764 2024.12.14 04:35:21.584284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
765 2024.12.14 04:35:21.584810 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
766 2024.12.14 04:35:21.585038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
767 2024.12.14 04:35:21.611287 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2024.12.14 04:35:21.611336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
769 2024.12.14 04:35:21.618667 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2024.12.14 04:35:21.619843 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): 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.12.14 04:35:21.622239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2024.12.14 04:35:22.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.47 MiB, peak 150.47 MiB, free memory in arenas 0.00 B, will set to 150.95 MiB (RSS), difference: 4.48 MiB
773 2024.12.14 04:35:24.056363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2024.12.14 04:35:24.056453 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2024.12.14 04:35:24.068099 [ 242 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Loading data parts
776 2024.12.14 04:35:24.068321 [ 242 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): There are no data parts
777 2024.12.14 04:35:24.077914 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2024.12.14 04:35:24.077954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
779 2024.12.14 04:35:24.079652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2024.12.14 04:35:24.080184 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): 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.12.14 04:35:24.080662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2024.12.14 04:35:25.001032 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.14 MiB, peak 155.14 MiB, free memory in arenas 0.00 B, will set to 151.34 MiB (RSS), difference: -3.81 MiB
783 2024.12.14 04:35:29.003441 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
784 2024.12.14 04:35:29.003512 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
785 2024.12.14 04:35:29.085913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
786 2024.12.14 04:35:29.086819 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2024.12.14 04:35:29.086870 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
788 2024.12.14 04:35:29.087650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2024.12.14 04:35:29.088208 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): 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.12.14 04:35:29.088530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2024.12.14 04:35:29.123095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2024.12.14 04:35:29.144965 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2024.12.14 04:35:29.145035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
794 2024.12.14 04:35:29.151821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2024.12.14 04:35:29.153044 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): 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.12.14 04:35:29.155820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2024.12.14 04:35:30.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.02 MiB, peak 156.02 MiB, free memory in arenas 0.00 B, will set to 153.02 MiB (RSS), difference: 1.00 MiB
798 2024.12.14 04:35:35.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.04 MiB, peak 156.02 MiB, free memory in arenas 0.00 B, will set to 153.06 MiB (RSS), difference: 4.01 MiB
799 2024.12.14 04:35:36.588652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
800 2024.12.14 04:35:36.589389 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
801 2024.12.14 04:35:36.589451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
802 2024.12.14 04:35:36.590082 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
803 2024.12.14 04:35:36.590399 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
804 2024.12.14 04:35:36.590682 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
805 2024.12.14 04:35:36.655897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
806 2024.12.14 04:35:36.674062 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
807 2024.12.14 04:35:36.674115 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
808 2024.12.14 04:35:36.681142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
809 2024.12.14 04:35:36.682237 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
810 2024.12.14 04:35:36.685352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
811 2024.12.14 04:35:37.532564 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2024.12.14 04:35:37.532823 [ 282 ] {b9e7d787-5190-493c-be08-24b50a12d6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
813 2024.12.14 04:35:37.533443 [ 282 ] {b9e7d787-5190-493c-be08-24b50a12d6b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2024.12.14 04:35:37.535849 [ 282 ] {b9e7d787-5190-493c-be08-24b50a12d6b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2024.12.14 04:35:37.538588 [ 282 ] {b9e7d787-5190-493c-be08-24b50a12d6b4} <Debug> TCPHandler: Processed in 0.006214582 sec.
816 2024.12.14 04:35:37.541552 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2024.12.14 04:35:37.541813 [ 284 ] {5a1560a8-053b-4c90-a3fb-7c7857e14b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
818 2024.12.14 04:35:37.545820 [ 284 ] {5a1560a8-053b-4c90-a3fb-7c7857e14b30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2024.12.14 04:35:37.545900 [ 284 ] {5a1560a8-053b-4c90-a3fb-7c7857e14b30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2024.12.14 04:35:37.546532 [ 284 ] {5a1560a8-053b-4c90-a3fb-7c7857e14b30} <Debug> TCPHandler: Processed in 0.005113763 sec.
821 2024.12.14 04:35:37.546915 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2024.12.14 04:35:37.547217 [ 282 ] {e31414e7-806c-43c1-82fa-136600baae40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
823 2024.12.14 04:35:37.547849 [ 282 ] {e31414e7-806c-43c1-82fa-136600baae40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2024.12.14 04:35:37.547907 [ 282 ] {e31414e7-806c-43c1-82fa-136600baae40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2024.12.14 04:35:37.548538 [ 282 ] {e31414e7-806c-43c1-82fa-136600baae40} <Debug> TCPHandler: Processed in 0.001733615 sec.
826 2024.12.14 04:35:37.548910 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2024.12.14 04:35:37.549100 [ 284 ] {63d4b6be-6c5c-416e-aa13-40ce38011c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
828 2024.12.14 04:35:37.549541 [ 284 ] {63d4b6be-6c5c-416e-aa13-40ce38011c74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2024.12.14 04:35:37.549611 [ 284 ] {63d4b6be-6c5c-416e-aa13-40ce38011c74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2024.12.14 04:35:37.550108 [ 284 ] {63d4b6be-6c5c-416e-aa13-40ce38011c74} <Debug> TCPHandler: Processed in 0.001268183 sec.
831 2024.12.14 04:35:37.550369 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2024.12.14 04:35:37.550521 [ 282 ] {f50ccebd-462e-4bb9-b799-d87b62b4919d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
833 2024.12.14 04:35:37.550887 [ 282 ] {f50ccebd-462e-4bb9-b799-d87b62b4919d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2024.12.14 04:35:37.550943 [ 282 ] {f50ccebd-462e-4bb9-b799-d87b62b4919d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2024.12.14 04:35:37.551435 [ 282 ] {f50ccebd-462e-4bb9-b799-d87b62b4919d} <Debug> TCPHandler: Processed in 0.001123409 sec.
836 2024.12.14 04:35:37.551680 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2024.12.14 04:35:37.551844 [ 284 ] {e81dc6d8-6d09-4bf2-929d-3fb207d0a321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
838 2024.12.14 04:35:37.552254 [ 284 ] {e81dc6d8-6d09-4bf2-929d-3fb207d0a321} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2024.12.14 04:35:37.552309 [ 284 ] {e81dc6d8-6d09-4bf2-929d-3fb207d0a321} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2024.12.14 04:35:37.552802 [ 284 ] {e81dc6d8-6d09-4bf2-929d-3fb207d0a321} <Debug> TCPHandler: Processed in 0.001177591 sec.
841 2024.12.14 04:35:37.553072 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2024.12.14 04:35:37.553225 [ 282 ] {e41dff78-1b28-4ba9-9f63-33e52508ee9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
843 2024.12.14 04:35:37.553589 [ 282 ] {e41dff78-1b28-4ba9-9f63-33e52508ee9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2024.12.14 04:35:37.553643 [ 282 ] {e41dff78-1b28-4ba9-9f63-33e52508ee9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
845 2024.12.14 04:35:37.554134 [ 282 ] {e41dff78-1b28-4ba9-9f63-33e52508ee9a} <Debug> TCPHandler: Processed in 0.001116429 sec.
846 2024.12.14 04:35:37.554371 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
847 2024.12.14 04:35:37.554525 [ 284 ] {d6f1ffbd-61b8-494d-a855-bdd19990f0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
848 2024.12.14 04:35:37.554959 [ 284 ] {d6f1ffbd-61b8-494d-a855-bdd19990f0a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
849 2024.12.14 04:35:37.555024 [ 284 ] {d6f1ffbd-61b8-494d-a855-bdd19990f0a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
850 2024.12.14 04:35:37.555595 [ 284 ] {d6f1ffbd-61b8-494d-a855-bdd19990f0a1} <Debug> TCPHandler: Processed in 0.001281824 sec.
851 2024.12.14 04:35:37.555873 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
852 2024.12.14 04:35:37.556026 [ 282 ] {8f4bed7b-f8ab-4ceb-aa05-2ef5b319702e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
853 2024.12.14 04:35:37.556397 [ 282 ] {8f4bed7b-f8ab-4ceb-aa05-2ef5b319702e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
854 2024.12.14 04:35:37.556451 [ 282 ] {8f4bed7b-f8ab-4ceb-aa05-2ef5b319702e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
855 2024.12.14 04:35:37.556939 [ 282 ] {8f4bed7b-f8ab-4ceb-aa05-2ef5b319702e} <Debug> TCPHandler: Processed in 0.00111943 sec.
856 2024.12.14 04:35:37.557184 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2024.12.14 04:35:37.557340 [ 284 ] {2a117928-9190-4810-b0c9-b0f701e34559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
858 2024.12.14 04:35:37.557714 [ 284 ] {2a117928-9190-4810-b0c9-b0f701e34559} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2024.12.14 04:35:37.557770 [ 284 ] {2a117928-9190-4810-b0c9-b0f701e34559} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2024.12.14 04:35:37.558258 [ 284 ] {2a117928-9190-4810-b0c9-b0f701e34559} <Debug> TCPHandler: Processed in 0.00113436 sec.
861 2024.12.14 04:35:37.558517 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2024.12.14 04:35:37.558688 [ 282 ] {33b2f338-f20d-44fa-ab7a-4fe369db8d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
863 2024.12.14 04:35:37.559136 [ 282 ] {33b2f338-f20d-44fa-ab7a-4fe369db8d41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
864 2024.12.14 04:35:37.559203 [ 282 ] {33b2f338-f20d-44fa-ab7a-4fe369db8d41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
865 2024.12.14 04:35:37.559755 [ 282 ] {33b2f338-f20d-44fa-ab7a-4fe369db8d41} <Debug> TCPHandler: Processed in 0.001291844 sec.
866 2024.12.14 04:35:37.560007 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
867 2024.12.14 04:35:37.560167 [ 284 ] {9121163a-d9a3-4e0a-a3af-2f7772f60bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
868 2024.12.14 04:35:37.560545 [ 284 ] {9121163a-d9a3-4e0a-a3af-2f7772f60bd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
869 2024.12.14 04:35:37.560602 [ 284 ] {9121163a-d9a3-4e0a-a3af-2f7772f60bd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
870 2024.12.14 04:35:37.561094 [ 284 ] {9121163a-d9a3-4e0a-a3af-2f7772f60bd0} <Debug> TCPHandler: Processed in 0.00114146 sec.
871 2024.12.14 04:35:37.561373 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
872 2024.12.14 04:35:37.561531 [ 282 ] {fb0c01e1-64a1-46c5-a0f5-2564ba938e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
873 2024.12.14 04:35:37.561980 [ 282 ] {fb0c01e1-64a1-46c5-a0f5-2564ba938e81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
874 2024.12.14 04:35:37.562046 [ 282 ] {fb0c01e1-64a1-46c5-a0f5-2564ba938e81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
875 2024.12.14 04:35:37.562651 [ 282 ] {fb0c01e1-64a1-46c5-a0f5-2564ba938e81} <Debug> TCPHandler: Processed in 0.001333685 sec.
876 2024.12.14 04:35:37.562884 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
877 2024.12.14 04:35:37.563046 [ 284 ] {3d9b3755-9349-4395-b378-83db9723f18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
878 2024.12.14 04:35:37.563435 [ 284 ] {3d9b3755-9349-4395-b378-83db9723f18c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
879 2024.12.14 04:35:37.563490 [ 284 ] {3d9b3755-9349-4395-b378-83db9723f18c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
880 2024.12.14 04:35:37.563983 [ 284 ] {3d9b3755-9349-4395-b378-83db9723f18c} <Debug> TCPHandler: Processed in 0.00115495 sec.
881 2024.12.14 04:35:37.564236 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
882 2024.12.14 04:35:37.564396 [ 282 ] {06e198d1-0f9c-44bd-8499-1015a666a476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
883 2024.12.14 04:35:37.564784 [ 282 ] {06e198d1-0f9c-44bd-8499-1015a666a476} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
884 2024.12.14 04:35:37.564841 [ 282 ] {06e198d1-0f9c-44bd-8499-1015a666a476} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
885 2024.12.14 04:35:37.565331 [ 282 ] {06e198d1-0f9c-44bd-8499-1015a666a476} <Debug> TCPHandler: Processed in 0.00115164 sec.
886 2024.12.14 04:35:37.565564 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
887 2024.12.14 04:35:37.565752 [ 284 ] {73a6baf2-8408-4d5a-bab7-1125a3e71866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
888 2024.12.14 04:35:37.566231 [ 284 ] {73a6baf2-8408-4d5a-bab7-1125a3e71866} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
889 2024.12.14 04:35:37.566300 [ 284 ] {73a6baf2-8408-4d5a-bab7-1125a3e71866} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
890 2024.12.14 04:35:37.566853 [ 284 ] {73a6baf2-8408-4d5a-bab7-1125a3e71866} <Debug> TCPHandler: Processed in 0.001346375 sec.
891 2024.12.14 04:35:37.567104 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
892 2024.12.14 04:35:37.567265 [ 282 ] {98f3ca40-3c49-4858-bcc8-b9e6da8cd4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
893 2024.12.14 04:35:37.567671 [ 282 ] {98f3ca40-3c49-4858-bcc8-b9e6da8cd4c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
894 2024.12.14 04:35:37.567781 [ 282 ] {98f3ca40-3c49-4858-bcc8-b9e6da8cd4c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
895 2024.12.14 04:35:37.568326 [ 282 ] {98f3ca40-3c49-4858-bcc8-b9e6da8cd4c7} <Debug> TCPHandler: Processed in 0.001278503 sec.
896 2024.12.14 04:35:37.568562 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
897 2024.12.14 04:35:37.568754 [ 284 ] {c6a57605-7070-42bc-8936-aeb3984c6149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
898 2024.12.14 04:35:37.569239 [ 284 ] {c6a57605-7070-42bc-8936-aeb3984c6149} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
899 2024.12.14 04:35:37.569308 [ 284 ] {c6a57605-7070-42bc-8936-aeb3984c6149} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
900 2024.12.14 04:35:37.569876 [ 284 ] {c6a57605-7070-42bc-8936-aeb3984c6149} <Debug> TCPHandler: Processed in 0.001369186 sec.
901 2024.12.14 04:35:37.573841 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
902 2024.12.14 04:35:37.573996 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
903 2024.12.14 04:35:37.574057 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
904 2024.12.14 04:35:37.574920 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
905 2024.12.14 04:35:37.574968 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
906 2024.12.14 04:35:37.575581 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
907 2024.12.14 04:35:37.575807 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
908 2024.12.14 04:35:37.576070 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002117 sec., 8502.598016060463 rows/sec., 1.16 MiB/sec.
909 2024.12.14 04:35:37.576214 [ 282 ] {0c6b0854-bf7b-4398-a720-e42cb3462ece} <Debug> TCPHandler: Processed in 0.002443284 sec.
910 2024.12.14 04:35:37.576374 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
911 2024.12.14 04:35:37.576525 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
912 2024.12.14 04:35:37.576584 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
913 2024.12.14 04:35:37.577974 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
914 2024.12.14 04:35:37.578013 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
915 2024.12.14 04:35:37.578456 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
916 2024.12.14 04:35:37.578701 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
917 2024.12.14 04:35:37.578912 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002429 sec., 12350.761630300534 rows/sec., 964.90 KiB/sec.
918 2024.12.14 04:35:37.578968 [ 284 ] {33c7976a-bea1-4771-83c9-5ea05158a474} <Debug> TCPHandler: Processed in 0.00266194 sec.
919 2024.12.14 04:35:37.579138 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
920 2024.12.14 04:35:37.579280 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
921 2024.12.14 04:35:37.579335 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
922 2024.12.14 04:35:37.579969 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
923 2024.12.14 04:35:37.580008 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
924 2024.12.14 04:35:37.580386 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
925 2024.12.14 04:35:37.580632 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
926 2024.12.14 04:35:37.580881 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001612 sec., 22332.506203473946 rows/sec., 1.74 MiB/sec.
927 2024.12.14 04:35:37.580981 [ 282 ] {a983d72c-d09b-497e-b7a7-b6d65ae220ba} <Debug> TCPHandler: Processed in 0.00191479 sec.
928 2024.12.14 04:35:37.581129 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
929 2024.12.14 04:35:37.581272 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
930 2024.12.14 04:35:37.581333 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
931 2024.12.14 04:35:37.583945 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
932 2024.12.14 04:35:37.583987 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
933 2024.12.14 04:35:37.584558 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
934 2024.12.14 04:35:37.584817 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
935 2024.12.14 04:35:37.585027 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.003789 sec., 23225.125362892584 rows/sec., 1.62 MiB/sec.
936 2024.12.14 04:35:37.585087 [ 284 ] {0f905968-65a8-4db6-b999-fcc3a9024302} <Debug> TCPHandler: Processed in 0.004021785 sec.
937 2024.12.14 04:35:37.585285 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
938 2024.12.14 04:35:37.585508 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
939 2024.12.14 04:35:37.585600 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
940 2024.12.14 04:35:37.586194 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2024.12.14 04:35:37.586234 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
942 2024.12.14 04:35:37.586606 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
943 2024.12.14 04:35:37.586835 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2024.12.14 04:35:37.587039 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001588 sec., 20151.133501259446 rows/sec., 1.35 MiB/sec.
945 2024.12.14 04:35:37.587091 [ 282 ] {43e1bb8d-048e-4a44-9225-3adb8ed84987} <Debug> TCPHandler: Processed in 0.001916339 sec.
946 2024.12.14 04:35:42.536861 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
947 2024.12.14 04:35:42.537164 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
948 2024.12.14 04:35:42.537271 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
949 2024.12.14 04:35:42.538227 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2024.12.14 04:35:42.538270 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
951 2024.12.14 04:35:42.538708 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
952 2024.12.14 04:35:42.538964 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2024.12.14 04:35:42.539225 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002122 sec., 14137.60603204524 rows/sec., 1.08 MiB/sec.
954 2024.12.14 04:35:42.539335 [ 282 ] {1c7dd8f2-96e1-4f9a-adfa-5e16fadcae1d} <Debug> TCPHandler: Processed in 0.002636849 sec.
955 2024.12.14 04:35:42.539603 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2024.12.14 04:35:42.539813 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
957 2024.12.14 04:35:42.539886 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
958 2024.12.14 04:35:42.540623 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
959 2024.12.14 04:35:42.540674 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
960 2024.12.14 04:35:42.541115 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
961 2024.12.14 04:35:42.541367 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
962 2024.12.14 04:35:42.541594 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00184 sec., 19565.217391304348 rows/sec., 1.53 MiB/sec.
963 2024.12.14 04:35:42.541658 [ 284 ] {2b2afb4a-3cc8-4726-a774-fa9b58be7b5f} <Debug> TCPHandler: Processed in 0.002197567 sec.
964 2024.12.14 04:35:42.541818 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2024.12.14 04:35:42.541970 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
966 2024.12.14 04:35:42.542036 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
967 2024.12.14 04:35:42.542718 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
968 2024.12.14 04:35:42.542763 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
969 2024.12.14 04:35:42.543171 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
970 2024.12.14 04:35:42.543424 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
971 2024.12.14 04:35:42.543661 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001707 sec., 64440.538957234916 rows/sec., 4.50 MiB/sec.
972 2024.12.14 04:35:42.543763 [ 282 ] {19d2825e-8eb2-4d55-a701-59f7251b4d22} <Debug> TCPHandler: Processed in 0.002008382 sec.
973 2024.12.14 04:35:42.543942 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.12.14 04:35:42.544073 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
975 2024.12.14 04:35:42.544129 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
976 2024.12.14 04:35:42.544624 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2024.12.14 04:35:42.544664 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
978 2024.12.14 04:35:42.545039 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
979 2024.12.14 04:35:42.545277 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2024.12.14 04:35:42.545480 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001442 sec., 27739.251040221916 rows/sec., 1.85 MiB/sec.
981 2024.12.14 04:35:42.545534 [ 284 ] {e6ab8f78-2b9e-40ac-831e-e52fe4d0a6aa} <Debug> TCPHandler: Processed in 0.001652773 sec.
982 2024.12.14 04:35:44.003564 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
983 2024.12.14 04:35:44.003633 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
984 2024.12.14 04:35:44.081894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
985 2024.12.14 04:35:44.086152 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
986 2024.12.14 04:35:44.086197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
987 2024.12.14 04:35:44.087674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
988 2024.12.14 04:35:44.087990 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
989 2024.12.14 04:35:44.088774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
990 2024.12.14 04:35:44.090785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
991 2024.12.14 04:35:44.091810 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
992 2024.12.14 04:35:44.091880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
993 2024.12.14 04:35:44.092412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
994 2024.12.14 04:35:44.092673 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
995 2024.12.14 04:35:44.092989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
996 2024.12.14 04:35:44.185438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
997 2024.12.14 04:35:44.206191 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
998 2024.12.14 04:35:44.206250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
999 2024.12.14 04:35:44.213265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1000 2024.12.14 04:35:44.214021 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1001 2024.12.14 04:35:44.216766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1002 2024.12.14 04:35:45.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.06 MiB, peak 159.06 MiB, free memory in arenas 0.00 B, will set to 156.32 MiB (RSS), difference: 1.26 MiB
1003 2024.12.14 04:35:47.533580 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1004 2024.12.14 04:35:47.534012 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1005 2024.12.14 04:35:47.536485 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1006 2024.12.14 04:35:47.538776 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1007 2024.12.14 04:35:47.539205 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1008 2024.12.14 04:35:47.539591 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1009 2024.12.14 04:35:47.540096 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1010 2024.12.14 04:35:47.541251 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1011 2024.12.14 04:35:47.543172 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1012 2024.12.14 04:35:47.543203 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1013 2024.12.14 04:35:47.543338 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1014 2024.12.14 04:35:47.543370 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1015 2024.12.14 04:35:47.551487 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.017656 sec., 1019.4834617127322 rows/sec., 41.70 KiB/sec.
1016 2024.12.14 04:35:47.551652 [ 282 ] {2f188d75-4c51-4576-ab14-0446665ed999} <Debug> TCPHandler: Processed in 0.018269036 sec.
1017 2024.12.14 04:35:47.553821 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1018 2024.12.14 04:35:47.554109 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1019 2024.12.14 04:35:47.554579 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1020 2024.12.14 04:35:47.554634 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1021 2024.12.14 04:35:47.555012 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1022 2024.12.14 04:35:47.555098 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1023 2024.12.14 04:35:47.555279 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1024 2024.12.14 04:35:47.555320 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1025 2024.12.14 04:35:47.555347 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1026 2024.12.14 04:35:47.555367 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1027 2024.12.14 04:35:47.555419 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1028 2024.12.14 04:35:47.555444 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1029 2024.12.14 04:35:47.556152 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002171 sec., 8291.110087517272 rows/sec., 339.17 KiB/sec.
1030 2024.12.14 04:35:47.556296 [ 284 ] {9cecd335-090c-454c-8736-101604fd3643} <Debug> TCPHandler: Processed in 0.002612788 sec.
1031 2024.12.14 04:35:47.556622 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1032 2024.12.14 04:35:47.556957 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1033 2024.12.14 04:35:47.557309 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1034 2024.12.14 04:35:47.557351 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1035 2024.12.14 04:35:47.557623 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1036 2024.12.14 04:35:47.557692 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1037 2024.12.14 04:35:47.557844 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1038 2024.12.14 04:35:47.557878 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1039 2024.12.14 04:35:47.557903 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1040 2024.12.14 04:35:47.557920 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1041 2024.12.14 04:35:47.557965 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1042 2024.12.14 04:35:47.557988 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1043 2024.12.14 04:35:47.558621 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001824 sec., 9868.421052631578 rows/sec., 403.69 KiB/sec.
1044 2024.12.14 04:35:47.558737 [ 282 ] {3fd1b8b3-2e97-4a58-a338-3bdfdf730689} <Debug> TCPHandler: Processed in 0.002227558 sec.
1045 2024.12.14 04:35:47.559211 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1046 2024.12.14 04:35:47.559520 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1047 2024.12.14 04:35:47.560032 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1048 2024.12.14 04:35:47.560075 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1049 2024.12.14 04:35:47.560347 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1050 2024.12.14 04:35:47.560416 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1051 2024.12.14 04:35:47.560569 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1052 2024.12.14 04:35:47.560602 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1053 2024.12.14 04:35:47.560625 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1054 2024.12.14 04:35:47.560641 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1055 2024.12.14 04:35:47.560687 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1056 2024.12.14 04:35:47.560710 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1057 2024.12.14 04:35:47.561437 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002062 sec., 8729.388942774005 rows/sec., 357.09 KiB/sec.
1058 2024.12.14 04:35:47.561562 [ 284 ] {110d361c-8918-430d-b4ec-2b26eeaa8e91} <Debug> TCPHandler: Processed in 0.002453824 sec.
1059 2024.12.14 04:35:47.566479 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1060 2024.12.14 04:35:47.566717 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1061 2024.12.14 04:35:47.566818 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1062 2024.12.14 04:35:47.567697 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1063 2024.12.14 04:35:47.567747 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1064 2024.12.14 04:35:47.568276 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1065 2024.12.14 04:35:47.568499 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1066 2024.12.14 04:35:47.568741 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.002089 sec., 1914.7917663954045 rows/sec., 202.42 KiB/sec.
1067 2024.12.14 04:35:47.568961 [ 282 ] {12a6c0aa-e95a-4365-99f1-354ab9dc4dca} <Debug> TCPHandler: Processed in 0.002596297 sec.
1068 2024.12.14 04:35:47.569154 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1069 2024.12.14 04:35:47.569306 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1070 2024.12.14 04:35:47.569367 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1071 2024.12.14 04:35:47.570090 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1072 2024.12.14 04:35:47.570129 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1073 2024.12.14 04:35:47.570548 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1074 2024.12.14 04:35:47.570799 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1075 2024.12.14 04:35:47.571048 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Debug> executeQuery: Read 90 rows, 8.05 KiB in 0.001774 sec., 50732.807215332585 rows/sec., 4.43 MiB/sec.
1076 2024.12.14 04:35:47.571220 [ 284 ] {fa8f2090-e86c-4aba-b4e6-44752fdfa9e5} <Debug> TCPHandler: Processed in 0.002148856 sec.
1077 2024.12.14 04:35:47.571394 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2024.12.14 04:35:47.571531 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1079 2024.12.14 04:35:47.571590 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1080 2024.12.14 04:35:47.572304 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2024.12.14 04:35:47.572340 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1082 2024.12.14 04:35:47.572710 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1083 2024.12.14 04:35:47.572952 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1084 2024.12.14 04:35:47.573180 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001665 sec., 18018.018018018018 rows/sec., 1.32 MiB/sec.
1085 2024.12.14 04:35:47.573251 [ 282 ] {d058c460-c6e0-43ae-b020-3ebaca6feace} <Debug> TCPHandler: Processed in 0.00193665 sec.
1086 2024.12.14 04:35:47.573393 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1087 2024.12.14 04:35:47.573516 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1088 2024.12.14 04:35:47.573565 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1089 2024.12.14 04:35:47.574169 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1090 2024.12.14 04:35:47.574209 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1091 2024.12.14 04:35:47.574578 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1092 2024.12.14 04:35:47.574827 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1093 2024.12.14 04:35:47.575041 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Debug> executeQuery: Read 73 rows, 5.85 KiB in 0.001552 sec., 47036.0824742268 rows/sec., 3.68 MiB/sec.
1094 2024.12.14 04:35:47.575096 [ 284 ] {1b04be22-7b35-4a0d-9933-19f14ae6409a} <Debug> TCPHandler: Processed in 0.001762546 sec.
1095 2024.12.14 04:35:47.575262 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1096 2024.12.14 04:35:47.575404 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1097 2024.12.14 04:35:47.575466 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1098 2024.12.14 04:35:47.576146 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1099 2024.12.14 04:35:47.576183 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1100 2024.12.14 04:35:47.576565 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1101 2024.12.14 04:35:47.576806 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1102 2024.12.14 04:35:47.577024 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001643 sec., 66950.69993913572 rows/sec., 4.67 MiB/sec.
1103 2024.12.14 04:35:47.577158 [ 282 ] {2f02ea96-3c2e-4119-829b-87112a44af94} <Debug> TCPHandler: Processed in 0.001963671 sec.
1104 2024.12.14 04:35:47.577305 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1105 2024.12.14 04:35:47.577445 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1106 2024.12.14 04:35:47.577537 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1107 2024.12.14 04:35:47.578841 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1108 2024.12.14 04:35:47.578879 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1109 2024.12.14 04:35:47.581567 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1110 2024.12.14 04:35:47.581880 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1111 2024.12.14 04:35:47.582155 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00474 sec., 6329.113924050633 rows/sec., 11.34 MiB/sec.
1112 2024.12.14 04:35:47.582269 [ 284 ] {6b5eb13e-7d5d-4ee3-a2c5-7750d2135223} <Debug> TCPHandler: Processed in 0.005029951 sec.
1113 2024.12.14 04:35:47.582423 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2024.12.14 04:35:47.582565 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1115 2024.12.14 04:35:47.582622 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1116 2024.12.14 04:35:47.583146 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Trace> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1117 2024.12.14 04:35:47.583183 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1118 2024.12.14 04:35:47.583562 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1119 2024.12.14 04:35:47.583798 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Trace> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1120 2024.12.14 04:35:47.584024 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 611.42 KiB/sec.
1121 2024.12.14 04:35:47.584095 [ 282 ] {4622914e-74b0-4620-a700-50f8fc22d017} <Debug> TCPHandler: Processed in 0.001741015 sec.
1122 2024.12.14 04:35:47.584230 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2024.12.14 04:35:47.584353 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1124 2024.12.14 04:35:47.584405 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1125 2024.12.14 04:35:47.584893 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1126 2024.12.14 04:35:47.584934 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1127 2024.12.14 04:35:47.585318 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1128 2024.12.14 04:35:47.585556 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1129 2024.12.14 04:35:47.585767 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001439 sec., 27797.081306462824 rows/sec., 1.86 MiB/sec.
1130 2024.12.14 04:35:47.585817 [ 284 ] {f159c44f-b551-428f-ac25-fa5bfbedfd96} <Debug> TCPHandler: Processed in 0.001645963 sec.
1131 2024.12.14 04:35:51.593137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1132 2024.12.14 04:35:51.593782 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1133 2024.12.14 04:35:51.593823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1134 2024.12.14 04:35:51.594406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1135 2024.12.14 04:35:51.594667 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1136 2024.12.14 04:35:51.594922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1137 2024.12.14 04:35:51.716829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1138 2024.12.14 04:35:51.736663 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1139 2024.12.14 04:35:51.736724 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1140 2024.12.14 04:35:51.743832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1141 2024.12.14 04:35:51.744600 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1142 2024.12.14 04:35:51.747358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1143 2024.12.14 04:35:52.539140 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1144 2024.12.14 04:35:52.539336 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1145 2024.12.14 04:35:52.539409 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1146 2024.12.14 04:35:52.540210 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1147 2024.12.14 04:35:52.540257 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1148 2024.12.14 04:35:52.540704 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1149 2024.12.14 04:35:52.540964 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1150 2024.12.14 04:35:52.541246 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec.
1151 2024.12.14 04:35:52.541407 [ 282 ] {0ad73dbe-886e-4c02-8acf-3032ffa2a695} <Debug> TCPHandler: Processed in 0.002410353 sec.
1152 2024.12.14 04:35:52.541668 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1153 2024.12.14 04:35:52.541852 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1154 2024.12.14 04:35:52.541923 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1155 2024.12.14 04:35:52.542668 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1156 2024.12.14 04:35:52.542711 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1157 2024.12.14 04:35:52.543140 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1158 2024.12.14 04:35:52.543392 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1159 2024.12.14 04:35:52.543682 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec.
1160 2024.12.14 04:35:52.543782 [ 284 ] {1770815e-9db1-48ef-96e9-c7e4c927e40c} <Debug> TCPHandler: Processed in 0.002242608 sec.
1161 2024.12.14 04:35:52.543956 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1162 2024.12.14 04:35:52.544107 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1163 2024.12.14 04:35:52.544175 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1164 2024.12.14 04:35:52.544874 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1165 2024.12.14 04:35:52.544920 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1166 2024.12.14 04:35:52.545371 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1167 2024.12.14 04:35:52.545621 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1168 2024.12.14 04:35:52.545831 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001762 sec., 85130.5334846765 rows/sec., 5.93 MiB/sec.
1169 2024.12.14 04:35:52.545892 [ 282 ] {316bbc6e-0c2e-481e-bd5a-f52d522dad5d} <Debug> TCPHandler: Processed in 0.002007682 sec.
1170 2024.12.14 04:35:52.546051 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1171 2024.12.14 04:35:52.546183 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1172 2024.12.14 04:35:52.546239 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1173 2024.12.14 04:35:52.546738 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1174 2024.12.14 04:35:52.546776 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1175 2024.12.14 04:35:52.547156 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1176 2024.12.14 04:35:52.547402 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1177 2024.12.14 04:35:52.547596 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001442 sec., 38834.95145631068 rows/sec., 2.61 MiB/sec.
1178 2024.12.14 04:35:52.547650 [ 284 ] {48cb2667-4368-4343-b865-d85c0efa3815} <Debug> TCPHandler: Processed in 0.001658243 sec.
1179 2024.12.14 04:35:54.089054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 176
1180 2024.12.14 04:35:54.092046 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1181 2024.12.14 04:35:54.092100 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1182 2024.12.14 04:35:54.093615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1183 2024.12.14 04:35:54.093933 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1184 2024.12.14 04:35:54.094884 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176
1185 2024.12.14 04:35:57.540990 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1186 2024.12.14 04:35:57.541326 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1187 2024.12.14 04:35:57.541436 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1188 2024.12.14 04:35:57.542262 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1189 2024.12.14 04:35:57.542306 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1190 2024.12.14 04:35:57.542763 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1191 2024.12.14 04:35:57.543024 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1192 2024.12.14 04:35:57.543233 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Debug> executeQuery: Read 116 rows, 10.11 KiB in 0.001996 sec., 58116.23246492986 rows/sec., 4.95 MiB/sec.
1193 2024.12.14 04:35:57.543295 [ 282 ] {4664ec1e-5877-4739-ad4c-6adc5f905db0} <Debug> TCPHandler: Processed in 0.002496145 sec.
1194 2024.12.14 04:35:57.543554 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1195 2024.12.14 04:35:57.543742 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1196 2024.12.14 04:35:57.543815 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1197 2024.12.14 04:35:57.544551 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1198 2024.12.14 04:35:57.544600 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1199 2024.12.14 04:35:57.545035 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1200 2024.12.14 04:35:57.545286 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1201 2024.12.14 04:35:57.545520 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001826 sec., 16429.35377875137 rows/sec., 1.21 MiB/sec.
1202 2024.12.14 04:35:57.545587 [ 284 ] {a2646ecb-48a9-4a52-b1d0-4aa539661fd8} <Debug> TCPHandler: Processed in 0.002161196 sec.
1203 2024.12.14 04:35:57.545747 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1204 2024.12.14 04:35:57.545896 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1205 2024.12.14 04:35:57.545958 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1206 2024.12.14 04:35:57.546650 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1207 2024.12.14 04:35:57.546689 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1208 2024.12.14 04:35:57.547063 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1209 2024.12.14 04:35:57.547314 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1210 2024.12.14 04:35:57.547493 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001634 sec., 57527.53977968176 rows/sec., 4.49 MiB/sec.
1211 2024.12.14 04:35:57.547546 [ 282 ] {550a38f2-300a-4bad-8acf-1afa20a30c57} <Debug> TCPHandler: Processed in 0.001871229 sec.
1212 2024.12.14 04:35:57.547688 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1213 2024.12.14 04:35:57.547814 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1214 2024.12.14 04:35:57.547871 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1215 2024.12.14 04:35:57.548463 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2024.12.14 04:35:57.548505 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1217 2024.12.14 04:35:57.548904 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1218 2024.12.14 04:35:57.549144 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): 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.12.14 04:35:57.549371 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec.
1220 2024.12.14 04:35:57.549426 [ 284 ] {fae73e6d-1f4f-4706-86d6-13acf77f1a26} <Debug> TCPHandler: Processed in 0.001798437 sec.
1221 2024.12.14 04:35:57.549571 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2024.12.14 04:35:57.549715 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1223 2024.12.14 04:35:57.549807 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1224 2024.12.14 04:35:57.551119 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1225 2024.12.14 04:35:57.551156 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1226 2024.12.14 04:35:57.551816 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1227 2024.12.14 04:35:57.552073 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1228 2024.12.14 04:35:57.552373 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002665 sec., 11257.03564727955 rows/sec., 20.17 MiB/sec.
1229 2024.12.14 04:35:57.552614 [ 282 ] {cd978233-1d40-41d9-8fa9-b3d24327acf3} <Debug> TCPHandler: Processed in 0.003113351 sec.
1230 2024.12.14 04:35:57.552762 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1231 2024.12.14 04:35:57.552884 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1232 2024.12.14 04:35:57.552937 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1233 2024.12.14 04:35:57.553439 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1234 2024.12.14 04:35:57.553478 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1235 2024.12.14 04:35:57.553859 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1236 2024.12.14 04:35:57.554092 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1237 2024.12.14 04:35:57.554333 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec.
1238 2024.12.14 04:35:57.554425 [ 284 ] {3c5ac01f-965c-45b5-923a-0762629d54a6} <Debug> TCPHandler: Processed in 0.001717605 sec.
1239 2024.12.14 04:35:59.003671 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
1240 2024.12.14 04:35:59.003725 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
1241 2024.12.14 04:35:59.095072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1242 2024.12.14 04:35:59.095896 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1243 2024.12.14 04:35:59.095938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1244 2024.12.14 04:35:59.096528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1245 2024.12.14 04:35:59.096789 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1246 2024.12.14 04:35:59.097028 [ 71 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1247 2024.12.14 04:35:59.097065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1248 2024.12.14 04:35:59.097145 [ 71 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1249 2024.12.14 04:35:59.097192 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1250 2024.12.14 04:35:59.097524 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1251 2024.12.14 04:35:59.097686 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1252 2024.12.14 04:35:59.097829 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1253 2024.12.14 04:35:59.097954 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1254 2024.12.14 04:35:59.098096 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1255 2024.12.14 04:35:59.098227 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1256 2024.12.14 04:35:59.098315 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1257 2024.12.14 04:35:59.098400 [ 196 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
1258 2024.12.14 04:35:59.117049 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.019743494 sec., 142122.76712521096 rows/sec., 2.03 MiB/sec.
1259 2024.12.14 04:35:59.117933 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1260 2024.12.14 04:35:59.118310 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_6_1} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1261 2024.12.14 04:35:59.118403 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_6_1} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1262 2024.12.14 04:35:59.118548 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1263 2024.12.14 04:35:59.247442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1264 2024.12.14 04:35:59.268030 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1265 2024.12.14 04:35:59.268076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1266 2024.12.14 04:35:59.274947 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1267 2024.12.14 04:35:59.275729 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1268 2024.12.14 04:35:59.276005 [ 71 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1269 2024.12.14 04:35:59.276077 [ 71 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1270 2024.12.14 04:35:59.276122 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1271 2024.12.14 04:35:59.277129 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1272 2024.12.14 04:35:59.291080 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1273 2024.12.14 04:35:59.292822 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1274 2024.12.14 04:35:59.294293 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1275 2024.12.14 04:35:59.300008 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1276 2024.12.14 04:35:59.305305 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1277 2024.12.14 04:35:59.310447 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1278 2024.12.14 04:35:59.319620 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1279 2024.12.14 04:35:59.324373 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
1280 2024.12.14 04:35:59.384674 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108389244 sec., 424.39635430984276 rows/sec., 2.19 MiB/sec.
1281 2024.12.14 04:35:59.387346 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1282 2024.12.14 04:35:59.390409 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_6_1} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1283 2024.12.14 04:35:59.390523 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_6_1} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1284 2024.12.14 04:35:59.393139 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1285 2024.12.14 04:36:00.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.08 MiB, peak 169.62 MiB, free memory in arenas 0.00 B, will set to 163.44 MiB (RSS), difference: 3.36 MiB
1286 2024.12.14 04:36:02.539455 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2024.12.14 04:36:02.539683 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1288 2024.12.14 04:36:02.539769 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1289 2024.12.14 04:36:02.540633 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1290 2024.12.14 04:36:02.540686 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1291 2024.12.14 04:36:02.541164 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1292 2024.12.14 04:36:02.541433 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1293 2024.12.14 04:36:02.541661 [ 68 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1294 2024.12.14 04:36:02.541702 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002083 sec., 26884.301488238114 rows/sec., 2.07 MiB/sec.
1295 2024.12.14 04:36:02.541774 [ 68 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1296 2024.12.14 04:36:02.541851 [ 282 ] {7f242e9c-adb7-4e37-ae52-a9d000107c8d} <Debug> TCPHandler: Processed in 0.002527626 sec.
1297 2024.12.14 04:36:02.541868 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1298 2024.12.14 04:36:02.542126 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
1299 2024.12.14 04:36:02.542132 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1300 2024.12.14 04:36:02.542498 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1301 2024.12.14 04:36:02.542504 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1302 2024.12.14 04:36:02.542594 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1303 2024.12.14 04:36:02.542637 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1304 2024.12.14 04:36:02.542942 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1305 2024.12.14 04:36:02.543119 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part
1306 2024.12.14 04:36:02.543514 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1307 2024.12.14 04:36:02.543886 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 116 rows starting from the beginning of the part
1308 2024.12.14 04:36:02.544210 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1309 2024.12.14 04:36:02.545660 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1310 2024.12.14 04:36:02.545729 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1311 2024.12.14 04:36:02.546924 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1312 2024.12.14 04:36:02.547292 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262078 sec., 71834.73905175865 rows/sec., 6.15 MiB/sec.
1313 2024.12.14 04:36:02.547428 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1314 2024.12.14 04:36:02.547627 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1315 2024.12.14 04:36:02.547675 [ 68 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1316 2024.12.14 04:36:02.547775 [ 68 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1317 2024.12.14 04:36:02.547854 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1318 2024.12.14 04:36:02.547996 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005566 sec., 11498.383039885017 rows/sec., 919.01 KiB/sec.
1319 2024.12.14 04:36:02.548253 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
1320 2024.12.14 04:36:02.548285 [ 284 ] {1d14d044-db20-4a66-b0bb-45bf59b01690} <Debug> TCPHandler: Processed in 0.006309825 sec.
1321 2024.12.14 04:36:02.548579 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1322 2024.12.14 04:36:02.548600 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2024.12.14 04:36:02.548636 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1324 2024.12.14 04:36:02.548765 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2024.12.14 04:36:02.549048 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part
1326 2024.12.14 04:36:02.549286 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1327 2024.12.14 04:36:02.549398 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_6_1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1328 2024.12.14 04:36:02.549498 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 73 rows starting from the beginning of the part
1329 2024.12.14 04:36:02.549619 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1330 2024.12.14 04:36:02.549930 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1331 2024.12.14 04:36:02.550353 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 94 rows starting from the beginning of the part
1332 2024.12.14 04:36:02.550078 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
1333 2024.12.14 04:36:02.550747 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1334 2024.12.14 04:36:02.552421 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2024.12.14 04:36:02.552493 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1336 2024.12.14 04:36:02.553632 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1337 2024.12.14 04:36:02.553681 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.005677448 sec., 64641.71930768895 rows/sec., 5.30 MiB/sec.
1338 2024.12.14 04:36:02.553890 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1339 2024.12.14 04:36:02.553925 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1340 2024.12.14 04:36:02.554136 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1341 2024.12.14 04:36:02.554237 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2024.12.14 04:36:02.554319 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1343 2024.12.14 04:36:02.554373 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005399 sec., 29635.11761437303 rows/sec., 2.06 MiB/sec.
1344 2024.12.14 04:36:02.554821 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
1345 2024.12.14 04:36:02.554905 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1346 2024.12.14 04:36:02.555105 [ 282 ] {d3ecc21f-3396-4d86-85c1-f2c6df4130ba} <Debug> TCPHandler: Processed in 0.006678274 sec.
1347 2024.12.14 04:36:02.555344 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_6_1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1348 2024.12.14 04:36:02.555446 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1349 2024.12.14 04:36:02.555468 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1350 2024.12.14 04:36:02.555573 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
1351 2024.12.14 04:36:02.555620 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1352 2024.12.14 04:36:02.555865 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1353 2024.12.14 04:36:02.555941 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part
1354 2024.12.14 04:36:02.556032 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1355 2024.12.14 04:36:02.556239 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part
1356 2024.12.14 04:36:02.556608 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part
1357 2024.12.14 04:36:02.556957 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1358 2024.12.14 04:36:02.557284 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1359 2024.12.14 04:36:02.558447 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1360 2024.12.14 04:36:02.558534 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1361 2024.12.14 04:36:02.559573 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1362 2024.12.14 04:36:02.560109 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1363 2024.12.14 04:36:02.560110 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 5 columns (5 merged, 0 gathered) in 0.005661088 sec., 137429.4128619799 rows/sec., 9.58 MiB/sec.
1364 2024.12.14 04:36:02.560325 [ 68 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1365 2024.12.14 04:36:02.560416 [ 68 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1366 2024.12.14 04:36:02.560439 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1367 2024.12.14 04:36:02.560497 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1368 2024.12.14 04:36:02.560650 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004956 sec., 12106.537530266343 rows/sec., 835.48 KiB/sec.
1369 2024.12.14 04:36:02.560979 [ 284 ] {303cc5b9-314c-4242-92d2-e4258e0ad208} <Debug> TCPHandler: Processed in 0.005725049 sec.
1370 2024.12.14 04:36:02.561042 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
1371 2024.12.14 04:36:02.561245 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1372 2024.12.14 04:36:02.561374 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1373 2024.12.14 04:36:02.561437 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part
1374 2024.12.14 04:36:02.561452 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1375 2024.12.14 04:36:02.561675 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1376 2024.12.14 04:36:02.561751 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part
1377 2024.12.14 04:36:02.561908 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part
1378 2024.12.14 04:36:02.562098 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1379 2024.12.14 04:36:02.562361 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1380 2024.12.14 04:36:02.562505 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1381 2024.12.14 04:36:02.563654 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002978968 sec., 96677.77565922159 rows/sec., 6.49 MiB/sec.
1382 2024.12.14 04:36:02.563815 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1383 2024.12.14 04:36:02.564107 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1384 2024.12.14 04:36:02.564182 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_6_1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1385 2024.12.14 04:36:02.564259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1386 2024.12.14 04:36:04.095085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 196
1387 2024.12.14 04:36:04.097854 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1388 2024.12.14 04:36:04.097913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1389 2024.12.14 04:36:04.099374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1390 2024.12.14 04:36:04.099694 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1391 2024.12.14 04:36:04.100378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196
1392 2024.12.14 04:36:06.597235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1393 2024.12.14 04:36:06.598180 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2024.12.14 04:36:06.598254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1395 2024.12.14 04:36:06.599070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1396 2024.12.14 04:36:06.599472 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2024.12.14 04:36:06.599853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1398 2024.12.14 04:36:06.791171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1399 2024.12.14 04:36:06.810267 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1400 2024.12.14 04:36:06.810338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1401 2024.12.14 04:36:06.817196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1402 2024.12.14 04:36:06.817987 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1403 2024.12.14 04:36:06.820969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1404 2024.12.14 04:36:07.540926 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1405 2024.12.14 04:36:07.541124 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1406 2024.12.14 04:36:07.541203 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1407 2024.12.14 04:36:07.541988 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1408 2024.12.14 04:36:07.542043 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1409 2024.12.14 04:36:07.542511 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1410 2024.12.14 04:36:07.542771 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1411 2024.12.14 04:36:07.543012 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Debug> executeQuery: Read 116 rows, 10.11 KiB in 0.001944 sec., 59670.78189300412 rows/sec., 5.08 MiB/sec.
1412 2024.12.14 04:36:07.543078 [ 282 ] {7536219b-c93b-4174-802d-6b43378a7879} <Debug> TCPHandler: Processed in 0.00229119 sec.
1413 2024.12.14 04:36:07.543327 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1414 2024.12.14 04:36:07.543535 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1415 2024.12.14 04:36:07.543615 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1416 2024.12.14 04:36:07.544382 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1417 2024.12.14 04:36:07.544424 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1418 2024.12.14 04:36:07.544860 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1419 2024.12.14 04:36:07.545111 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1420 2024.12.14 04:36:07.545343 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001867 sec., 16068.559185859669 rows/sec., 1.18 MiB/sec.
1421 2024.12.14 04:36:07.545409 [ 284 ] {7c388612-6ea8-45b8-b5cc-d2991a03c86e} <Debug> TCPHandler: Processed in 0.002219858 sec.
1422 2024.12.14 04:36:07.545576 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1423 2024.12.14 04:36:07.545729 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1424 2024.12.14 04:36:07.545790 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1425 2024.12.14 04:36:07.546453 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1426 2024.12.14 04:36:07.546496 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1427 2024.12.14 04:36:07.546890 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1428 2024.12.14 04:36:07.547138 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1429 2024.12.14 04:36:07.547417 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001705 sec., 55131.96480938417 rows/sec., 4.31 MiB/sec.
1430 2024.12.14 04:36:07.547551 [ 282 ] {247b785a-61a9-431a-b858-e8d5f7ed44cf} <Debug> TCPHandler: Processed in 0.002048414 sec.
1431 2024.12.14 04:36:07.547718 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2024.12.14 04:36:07.547860 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1433 2024.12.14 04:36:07.547919 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1434 2024.12.14 04:36:07.548515 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2024.12.14 04:36:07.548555 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1436 2024.12.14 04:36:07.548978 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1437 2024.12.14 04:36:07.549217 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1438 2024.12.14 04:36:07.549475 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec.
1439 2024.12.14 04:36:07.549564 [ 284 ] {81918445-b7b1-44f3-ad8c-b7e98a548b93} <Debug> TCPHandler: Processed in 0.00190445 sec.
1440 2024.12.14 04:36:07.549737 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1441 2024.12.14 04:36:07.549861 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1442 2024.12.14 04:36:07.549948 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1443 2024.12.14 04:36:07.551221 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1444 2024.12.14 04:36:07.551262 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1445 2024.12.14 04:36:07.551966 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1446 2024.12.14 04:36:07.552240 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2024.12.14 04:36:07.552494 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00266 sec., 11278.195488721803 rows/sec., 20.21 MiB/sec.
1448 2024.12.14 04:36:07.552605 [ 282 ] {5c173a47-ef47-4b4d-b993-ac6f12f5c5fc} <Debug> TCPHandler: Processed in 0.002937956 sec.
1449 2024.12.14 04:36:07.552753 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2024.12.14 04:36:07.552925 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1451 2024.12.14 04:36:07.553008 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1452 2024.12.14 04:36:07.553782 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1453 2024.12.14 04:36:07.553833 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1454 2024.12.14 04:36:07.554342 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1455 2024.12.14 04:36:07.554597 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1456 2024.12.14 04:36:07.554811 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001929 sec., 31104.19906687403 rows/sec., 2.10 MiB/sec.
1457 2024.12.14 04:36:07.554872 [ 284 ] {2f107cf1-7042-4df3-ba41-bfd9785ebf22} <Debug> TCPHandler: Processed in 0.002183917 sec.
1458 2024.12.14 04:36:12.539408 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1459 2024.12.14 04:36:12.539741 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1460 2024.12.14 04:36:12.539865 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1461 2024.12.14 04:36:12.540676 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1462 2024.12.14 04:36:12.540728 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1463 2024.12.14 04:36:12.541183 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1464 2024.12.14 04:36:12.541440 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1465 2024.12.14 04:36:12.541685 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.12 MiB/sec.
1466 2024.12.14 04:36:12.541749 [ 282 ] {38b72c8d-9b55-4b75-ba08-a865eac0ecdc} <Debug> TCPHandler: Processed in 0.002537026 sec.
1467 2024.12.14 04:36:12.541992 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1468 2024.12.14 04:36:12.542202 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1469 2024.12.14 04:36:12.542284 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1470 2024.12.14 04:36:12.543125 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1471 2024.12.14 04:36:12.543175 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1472 2024.12.14 04:36:12.543621 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1473 2024.12.14 04:36:12.543877 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2024.12.14 04:36:12.544116 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001975 sec., 32405.06329113924 rows/sec., 2.53 MiB/sec.
1475 2024.12.14 04:36:12.544185 [ 284 ] {3d6c1002-4df3-42fb-aa76-87290b7c3684} <Debug> TCPHandler: Processed in 0.00233079 sec.
1476 2024.12.14 04:36:12.544345 [ 282 ] {} <Trace> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1477 2024.12.14 04:36:12.544496 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1478 2024.12.14 04:36:12.544563 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1479 2024.12.14 04:36:12.545208 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1480 2024.12.14 04:36:12.545249 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1481 2024.12.14 04:36:12.545654 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1482 2024.12.14 04:36:12.545907 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1483 2024.12.14 04:36:12.546179 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec.
1484 2024.12.14 04:36:12.546314 [ 282 ] {79e7c178-9590-498a-ae61-b5a1b42a6c4d} <Debug> TCPHandler: Processed in 0.002035123 sec.
1485 2024.12.14 04:36:12.546540 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1486 2024.12.14 04:36:12.546688 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1487 2024.12.14 04:36:12.546754 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1488 2024.12.14 04:36:12.547299 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1489 2024.12.14 04:36:12.547340 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1490 2024.12.14 04:36:12.547729 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1491 2024.12.14 04:36:12.547975 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1492 2024.12.14 04:36:12.548207 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec.
1493 2024.12.14 04:36:12.548262 [ 284 ] {ab736983-3346-4ea4-b53a-1276642d5487} <Debug> TCPHandler: Processed in 0.001848238 sec.
1494 2024.12.14 04:36:14.003771 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
1495 2024.12.14 04:36:14.003827 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
1496 2024.12.14 04:36:14.100009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1497 2024.12.14 04:36:14.100649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 216
1498 2024.12.14 04:36:14.101640 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1499 2024.12.14 04:36:14.101727 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1500 2024.12.14 04:36:14.102925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1501 2024.12.14 04:36:14.103709 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1502 2024.12.14 04:36:14.104443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1503 2024.12.14 04:36:14.106146 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1504 2024.12.14 04:36:14.106206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1505 2024.12.14 04:36:14.107655 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1506 2024.12.14 04:36:14.107974 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1507 2024.12.14 04:36:14.108968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216
1508 2024.12.14 04:36:14.321045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1509 2024.12.14 04:36:14.340325 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1510 2024.12.14 04:36:14.340383 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1511 2024.12.14 04:36:14.347485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1512 2024.12.14 04:36:14.348246 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1513 2024.12.14 04:36:14.350755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1514 2024.12.14 04:36:16.742533 [ 282 ] {} <Debug> TCPHandler: Done processing connection.
1515 2024.12.14 04:36:16.742713 [ 282 ] {} <Debug> TCP-Session: 4f66d71c-2cc7-4135-80ad-87cc23ce85f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1516 2024.12.14 04:36:17.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.48 MiB, peak 169.62 MiB, free memory in arenas 0.00 B, will set to 165.55 MiB (RSS), difference: 2.07 MiB
1517 2024.12.14 04:36:17.534639 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2024.12.14 04:36:17.534899 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1519 2024.12.14 04:36:17.535316 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1520 2024.12.14 04:36:17.535365 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1521 2024.12.14 04:36:17.535689 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1522 2024.12.14 04:36:17.535779 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1523 2024.12.14 04:36:17.535958 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1524 2024.12.14 04:36:17.536289 [ 295 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1525 2024.12.14 04:36:17.536293 [ 294 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1526 2024.12.14 04:36:17.536473 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1527 2024.12.14 04:36:17.536511 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1528 2024.12.14 04:36:17.536778 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1529 2024.12.14 04:36:17.536805 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1530 2024.12.14 04:36:17.536868 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1531 2024.12.14 04:36:17.536917 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1532 2024.12.14 04:36:17.538404 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003616 sec., 6084.070796460177 rows/sec., 254.67 KiB/sec.
1533 2024.12.14 04:36:17.538576 [ 284 ] {d3887894-c42f-445c-9d71-1e23e1c69980} <Debug> TCPHandler: Processed in 0.004079756 sec.
1534 2024.12.14 04:36:17.539074 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1535 2024.12.14 04:36:17.539313 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1536 2024.12.14 04:36:17.539748 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1537 2024.12.14 04:36:17.539796 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1538 2024.12.14 04:36:17.540121 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1539 2024.12.14 04:36:17.540205 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1540 2024.12.14 04:36:17.540387 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1541 2024.12.14 04:36:17.540515 [ 295 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1542 2024.12.14 04:36:17.540521 [ 296 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1543 2024.12.14 04:36:17.540671 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1544 2024.12.14 04:36:17.540701 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1545 2024.12.14 04:36:17.540791 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1546 2024.12.14 04:36:17.540813 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1547 2024.12.14 04:36:17.540857 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1548 2024.12.14 04:36:17.540909 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1549 2024.12.14 04:36:17.542015 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00281 sec., 7829.1814946619215 rows/sec., 327.72 KiB/sec.
1550 2024.12.14 04:36:17.542161 [ 286 ] {66826c26-2b21-4c55-a430-0b605220002c} <Debug> TCPHandler: Processed in 0.003243935 sec.
1551 2024.12.14 04:36:17.542805 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1552 2024.12.14 04:36:17.543028 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1553 2024.12.14 04:36:17.543377 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1554 2024.12.14 04:36:17.543421 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1555 2024.12.14 04:36:17.543707 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1556 2024.12.14 04:36:17.543774 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1557 2024.12.14 04:36:17.543929 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1558 2024.12.14 04:36:17.544046 [ 295 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1559 2024.12.14 04:36:17.544049 [ 296 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1560 2024.12.14 04:36:17.544168 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1561 2024.12.14 04:36:17.544197 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1562 2024.12.14 04:36:17.544281 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1563 2024.12.14 04:36:17.544303 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1564 2024.12.14 04:36:17.544344 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1565 2024.12.14 04:36:17.544392 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1566 2024.12.14 04:36:17.545446 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002523 sec., 8719.778042013475 rows/sec., 365.00 KiB/sec.
1567 2024.12.14 04:36:17.545632 [ 284 ] {9f64e53c-9d64-45d9-ac78-52a97222b9fa} <Debug> TCPHandler: Processed in 0.002899526 sec.
1568 2024.12.14 04:36:17.545968 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1569 2024.12.14 04:36:17.546241 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1570 2024.12.14 04:36:17.546718 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1571 2024.12.14 04:36:17.546786 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1572 2024.12.14 04:36:17.547242 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1573 2024.12.14 04:36:17.547341 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1574 2024.12.14 04:36:17.547572 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1575 2024.12.14 04:36:17.547702 [ 296 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1576 2024.12.14 04:36:17.547706 [ 295 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1577 2024.12.14 04:36:17.547835 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1578 2024.12.14 04:36:17.547881 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1579 2024.12.14 04:36:17.548005 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1580 2024.12.14 04:36:17.548042 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1581 2024.12.14 04:36:17.548106 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1582 2024.12.14 04:36:17.548175 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1583 2024.12.14 04:36:17.549256 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003145 sec., 6995.23052464229 rows/sec., 292.81 KiB/sec.
1584 2024.12.14 04:36:17.549398 [ 286 ] {a6ff57ad-0f17-4ad2-92d3-f4713cbd8227} <Debug> TCPHandler: Processed in 0.003517051 sec.
1585 2024.12.14 04:36:17.549787 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1586 2024.12.14 04:36:17.550011 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1587 2024.12.14 04:36:17.550363 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1588 2024.12.14 04:36:17.550407 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1589 2024.12.14 04:36:17.550699 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1590 2024.12.14 04:36:17.550769 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1591 2024.12.14 04:36:17.550921 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1592 2024.12.14 04:36:17.551022 [ 296 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1593 2024.12.14 04:36:17.551037 [ 295 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1594 2024.12.14 04:36:17.551139 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1595 2024.12.14 04:36:17.551167 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1596 2024.12.14 04:36:17.551250 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1597 2024.12.14 04:36:17.551271 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1598 2024.12.14 04:36:17.551312 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1599 2024.12.14 04:36:17.551361 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1600 2024.12.14 04:36:17.552423 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002518 sec., 8737.09293089754 rows/sec., 365.73 KiB/sec.
1601 2024.12.14 04:36:17.552580 [ 284 ] {5bac3eb7-6716-47e1-962d-b66c2c95ed8a} <Debug> TCPHandler: Processed in 0.002864194 sec.
1602 2024.12.14 04:36:17.552929 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1603 2024.12.14 04:36:17.553148 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1604 2024.12.14 04:36:17.553538 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1605 2024.12.14 04:36:17.553593 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1606 2024.12.14 04:36:17.553957 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1607 2024.12.14 04:36:17.554040 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1608 2024.12.14 04:36:17.554208 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1609 2024.12.14 04:36:17.554299 [ 294 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1610 2024.12.14 04:36:17.554314 [ 296 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1611 2024.12.14 04:36:17.554424 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1612 2024.12.14 04:36:17.554453 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1613 2024.12.14 04:36:17.554533 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1614 2024.12.14 04:36:17.554554 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1615 2024.12.14 04:36:17.554595 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1616 2024.12.14 04:36:17.554643 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1617 2024.12.14 04:36:17.555726 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002683 sec., 8199.776369735371 rows/sec., 343.23 KiB/sec.
1618 2024.12.14 04:36:17.555865 [ 286 ] {10a9f148-30c9-4a9a-b483-dcd59a72918a} <Debug> TCPHandler: Processed in 0.003005329 sec.
1619 2024.12.14 04:36:17.556160 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1620 2024.12.14 04:36:17.556384 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1621 2024.12.14 04:36:17.556782 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1622 2024.12.14 04:36:17.556837 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1623 2024.12.14 04:36:17.557193 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1624 2024.12.14 04:36:17.557261 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1625 2024.12.14 04:36:17.557414 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1626 2024.12.14 04:36:17.557521 [ 296 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1627 2024.12.14 04:36:17.557531 [ 294 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1628 2024.12.14 04:36:17.557652 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1629 2024.12.14 04:36:17.557682 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1630 2024.12.14 04:36:17.557767 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1631 2024.12.14 04:36:17.557789 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1632 2024.12.14 04:36:17.557832 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1633 2024.12.14 04:36:17.557880 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1634 2024.12.14 04:36:17.558919 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00264 sec., 8333.333333333334 rows/sec., 348.83 KiB/sec.
1635 2024.12.14 04:36:17.559073 [ 284 ] {e9f65bf0-6a23-4421-bc6a-ba8ccf60537f} <Debug> TCPHandler: Processed in 0.002984058 sec.
1636 2024.12.14 04:36:17.559329 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1637 2024.12.14 04:36:17.559514 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1638 2024.12.14 04:36:17.559841 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1639 2024.12.14 04:36:17.559886 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1640 2024.12.14 04:36:17.560185 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1641 2024.12.14 04:36:17.560252 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1642 2024.12.14 04:36:17.560403 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1643 2024.12.14 04:36:17.560500 [ 294 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1644 2024.12.14 04:36:17.560514 [ 296 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1645 2024.12.14 04:36:17.560616 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1646 2024.12.14 04:36:17.560645 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1647 2024.12.14 04:36:17.560726 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1648 2024.12.14 04:36:17.560746 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1649 2024.12.14 04:36:17.560787 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1650 2024.12.14 04:36:17.560835 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1651 2024.12.14 04:36:17.561826 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.0024 sec., 9166.666666666668 rows/sec., 383.71 KiB/sec.
1652 2024.12.14 04:36:17.561963 [ 286 ] {71610323-3098-44e7-9c3c-ac75ad4eb842} <Debug> TCPHandler: Processed in 0.00269339 sec.
1653 2024.12.14 04:36:17.562263 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1654 2024.12.14 04:36:17.562484 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1655 2024.12.14 04:36:17.562878 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1656 2024.12.14 04:36:17.562934 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1657 2024.12.14 04:36:17.563281 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1658 2024.12.14 04:36:17.563348 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1659 2024.12.14 04:36:17.563499 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1660 2024.12.14 04:36:17.563607 [ 296 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1661 2024.12.14 04:36:17.563621 [ 294 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1662 2024.12.14 04:36:17.563729 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1663 2024.12.14 04:36:17.563758 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1664 2024.12.14 04:36:17.563838 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1665 2024.12.14 04:36:17.563859 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1666 2024.12.14 04:36:17.563901 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1667 2024.12.14 04:36:17.563949 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1668 2024.12.14 04:36:17.565017 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002639 sec., 8336.491095111785 rows/sec., 348.96 KiB/sec.
1669 2024.12.14 04:36:17.565170 [ 284 ] {34e54ece-f7af-4588-a2fd-c2d57551f922} <Debug> TCPHandler: Processed in 0.002974827 sec.
1670 2024.12.14 04:36:17.565462 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1671 2024.12.14 04:36:17.565678 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1672 2024.12.14 04:36:17.566072 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1673 2024.12.14 04:36:17.566129 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1674 2024.12.14 04:36:17.566441 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1675 2024.12.14 04:36:17.566506 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1676 2024.12.14 04:36:17.566658 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1677 2024.12.14 04:36:17.566755 [ 294 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1678 2024.12.14 04:36:17.566769 [ 296 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1679 2024.12.14 04:36:17.566861 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1680 2024.12.14 04:36:17.566889 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1681 2024.12.14 04:36:17.566969 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1682 2024.12.14 04:36:17.566989 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1683 2024.12.14 04:36:17.567030 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1684 2024.12.14 04:36:17.567078 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1685 2024.12.14 04:36:17.568080 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002505 sec., 8782.43512974052 rows/sec., 367.62 KiB/sec.
1686 2024.12.14 04:36:17.568229 [ 286 ] {71f7d077-6d92-4e05-ab68-58d704158562} <Debug> TCPHandler: Processed in 0.002837174 sec.
1687 2024.12.14 04:36:17.568477 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1688 2024.12.14 04:36:17.568695 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1689 2024.12.14 04:36:17.569092 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1690 2024.12.14 04:36:17.569146 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1691 2024.12.14 04:36:17.569456 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1692 2024.12.14 04:36:17.569524 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1693 2024.12.14 04:36:17.569676 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1694 2024.12.14 04:36:17.569782 [ 296 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1695 2024.12.14 04:36:17.569789 [ 294 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1696 2024.12.14 04:36:17.569891 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1697 2024.12.14 04:36:17.569920 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1698 2024.12.14 04:36:17.570000 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1699 2024.12.14 04:36:17.570021 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1700 2024.12.14 04:36:17.570062 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1701 2024.12.14 04:36:17.570110 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1702 2024.12.14 04:36:17.571114 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002524 sec., 8716.32329635499 rows/sec., 364.86 KiB/sec.
1703 2024.12.14 04:36:17.571264 [ 284 ] {ae06a92d-c1db-48eb-90d5-da8fac4482e0} <Debug> TCPHandler: Processed in 0.002856405 sec.
1704 2024.12.14 04:36:17.575246 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1705 2024.12.14 04:36:17.575469 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1706 2024.12.14 04:36:17.575875 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1707 2024.12.14 04:36:17.575933 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1708 2024.12.14 04:36:17.576284 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1709 2024.12.14 04:36:17.576351 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1710 2024.12.14 04:36:17.576500 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1711 2024.12.14 04:36:17.576612 [ 294 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1712 2024.12.14 04:36:17.576615 [ 296 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1713 2024.12.14 04:36:17.576722 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
1714 2024.12.14 04:36:17.576749 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
1715 2024.12.14 04:36:17.576830 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1716 2024.12.14 04:36:17.576850 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 22 rows with 2 streams
1717 2024.12.14 04:36:17.576892 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1718 2024.12.14 04:36:17.576942 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1719 2024.12.14 04:36:17.577933 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002573 sec., 8550.330353672754 rows/sec., 357.91 KiB/sec.
1720 2024.12.14 04:36:17.578088 [ 286 ] {88602a51-651d-44b1-8c85-91cee6991ce2} <Debug> TCPHandler: Processed in 0.002913846 sec.
1721 2024.12.14 04:36:17.584412 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1722 2024.12.14 04:36:17.584544 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1723 2024.12.14 04:36:17.584598 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1724 2024.12.14 04:36:17.585349 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1725 2024.12.14 04:36:17.585390 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1726 2024.12.14 04:36:17.585915 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1727 2024.12.14 04:36:17.586139 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1728 2024.12.14 04:36:17.586404 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.00188 sec., 6382.978723404255 rows/sec., 1.29 MiB/sec.
1729 2024.12.14 04:36:17.586632 [ 284 ] {de7fe3f2-2288-43da-9450-cd705d61d6cb} <Debug> TCPHandler: Processed in 0.002276179 sec.
1730 2024.12.14 04:36:17.586800 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2024.12.14 04:36:17.586955 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1732 2024.12.14 04:36:17.587016 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1733 2024.12.14 04:36:17.589710 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1734 2024.12.14 04:36:17.589753 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1735 2024.12.14 04:36:17.590217 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1736 2024.12.14 04:36:17.590466 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1737 2024.12.14 04:36:17.590822 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003883 sec., 3605.459696111254 rows/sec., 259.54 KiB/sec.
1738 2024.12.14 04:36:17.590950 [ 286 ] {b6606750-a788-4b01-ab66-5e12ebb4b0c0} <Debug> TCPHandler: Processed in 0.00421581 sec.
1739 2024.12.14 04:36:17.591114 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1740 2024.12.14 04:36:17.591258 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1741 2024.12.14 04:36:17.591316 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1742 2024.12.14 04:36:17.592128 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1743 2024.12.14 04:36:17.592167 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1744 2024.12.14 04:36:17.592560 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1745 2024.12.14 04:36:17.592800 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1746 2024.12.14 04:36:17.593050 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.0018 sec., 146111.11111111112 rows/sec., 12.86 MiB/sec.
1747 2024.12.14 04:36:17.593161 [ 284 ] {57fab56e-073f-4baf-90bc-051fa6d407fe} <Debug> TCPHandler: Processed in 0.002115246 sec.
1748 2024.12.14 04:36:17.593302 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1749 2024.12.14 04:36:17.593424 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1750 2024.12.14 04:36:17.593474 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1751 2024.12.14 04:36:17.594075 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1752 2024.12.14 04:36:17.594116 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1753 2024.12.14 04:36:17.594483 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1754 2024.12.14 04:36:17.594726 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1755 2024.12.14 04:36:17.595003 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001592 sec., 23241.20603015075 rows/sec., 1.66 MiB/sec.
1756 2024.12.14 04:36:17.595063 [ 286 ] {f35c45ba-bb06-4cfd-a741-921c850a026d} <Debug> TCPHandler: Processed in 0.001817157 sec.
1757 2024.12.14 04:36:17.595215 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2024.12.14 04:36:17.595360 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1759 2024.12.14 04:36:17.595418 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1760 2024.12.14 04:36:17.596102 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1761 2024.12.14 04:36:17.596147 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1762 2024.12.14 04:36:17.596538 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1763 2024.12.14 04:36:17.596787 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.12.14 04:36:17.597085 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001721 sec., 8134.805345729227 rows/sec., 569.71 KiB/sec.
1765 2024.12.14 04:36:17.597150 [ 284 ] {b7280d51-4728-436d-9ec7-b5380ee72c4d} <Debug> TCPHandler: Processed in 0.002003913 sec.
1766 2024.12.14 04:36:17.597297 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1767 2024.12.14 04:36:17.597441 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1768 2024.12.14 04:36:17.597502 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1769 2024.12.14 04:36:17.598178 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1770 2024.12.14 04:36:17.598218 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1771 2024.12.14 04:36:17.598598 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1772 2024.12.14 04:36:17.598841 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1773 2024.12.14 04:36:17.599066 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec.
1774 2024.12.14 04:36:17.599120 [ 286 ] {2b7ebeb8-705e-4836-94a2-045fdbec51e6} <Debug> TCPHandler: Processed in 0.00189043 sec.
1775 2024.12.14 04:36:17.599266 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1776 2024.12.14 04:36:17.599409 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1777 2024.12.14 04:36:17.599466 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1778 2024.12.14 04:36:17.600259 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.12.14 04:36:17.600299 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1780 2024.12.14 04:36:17.600697 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1781 2024.12.14 04:36:17.600942 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2024.12.14 04:36:17.601266 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001859 sec., 221624.52931683703 rows/sec., 15.80 MiB/sec.
1783 2024.12.14 04:36:17.601560 [ 284 ] {8ca87967-2dd1-422f-9975-3b961f6de08b} <Debug> TCPHandler: Processed in 0.002357721 sec.
1784 2024.12.14 04:36:17.601716 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1785 2024.12.14 04:36:17.601855 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1786 2024.12.14 04:36:17.601915 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1787 2024.12.14 04:36:17.602421 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1788 2024.12.14 04:36:17.602461 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1789 2024.12.14 04:36:17.602860 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1790 2024.12.14 04:36:17.603094 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1791 2024.12.14 04:36:17.603397 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec.
1792 2024.12.14 04:36:17.603526 [ 286 ] {44a6822a-88f2-4c8c-93f1-4a921d51b0b8} <Debug> TCPHandler: Processed in 0.001877989 sec.
1793 2024.12.14 04:36:17.603668 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1794 2024.12.14 04:36:17.603810 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1795 2024.12.14 04:36:17.603873 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1796 2024.12.14 04:36:17.604466 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1797 2024.12.14 04:36:17.604505 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1798 2024.12.14 04:36:17.604896 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1799 2024.12.14 04:36:17.605137 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1800 2024.12.14 04:36:17.605361 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec.
1801 2024.12.14 04:36:17.605458 [ 284 ] {a831e488-ae48-4fd3-9988-b48d13fe3da3} <Debug> TCPHandler: Processed in 0.001858148 sec.
1802 2024.12.14 04:36:17.605606 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1803 2024.12.14 04:36:17.605744 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1804 2024.12.14 04:36:17.605901 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1805 2024.12.14 04:36:17.606404 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1806 2024.12.14 04:36:17.606443 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1807 2024.12.14 04:36:17.606811 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1808 2024.12.14 04:36:17.607044 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1809 2024.12.14 04:36:17.607430 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001677 sec., 596.3029218843172 rows/sec., 40.18 KiB/sec.
1810 2024.12.14 04:36:17.607508 [ 286 ] {8f8e3239-b740-4cfc-bfc5-75a5a584ee3f} <Debug> TCPHandler: Processed in 0.001971042 sec.
1811 2024.12.14 04:36:17.607653 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1812 2024.12.14 04:36:17.607850 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1813 2024.12.14 04:36:17.607942 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1814 2024.12.14 04:36:17.609089 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1815 2024.12.14 04:36:17.609129 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1816 2024.12.14 04:36:17.609785 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1817 2024.12.14 04:36:17.610043 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1818 2024.12.14 04:36:17.610415 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002569 sec., 11677.695601401323 rows/sec., 20.93 MiB/sec.
1819 2024.12.14 04:36:17.610658 [ 284 ] {6a575e80-4614-46ba-b340-9233c1726f19} <Debug> TCPHandler: Processed in 0.003072901 sec.
1820 2024.12.14 04:36:17.610796 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1821 2024.12.14 04:36:17.610914 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1822 2024.12.14 04:36:17.610965 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1823 2024.12.14 04:36:17.611452 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2024.12.14 04:36:17.611491 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1825 2024.12.14 04:36:17.611873 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1826 2024.12.14 04:36:17.612113 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1827 2024.12.14 04:36:17.612336 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec.
1828 2024.12.14 04:36:17.612390 [ 286 ] {f5166327-bc16-4478-bcf6-d9af5f7b63fe} <Debug> TCPHandler: Processed in 0.001654054 sec.
1829 2024.12.14 04:36:18.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.07 MiB, peak 169.62 MiB, free memory in arenas 0.00 B, will set to 165.93 MiB (RSS), difference: -3.14 MiB
1830 2024.12.14 04:36:21.604599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1831 2024.12.14 04:36:21.605242 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2024.12.14 04:36:21.605291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1833 2024.12.14 04:36:21.605822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1834 2024.12.14 04:36:21.606089 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1835 2024.12.14 04:36:21.606437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1836 2024.12.14 04:36:21.850826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1837 2024.12.14 04:36:21.871698 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1838 2024.12.14 04:36:21.871759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1839 2024.12.14 04:36:21.878960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1840 2024.12.14 04:36:21.879782 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1841 2024.12.14 04:36:21.882785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1842 2024.12.14 04:36:22.539001 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1843 2024.12.14 04:36:22.539189 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1844 2024.12.14 04:36:22.539263 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1845 2024.12.14 04:36:22.540052 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2024.12.14 04:36:22.540104 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1847 2024.12.14 04:36:22.540548 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1848 2024.12.14 04:36:22.540813 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2024.12.14 04:36:22.541051 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec.
1850 2024.12.14 04:36:22.541119 [ 284 ] {77d81127-5e01-4c07-97ab-af64bdabe44a} <Debug> TCPHandler: Processed in 0.002244899 sec.
1851 2024.12.14 04:36:22.541386 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1852 2024.12.14 04:36:22.541584 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1853 2024.12.14 04:36:22.541661 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1854 2024.12.14 04:36:22.542443 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1855 2024.12.14 04:36:22.542497 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1856 2024.12.14 04:36:22.542955 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1857 2024.12.14 04:36:22.543238 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1858 2024.12.14 04:36:22.543489 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00196 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec.
1859 2024.12.14 04:36:22.543559 [ 286 ] {621aa777-2865-43e6-9a48-066bb5f5be82} <Debug> TCPHandler: Processed in 0.002309321 sec.
1860 2024.12.14 04:36:22.543719 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1861 2024.12.14 04:36:22.543847 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1862 2024.12.14 04:36:22.543907 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1863 2024.12.14 04:36:22.544532 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1864 2024.12.14 04:36:22.544577 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1865 2024.12.14 04:36:22.545000 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1866 2024.12.14 04:36:22.545265 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1867 2024.12.14 04:36:22.545527 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec.
1868 2024.12.14 04:36:22.545748 [ 284 ] {29dd9327-ff2e-4dac-b274-4866b3e37049} <Debug> TCPHandler: Processed in 0.002084855 sec.
1869 2024.12.14 04:36:22.545922 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1870 2024.12.14 04:36:22.546060 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1871 2024.12.14 04:36:22.546122 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1872 2024.12.14 04:36:22.546672 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1873 2024.12.14 04:36:22.546716 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1874 2024.12.14 04:36:22.547167 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1875 2024.12.14 04:36:22.547448 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1876 2024.12.14 04:36:22.547697 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec.
1877 2024.12.14 04:36:22.547790 [ 286 ] {ac3bf984-d896-4ac6-840c-786369597fef} <Debug> TCPHandler: Processed in 0.001931331 sec.
1878 2024.12.14 04:36:24.109114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 272
1879 2024.12.14 04:36:24.112626 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1880 2024.12.14 04:36:24.112686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1881 2024.12.14 04:36:24.114213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1882 2024.12.14 04:36:24.114534 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2024.12.14 04:36:24.114741 [ 43 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1884 2024.12.14 04:36:24.114876 [ 43 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1885 2024.12.14 04:36:24.114945 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1886 2024.12.14 04:36:24.115741 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
1887 2024.12.14 04:36:24.116267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 272
1888 2024.12.14 04:36:24.116800 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1889 2024.12.14 04:36:24.116990 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
1890 2024.12.14 04:36:24.117516 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
1891 2024.12.14 04:36:24.118016 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part
1892 2024.12.14 04:36:24.118514 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1893 2024.12.14 04:36:24.118989 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1894 2024.12.14 04:36:24.119445 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1895 2024.12.14 04:36:24.127420 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 72 columns (72 merged, 0 gathered) in 0.011970642 sec., 22722.25666760396 rows/sec., 23.05 MiB/sec.
1896 2024.12.14 04:36:24.128321 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1897 2024.12.14 04:36:24.129043 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1898 2024.12.14 04:36:24.129129 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_6_1} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1899 2024.12.14 04:36:24.129350 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB.
1900 2024.12.14 04:36:27.545661 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1901 2024.12.14 04:36:27.545888 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1902 2024.12.14 04:36:27.545968 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1903 2024.12.14 04:36:27.546787 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1904 2024.12.14 04:36:27.546836 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1905 2024.12.14 04:36:27.547265 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1906 2024.12.14 04:36:27.547521 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1907 2024.12.14 04:36:27.547760 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec.
1908 2024.12.14 04:36:27.547824 [ 284 ] {cffe5493-ea47-422b-8d2e-ffa970697730} <Debug> TCPHandler: Processed in 0.002312381 sec.
1909 2024.12.14 04:36:27.548167 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1910 2024.12.14 04:36:27.548475 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1911 2024.12.14 04:36:27.548583 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1912 2024.12.14 04:36:27.549472 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1913 2024.12.14 04:36:27.549515 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1914 2024.12.14 04:36:27.549988 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1915 2024.12.14 04:36:27.550249 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1916 2024.12.14 04:36:27.550388 [ 39 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1917 2024.12.14 04:36:27.550443 [ 39 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1918 2024.12.14 04:36:27.550465 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002074 sec., 126808.10028929605 rows/sec., 11.16 MiB/sec.
1919 2024.12.14 04:36:27.550471 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1920 2024.12.14 04:36:27.550565 [ 286 ] {657fc3e7-40e6-403e-ab3c-3749997cd8c0} <Debug> TCPHandler: Processed in 0.002583548 sec.
1921 2024.12.14 04:36:27.550855 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1922 2024.12.14 04:36:27.550972 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
1923 2024.12.14 04:36:27.551182 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1924 2024.12.14 04:36:27.551317 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1925 2024.12.14 04:36:27.551321 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1926 2024.12.14 04:36:27.551389 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part
1927 2024.12.14 04:36:27.551689 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 116 rows starting from the beginning of the part
1928 2024.12.14 04:36:27.552078 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1929 2024.12.14 04:36:27.552481 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 263 rows starting from the beginning of the part
1930 2024.12.14 04:36:27.552843 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
1931 2024.12.14 04:36:27.553237 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 263 rows starting from the beginning of the part
1932 2024.12.14 04:36:27.554122 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1933 2024.12.14 04:36:27.554186 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1934 2024.12.14 04:36:27.555236 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1935 2024.12.14 04:36:27.555751 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1936 2024.12.14 04:36:27.556344 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.005213 sec., 7097.6405140993675 rows/sec., 520.22 KiB/sec.
1937 2024.12.14 04:36:27.556706 [ 284 ] {f5806424-4e5b-40bf-af73-1212aa4d5935} <Debug> TCPHandler: Processed in 0.006041047 sec.
1938 2024.12.14 04:36:27.556767 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061592 sec., 141252.11066372256 rows/sec., 12.66 MiB/sec.
1939 2024.12.14 04:36:27.556900 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1940 2024.12.14 04:36:27.556973 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1941 2024.12.14 04:36:27.557145 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1942 2024.12.14 04:36:27.557245 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1943 2024.12.14 04:36:27.557528 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1944 2024.12.14 04:36:27.557764 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_11_2} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1945 2024.12.14 04:36:27.557949 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1946 2024.12.14 04:36:27.558326 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1947 2024.12.14 04:36:27.558370 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1948 2024.12.14 04:36:27.558740 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1949 2024.12.14 04:36:27.559014 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2024.12.14 04:36:27.559218 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002143 sec., 6532.897806812879 rows/sec., 457.52 KiB/sec.
1951 2024.12.14 04:36:27.559278 [ 286 ] {1923694f-e21c-4657-83c2-041f75fd260e} <Debug> TCPHandler: Processed in 0.002462914 sec.
1952 2024.12.14 04:36:27.559454 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1953 2024.12.14 04:36:27.559598 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1954 2024.12.14 04:36:27.559657 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1955 2024.12.14 04:36:27.560347 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1956 2024.12.14 04:36:27.560396 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1957 2024.12.14 04:36:27.560774 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1958 2024.12.14 04:36:27.561027 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1959 2024.12.14 04:36:27.561266 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001696 sec., 7665.094339622641 rows/sec., 477.92 KiB/sec.
1960 2024.12.14 04:36:27.561328 [ 284 ] {25c607c3-1f1e-44a8-82be-9399b8df9cd6} <Debug> TCPHandler: Processed in 0.001941661 sec.
1961 2024.12.14 04:36:27.561482 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2024.12.14 04:36:27.561615 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1963 2024.12.14 04:36:27.561675 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1964 2024.12.14 04:36:27.562517 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1965 2024.12.14 04:36:27.562556 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1966 2024.12.14 04:36:27.562953 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1967 2024.12.14 04:36:27.563194 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1968 2024.12.14 04:36:27.563313 [ 39 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1969 2024.12.14 04:36:27.563350 [ 39 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2024.12.14 04:36:27.563370 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1971 2024.12.14 04:36:27.563386 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001801 sec., 228761.79900055524 rows/sec., 16.31 MiB/sec.
1972 2024.12.14 04:36:27.563715 [ 286 ] {18c31f71-c86e-4195-9948-e7e309797c95} <Debug> TCPHandler: Processed in 0.0022847 sec.
1973 2024.12.14 04:36:27.563980 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
1974 2024.12.14 04:36:27.564024 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1975 2024.12.14 04:36:27.564208 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1976 2024.12.14 04:36:27.564222 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1977 2024.12.14 04:36:27.564255 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 101 rows starting from the beginning of the part
1978 2024.12.14 04:36:27.564294 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1979 2024.12.14 04:36:27.564603 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 94 rows starting from the beginning of the part
1980 2024.12.14 04:36:27.564971 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
1981 2024.12.14 04:36:27.565176 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 412 rows starting from the beginning of the part
1982 2024.12.14 04:36:27.565371 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part
1983 2024.12.14 04:36:27.565458 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 412 rows starting from the beginning of the part
1984 2024.12.14 04:36:27.566123 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1985 2024.12.14 04:36:27.566167 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
1986 2024.12.14 04:36:27.566698 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1987 2024.12.14 04:36:27.566996 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1988 2024.12.14 04:36:27.567469 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003277 sec., 1830.94293561184 rows/sec., 95.66 KiB/sec.
1989 2024.12.14 04:36:27.567570 [ 284 ] {6cc53427-f98f-44eb-a47d-3146d7373f00} <Debug> TCPHandler: Processed in 0.003723597 sec.
1990 2024.12.14 04:36:27.567573 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1147 rows, containing 5 columns (5 merged, 0 gathered) in 0.004099487 sec., 279791.10557003843 rows/sec., 21.56 MiB/sec.
1991 2024.12.14 04:36:27.567734 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1992 2024.12.14 04:36:27.567847 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1993 2024.12.14 04:36:27.567876 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1994 2024.12.14 04:36:27.568005 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1995 2024.12.14 04:36:27.568591 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2024.12.14 04:36:27.568814 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_11_2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1997 2024.12.14 04:36:27.569015 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1998 2024.12.14 04:36:27.569159 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1999 2024.12.14 04:36:27.569205 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2000 2024.12.14 04:36:27.569629 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2001 2024.12.14 04:36:27.569872 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2002 2024.12.14 04:36:27.569995 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2003 2024.12.14 04:36:27.570034 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2004 2024.12.14 04:36:27.570053 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2005 2024.12.14 04:36:27.570072 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002233 sec., 106135.24406627854 rows/sec., 7.11 MiB/sec.
2006 2024.12.14 04:36:27.570183 [ 286 ] {a70e29ff-7604-4f92-b92a-14da3688d015} <Debug> TCPHandler: Processed in 0.002516595 sec.
2007 2024.12.14 04:36:27.570214 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
2008 2024.12.14 04:36:27.570344 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2009 2024.12.14 04:36:27.570380 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2010 2024.12.14 04:36:27.570399 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 778 rows starting from the beginning of the part
2011 2024.12.14 04:36:27.570705 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2012 2024.12.14 04:36:27.570708 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
2013 2024.12.14 04:36:27.570909 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2014 2024.12.14 04:36:27.571186 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
2015 2024.12.14 04:36:27.571487 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
2016 2024.12.14 04:36:27.571984 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
2017 2024.12.14 04:36:27.572269 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
2018 2024.12.14 04:36:27.573074 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2024.12.14 04:36:27.573143 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2020 2024.12.14 04:36:27.574138 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2021 2024.12.14 04:36:27.574651 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2022 2024.12.14 04:36:27.575104 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004532 sec., 220.65313327449252 rows/sec., 14.87 KiB/sec.
2023 2024.12.14 04:36:27.575409 [ 284 ] {83dd4bf8-fb7d-470b-b3fd-e1dd1d89b286} <Debug> TCPHandler: Processed in 0.005126763 sec.
2024 2024.12.14 04:36:27.575444 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1732 rows, containing 5 columns (5 merged, 0 gathered) in 0.005330179 sec., 324942.1829923535 rows/sec., 22.41 MiB/sec.
2025 2024.12.14 04:36:27.575578 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2026 2024.12.14 04:36:27.575668 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2027 2024.12.14 04:36:27.575739 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2028 2024.12.14 04:36:27.575857 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2029 2024.12.14 04:36:27.576063 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2024.12.14 04:36:27.576188 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2031 2024.12.14 04:36:27.576294 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2032 2024.12.14 04:36:27.577409 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2024.12.14 04:36:27.577448 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2034 2024.12.14 04:36:27.578104 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2035 2024.12.14 04:36:27.578389 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2024.12.14 04:36:27.578672 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002973 sec., 10090.817356205853 rows/sec., 18.08 MiB/sec.
2037 2024.12.14 04:36:27.578794 [ 286 ] {22079daf-a371-40b1-af17-3e23644274ae} <Debug> TCPHandler: Processed in 0.003283526 sec.
2038 2024.12.14 04:36:27.578953 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2024.12.14 04:36:27.579094 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2040 2024.12.14 04:36:27.579154 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2041 2024.12.14 04:36:27.579691 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2024.12.14 04:36:27.579730 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2043 2024.12.14 04:36:27.580099 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2044 2024.12.14 04:36:27.580344 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2024.12.14 04:36:27.580464 [ 38 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2046 2024.12.14 04:36:27.580509 [ 38 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2047 2024.12.14 04:36:27.580535 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec.
2048 2024.12.14 04:36:27.580541 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2049 2024.12.14 04:36:27.580633 [ 284 ] {64df6b86-2071-4f32-9ce0-7a05a61302d6} <Debug> TCPHandler: Processed in 0.001744236 sec.
2050 2024.12.14 04:36:27.580977 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
2051 2024.12.14 04:36:27.581118 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2052 2024.12.14 04:36:27.581153 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part
2053 2024.12.14 04:36:27.581253 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part
2054 2024.12.14 04:36:27.581319 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
2055 2024.12.14 04:36:27.581552 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
2056 2024.12.14 04:36:27.581649 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
2057 2024.12.14 04:36:27.581807 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
2058 2024.12.14 04:36:27.582992 [ 195 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337121 sec., 270418.1768937081 rows/sec., 17.92 MiB/sec.
2059 2024.12.14 04:36:27.583313 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2060 2024.12.14 04:36:27.583731 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2024.12.14 04:36:27.583815 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_11_2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2062 2024.12.14 04:36:27.583898 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2063 2024.12.14 04:36:29.003871 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
2064 2024.12.14 04:36:29.003924 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
2065 2024.12.14 04:36:29.106589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2066 2024.12.14 04:36:29.107350 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2024.12.14 04:36:29.107409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2068 2024.12.14 04:36:29.107975 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2069 2024.12.14 04:36:29.108264 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2024.12.14 04:36:29.108500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2071 2024.12.14 04:36:29.382886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2072 2024.12.14 04:36:29.404814 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2073 2024.12.14 04:36:29.404882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2074 2024.12.14 04:36:29.412490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2075 2024.12.14 04:36:29.413243 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2076 2024.12.14 04:36:29.416004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2077 2024.12.14 04:36:32.540439 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2078 2024.12.14 04:36:32.540649 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2079 2024.12.14 04:36:32.540717 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2080 2024.12.14 04:36:32.541468 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2081 2024.12.14 04:36:32.541512 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2082 2024.12.14 04:36:32.541961 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2083 2024.12.14 04:36:32.542206 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2024.12.14 04:36:32.542484 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Debug> executeQuery: Read 78 rows, 6.49 KiB in 0.00188 sec., 41489.36170212766 rows/sec., 3.37 MiB/sec.
2085 2024.12.14 04:36:32.542588 [ 284 ] {df6fdb49-00ae-4c0a-82c2-6f00fba0f806} <Debug> TCPHandler: Processed in 0.00227021 sec.
2086 2024.12.14 04:36:32.542860 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2087 2024.12.14 04:36:32.543079 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2088 2024.12.14 04:36:32.543163 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2089 2024.12.14 04:36:32.543975 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2090 2024.12.14 04:36:32.544026 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2091 2024.12.14 04:36:32.544462 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2092 2024.12.14 04:36:32.544729 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2093 2024.12.14 04:36:32.544909 [ 33 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2094 2024.12.14 04:36:32.544989 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001965 sec., 5597.96437659033 rows/sec., 420.94 KiB/sec.
2095 2024.12.14 04:36:32.544994 [ 33 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2096 2024.12.14 04:36:32.545066 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2097 2024.12.14 04:36:32.545123 [ 286 ] {ddffc45a-e621-40ee-8ca3-f7045ecba9af} <Debug> TCPHandler: Processed in 0.002402163 sec.
2098 2024.12.14 04:36:32.545409 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2024.12.14 04:36:32.545489 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
2100 2024.12.14 04:36:32.545770 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2101 2024.12.14 04:36:32.545846 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2102 2024.12.14 04:36:32.545873 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2103 2024.12.14 04:36:32.545912 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
2104 2024.12.14 04:36:32.546258 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
2105 2024.12.14 04:36:32.546632 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
2106 2024.12.14 04:36:32.547078 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part
2107 2024.12.14 04:36:32.547463 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part
2108 2024.12.14 04:36:32.547752 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part
2109 2024.12.14 04:36:32.548793 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2110 2024.12.14 04:36:32.548875 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2111 2024.12.14 04:36:32.550020 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2112 2024.12.14 04:36:32.550513 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005347249 sec., 32727.108836712112 rows/sec., 2.50 MiB/sec.
2113 2024.12.14 04:36:32.550597 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2024.12.14 04:36:32.550743 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2115 2024.12.14 04:36:32.551074 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Debug> executeQuery: Read 88 rows, 7.05 KiB in 0.005417 sec., 16245.154144360347 rows/sec., 1.27 MiB/sec.
2116 2024.12.14 04:36:32.551224 [ 284 ] {a3e6e9e8-f721-4fb9-9539-0153a29f60cc} <Debug> TCPHandler: Processed in 0.005989456 sec.
2117 2024.12.14 04:36:32.551419 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2024.12.14 04:36:32.551427 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2119 2024.12.14 04:36:32.551507 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_6_1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2120 2024.12.14 04:36:32.551602 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2121 2024.12.14 04:36:32.551607 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2122 2024.12.14 04:36:32.551687 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2123 2024.12.14 04:36:32.552291 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2124 2024.12.14 04:36:32.552330 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2125 2024.12.14 04:36:32.552737 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2126 2024.12.14 04:36:32.552979 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2024.12.14 04:36:32.553250 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
2128 2024.12.14 04:36:32.553420 [ 286 ] {cd093364-b6c1-4676-b672-ee6325b37929} <Debug> TCPHandler: Processed in 0.002073814 sec.
2129 2024.12.14 04:36:32.553594 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2024.12.14 04:36:32.553736 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2131 2024.12.14 04:36:32.553828 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2132 2024.12.14 04:36:32.555092 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2024.12.14 04:36:32.555131 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2134 2024.12.14 04:36:32.555748 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2135 2024.12.14 04:36:32.556001 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2024.12.14 04:36:32.556175 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2137 2024.12.14 04:36:32.556246 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2024.12.14 04:36:32.556276 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2139 2024.12.14 04:36:32.556311 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002598 sec., 4234.026173979984 rows/sec., 7.59 MiB/sec.
2140 2024.12.14 04:36:32.556575 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
2141 2024.12.14 04:36:32.556709 [ 284 ] {14e328a5-7414-4f26-94d1-caf693710ace} <Debug> TCPHandler: Processed in 0.003177512 sec.
2142 2024.12.14 04:36:32.556942 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2143 2024.12.14 04:36:32.557096 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2144 2024.12.14 04:36:32.557125 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2145 2024.12.14 04:36:32.557178 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
2146 2024.12.14 04:36:32.557204 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2147 2024.12.14 04:36:32.557902 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
2148 2024.12.14 04:36:32.558631 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
2149 2024.12.14 04:36:32.559170 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
2150 2024.12.14 04:36:32.559704 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Trace> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2024.12.14 04:36:32.559721 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
2152 2024.12.14 04:36:32.559751 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2153 2024.12.14 04:36:32.560241 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part
2154 2024.12.14 04:36:32.560832 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2155 2024.12.14 04:36:32.561157 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Trace> oximeter.measurements_i64 (b6d15520-d86b-43a1-84a6-b940b4fc99ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2156 2024.12.14 04:36:32.561719 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.004607 sec., 3255.9149120902975 rows/sec., 236.14 KiB/sec.
2157 2024.12.14 04:36:32.562030 [ 286 ] {48541394-d42e-4a6b-bebb-1a5f5a665f69} <Debug> TCPHandler: Processed in 0.005210155 sec.
2158 2024.12.14 04:36:32.562224 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2159 2024.12.14 04:36:32.562513 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2160 2024.12.14 04:36:32.562631 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2161 2024.12.14 04:36:32.564521 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2162 2024.12.14 04:36:32.564606 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2163 2024.12.14 04:36:32.565724 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2164 2024.12.14 04:36:32.566320 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2165 2024.12.14 04:36:32.566743 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004318 sec., 13895.321908290876 rows/sec., 958.92 KiB/sec.
2166 2024.12.14 04:36:32.566839 [ 284 ] {fe11a5b9-34dd-40f1-9a77-60de7b7f59cf} <Debug> TCPHandler: Processed in 0.004713483 sec.
2167 2024.12.14 04:36:32.567658 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 19 columns (19 merged, 0 gathered) in 0.011297445 sec., 14251.00985222765 rows/sec., 25.54 MiB/sec.
2168 2024.12.14 04:36:32.568123 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2169 2024.12.14 04:36:32.568543 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2170 2024.12.14 04:36:32.568622 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2171 2024.12.14 04:36:32.568767 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
2172 2024.12.14 04:36:33.002642 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2173 2024.12.14 04:36:33.002904 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2174 2024.12.14 04:36:33.003328 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2175 2024.12.14 04:36:33.003380 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2176 2024.12.14 04:36:33.003742 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2177 2024.12.14 04:36:33.003827 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2178 2024.12.14 04:36:33.004009 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2179 2024.12.14 04:36:33.004153 [ 294 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2180 2024.12.14 04:36:33.004215 [ 295 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2181 2024.12.14 04:36:33.004236 [ 296 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2182 2024.12.14 04:36:33.004390 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2183 2024.12.14 04:36:33.004424 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2184 2024.12.14 04:36:33.004545 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2185 2024.12.14 04:36:33.004569 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2186 2024.12.14 04:36:33.004614 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2187 2024.12.14 04:36:33.004662 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2188 2024.12.14 04:36:33.004707 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2189 2024.12.14 04:36:33.006403 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00362 sec., 9392.265193370165 rows/sec., 361.49 KiB/sec.
2190 2024.12.14 04:36:33.006632 [ 284 ] {86f2be50-2db9-4624-ab7a-df19d0c80ad7} <Debug> TCPHandler: Processed in 0.004123588 sec.
2191 2024.12.14 04:36:33.016863 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2192 2024.12.14 04:36:33.017097 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2193 2024.12.14 04:36:33.017506 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2194 2024.12.14 04:36:33.017569 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2195 2024.12.14 04:36:33.017916 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2196 2024.12.14 04:36:33.017986 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2197 2024.12.14 04:36:33.018138 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2198 2024.12.14 04:36:33.018301 [ 298 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2199 2024.12.14 04:36:33.018315 [ 295 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2200 2024.12.14 04:36:33.018310 [ 296 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2201 2024.12.14 04:36:33.018495 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2202 2024.12.14 04:36:33.018526 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2203 2024.12.14 04:36:33.018641 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2204 2024.12.14 04:36:33.018664 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2205 2024.12.14 04:36:33.018707 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2206 2024.12.14 04:36:33.018752 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2207 2024.12.14 04:36:33.018795 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2208 2024.12.14 04:36:33.020287 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003306 sec., 10284.331518451301 rows/sec., 395.82 KiB/sec.
2209 2024.12.14 04:36:33.020491 [ 284 ] {d10cbfd4-d980-4b5e-8274-c278fabbba02} <Debug> TCPHandler: Processed in 0.003696477 sec.
2210 2024.12.14 04:36:33.020898 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2211 2024.12.14 04:36:33.021150 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2212 2024.12.14 04:36:33.021574 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2213 2024.12.14 04:36:33.021628 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2214 2024.12.14 04:36:33.021996 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2215 2024.12.14 04:36:33.022078 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2216 2024.12.14 04:36:33.022261 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2217 2024.12.14 04:36:33.022430 [ 298 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2218 2024.12.14 04:36:33.022441 [ 294 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2219 2024.12.14 04:36:33.022441 [ 295 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2220 2024.12.14 04:36:33.022598 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2221 2024.12.14 04:36:33.022629 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2222 2024.12.14 04:36:33.022745 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2223 2024.12.14 04:36:33.022768 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2224 2024.12.14 04:36:33.022815 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2225 2024.12.14 04:36:33.022864 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2226 2024.12.14 04:36:33.022909 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2227 2024.12.14 04:36:33.024375 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003348 sec., 10155.316606929511 rows/sec., 390.86 KiB/sec.
2228 2024.12.14 04:36:33.024564 [ 286 ] {28765550-9fb6-4bc6-bb8f-1c463ba08f58} <Debug> TCPHandler: Processed in 0.003797499 sec.
2229 2024.12.14 04:36:33.024940 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2024.12.14 04:36:33.025173 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2231 2024.12.14 04:36:33.025591 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2232 2024.12.14 04:36:33.025652 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2233 2024.12.14 04:36:33.025994 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2234 2024.12.14 04:36:33.026062 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2235 2024.12.14 04:36:33.026215 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2236 2024.12.14 04:36:33.026386 [ 296 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2237 2024.12.14 04:36:33.026390 [ 295 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2238 2024.12.14 04:36:33.026376 [ 298 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2239 2024.12.14 04:36:33.026560 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2240 2024.12.14 04:36:33.026591 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2241 2024.12.14 04:36:33.026703 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2242 2024.12.14 04:36:33.026728 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2243 2024.12.14 04:36:33.026770 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2244 2024.12.14 04:36:33.026818 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2245 2024.12.14 04:36:33.026863 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2246 2024.12.14 04:36:33.028208 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003155 sec., 10776.545166402537 rows/sec., 414.77 KiB/sec.
2247 2024.12.14 04:36:33.028406 [ 284 ] {2d814a77-24ca-454f-b83a-1d128ad0f94a} <Debug> TCPHandler: Processed in 0.003535362 sec.
2248 2024.12.14 04:36:33.028687 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2249 2024.12.14 04:36:33.028891 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2250 2024.12.14 04:36:33.029249 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2251 2024.12.14 04:36:33.029299 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2252 2024.12.14 04:36:33.029636 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2253 2024.12.14 04:36:33.029703 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2254 2024.12.14 04:36:33.029857 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2255 2024.12.14 04:36:33.029974 [ 295 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2256 2024.12.14 04:36:33.030026 [ 296 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2257 2024.12.14 04:36:33.030028 [ 294 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2258 2024.12.14 04:36:33.030158 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2259 2024.12.14 04:36:33.030184 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2260 2024.12.14 04:36:33.030289 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2261 2024.12.14 04:36:33.030312 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2262 2024.12.14 04:36:33.030356 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2263 2024.12.14 04:36:33.030403 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2264 2024.12.14 04:36:33.030448 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2265 2024.12.14 04:36:33.031833 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003044 sec., 11169.513797634692 rows/sec., 429.89 KiB/sec.
2266 2024.12.14 04:36:33.031998 [ 286 ] {67b5db84-d838-4690-99af-6cac66ea9766} <Debug> TCPHandler: Processed in 0.003383437 sec.
2267 2024.12.14 04:36:33.032292 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2024.12.14 04:36:33.032492 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2269 2024.12.14 04:36:33.032848 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2270 2024.12.14 04:36:33.032899 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2271 2024.12.14 04:36:33.033236 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2272 2024.12.14 04:36:33.033302 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2273 2024.12.14 04:36:33.033452 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2274 2024.12.14 04:36:33.033579 [ 295 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2275 2024.12.14 04:36:33.033595 [ 296 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2276 2024.12.14 04:36:33.033617 [ 298 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2277 2024.12.14 04:36:33.033734 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2278 2024.12.14 04:36:33.033763 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2279 2024.12.14 04:36:33.033872 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2280 2024.12.14 04:36:33.033895 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2281 2024.12.14 04:36:33.033938 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2282 2024.12.14 04:36:33.033986 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2283 2024.12.14 04:36:33.034031 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2284 2024.12.14 04:36:33.035530 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003136 sec., 10841.836734693878 rows/sec., 417.28 KiB/sec.
2285 2024.12.14 04:36:33.035733 [ 284 ] {f2b9dbc7-e57f-4dff-9823-e43789dab4de} <Debug> TCPHandler: Processed in 0.003500251 sec.
2286 2024.12.14 04:36:33.036037 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2287 2024.12.14 04:36:33.036243 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2288 2024.12.14 04:36:33.036683 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2289 2024.12.14 04:36:33.036736 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2290 2024.12.14 04:36:33.037077 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2291 2024.12.14 04:36:33.037166 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2292 2024.12.14 04:36:33.037332 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2293 2024.12.14 04:36:33.037519 [ 295 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2294 2024.12.14 04:36:33.037514 [ 296 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2295 2024.12.14 04:36:33.037510 [ 298 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2296 2024.12.14 04:36:33.037671 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2297 2024.12.14 04:36:33.037697 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2298 2024.12.14 04:36:33.037807 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2299 2024.12.14 04:36:33.037831 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2300 2024.12.14 04:36:33.037876 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2301 2024.12.14 04:36:33.037926 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2302 2024.12.14 04:36:33.037975 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2303 2024.12.14 04:36:33.039397 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003259 sec., 10432.648051549555 rows/sec., 401.53 KiB/sec.
2304 2024.12.14 04:36:33.039576 [ 286 ] {22e222c1-40df-4569-a3fc-cb44046c21ae} <Debug> TCPHandler: Processed in 0.003599894 sec.
2305 2024.12.14 04:36:33.152804 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2306 2024.12.14 04:36:33.153008 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2307 2024.12.14 04:36:33.153374 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2308 2024.12.14 04:36:33.153428 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2309 2024.12.14 04:36:33.153776 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2310 2024.12.14 04:36:33.153845 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2311 2024.12.14 04:36:33.154000 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2312 2024.12.14 04:36:33.154135 [ 295 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2313 2024.12.14 04:36:33.154190 [ 294 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2314 2024.12.14 04:36:33.154193 [ 298 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2315 2024.12.14 04:36:33.154359 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (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
2316 2024.12.14 04:36:33.154390 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Spreading mark ranges among streams (default reading)
2317 2024.12.14 04:36:33.154504 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2318 2024.12.14 04:36:33.154527 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5) (SelectExecutor): Reading approx. 34 rows with 3 streams
2319 2024.12.14 04:36:33.154569 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2320 2024.12.14 04:36:33.154621 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2321 2024.12.14 04:36:33.154669 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2322 2024.12.14 04:36:33.156102 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003191 sec., 10654.96709495456 rows/sec., 410.09 KiB/sec.
2323 2024.12.14 04:36:33.156308 [ 284 ] {bf6463dc-f6d4-44f5-a30c-c5b631c9d627} <Debug> TCPHandler: Processed in 0.003565393 sec.
2324 2024.12.14 04:36:33.156633 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2325 2024.12.14 04:36:33.156772 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2326 2024.12.14 04:36:33.156828 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2327 2024.12.14 04:36:33.157602 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2328 2024.12.14 04:36:33.157646 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2329 2024.12.14 04:36:33.158156 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2330 2024.12.14 04:36:33.158391 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Trace> oximeter.timeseries_schema (e01bc9d6-91b8-47a5-8e86-77341c742aa5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2331 2024.12.14 04:36:33.158658 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Debug> executeQuery: Read 8 rows, 1.65 KiB in 0.001919 sec., 4168.837936425221 rows/sec., 860.03 KiB/sec.
2332 2024.12.14 04:36:33.158819 [ 286 ] {d44f4381-82a9-42e1-a4cc-3afddb27202d} <Debug> TCPHandler: Processed in 0.002242578 sec.
2333 2024.12.14 04:36:33.158998 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2334 2024.12.14 04:36:33.159151 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2335 2024.12.14 04:36:33.159209 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2336 2024.12.14 04:36:33.159896 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2337 2024.12.14 04:36:33.159941 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2338 2024.12.14 04:36:33.160354 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2339 2024.12.14 04:36:33.160606 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2340 2024.12.14 04:36:33.160865 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001751 sec., 7995.431182181611 rows/sec., 575.56 KiB/sec.
2341 2024.12.14 04:36:33.160934 [ 284 ] {e36d9c35-3981-43a7-bfec-f3bc48fe4bee} <Debug> TCPHandler: Processed in 0.002003942 sec.
2342 2024.12.14 04:36:33.161130 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2343 2024.12.14 04:36:33.161337 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2344 2024.12.14 04:36:33.161422 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2345 2024.12.14 04:36:33.162162 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2346 2024.12.14 04:36:33.162205 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2347 2024.12.14 04:36:33.162566 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2348 2024.12.14 04:36:33.162807 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2349 2024.12.14 04:36:33.163077 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001775 sec., 4507.042253521126 rows/sec., 367.52 KiB/sec.
2350 2024.12.14 04:36:33.163150 [ 286 ] {628cfde4-acc0-4ed0-ac69-01dcbf055606} <Debug> TCPHandler: Processed in 0.002119675 sec.
2351 2024.12.14 04:36:33.163311 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2352 2024.12.14 04:36:33.163453 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2353 2024.12.14 04:36:33.163509 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2354 2024.12.14 04:36:33.164656 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2355 2024.12.14 04:36:33.164696 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2356 2024.12.14 04:36:33.165155 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2357 2024.12.14 04:36:33.165398 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2358 2024.12.14 04:36:33.165635 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Debug> executeQuery: Read 1408 rows, 120.63 KiB in 0.002215 sec., 635665.914221219 rows/sec., 53.18 MiB/sec.
2359 2024.12.14 04:36:33.165693 [ 284 ] {5e6eea84-f6dd-432e-a5b9-6c544bc7611b} <Debug> TCPHandler: Processed in 0.002449904 sec.
2360 2024.12.14 04:36:33.165884 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2361 2024.12.14 04:36:33.166085 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2362 2024.12.14 04:36:33.166169 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2363 2024.12.14 04:36:33.167028 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2364 2024.12.14 04:36:33.167068 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2365 2024.12.14 04:36:33.167442 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2366 2024.12.14 04:36:33.167682 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2367 2024.12.14 04:36:33.167897 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001862 sec., 24167.561761546724 rows/sec., 1.72 MiB/sec.
2368 2024.12.14 04:36:33.167952 [ 286 ] {05395622-1115-49f9-a637-b78391acf1cd} <Debug> TCPHandler: Processed in 0.002166136 sec.
2369 2024.12.14 04:36:33.168108 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2370 2024.12.14 04:36:33.168252 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2371 2024.12.14 04:36:33.168310 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2372 2024.12.14 04:36:33.169013 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2373 2024.12.14 04:36:33.169054 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2374 2024.12.14 04:36:33.169419 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2375 2024.12.14 04:36:33.169660 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2376 2024.12.14 04:36:33.169862 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001642 sec., 147381.24238733252 rows/sec., 9.99 MiB/sec.
2377 2024.12.14 04:36:33.169916 [ 284 ] {645f6208-9ccc-4b4b-bdd3-73bafa019fac} <Debug> TCPHandler: Processed in 0.001875809 sec.
2378 2024.12.14 04:36:33.170061 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2379 2024.12.14 04:36:33.170180 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2380 2024.12.14 04:36:33.170230 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2381 2024.12.14 04:36:33.171091 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2382 2024.12.14 04:36:33.171132 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2383 2024.12.14 04:36:33.171484 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2384 2024.12.14 04:36:33.171722 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2385 2024.12.14 04:36:33.171954 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001787 sec., 7274.76217123671 rows/sec., 453.58 KiB/sec.
2386 2024.12.14 04:36:33.172080 [ 286 ] {76e62862-0f32-4681-a759-d12171e57013} <Debug> TCPHandler: Processed in 0.002078634 sec.
2387 2024.12.14 04:36:33.172243 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2388 2024.12.14 04:36:33.172385 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2389 2024.12.14 04:36:33.172442 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2390 2024.12.14 04:36:33.173362 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2391 2024.12.14 04:36:33.173400 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2392 2024.12.14 04:36:33.173793 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2393 2024.12.14 04:36:33.174029 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2394 2024.12.14 04:36:33.174206 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.001851 sec., 473257.698541329 rows/sec., 34.31 MiB/sec.
2395 2024.12.14 04:36:33.174260 [ 284 ] {e7a9166f-c398-4449-af73-077b20b6bc09} <Debug> TCPHandler: Processed in 0.002082504 sec.
2396 2024.12.14 04:36:33.174449 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2397 2024.12.14 04:36:33.174651 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2398 2024.12.14 04:36:33.174738 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2399 2024.12.14 04:36:33.175218 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2400 2024.12.14 04:36:33.175257 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2401 2024.12.14 04:36:33.175621 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2402 2024.12.14 04:36:33.175858 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2403 2024.12.14 04:36:33.176069 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec.
2404 2024.12.14 04:36:33.176121 [ 286 ] {dbc6572f-8824-4a6a-ad4e-762dcb0fd2f1} <Debug> TCPHandler: Processed in 0.001767846 sec.
2405 2024.12.14 04:36:33.176269 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2406 2024.12.14 04:36:33.176407 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2407 2024.12.14 04:36:33.176468 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2408 2024.12.14 04:36:33.179844 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2024.12.14 04:36:33.179888 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2410 2024.12.14 04:36:33.180555 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2411 2024.12.14 04:36:33.180824 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2412 2024.12.14 04:36:33.181004 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Debug> executeQuery: Read 3259 rows, 222.48 KiB in 0.004627 sec., 704344.0674303004 rows/sec., 46.96 MiB/sec.
2413 2024.12.14 04:36:33.181065 [ 284 ] {e74c6afb-f944-4566-ba99-f610bffad90c} <Debug> TCPHandler: Processed in 0.004862617 sec.
2414 2024.12.14 04:36:33.181203 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2415 2024.12.14 04:36:33.181322 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2416 2024.12.14 04:36:33.181374 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2417 2024.12.14 04:36:33.181863 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2418 2024.12.14 04:36:33.181903 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2419 2024.12.14 04:36:33.182271 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2420 2024.12.14 04:36:33.182503 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2421 2024.12.14 04:36:33.182789 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec.
2422 2024.12.14 04:36:33.182869 [ 286 ] {f92e401e-23dd-44ec-83cd-14b40bc816ef} <Debug> TCPHandler: Processed in 0.001722585 sec.
2423 2024.12.14 04:36:33.183026 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2424 2024.12.14 04:36:33.183166 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2425 2024.12.14 04:36:33.183258 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2426 2024.12.14 04:36:33.184494 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2024.12.14 04:36:33.184533 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2428 2024.12.14 04:36:33.185166 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2429 2024.12.14 04:36:33.185428 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2430 2024.12.14 04:36:33.185628 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002493 sec., 12033.694344163658 rows/sec., 21.56 MiB/sec.
2431 2024.12.14 04:36:33.185729 [ 284 ] {3d1f42b4-bd2d-4584-a022-869ed22e511c} <Debug> TCPHandler: Processed in 0.002766852 sec.
2432 2024.12.14 04:36:33.185945 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2433 2024.12.14 04:36:33.186145 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2434 2024.12.14 04:36:33.186230 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2435 2024.12.14 04:36:33.186919 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2436 2024.12.14 04:36:33.186959 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2437 2024.12.14 04:36:33.187332 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2438 2024.12.14 04:36:33.187567 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2439 2024.12.14 04:36:33.187778 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001683 sec., 20202.0202020202 rows/sec., 1.17 MiB/sec.
2440 2024.12.14 04:36:33.187831 [ 286 ] {edc37d59-e740-4dfb-a619-9b352d86342e} <Debug> TCPHandler: Processed in 0.001983042 sec.
2441 2024.12.14 04:36:34.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.89 MiB, peak 173.81 MiB, free memory in arenas 0.00 B, will set to 169.39 MiB (RSS), difference: -1.50 MiB
2442 2024.12.14 04:36:34.116581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 78 entries to flush up to offset 350
2443 2024.12.14 04:36:34.120508 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2444 2024.12.14 04:36:34.120555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2445 2024.12.14 04:36:34.122082 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2446 2024.12.14 04:36:34.122406 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2447 2024.12.14 04:36:34.123205 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 350
2448 2024.12.14 04:36:36.608648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2449 2024.12.14 04:36:36.609324 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2450 2024.12.14 04:36:36.609380 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2451 2024.12.14 04:36:36.609939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2452 2024.12.14 04:36:36.610210 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2024.12.14 04:36:36.610447 [ 25 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2454 2024.12.14 04:36:36.610472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2455 2024.12.14 04:36:36.610533 [ 25 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2024.12.14 04:36:36.610563 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2457 2024.12.14 04:36:36.610744 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
2458 2024.12.14 04:36:36.610908 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2459 2024.12.14 04:36:36.610963 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
2460 2024.12.14 04:36:36.611076 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
2461 2024.12.14 04:36:36.611168 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
2462 2024.12.14 04:36:36.611387 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2463 2024.12.14 04:36:36.611562 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2464 2024.12.14 04:36:36.611741 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2465 2024.12.14 04:36:36.613532 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002869225 sec., 1764587.9985013374 rows/sec., 25.24 MiB/sec.
2466 2024.12.14 04:36:36.614024 [ 201 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2467 2024.12.14 04:36:36.614410 [ 201 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2468 2024.12.14 04:36:36.614504 [ 201 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_11_2} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2469 2024.12.14 04:36:36.614621 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2470 2024.12.14 04:36:36.916091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2471 2024.12.14 04:36:36.948660 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2024.12.14 04:36:36.948738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2473 2024.12.14 04:36:36.958359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2474 2024.12.14 04:36:36.960220 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2024.12.14 04:36:36.961818 [ 25 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2476 2024.12.14 04:36:36.961904 [ 25 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2477 2024.12.14 04:36:36.961950 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2478 2024.12.14 04:36:36.962397 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2479 2024.12.14 04:36:36.982481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2480 2024.12.14 04:36:36.984108 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2481 2024.12.14 04:36:36.985817 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2482 2024.12.14 04:36:36.991561 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2483 2024.12.14 04:36:36.998069 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2484 2024.12.14 04:36:37.004198 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2485 2024.12.14 04:36:37.009886 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2486 2024.12.14 04:36:37.014769 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
2487 2024.12.14 04:36:37.075669 [ 195 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.11358758 sec., 730.7136924653206 rows/sec., 3.78 MiB/sec.
2488 2024.12.14 04:36:37.078375 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2489 2024.12.14 04:36:37.081343 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_11_2} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2490 2024.12.14 04:36:37.081480 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_11_2} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2491 2024.12.14 04:36:37.083849 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2492 2024.12.14 04:36:37.537719 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2024.12.14 04:36:37.537908 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2494 2024.12.14 04:36:37.537980 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2495 2024.12.14 04:36:37.538766 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2496 2024.12.14 04:36:37.538816 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2497 2024.12.14 04:36:37.539247 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2498 2024.12.14 04:36:37.539506 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2499 2024.12.14 04:36:37.539752 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec.
2500 2024.12.14 04:36:37.539818 [ 284 ] {5a5c6a16-f83f-4f55-b041-cf2a5cbc9ce9} <Debug> TCPHandler: Processed in 0.002230239 sec.
2501 2024.12.14 04:36:37.540077 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2502 2024.12.14 04:36:37.540270 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2503 2024.12.14 04:36:37.540342 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2504 2024.12.14 04:36:37.541130 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2505 2024.12.14 04:36:37.541175 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2506 2024.12.14 04:36:37.541620 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2507 2024.12.14 04:36:37.541880 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2508 2024.12.14 04:36:37.542088 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec.
2509 2024.12.14 04:36:37.542152 [ 286 ] {bb09c51a-26a2-41c0-94bd-29b9d16b813d} <Debug> TCPHandler: Processed in 0.002206127 sec.
2510 2024.12.14 04:36:37.542362 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2511 2024.12.14 04:36:37.542512 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2512 2024.12.14 04:36:37.542579 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2513 2024.12.14 04:36:37.543209 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2514 2024.12.14 04:36:37.543250 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2515 2024.12.14 04:36:37.543655 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2516 2024.12.14 04:36:37.543894 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2517 2024.12.14 04:36:37.544113 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001637 sec., 78191.81429444105 rows/sec., 5.45 MiB/sec.
2518 2024.12.14 04:36:37.544165 [ 284 ] {e54965c3-84e1-4067-8a22-619052c36230} <Debug> TCPHandler: Processed in 0.001871059 sec.
2519 2024.12.14 04:36:37.544329 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2520 2024.12.14 04:36:37.544477 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2521 2024.12.14 04:36:37.544543 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2522 2024.12.14 04:36:37.545113 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2523 2024.12.14 04:36:37.545151 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2524 2024.12.14 04:36:37.545540 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2525 2024.12.14 04:36:37.545802 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2526 2024.12.14 04:36:37.545987 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001547 sec., 31027.795733678086 rows/sec., 2.09 MiB/sec.
2527 2024.12.14 04:36:37.546041 [ 286 ] {5bb198fc-231b-4583-83bb-61e30fe3d904} <Debug> TCPHandler: Processed in 0.001783246 sec.
2528 2024.12.14 04:36:42.539671 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2529 2024.12.14 04:36:42.539895 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2530 2024.12.14 04:36:42.539975 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2531 2024.12.14 04:36:42.540777 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2532 2024.12.14 04:36:42.540826 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2533 2024.12.14 04:36:42.541274 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2534 2024.12.14 04:36:42.541527 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2024.12.14 04:36:42.541778 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001941 sec., 41215.86810922205 rows/sec., 3.37 MiB/sec.
2536 2024.12.14 04:36:42.541846 [ 284 ] {7e3cae9d-31c6-49de-9d60-462a143aedf1} <Debug> TCPHandler: Processed in 0.00231181 sec.
2537 2024.12.14 04:36:42.542109 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2024.12.14 04:36:42.542326 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2539 2024.12.14 04:36:42.542410 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2540 2024.12.14 04:36:42.543252 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2024.12.14 04:36:42.543307 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2542 2024.12.14 04:36:42.543758 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2543 2024.12.14 04:36:42.544021 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2024.12.14 04:36:42.544279 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00201 sec., 5970.149253731343 rows/sec., 448.93 KiB/sec.
2545 2024.12.14 04:36:42.544372 [ 286 ] {638fa756-f30f-43e6-9e61-22221ebd641b} <Debug> TCPHandler: Processed in 0.002401893 sec.
2546 2024.12.14 04:36:42.544542 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2547 2024.12.14 04:36:42.544690 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2548 2024.12.14 04:36:42.544753 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2549 2024.12.14 04:36:42.545454 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2550 2024.12.14 04:36:42.545495 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2551 2024.12.14 04:36:42.545879 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2552 2024.12.14 04:36:42.546121 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2024.12.14 04:36:42.546377 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001715 sec., 44314.86880466472 rows/sec., 3.46 MiB/sec.
2554 2024.12.14 04:36:42.546483 [ 284 ] {74dfa640-912a-4a5f-ae46-5ee47501705e} <Debug> TCPHandler: Processed in 0.002009772 sec.
2555 2024.12.14 04:36:42.546722 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2556 2024.12.14 04:36:42.546954 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2557 2024.12.14 04:36:42.547058 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2558 2024.12.14 04:36:42.547690 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2024.12.14 04:36:42.547731 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2560 2024.12.14 04:36:42.548147 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2561 2024.12.14 04:36:42.548397 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2024.12.14 04:36:42.548614 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec.
2563 2024.12.14 04:36:42.548671 [ 286 ] {a2c4c2e6-6d3f-49c4-b8b5-af4c1620a2d3} <Debug> TCPHandler: Processed in 0.002063914 sec.
2564 2024.12.14 04:36:42.548819 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2024.12.14 04:36:42.548962 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2566 2024.12.14 04:36:42.549058 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2567 2024.12.14 04:36:42.550203 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2024.12.14 04:36:42.550243 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2569 2024.12.14 04:36:42.550863 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2570 2024.12.14 04:36:42.551121 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2024.12.14 04:36:42.551382 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002453 sec., 4891.9690175295555 rows/sec., 8.77 MiB/sec.
2572 2024.12.14 04:36:42.551493 [ 284 ] {19394ad1-9435-428f-811a-6ec76cbf7ebd} <Debug> TCPHandler: Processed in 0.002741861 sec.
2573 2024.12.14 04:36:42.551649 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2574 2024.12.14 04:36:42.551789 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2575 2024.12.14 04:36:42.551850 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2576 2024.12.14 04:36:42.552393 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2024.12.14 04:36:42.552434 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2578 2024.12.14 04:36:42.552815 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2579 2024.12.14 04:36:42.553091 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.12.14 04:36:42.553313 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec.
2581 2024.12.14 04:36:42.553366 [ 286 ] {e7768f90-598e-4daa-9897-dc93e1b2016c} <Debug> TCPHandler: Processed in 0.001783946 sec.
2582 2024.12.14 04:36:44.003969 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
2583 2024.12.14 04:36:44.004025 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
2584 2024.12.14 04:36:44.110620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2585 2024.12.14 04:36:44.111351 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.12.14 04:36:44.111399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2587 2024.12.14 04:36:44.112013 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2588 2024.12.14 04:36:44.112286 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2024.12.14 04:36:44.112533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2590 2024.12.14 04:36:44.123568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 370
2591 2024.12.14 04:36:44.126267 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2592 2024.12.14 04:36:44.126317 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2593 2024.12.14 04:36:44.127745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2594 2024.12.14 04:36:44.128046 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2024.12.14 04:36:44.128765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 370
2596 2024.12.14 04:36:44.482600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2597 2024.12.14 04:36:44.501571 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2598 2024.12.14 04:36:44.501636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2599 2024.12.14 04:36:44.509110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2600 2024.12.14 04:36:44.509930 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2601 2024.12.14 04:36:44.512877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2602 2024.12.14 04:36:47.544485 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2603 2024.12.14 04:36:47.544717 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2604 2024.12.14 04:36:47.544798 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2605 2024.12.14 04:36:47.545637 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2606 2024.12.14 04:36:47.545692 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2607 2024.12.14 04:36:47.546155 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2608 2024.12.14 04:36:47.546416 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): 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.12.14 04:36:47.546712 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002035 sec., 6879.60687960688 rows/sec., 495.24 KiB/sec.
2610 2024.12.14 04:36:47.546850 [ 284 ] {10b0a7ea-306b-425c-9097-67565470440e} <Debug> TCPHandler: Processed in 0.002506395 sec.
2611 2024.12.14 04:36:47.547183 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2612 2024.12.14 04:36:47.547442 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2613 2024.12.14 04:36:47.547518 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2614 2024.12.14 04:36:47.548446 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2615 2024.12.14 04:36:47.548500 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2616 2024.12.14 04:36:47.549011 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2617 2024.12.14 04:36:47.549281 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2618 2024.12.14 04:36:47.549461 [ 29 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2619 2024.12.14 04:36:47.549544 [ 29 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2620 2024.12.14 04:36:47.549550 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002159 sec., 121815.65539601668 rows/sec., 10.72 MiB/sec.
2621 2024.12.14 04:36:47.549579 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2622 2024.12.14 04:36:47.549755 [ 286 ] {cc808665-a3d1-487d-925b-a91f9f0e766d} <Debug> TCPHandler: Processed in 0.002768812 sec.
2623 2024.12.14 04:36:47.550054 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2624 2024.12.14 04:36:47.550348 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
2625 2024.12.14 04:36:47.550418 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2626 2024.12.14 04:36:47.550515 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2627 2024.12.14 04:36:47.550703 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2628 2024.12.14 04:36:47.550784 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 263 rows starting from the beginning of the part
2629 2024.12.14 04:36:47.551079 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 78 rows starting from the beginning of the part
2630 2024.12.14 04:36:47.551492 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1408 rows starting from the beginning of the part
2631 2024.12.14 04:36:47.551887 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
2632 2024.12.14 04:36:47.552213 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part
2633 2024.12.14 04:36:47.552371 [ 196 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 263 rows starting from the beginning of the part
2634 2024.12.14 04:36:47.553226 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2024.12.14 04:36:47.553294 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2636 2024.12.14 04:36:47.554278 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2637 2024.12.14 04:36:47.554801 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2024.12.14 04:36:47.555108 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.004779 sec., 7742.205482318476 rows/sec., 567.46 KiB/sec.
2639 2024.12.14 04:36:47.555275 [ 284 ] {e5511bfa-419a-4231-9f62-f4e73134a269} <Debug> TCPHandler: Processed in 0.00538139 sec.
2640 2024.12.14 04:36:47.555579 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2641 2024.12.14 04:36:47.555686 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 5 columns (5 merged, 0 gathered) in 0.005928604 sec., 362311.2624827025 rows/sec., 31.96 MiB/sec.
2642 2024.12.14 04:36:47.555758 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2643 2024.12.14 04:36:47.555818 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2644 2024.12.14 04:36:47.556139 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2645 2024.12.14 04:36:47.556854 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.12.14 04:36:47.556982 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2647 2024.12.14 04:36:47.557043 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_16_3} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2648 2024.12.14 04:36:47.557053 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2649 2024.12.14 04:36:47.557210 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
2650 2024.12.14 04:36:47.557560 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2651 2024.12.14 04:36:47.557816 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2652 2024.12.14 04:36:47.558099 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002362 sec., 5927.180355630821 rows/sec., 415.10 KiB/sec.
2653 2024.12.14 04:36:47.558175 [ 286 ] {4435f735-5085-4bf4-b4aa-261da2262985} <Debug> TCPHandler: Processed in 0.002782602 sec.
2654 2024.12.14 04:36:47.558332 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2655 2024.12.14 04:36:47.558476 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2656 2024.12.14 04:36:47.558537 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2657 2024.12.14 04:36:47.559242 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2658 2024.12.14 04:36:47.559290 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2659 2024.12.14 04:36:47.559650 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2660 2024.12.14 04:36:47.559895 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2661 2024.12.14 04:36:47.560180 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec.
2662 2024.12.14 04:36:47.560251 [ 284 ] {896015ee-bc78-4f07-a049-e98221075f3c} <Debug> TCPHandler: Processed in 0.001985801 sec.
2663 2024.12.14 04:36:47.560400 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2664 2024.12.14 04:36:47.560547 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2665 2024.12.14 04:36:47.560606 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2666 2024.12.14 04:36:47.561447 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2667 2024.12.14 04:36:47.561489 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2668 2024.12.14 04:36:47.561893 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2669 2024.12.14 04:36:47.562145 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2670 2024.12.14 04:36:47.562303 [ 29 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2671 2024.12.14 04:36:47.562365 [ 29 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2672 2024.12.14 04:36:47.562399 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001881 sec., 219032.42955874535 rows/sec., 15.62 MiB/sec.
2673 2024.12.14 04:36:47.562408 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2674 2024.12.14 04:36:47.562548 [ 286 ] {e6ee36d0-7c0c-45d8-8b60-abc98a24b884} <Debug> TCPHandler: Processed in 0.002211058 sec.
2675 2024.12.14 04:36:47.562880 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2676 2024.12.14 04:36:47.562943 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
2677 2024.12.14 04:36:47.563198 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2678 2024.12.14 04:36:47.563261 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2679 2024.12.14 04:36:47.563305 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2680 2024.12.14 04:36:47.563326 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 419 rows starting from the beginning of the part
2681 2024.12.14 04:36:47.563713 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 88 rows starting from the beginning of the part
2682 2024.12.14 04:36:47.564118 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 876 rows starting from the beginning of the part
2683 2024.12.14 04:36:47.564459 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part
2684 2024.12.14 04:36:47.564723 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part
2685 2024.12.14 04:36:47.565068 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 412 rows starting from the beginning of the part
2686 2024.12.14 04:36:47.565780 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2687 2024.12.14 04:36:47.565842 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2688 2024.12.14 04:36:47.566766 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2689 2024.12.14 04:36:47.567322 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2690 2024.12.14 04:36:47.567781 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004637 sec., 1293.9400474444685 rows/sec., 67.60 KiB/sec.
2691 2024.12.14 04:36:47.567999 [ 284 ] {d20237c5-2e90-4d24-9560-767e88ddddb5} <Debug> TCPHandler: Processed in 0.005325848 sec.
2692 2024.12.14 04:36:47.568294 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2693 2024.12.14 04:36:47.568390 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 5 columns (5 merged, 0 gathered) in 0.005848642 sec., 330846.03229262447 rows/sec., 25.31 MiB/sec.
2694 2024.12.14 04:36:47.568496 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2695 2024.12.14 04:36:47.568569 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2696 2024.12.14 04:36:47.568851 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2697 2024.12.14 04:36:47.569655 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2698 2024.12.14 04:36:47.569828 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2699 2024.12.14 04:36:47.569845 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_16_3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2700 2024.12.14 04:36:47.569889 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2701 2024.12.14 04:36:47.570014 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2702 2024.12.14 04:36:47.570452 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2703 2024.12.14 04:36:47.570705 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2704 2024.12.14 04:36:47.570873 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2705 2024.12.14 04:36:47.570942 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2706 2024.12.14 04:36:47.570951 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002507 sec., 94535.30115676107 rows/sec., 6.34 MiB/sec.
2707 2024.12.14 04:36:47.570980 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2708 2024.12.14 04:36:47.571154 [ 286 ] {62f87306-8e17-4c05-a6d0-920f24a5a341} <Debug> TCPHandler: Processed in 0.003024069 sec.
2709 2024.12.14 04:36:47.571452 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2710 2024.12.14 04:36:47.571464 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
2711 2024.12.14 04:36:47.571777 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2712 2024.12.14 04:36:47.571847 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2713 2024.12.14 04:36:47.571899 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2714 2024.12.14 04:36:47.571930 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1732 rows starting from the beginning of the part
2715 2024.12.14 04:36:47.572365 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2716 2024.12.14 04:36:47.572806 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3259 rows starting from the beginning of the part
2717 2024.12.14 04:36:47.573129 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part
2718 2024.12.14 04:36:47.573555 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2719 2024.12.14 04:36:47.573875 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
2720 2024.12.14 04:36:47.574327 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2024.12.14 04:36:47.574402 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2722 2024.12.14 04:36:47.575228 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2723 2024.12.14 04:36:47.575731 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2024.12.14 04:36:47.576636 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00491 sec., 203.66598778004072 rows/sec., 13.72 KiB/sec.
2725 2024.12.14 04:36:47.576988 [ 284 ] {2c723f95-a4a1-4071-986d-86ae69f7fbad} <Debug> TCPHandler: Processed in 0.005690048 sec.
2726 2024.12.14 04:36:47.577186 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2024.12.14 04:36:47.577347 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2728 2024.12.14 04:36:47.577457 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2729 2024.12.14 04:36:47.578390 [ 187 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5676 rows, containing 5 columns (5 merged, 0 gathered) in 0.00727929 sec., 779746.3763636289 rows/sec., 52.72 MiB/sec.
2730 2024.12.14 04:36:47.578989 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2731 2024.12.14 04:36:47.579004 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2024.12.14 04:36:47.579054 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2733 2024.12.14 04:36:47.579418 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2024.12.14 04:36:47.579524 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2735 2024.12.14 04:36:47.579630 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
2736 2024.12.14 04:36:47.579918 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2737 2024.12.14 04:36:47.580185 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2738 2024.12.14 04:36:47.580456 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003141 sec., 9551.098376313275 rows/sec., 17.12 MiB/sec.
2739 2024.12.14 04:36:47.580584 [ 286 ] {84ad7fad-a2a5-4c62-972d-e3b4140038dd} <Debug> TCPHandler: Processed in 0.003500021 sec.
2740 2024.12.14 04:36:47.580787 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2741 2024.12.14 04:36:47.580929 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2742 2024.12.14 04:36:47.580990 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2743 2024.12.14 04:36:47.581525 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2744 2024.12.14 04:36:47.581565 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2745 2024.12.14 04:36:47.581950 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2746 2024.12.14 04:36:47.582188 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2747 2024.12.14 04:36:47.582363 [ 45 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2748 2024.12.14 04:36:47.582423 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec.
2749 2024.12.14 04:36:47.582431 [ 45 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2024.12.14 04:36:47.582505 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
2751 2024.12.14 04:36:47.582532 [ 284 ] {c5c72e89-fb5e-441f-9c15-bf71913edbe0} <Debug> TCPHandler: Processed in 0.001813397 sec.
2752 2024.12.14 04:36:47.582757 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
2753 2024.12.14 04:36:47.582949 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2754 2024.12.14 04:36:47.583002 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 632 rows starting from the beginning of the part
2755 2024.12.14 04:36:47.583178 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2756 2024.12.14 04:36:47.583418 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
2757 2024.12.14 04:36:47.583630 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part
2758 2024.12.14 04:36:47.583833 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2759 2024.12.14 04:36:47.584024 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
2760 2024.12.14 04:36:47.585243 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 4 columns (4 merged, 0 gathered) in 0.002615048 sec., 350280.3772626736 rows/sec., 23.09 MiB/sec.
2761 2024.12.14 04:36:47.585433 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2762 2024.12.14 04:36:47.585730 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2763 2024.12.14 04:36:47.585807 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_16_3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2764 2024.12.14 04:36:47.585890 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2765 2024.12.14 04:36:51.612691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2766 2024.12.14 04:36:51.613849 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2024.12.14 04:36:51.613901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2768 2024.12.14 04:36:51.614437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2769 2024.12.14 04:36:51.614724 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2770 2024.12.14 04:36:51.614986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2771 2024.12.14 04:36:52.012951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2772 2024.12.14 04:36:52.033182 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2024.12.14 04:36:52.033248 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2774 2024.12.14 04:36:52.040604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2775 2024.12.14 04:36:52.041394 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2024.12.14 04:36:52.044035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2777 2024.12.14 04:36:52.540170 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2024.12.14 04:36:52.540384 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2779 2024.12.14 04:36:52.540465 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2780 2024.12.14 04:36:52.541199 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2781 2024.12.14 04:36:52.541253 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2782 2024.12.14 04:36:52.541691 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2783 2024.12.14 04:36:52.541945 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2784 2024.12.14 04:36:52.542243 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec.
2785 2024.12.14 04:36:52.542446 [ 284 ] {6139359e-3e69-4f9d-87e4-0bb455da5b61} <Debug> TCPHandler: Processed in 0.002408653 sec.
2786 2024.12.14 04:36:52.542720 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2787 2024.12.14 04:36:52.542911 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2788 2024.12.14 04:36:52.542984 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2789 2024.12.14 04:36:52.543758 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2790 2024.12.14 04:36:52.543801 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2791 2024.12.14 04:36:52.544245 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2792 2024.12.14 04:36:52.544515 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2793 2024.12.14 04:36:52.544715 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001859 sec., 43571.81280258203 rows/sec., 3.55 MiB/sec.
2794 2024.12.14 04:36:52.544778 [ 286 ] {58f04a0d-aea5-43fd-8e97-b9e2dc25ef87} <Debug> TCPHandler: Processed in 0.002191917 sec.
2795 2024.12.14 04:36:52.544940 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2796 2024.12.14 04:36:52.545087 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2797 2024.12.14 04:36:52.545148 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2798 2024.12.14 04:36:52.545811 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2799 2024.12.14 04:36:52.545853 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2800 2024.12.14 04:36:52.546225 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2801 2024.12.14 04:36:52.546476 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2802 2024.12.14 04:36:52.546750 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001694 sec., 8264.462809917355 rows/sec., 615.11 KiB/sec.
2803 2024.12.14 04:36:52.547001 [ 284 ] {b2030743-28c2-4414-9df0-d05799a2a636} <Debug> TCPHandler: Processed in 0.002124585 sec.
2804 2024.12.14 04:36:52.547189 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2805 2024.12.14 04:36:52.547343 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2806 2024.12.14 04:36:52.547407 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2807 2024.12.14 04:36:52.548037 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2808 2024.12.14 04:36:52.548077 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2809 2024.12.14 04:36:52.548454 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2810 2024.12.14 04:36:52.548766 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2811 2024.12.14 04:36:52.549150 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001844 sec., 42299.34924078091 rows/sec., 3.30 MiB/sec.
2812 2024.12.14 04:36:52.549208 [ 286 ] {3d2bbae7-5fc0-441f-aae2-bf3bc1f8c909} <Debug> TCPHandler: Processed in 0.002091355 sec.
2813 2024.12.14 04:36:52.549363 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2814 2024.12.14 04:36:52.549492 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2815 2024.12.14 04:36:52.549557 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2816 2024.12.14 04:36:52.550221 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2817 2024.12.14 04:36:52.550268 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2818 2024.12.14 04:36:52.550697 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2819 2024.12.14 04:36:52.550933 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2820 2024.12.14 04:36:52.551206 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001731 sec., 93009.82091276719 rows/sec., 6.48 MiB/sec.
2821 2024.12.14 04:36:52.551413 [ 284 ] {c5484175-32d4-4920-8b7a-c6724e8e6d94} <Debug> TCPHandler: Processed in 0.002103265 sec.
2822 2024.12.14 04:36:52.551589 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2823 2024.12.14 04:36:52.551733 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2824 2024.12.14 04:36:52.551830 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2825 2024.12.14 04:36:52.553081 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2826 2024.12.14 04:36:52.553124 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2827 2024.12.14 04:36:52.553783 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2828 2024.12.14 04:36:52.554046 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2829 2024.12.14 04:36:52.554299 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0026 sec., 4615.384615384615 rows/sec., 8.27 MiB/sec.
2830 2024.12.14 04:36:52.554410 [ 286 ] {0dce3067-86ed-4e32-b473-a6b4510a990f} <Debug> TCPHandler: Processed in 0.002887635 sec.
2831 2024.12.14 04:36:52.554572 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2024.12.14 04:36:52.554714 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2833 2024.12.14 04:36:52.554775 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2834 2024.12.14 04:36:52.555353 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2024.12.14 04:36:52.555401 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2836 2024.12.14 04:36:52.555789 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2837 2024.12.14 04:36:52.556021 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2024.12.14 04:36:52.556264 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
2839 2024.12.14 04:36:52.556369 [ 284 ] {8366d14a-3775-46c4-a155-d75041f7616e} <Debug> TCPHandler: Processed in 0.001860978 sec.
2840 2024.12.14 04:36:54.128906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 406
2841 2024.12.14 04:36:54.132051 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2842 2024.12.14 04:36:54.132112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2843 2024.12.14 04:36:54.133617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2844 2024.12.14 04:36:54.133937 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2845 2024.12.14 04:36:54.134943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
2846 2024.12.14 04:36:57.545324 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2847 2024.12.14 04:36:57.545634 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2848 2024.12.14 04:36:57.545756 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2849 2024.12.14 04:36:57.546513 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2024.12.14 04:36:57.546561 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2851 2024.12.14 04:36:57.546987 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2852 2024.12.14 04:36:57.547253 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2024.12.14 04:36:57.547451 [ 151 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2854 2024.12.14 04:36:57.547504 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec.
2855 2024.12.14 04:36:57.547579 [ 151 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2856 2024.12.14 04:36:57.547635 [ 284 ] {2e06560a-a2d2-49ba-8042-407fc2dfa753} <Debug> TCPHandler: Processed in 0.002478034 sec.
2857 2024.12.14 04:36:57.547659 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2858 2024.12.14 04:36:57.547892 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2859 2024.12.14 04:36:57.547991 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2860 2024.12.14 04:36:57.548132 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2861 2024.12.14 04:36:57.548220 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2862 2024.12.14 04:36:57.548338 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2863 2024.12.14 04:36:57.548484 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2864 2024.12.14 04:36:57.548577 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2865 2024.12.14 04:36:57.548955 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2866 2024.12.14 04:36:57.549338 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2867 2024.12.14 04:36:57.549635 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
2868 2024.12.14 04:36:57.551030 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2869 2024.12.14 04:36:57.551078 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2870 2024.12.14 04:36:57.551353 [ 192 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003553273 sec., 19700.146878666514 rows/sec., 1.46 MiB/sec.
2871 2024.12.14 04:36:57.551637 [ 192 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2872 2024.12.14 04:36:57.551782 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2873 2024.12.14 04:36:57.552116 [ 192 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_5_1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2874 2024.12.14 04:36:57.552241 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2875 2024.12.14 04:36:57.552303 [ 192 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_5_1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2876 2024.12.14 04:36:57.552527 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2877 2024.12.14 04:36:57.552705 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.004474 sec., 58784.085829235584 rows/sec., 5.17 MiB/sec.
2878 2024.12.14 04:36:57.552782 [ 286 ] {772926b5-68dc-443d-b766-05cdc345d2a8} <Debug> TCPHandler: Processed in 0.00499485 sec.
2879 2024.12.14 04:36:57.552949 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2880 2024.12.14 04:36:57.553089 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2881 2024.12.14 04:36:57.553148 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2882 2024.12.14 04:36:57.553831 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2883 2024.12.14 04:36:57.553871 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2884 2024.12.14 04:36:57.554234 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2885 2024.12.14 04:36:57.554473 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2886 2024.12.14 04:36:57.554641 [ 151 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2887 2024.12.14 04:36:57.554697 [ 151 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2024.12.14 04:36:57.554729 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001658 sec., 22316.043425814234 rows/sec., 1.60 MiB/sec.
2889 2024.12.14 04:36:57.554734 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2890 2024.12.14 04:36:57.554877 [ 284 ] {0e79cf13-b642-4fb4-a35e-18f03e6b14ba} <Debug> TCPHandler: Processed in 0.001989982 sec.
2891 2024.12.14 04:36:57.555136 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
2892 2024.12.14 04:36:57.555154 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2893 2024.12.14 04:36:57.555369 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2894 2024.12.14 04:36:57.555490 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part
2895 2024.12.14 04:36:57.555538 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2896 2024.12.14 04:36:57.555652 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2897 2024.12.14 04:36:57.555913 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 45 rows starting from the beginning of the part
2898 2024.12.14 04:36:57.556275 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
2899 2024.12.14 04:36:57.556672 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 37 rows starting from the beginning of the part
2900 2024.12.14 04:36:57.557069 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
2901 2024.12.14 04:36:57.557369 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part
2902 2024.12.14 04:36:57.558306 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2903 2024.12.14 04:36:57.558375 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2904 2024.12.14 04:36:57.559398 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2905 2024.12.14 04:36:57.559926 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2906 2024.12.14 04:36:57.560427 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005529334 sec., 34904.74621355845 rows/sec., 2.64 MiB/sec.
2907 2024.12.14 04:36:57.560467 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005003 sec., 2798.321007395563 rows/sec., 195.98 KiB/sec.
2908 2024.12.14 04:36:57.560594 [ 286 ] {08800f14-1492-424a-b6f0-f144a2fe6f1f} <Debug> TCPHandler: Processed in 0.005579525 sec.
2909 2024.12.14 04:36:57.560700 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2910 2024.12.14 04:36:57.560796 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2911 2024.12.14 04:36:57.560953 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2912 2024.12.14 04:36:57.561025 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2913 2024.12.14 04:36:57.561036 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2914 2024.12.14 04:36:57.561170 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_11_2} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2915 2024.12.14 04:36:57.561270 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2916 2024.12.14 04:36:57.561771 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2024.12.14 04:36:57.561810 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2918 2024.12.14 04:36:57.562158 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2919 2024.12.14 04:36:57.562395 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2024.12.14 04:36:57.562557 [ 151 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2921 2024.12.14 04:36:57.562611 [ 151 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2922 2024.12.14 04:36:57.562650 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2923 2024.12.14 04:36:57.562647 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001721 sec., 7553.747821034282 rows/sec., 470.97 KiB/sec.
2924 2024.12.14 04:36:57.562865 [ 284 ] {c5da348c-3c90-4749-90bf-6fbe0c2eadc1} <Debug> TCPHandler: Processed in 0.002143996 sec.
2925 2024.12.14 04:36:57.562914 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2926 2024.12.14 04:36:57.563146 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2927 2024.12.14 04:36:57.563211 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2928 2024.12.14 04:36:57.563260 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2929 2024.12.14 04:36:57.563436 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2930 2024.12.14 04:36:57.563538 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2931 2024.12.14 04:36:57.563608 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2932 2024.12.14 04:36:57.563930 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2933 2024.12.14 04:36:57.564307 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2934 2024.12.14 04:36:57.564591 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
2935 2024.12.14 04:36:57.566603 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2936 2024.12.14 04:36:57.566678 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2937 2024.12.14 04:36:57.567433 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004692382 sec., 13852.239651417978 rows/sec., 917.79 KiB/sec.
2938 2024.12.14 04:36:57.567661 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2939 2024.12.14 04:36:57.567716 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2940 2024.12.14 04:36:57.568161 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2941 2024.12.14 04:36:57.568196 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_5_1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2024.12.14 04:36:57.568371 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_5_1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2943 2024.12.14 04:36:57.568666 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2944 2024.12.14 04:36:57.568759 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.005428 sec., 75902.72660280029 rows/sec., 5.41 MiB/sec.
2945 2024.12.14 04:36:57.568861 [ 286 ] {d776febd-dbe5-4c69-b69b-69b6cf442104} <Debug> TCPHandler: Processed in 0.005895283 sec.
2946 2024.12.14 04:36:57.569053 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2947 2024.12.14 04:36:57.569200 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2948 2024.12.14 04:36:57.569261 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2949 2024.12.14 04:36:57.569810 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2024.12.14 04:36:57.569849 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2951 2024.12.14 04:36:57.570220 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2952 2024.12.14 04:36:57.570458 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2024.12.14 04:36:57.570711 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec.
2954 2024.12.14 04:36:57.570822 [ 284 ] {77dc717e-b614-41de-a0bc-2ff3e8d92663} <Debug> TCPHandler: Processed in 0.001838277 sec.
2955 2024.12.14 04:36:57.571038 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2956 2024.12.14 04:36:57.571272 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2957 2024.12.14 04:36:57.571371 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2958 2024.12.14 04:36:57.572090 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2959 2024.12.14 04:36:57.572130 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2960 2024.12.14 04:36:57.572567 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2961 2024.12.14 04:36:57.572813 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2962 2024.12.14 04:36:57.573051 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001845 sec., 128455.28455284552 rows/sec., 8.61 MiB/sec.
2963 2024.12.14 04:36:57.573173 [ 286 ] {08aa696e-11c5-46d6-810e-32227be4a277} <Debug> TCPHandler: Processed in 0.002248929 sec.
2964 2024.12.14 04:36:57.573320 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2965 2024.12.14 04:36:57.573440 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2966 2024.12.14 04:36:57.573492 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2967 2024.12.14 04:36:57.573962 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2968 2024.12.14 04:36:57.574001 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2969 2024.12.14 04:36:57.574366 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2970 2024.12.14 04:36:57.574600 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2971 2024.12.14 04:36:57.574743 [ 150 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2972 2024.12.14 04:36:57.574794 [ 150 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2973 2024.12.14 04:36:57.574794 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec.
2974 2024.12.14 04:36:57.574827 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2975 2024.12.14 04:36:57.574868 [ 284 ] {3b7f1d21-d211-4c08-bc93-f21c65300f4f} <Debug> TCPHandler: Processed in 0.001604142 sec.
2976 2024.12.14 04:36:57.575301 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2977 2024.12.14 04:36:57.575304 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2978 2024.12.14 04:36:57.575622 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2979 2024.12.14 04:36:57.575703 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2980 2024.12.14 04:36:57.575709 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2981 2024.12.14 04:36:57.576010 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2982 2024.12.14 04:36:57.576026 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2983 2024.12.14 04:36:57.576306 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2984 2024.12.14 04:36:57.576768 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2985 2024.12.14 04:36:57.577134 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
2986 2024.12.14 04:36:57.580553 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005570585 sec., 897.5717990121325 rows/sec., 60.48 KiB/sec.
2987 2024.12.14 04:36:57.580799 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2988 2024.12.14 04:36:57.581094 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2024.12.14 04:36:57.581161 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2990 2024.12.14 04:36:57.581478 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_5_1} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2991 2024.12.14 04:36:57.581674 [ 197 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_5_1} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2992 2024.12.14 04:36:57.581832 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2993 2024.12.14 04:36:57.582265 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2994 2024.12.14 04:36:57.582558 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2995 2024.12.14 04:36:57.582744 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2996 2024.12.14 04:36:57.582815 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2997 2024.12.14 04:36:57.582843 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007243 sec., 4141.930139444981 rows/sec., 7.42 MiB/sec.
2998 2024.12.14 04:36:57.582861 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
2999 2024.12.14 04:36:57.583215 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
3000 2024.12.14 04:36:57.583240 [ 286 ] {f5627e3a-de76-4ea2-aa0b-7ae019761edb} <Debug> TCPHandler: Processed in 0.008263905 sec.
3001 2024.12.14 04:36:57.583498 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3002 2024.12.14 04:36:57.583774 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3003 2024.12.14 04:36:57.583849 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3004 2024.12.14 04:36:57.583870 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3005 2024.12.14 04:36:57.584071 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part
3006 2024.12.14 04:36:57.584983 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
3007 2024.12.14 04:36:57.585615 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
3008 2024.12.14 04:36:57.586426 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
3009 2024.12.14 04:36:57.586456 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2024.12.14 04:36:57.586540 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3011 2024.12.14 04:36:57.587008 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
3012 2024.12.14 04:36:57.587930 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
3013 2024.12.14 04:36:57.588171 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3014 2024.12.14 04:36:57.588965 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2024.12.14 04:36:57.589406 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005708 sec., 14365.802382620883 rows/sec., 934.30 KiB/sec.
3016 2024.12.14 04:36:57.589621 [ 284 ] {63f25bbc-26e6-444e-8cbc-2d0056c30bb7} <Debug> TCPHandler: Processed in 0.006242812 sec.
3017 2024.12.14 04:36:57.592299 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 19 columns (19 merged, 0 gathered) in 0.009317973 sec., 29512.856497867077 rows/sec., 52.89 MiB/sec.
3018 2024.12.14 04:36:57.592924 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3019 2024.12.14 04:36:57.593352 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3020 2024.12.14 04:36:57.593430 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3021 2024.12.14 04:36:57.593575 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
3022 2024.12.14 04:36:59.004276 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
3023 2024.12.14 04:36:59.004332 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
3024 2024.12.14 04:36:59.115093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3025 2024.12.14 04:36:59.115825 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2024.12.14 04:36:59.115868 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3027 2024.12.14 04:36:59.116395 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3028 2024.12.14 04:36:59.116658 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2024.12.14 04:36:59.116862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3030 2024.12.14 04:36:59.544091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3031 2024.12.14 04:36:59.565829 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3032 2024.12.14 04:36:59.565898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3033 2024.12.14 04:36:59.573448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3034 2024.12.14 04:36:59.574199 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3035 2024.12.14 04:36:59.576855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3036 2024.12.14 04:37:02.539940 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3037 2024.12.14 04:37:02.540171 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3038 2024.12.14 04:37:02.540250 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3039 2024.12.14 04:37:02.541102 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3040 2024.12.14 04:37:02.541154 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3041 2024.12.14 04:37:02.541585 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3042 2024.12.14 04:37:02.541837 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3043 2024.12.14 04:37:02.542068 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001954 sec., 40941.658137154554 rows/sec., 3.34 MiB/sec.
3044 2024.12.14 04:37:02.542126 [ 284 ] {64e27223-94ac-471d-afe4-28403fe11269} <Debug> TCPHandler: Processed in 0.002374232 sec.
3045 2024.12.14 04:37:02.542385 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3046 2024.12.14 04:37:02.542576 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3047 2024.12.14 04:37:02.542646 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3048 2024.12.14 04:37:02.543380 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3049 2024.12.14 04:37:02.543422 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3050 2024.12.14 04:37:02.543848 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3051 2024.12.14 04:37:02.544100 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3052 2024.12.14 04:37:02.544294 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001772 sec., 6772.009029345373 rows/sec., 509.22 KiB/sec.
3053 2024.12.14 04:37:02.544359 [ 286 ] {dae10be6-1a30-4ffc-9141-0bcd7734046a} <Debug> TCPHandler: Processed in 0.002102955 sec.
3054 2024.12.14 04:37:02.544500 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3055 2024.12.14 04:37:02.544620 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3056 2024.12.14 04:37:02.544673 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3057 2024.12.14 04:37:02.545289 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3058 2024.12.14 04:37:02.545331 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3059 2024.12.14 04:37:02.545723 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3060 2024.12.14 04:37:02.545959 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3061 2024.12.14 04:37:02.546176 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001581 sec., 48070.841239721696 rows/sec., 3.75 MiB/sec.
3062 2024.12.14 04:37:02.546232 [ 284 ] {6b1971c9-8b67-4d7a-842b-7e3a4fe2b366} <Debug> TCPHandler: Processed in 0.001786647 sec.
3063 2024.12.14 04:37:02.546399 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3064 2024.12.14 04:37:02.546545 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3065 2024.12.14 04:37:02.546612 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3066 2024.12.14 04:37:02.547237 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3067 2024.12.14 04:37:02.547273 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3068 2024.12.14 04:37:02.547677 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3069 2024.12.14 04:37:02.547922 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3070 2024.12.14 04:37:02.548104 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec.
3071 2024.12.14 04:37:02.548159 [ 286 ] {67b231b1-2c92-4077-8949-d42e924994e3} <Debug> TCPHandler: Processed in 0.001827028 sec.
3072 2024.12.14 04:37:02.548331 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3073 2024.12.14 04:37:02.548471 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3074 2024.12.14 04:37:02.548567 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3075 2024.12.14 04:37:02.549740 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3076 2024.12.14 04:37:02.549780 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3077 2024.12.14 04:37:02.550421 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3078 2024.12.14 04:37:02.550679 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2024.12.14 04:37:02.550882 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002443 sec., 4911.9934506754 rows/sec., 8.80 MiB/sec.
3080 2024.12.14 04:37:02.550973 [ 284 ] {17eb9d1c-95f2-4332-89fb-cea9abcec25d} <Debug> TCPHandler: Processed in 0.00270898 sec.
3081 2024.12.14 04:37:02.551138 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3082 2024.12.14 04:37:02.551279 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3083 2024.12.14 04:37:02.551341 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3084 2024.12.14 04:37:02.551905 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3085 2024.12.14 04:37:02.551944 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3086 2024.12.14 04:37:02.552317 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3087 2024.12.14 04:37:02.552591 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2024.12.14 04:37:02.552804 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec.
3089 2024.12.14 04:37:02.552858 [ 286 ] {01e4eb3c-0fea-4723-947e-69cb854aeaf7} <Debug> TCPHandler: Processed in 0.001785166 sec.
3090 2024.12.14 04:37:03.819121 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3091 2024.12.14 04:37:03.819331 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3092 2024.12.14 04:37:03.819408 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3093 2024.12.14 04:37:03.820195 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3094 2024.12.14 04:37:03.820245 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3095 2024.12.14 04:37:03.820668 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3096 2024.12.14 04:37:03.820912 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3097 2024.12.14 04:37:03.821210 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec.
3098 2024.12.14 04:37:03.821410 [ 284 ] {681170cb-0238-451e-8910-4cb7df8bdffa} <Debug> TCPHandler: Processed in 0.002421403 sec.
3099 2024.12.14 04:37:03.821719 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3100 2024.12.14 04:37:03.821970 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3101 2024.12.14 04:37:03.822043 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3102 2024.12.14 04:37:03.822776 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2024.12.14 04:37:03.822823 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3104 2024.12.14 04:37:03.823244 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3105 2024.12.14 04:37:03.823502 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3106 2024.12.14 04:37:03.823737 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001821 sec., 2196.595277320154 rows/sec., 179.12 KiB/sec.
3107 2024.12.14 04:37:03.823798 [ 286 ] {d2404e04-1ee1-44b2-a81a-642343802835} <Debug> TCPHandler: Processed in 0.002251759 sec.
3108 2024.12.14 04:37:03.823981 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3109 2024.12.14 04:37:03.824121 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3110 2024.12.14 04:37:03.824179 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3111 2024.12.14 04:37:03.825509 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2024.12.14 04:37:03.825550 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3113 2024.12.14 04:37:03.826022 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3114 2024.12.14 04:37:03.826283 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3115 2024.12.14 04:37:03.826503 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002413 sec., 582262.7434728553 rows/sec., 48.73 MiB/sec.
3116 2024.12.14 04:37:03.826554 [ 284 ] {ac6ac297-b864-4322-b62e-a4e67ca37bfb} <Debug> TCPHandler: Processed in 0.002641618 sec.
3117 2024.12.14 04:37:03.826712 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3118 2024.12.14 04:37:03.826862 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3119 2024.12.14 04:37:03.826919 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3120 2024.12.14 04:37:03.827550 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3121 2024.12.14 04:37:03.827591 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3122 2024.12.14 04:37:03.827954 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3123 2024.12.14 04:37:03.828189 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2024.12.14 04:37:03.828399 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001575 sec., 26031.74603174603 rows/sec., 1.85 MiB/sec.
3125 2024.12.14 04:37:03.828455 [ 286 ] {0b3d7a79-7af7-4e45-aaf2-9b176d08c4e1} <Debug> TCPHandler: Processed in 0.001810317 sec.
3126 2024.12.14 04:37:03.828601 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3127 2024.12.14 04:37:03.828718 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3128 2024.12.14 04:37:03.828767 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3129 2024.12.14 04:37:03.829436 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2024.12.14 04:37:03.829476 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3131 2024.12.14 04:37:03.829843 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3132 2024.12.14 04:37:03.830076 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2024.12.14 04:37:03.830222 [ 141 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3134 2024.12.14 04:37:03.830307 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001605 sec., 150778.81619937695 rows/sec., 10.22 MiB/sec.
3135 2024.12.14 04:37:03.830319 [ 141 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3136 2024.12.14 04:37:03.830400 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3137 2024.12.14 04:37:03.830438 [ 284 ] {bc639987-9266-4ffa-bb20-13ff8ba9c8a2} <Debug> TCPHandler: Processed in 0.001885409 sec.
3138 2024.12.14 04:37:03.830653 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
3139 2024.12.14 04:37:03.830664 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3140 2024.12.14 04:37:03.830932 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3141 2024.12.14 04:37:03.830951 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3142 2024.12.14 04:37:03.831037 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3143 2024.12.14 04:37:03.831042 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
3144 2024.12.14 04:37:03.831423 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
3145 2024.12.14 04:37:03.831696 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part
3146 2024.12.14 04:37:03.832029 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
3147 2024.12.14 04:37:03.832433 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
3148 2024.12.14 04:37:03.832772 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
3149 2024.12.14 04:37:03.833900 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3150 2024.12.14 04:37:03.833969 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3151 2024.12.14 04:37:03.835046 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3152 2024.12.14 04:37:03.835556 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3153 2024.12.14 04:37:03.835967 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005451822 sec., 99049.45539307776 rows/sec., 7.10 MiB/sec.
3154 2024.12.14 04:37:03.836075 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00523 sec., 2485.6596558317397 rows/sec., 154.98 KiB/sec.
3155 2024.12.14 04:37:03.836240 [ 286 ] {9a4b6d21-8294-4525-93ee-9e32f9502b81} <Debug> TCPHandler: Processed in 0.005685219 sec.
3156 2024.12.14 04:37:03.836404 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3157 2024.12.14 04:37:03.836419 [ 200 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3158 2024.12.14 04:37:03.836645 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3159 2024.12.14 04:37:03.836722 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3160 2024.12.14 04:37:03.837280 [ 200 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3161 2024.12.14 04:37:03.837491 [ 200 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_6_1} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3162 2024.12.14 04:37:03.837598 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3163 2024.12.14 04:37:03.838101 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2024.12.14 04:37:03.838147 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3165 2024.12.14 04:37:03.838601 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3166 2024.12.14 04:37:03.838846 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2024.12.14 04:37:03.839090 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.002544 sec., 342767.2955974843 rows/sec., 24.84 MiB/sec.
3168 2024.12.14 04:37:03.839153 [ 284 ] {c5851e8b-a4b5-4cfc-ab16-dc135a27460b} <Debug> TCPHandler: Processed in 0.002812314 sec.
3169 2024.12.14 04:37:03.839311 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3170 2024.12.14 04:37:03.839449 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3171 2024.12.14 04:37:03.839510 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3172 2024.12.14 04:37:03.840060 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3173 2024.12.14 04:37:03.840099 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3174 2024.12.14 04:37:03.840472 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3175 2024.12.14 04:37:03.840714 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3176 2024.12.14 04:37:03.840865 [ 141 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3177 2024.12.14 04:37:03.840932 [ 141 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3178 2024.12.14 04:37:03.840961 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3179 2024.12.14 04:37:03.840972 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec.
3180 2024.12.14 04:37:03.841181 [ 286 ] {0b6de35b-9a31-4c31-bbe6-37388de9126f} <Debug> TCPHandler: Processed in 0.00193313 sec.
3181 2024.12.14 04:37:03.841227 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3182 2024.12.14 04:37:03.841353 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3183 2024.12.14 04:37:03.841380 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3184 2024.12.14 04:37:03.841414 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3185 2024.12.14 04:37:03.841478 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3186 2024.12.14 04:37:03.841587 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3187 2024.12.14 04:37:03.841624 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3188 2024.12.14 04:37:03.841947 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3189 2024.12.14 04:37:03.842276 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3190 2024.12.14 04:37:03.842709 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3191 2024.12.14 04:37:03.843000 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
3192 2024.12.14 04:37:03.844264 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3193 2024.12.14 04:37:03.844312 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3194 2024.12.14 04:37:03.844623 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003576943 sec., 10064.460071071862 rows/sec., 525.83 KiB/sec.
3195 2024.12.14 04:37:03.844823 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3196 2024.12.14 04:37:03.845101 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3197 2024.12.14 04:37:03.845264 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_6_1} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2024.12.14 04:37:03.845401 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_6_1} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3199 2024.12.14 04:37:03.845552 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3200 2024.12.14 04:37:03.845586 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3201 2024.12.14 04:37:03.845836 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.004386 sec., 212266.30186958503 rows/sec., 14.11 MiB/sec.
3202 2024.12.14 04:37:03.845905 [ 284 ] {a9a23ddf-69d7-462d-841d-f73c10caa088} <Debug> TCPHandler: Processed in 0.00460942 sec.
3203 2024.12.14 04:37:03.846068 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3204 2024.12.14 04:37:03.846191 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3205 2024.12.14 04:37:03.846244 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3206 2024.12.14 04:37:03.846726 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3207 2024.12.14 04:37:03.846765 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3208 2024.12.14 04:37:03.847134 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3209 2024.12.14 04:37:03.847386 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3210 2024.12.14 04:37:03.847597 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec.
3211 2024.12.14 04:37:03.847654 [ 286 ] {e77fde24-dce6-4995-a941-7d0a9812381f} <Debug> TCPHandler: Processed in 0.001647243 sec.
3212 2024.12.14 04:37:03.847803 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3213 2024.12.14 04:37:03.847923 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3214 2024.12.14 04:37:03.848004 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3215 2024.12.14 04:37:03.849190 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3216 2024.12.14 04:37:03.849230 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3217 2024.12.14 04:37:03.849889 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3218 2024.12.14 04:37:03.850168 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3219 2024.12.14 04:37:03.850514 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00259 sec., 11583.011583011583 rows/sec., 20.76 MiB/sec.
3220 2024.12.14 04:37:03.850718 [ 284 ] {a5e4aa0b-9a43-4e72-8258-4c6a6992a73c} <Debug> TCPHandler: Processed in 0.002972577 sec.
3221 2024.12.14 04:37:03.850871 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3222 2024.12.14 04:37:03.851011 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3223 2024.12.14 04:37:03.851071 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3224 2024.12.14 04:37:03.851633 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3225 2024.12.14 04:37:03.851681 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3226 2024.12.14 04:37:03.852084 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3227 2024.12.14 04:37:03.852320 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3228 2024.12.14 04:37:03.852531 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001551 sec., 24500.3223726628 rows/sec., 1.45 MiB/sec.
3229 2024.12.14 04:37:03.852584 [ 286 ] {61426ae5-6b24-435e-bec9-8d15113b77d2} <Debug> TCPHandler: Processed in 0.001770517 sec.
3230 2024.12.14 04:37:04.135132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 464
3231 2024.12.14 04:37:04.138726 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3232 2024.12.14 04:37:04.138785 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3233 2024.12.14 04:37:04.140265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3234 2024.12.14 04:37:04.140576 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3235 2024.12.14 04:37:04.141235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464
3236 2024.12.14 04:37:06.616993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3237 2024.12.14 04:37:06.617654 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3238 2024.12.14 04:37:06.617706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3239 2024.12.14 04:37:06.618267 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3240 2024.12.14 04:37:06.618551 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3241 2024.12.14 04:37:06.618755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3242 2024.12.14 04:37:07.076916 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3243 2024.12.14 04:37:07.098710 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2024.12.14 04:37:07.098772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3245 2024.12.14 04:37:07.106744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3246 2024.12.14 04:37:07.107531 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3247 2024.12.14 04:37:07.111048 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3248 2024.12.14 04:37:07.537113 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3249 2024.12.14 04:37:07.537309 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3250 2024.12.14 04:37:07.537384 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3251 2024.12.14 04:37:07.538176 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3252 2024.12.14 04:37:07.538225 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3253 2024.12.14 04:37:07.538668 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3254 2024.12.14 04:37:07.538934 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3255 2024.12.14 04:37:07.539089 [ 134 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3256 2024.12.14 04:37:07.539133 [ 134 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3257 2024.12.14 04:37:07.539147 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.28 MiB/sec.
3258 2024.12.14 04:37:07.539159 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3259 2024.12.14 04:37:07.539249 [ 284 ] {38c0d9ec-fe3f-4d16-af98-df1a3f0b97f9} <Debug> TCPHandler: Processed in 0.00226765 sec.
3260 2024.12.14 04:37:07.539426 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
3261 2024.12.14 04:37:07.539564 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3262 2024.12.14 04:37:07.539634 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3263 2024.12.14 04:37:07.539683 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1432 rows starting from the beginning of the part
3264 2024.12.14 04:37:07.539918 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 81 rows starting from the beginning of the part
3265 2024.12.14 04:37:07.539941 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3266 2024.12.14 04:37:07.540295 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 263 rows starting from the beginning of the part
3267 2024.12.14 04:37:07.540292 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3268 2024.12.14 04:37:07.540802 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part
3269 2024.12.14 04:37:07.541141 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1405 rows starting from the beginning of the part
3270 2024.12.14 04:37:07.541359 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part
3271 2024.12.14 04:37:07.543209 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3272 2024.12.14 04:37:07.543303 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3273 2024.12.14 04:37:07.544362 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3274 2024.12.14 04:37:07.544740 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3275 2024.12.14 04:37:07.545128 [ 134 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3276 2024.12.14 04:37:07.545242 [ 134 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3277 2024.12.14 04:37:07.545320 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3278 2024.12.14 04:37:07.545337 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061788 sec., 547198.2853903831 rows/sec., 47.98 MiB/sec.
3279 2024.12.14 04:37:07.545539 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005707 sec., 11214.29823024356 rows/sec., 896.31 KiB/sec.
3280 2024.12.14 04:37:07.545897 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3281 2024.12.14 04:37:07.545936 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
3282 2024.12.14 04:37:07.546395 [ 286 ] {dca6bc0d-837d-4561-8af9-c8f4ca2ddfd8} <Debug> TCPHandler: Processed in 0.006981212 sec.
3283 2024.12.14 04:37:07.546642 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3284 2024.12.14 04:37:07.546759 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part
3285 2024.12.14 04:37:07.546776 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3286 2024.12.14 04:37:07.547181 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part
3287 2024.12.14 04:37:07.547249 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3288 2024.12.14 04:37:07.547340 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3289 2024.12.14 04:37:07.547589 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3290 2024.12.14 04:37:07.547610 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 412 rows starting from the beginning of the part
3291 2024.12.14 04:37:07.547935 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_21_4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3292 2024.12.14 04:37:07.548166 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part
3293 2024.12.14 04:37:07.548341 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
3294 2024.12.14 04:37:07.548657 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 872 rows starting from the beginning of the part
3295 2024.12.14 04:37:07.549034 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part
3296 2024.12.14 04:37:07.550431 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2024.12.14 04:37:07.550487 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3298 2024.12.14 04:37:07.551482 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3299 2024.12.14 04:37:07.551892 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2024.12.14 04:37:07.552102 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3301 2024.12.14 04:37:07.552180 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3302 2024.12.14 04:37:07.552272 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3303 2024.12.14 04:37:07.552516 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.005359 sec., 22019.03340175406 rows/sec., 1.53 MiB/sec.
3304 2024.12.14 04:37:07.553058 [ 284 ] {b296cbf6-cae9-4b03-aeaf-017125c7e8a3} <Debug> TCPHandler: Processed in 0.006481299 sec.
3305 2024.12.14 04:37:07.553063 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007603848 sec., 316681.7642856617 rows/sec., 24.28 MiB/sec.
3306 2024.12.14 04:37:07.553099 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
3307 2024.12.14 04:37:07.553547 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3308 2024.12.14 04:37:07.553690 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2024.12.14 04:37:07.553770 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3310 2024.12.14 04:37:07.553879 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5676 rows starting from the beginning of the part
3311 2024.12.14 04:37:07.554303 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part
3312 2024.12.14 04:37:07.554379 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3313 2024.12.14 04:37:07.554480 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3314 2024.12.14 04:37:07.554745 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
3315 2024.12.14 04:37:07.554795 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3316 2024.12.14 04:37:07.554816 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_21_4} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3317 2024.12.14 04:37:07.555121 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
3318 2024.12.14 04:37:07.555163 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
3319 2024.12.14 04:37:07.555626 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 931 rows starting from the beginning of the part
3320 2024.12.14 04:37:07.555984 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
3321 2024.12.14 04:37:07.557067 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3322 2024.12.14 04:37:07.557150 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3323 2024.12.14 04:37:07.557859 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3324 2024.12.14 04:37:07.558413 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3325 2024.12.14 04:37:07.558724 [ 134 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3326 2024.12.14 04:37:07.558812 [ 134 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.12.14 04:37:07.558863 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3328 2024.12.14 04:37:07.558930 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.00496 sec., 8870.967741935483 rows/sec., 611.14 KiB/sec.
3329 2024.12.14 04:37:07.559213 [ 286 ] {11eade89-0eec-45c5-a3be-907913e395f1} <Debug> TCPHandler: Processed in 0.006009637 sec.
3330 2024.12.14 04:37:07.559226 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3331 2024.12.14 04:37:07.559442 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3332 2024.12.14 04:37:07.559485 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 916 rows starting from the beginning of the part
3333 2024.12.14 04:37:07.559615 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
3334 2024.12.14 04:37:07.559847 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3335 2024.12.14 04:37:07.560230 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3336 2024.12.14 04:37:07.560652 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3337 2024.12.14 04:37:07.560750 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7283 rows, containing 5 columns (5 merged, 0 gathered) in 0.008264525 sec., 881236.3686963256 rows/sec., 59.55 MiB/sec.
3338 2024.12.14 04:37:07.560928 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part
3339 2024.12.14 04:37:07.561440 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3340 2024.12.14 04:37:07.561902 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3341 2024.12.14 04:37:07.562022 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3342 2024.12.14 04:37:07.562130 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
3343 2024.12.14 04:37:07.562525 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.003555783 sec., 337478.411927837 rows/sec., 22.19 MiB/sec.
3344 2024.12.14 04:37:07.562735 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3345 2024.12.14 04:37:07.563019 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2024.12.14 04:37:07.563094 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_21_4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3347 2024.12.14 04:37:07.563165 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
3348 2024.12.14 04:37:12.539903 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3349 2024.12.14 04:37:12.540127 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3350 2024.12.14 04:37:12.540204 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3351 2024.12.14 04:37:12.540979 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3352 2024.12.14 04:37:12.541022 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3353 2024.12.14 04:37:12.541518 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3354 2024.12.14 04:37:12.541772 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3355 2024.12.14 04:37:12.541975 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001907 sec., 41950.707918196116 rows/sec., 3.43 MiB/sec.
3356 2024.12.14 04:37:12.542038 [ 284 ] {90f409c5-187f-4028-8c83-f9c1c272c010} <Debug> TCPHandler: Processed in 0.002270919 sec.
3357 2024.12.14 04:37:12.542301 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3358 2024.12.14 04:37:12.542498 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3359 2024.12.14 04:37:12.542573 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3360 2024.12.14 04:37:12.543332 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3361 2024.12.14 04:37:12.543384 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3362 2024.12.14 04:37:12.543834 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3363 2024.12.14 04:37:12.544089 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3364 2024.12.14 04:37:12.544381 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001937 sec., 6195.14713474445 rows/sec., 465.85 KiB/sec.
3365 2024.12.14 04:37:12.544586 [ 286 ] {e197b7b7-7c7a-4061-aded-a68c8e67860d} <Debug> TCPHandler: Processed in 0.002421354 sec.
3366 2024.12.14 04:37:12.544772 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3367 2024.12.14 04:37:12.544926 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3368 2024.12.14 04:37:12.544988 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3369 2024.12.14 04:37:12.545655 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3370 2024.12.14 04:37:12.545695 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3371 2024.12.14 04:37:12.546080 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3372 2024.12.14 04:37:12.546321 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3373 2024.12.14 04:37:12.546544 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001648 sec., 46116.50485436893 rows/sec., 3.60 MiB/sec.
3374 2024.12.14 04:37:12.546750 [ 284 ] {ff3e8707-2b01-4dc7-a3ce-b78ffc6520d1} <Debug> TCPHandler: Processed in 0.002044434 sec.
3375 2024.12.14 04:37:12.546949 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3376 2024.12.14 04:37:12.547095 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3377 2024.12.14 04:37:12.547162 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3378 2024.12.14 04:37:12.547761 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3379 2024.12.14 04:37:12.547802 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3380 2024.12.14 04:37:12.548210 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3381 2024.12.14 04:37:12.548453 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3382 2024.12.14 04:37:12.548674 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
3383 2024.12.14 04:37:12.548731 [ 286 ] {a1ddb7be-e099-47fd-a930-8dd35a7059d5} <Debug> TCPHandler: Processed in 0.00188619 sec.
3384 2024.12.14 04:37:12.548872 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3385 2024.12.14 04:37:12.548994 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3386 2024.12.14 04:37:12.549076 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3387 2024.12.14 04:37:12.550176 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3388 2024.12.14 04:37:12.550214 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3389 2024.12.14 04:37:12.550837 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3390 2024.12.14 04:37:12.551122 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3391 2024.12.14 04:37:12.551322 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002355 sec., 5095.541401273886 rows/sec., 9.13 MiB/sec.
3392 2024.12.14 04:37:12.551431 [ 284 ] {b0919ed0-8b40-4190-8d17-b5ff7366e253} <Debug> TCPHandler: Processed in 0.002613848 sec.
3393 2024.12.14 04:37:12.551588 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3394 2024.12.14 04:37:12.551730 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3395 2024.12.14 04:37:12.551794 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3396 2024.12.14 04:37:12.552348 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2024.12.14 04:37:12.552389 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3398 2024.12.14 04:37:12.552767 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3399 2024.12.14 04:37:12.553009 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2024.12.14 04:37:12.553223 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec.
3401 2024.12.14 04:37:12.553290 [ 286 ] {911bada3-430a-40f7-84c9-eb96d696c8cf} <Debug> TCPHandler: Processed in 0.001771646 sec.
3402 2024.12.14 04:37:14.004578 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
3403 2024.12.14 04:37:14.004628 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
3404 2024.12.14 04:37:14.118888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3405 2024.12.14 04:37:14.119825 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3406 2024.12.14 04:37:14.119864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3407 2024.12.14 04:37:14.120371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3408 2024.12.14 04:37:14.120649 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3409 2024.12.14 04:37:14.120801 [ 124 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3410 2024.12.14 04:37:14.120857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3411 2024.12.14 04:37:14.120861 [ 124 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3412 2024.12.14 04:37:14.120896 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3413 2024.12.14 04:37:14.121096 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
3414 2024.12.14 04:37:14.121333 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3415 2024.12.14 04:37:14.121377 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3416 2024.12.14 04:37:14.121462 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3417 2024.12.14 04:37:14.121657 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3418 2024.12.14 04:37:14.121888 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3419 2024.12.14 04:37:14.122008 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3420 2024.12.14 04:37:14.122239 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3421 2024.12.14 04:37:14.124078 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00308419 sec., 2393172.923847104 rows/sec., 34.23 MiB/sec.
3422 2024.12.14 04:37:14.125301 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3423 2024.12.14 04:37:14.125645 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3424 2024.12.14 04:37:14.125738 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_16_3} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3425 2024.12.14 04:37:14.125861 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3426 2024.12.14 04:37:14.141508 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 484
3427 2024.12.14 04:37:14.144459 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3428 2024.12.14 04:37:14.144513 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3429 2024.12.14 04:37:14.146002 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3430 2024.12.14 04:37:14.146315 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3431 2024.12.14 04:37:14.146544 [ 124 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3432 2024.12.14 04:37:14.146670 [ 124 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3433 2024.12.14 04:37:14.146750 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3434 2024.12.14 04:37:14.147367 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
3435 2024.12.14 04:37:14.148165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484
3436 2024.12.14 04:37:14.148598 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3437 2024.12.14 04:37:14.148769 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 272 rows starting from the beginning of the part
3438 2024.12.14 04:37:14.149444 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part
3439 2024.12.14 04:37:14.150111 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
3440 2024.12.14 04:37:14.150764 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part
3441 2024.12.14 04:37:14.151405 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part
3442 2024.12.14 04:37:14.152037 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3443 2024.12.14 04:37:14.160056 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 72 columns (72 merged, 0 gathered) in 0.013102521 sec., 36939.456155040694 rows/sec., 34.12 MiB/sec.
3444 2024.12.14 04:37:14.161633 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3445 2024.12.14 04:37:14.162464 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3446 2024.12.14 04:37:14.162559 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_11_2} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3447 2024.12.14 04:37:14.162906 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3448 2024.12.14 04:37:14.611116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3449 2024.12.14 04:37:14.634012 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3450 2024.12.14 04:37:14.634076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3451 2024.12.14 04:37:14.641816 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3452 2024.12.14 04:37:14.642625 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2024.12.14 04:37:14.643092 [ 124 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3454 2024.12.14 04:37:14.643287 [ 124 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3455 2024.12.14 04:37:14.643378 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3456 2024.12.14 04:37:14.643664 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3457 2024.12.14 04:37:14.651692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3458 2024.12.14 04:37:14.652969 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3459 2024.12.14 04:37:14.653878 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3460 2024.12.14 04:37:14.658536 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3461 2024.12.14 04:37:14.663415 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3462 2024.12.14 04:37:14.668627 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3463 2024.12.14 04:37:14.674285 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3464 2024.12.14 04:37:14.679113 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
3465 2024.12.14 04:37:14.736011 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.092504349 sec., 1308.0466087059324 rows/sec., 6.76 MiB/sec.
3466 2024.12.14 04:37:14.737540 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3467 2024.12.14 04:37:14.739909 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_16_3} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2024.12.14 04:37:14.740002 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_16_3} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3469 2024.12.14 04:37:14.741230 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3470 2024.12.14 04:37:15.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.74 MiB, peak 187.69 MiB, free memory in arenas 0.00 B, will set to 179.34 MiB (RSS), difference: 1.60 MiB
3471 2024.12.14 04:37:15.001684 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001072118 sec.
3472 2024.12.14 04:37:17.546511 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3473 2024.12.14 04:37:17.546710 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3474 2024.12.14 04:37:17.546779 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3475 2024.12.14 04:37:17.547505 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3476 2024.12.14 04:37:17.547548 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3477 2024.12.14 04:37:17.547988 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3478 2024.12.14 04:37:17.548238 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3479 2024.12.14 04:37:17.548469 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec.
3480 2024.12.14 04:37:17.548527 [ 284 ] {44c8c03d-aa7e-417e-9080-e340b6b50ad3} <Debug> TCPHandler: Processed in 0.002140656 sec.
3481 2024.12.14 04:37:17.548791 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3482 2024.12.14 04:37:17.549008 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3483 2024.12.14 04:37:17.549095 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3484 2024.12.14 04:37:17.550029 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2024.12.14 04:37:17.550078 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3486 2024.12.14 04:37:17.550542 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3487 2024.12.14 04:37:17.550813 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2024.12.14 04:37:17.551048 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002102 sec., 125118.93434823977 rows/sec., 11.01 MiB/sec.
3489 2024.12.14 04:37:17.551114 [ 286 ] {9461e2af-ee36-45cd-841d-cf6e8326eebd} <Debug> TCPHandler: Processed in 0.002467554 sec.
3490 2024.12.14 04:37:17.551279 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3491 2024.12.14 04:37:17.551400 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3492 2024.12.14 04:37:17.551449 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3493 2024.12.14 04:37:17.552048 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3494 2024.12.14 04:37:17.552088 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3495 2024.12.14 04:37:17.552445 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3496 2024.12.14 04:37:17.552684 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3497 2024.12.14 04:37:17.552936 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001559 sec., 23733.162283515074 rows/sec., 1.70 MiB/sec.
3498 2024.12.14 04:37:17.553131 [ 284 ] {8ed44758-fd4d-4428-b855-186e1d68704f} <Debug> TCPHandler: Processed in 0.00191162 sec.
3499 2024.12.14 04:37:17.553306 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3500 2024.12.14 04:37:17.553439 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3501 2024.12.14 04:37:17.553502 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3502 2024.12.14 04:37:17.554175 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2024.12.14 04:37:17.554222 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3504 2024.12.14 04:37:17.554625 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3505 2024.12.14 04:37:17.554871 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2024.12.14 04:37:17.555086 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001682 sec., 8323.424494649227 rows/sec., 582.92 KiB/sec.
3507 2024.12.14 04:37:17.555141 [ 286 ] {06788afa-aa65-48eb-b90f-f2c361d1839d} <Debug> TCPHandler: Processed in 0.001896049 sec.
3508 2024.12.14 04:37:17.555302 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3509 2024.12.14 04:37:17.555427 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3510 2024.12.14 04:37:17.555477 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3511 2024.12.14 04:37:17.556079 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3512 2024.12.14 04:37:17.556121 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3513 2024.12.14 04:37:17.556497 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3514 2024.12.14 04:37:17.556745 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3515 2024.12.14 04:37:17.556955 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
3516 2024.12.14 04:37:17.557010 [ 284 ] {e2d43c2f-da06-4a89-9e28-70c570b46395} <Debug> TCPHandler: Processed in 0.001768176 sec.
3517 2024.12.14 04:37:17.557170 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3518 2024.12.14 04:37:17.557289 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3519 2024.12.14 04:37:17.557339 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3520 2024.12.14 04:37:17.558169 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2024.12.14 04:37:17.558217 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3522 2024.12.14 04:37:17.558638 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3523 2024.12.14 04:37:17.558882 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3524 2024.12.14 04:37:17.559097 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001832 sec., 224890.82969432313 rows/sec., 16.04 MiB/sec.
3525 2024.12.14 04:37:17.559153 [ 286 ] {899b6c3c-13c3-40c6-9072-3dae34994c68} <Debug> TCPHandler: Processed in 0.002039863 sec.
3526 2024.12.14 04:37:17.559306 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3527 2024.12.14 04:37:17.559425 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3528 2024.12.14 04:37:17.559478 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3529 2024.12.14 04:37:17.559971 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2024.12.14 04:37:17.560010 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3531 2024.12.14 04:37:17.560389 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3532 2024.12.14 04:37:17.560629 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3533 2024.12.14 04:37:17.560868 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec.
3534 2024.12.14 04:37:17.560931 [ 284 ] {3b09fcc9-f611-416c-b2bf-aa3becc5088f} <Debug> TCPHandler: Processed in 0.001682814 sec.
3535 2024.12.14 04:37:17.561079 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3536 2024.12.14 04:37:17.561200 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3537 2024.12.14 04:37:17.561258 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3538 2024.12.14 04:37:17.561833 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3539 2024.12.14 04:37:17.561872 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3540 2024.12.14 04:37:17.562285 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3541 2024.12.14 04:37:17.562550 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2024.12.14 04:37:17.562784 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec.
3543 2024.12.14 04:37:17.562897 [ 286 ] {a68aa0d1-aecc-4bbf-bdc8-5b07eaf74a5e} <Debug> TCPHandler: Processed in 0.001877829 sec.
3544 2024.12.14 04:37:17.563041 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3545 2024.12.14 04:37:17.563159 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3546 2024.12.14 04:37:17.563210 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3547 2024.12.14 04:37:17.563684 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2024.12.14 04:37:17.563723 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3549 2024.12.14 04:37:17.564075 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3550 2024.12.14 04:37:17.564309 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2024.12.14 04:37:17.564529 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec.
3552 2024.12.14 04:37:17.564581 [ 284 ] {63674418-342f-4708-9f4e-87eb62604f95} <Debug> TCPHandler: Processed in 0.001597152 sec.
3553 2024.12.14 04:37:17.564779 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3554 2024.12.14 04:37:17.565005 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3555 2024.12.14 04:37:17.565149 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3556 2024.12.14 04:37:17.566407 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3557 2024.12.14 04:37:17.566447 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3558 2024.12.14 04:37:17.567107 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3559 2024.12.14 04:37:17.567366 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3560 2024.12.14 04:37:17.567567 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00262 sec., 11450.381679389313 rows/sec., 20.52 MiB/sec.
3561 2024.12.14 04:37:17.567671 [ 286 ] {cb54b101-5e69-4fd2-afc9-cb0f358164f2} <Debug> TCPHandler: Processed in 0.003002698 sec.
3562 2024.12.14 04:37:17.567810 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3563 2024.12.14 04:37:17.567928 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3564 2024.12.14 04:37:17.567978 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3565 2024.12.14 04:37:17.568517 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3566 2024.12.14 04:37:17.568566 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3567 2024.12.14 04:37:17.569024 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3568 2024.12.14 04:37:17.569347 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3569 2024.12.14 04:37:17.569592 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001688 sec., 48578.1990521327 rows/sec., 3.09 MiB/sec.
3570 2024.12.14 04:37:17.569740 [ 284 ] {230b5cb9-41c3-414c-a0be-4981274489d9} <Debug> TCPHandler: Processed in 0.001984832 sec.
3571 2024.12.14 04:37:21.620976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3572 2024.12.14 04:37:21.621613 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3573 2024.12.14 04:37:21.621659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3574 2024.12.14 04:37:21.622266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3575 2024.12.14 04:37:21.622529 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3576 2024.12.14 04:37:21.622811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3577 2024.12.14 04:37:22.151762 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3578 2024.12.14 04:37:22.171672 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3579 2024.12.14 04:37:22.171734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3580 2024.12.14 04:37:22.179183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3581 2024.12.14 04:37:22.179954 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3582 2024.12.14 04:37:22.183630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3583 2024.12.14 04:37:22.539991 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3584 2024.12.14 04:37:22.540199 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3585 2024.12.14 04:37:22.540281 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3586 2024.12.14 04:37:22.541078 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3587 2024.12.14 04:37:22.541127 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3588 2024.12.14 04:37:22.541569 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3589 2024.12.14 04:37:22.541826 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3590 2024.12.14 04:37:22.542117 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001972 sec., 2028.397565922921 rows/sec., 165.40 KiB/sec.
3591 2024.12.14 04:37:22.542350 [ 284 ] {4ef40fdd-61b1-41af-bcf5-e2ebe4f38744} <Debug> TCPHandler: Processed in 0.002490665 sec.
3592 2024.12.14 04:37:22.542612 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3593 2024.12.14 04:37:22.542786 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3594 2024.12.14 04:37:22.542855 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3595 2024.12.14 04:37:22.543591 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3596 2024.12.14 04:37:22.543639 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3597 2024.12.14 04:37:22.544065 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3598 2024.12.14 04:37:22.544323 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3599 2024.12.14 04:37:22.544546 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.00181 sec., 45303.867403314915 rows/sec., 3.69 MiB/sec.
3600 2024.12.14 04:37:22.544610 [ 286 ] {7665f22c-a64d-4641-ab38-32cb07556f63} <Debug> TCPHandler: Processed in 0.002125066 sec.
3601 2024.12.14 04:37:22.544779 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3602 2024.12.14 04:37:22.544927 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3603 2024.12.14 04:37:22.544991 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3604 2024.12.14 04:37:22.545676 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3605 2024.12.14 04:37:22.545718 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3606 2024.12.14 04:37:22.546095 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3607 2024.12.14 04:37:22.546335 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3608 2024.12.14 04:37:22.546492 [ 116 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3609 2024.12.14 04:37:22.546576 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 705.46 KiB/sec.
3610 2024.12.14 04:37:22.546578 [ 116 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3611 2024.12.14 04:37:22.546661 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3612 2024.12.14 04:37:22.546710 [ 284 ] {814b621c-8517-4113-9829-0cc2f47a3234} <Debug> TCPHandler: Processed in 0.001996782 sec.
3613 2024.12.14 04:37:22.547045 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
3614 2024.12.14 04:37:22.547160 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3615 2024.12.14 04:37:22.547362 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3616 2024.12.14 04:37:22.547400 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3617 2024.12.14 04:37:22.547428 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part
3618 2024.12.14 04:37:22.547502 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3619 2024.12.14 04:37:22.547722 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
3620 2024.12.14 04:37:22.548063 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
3621 2024.12.14 04:37:22.548351 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
3622 2024.12.14 04:37:22.548613 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part
3623 2024.12.14 04:37:22.548872 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part
3624 2024.12.14 04:37:22.550565 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2024.12.14 04:37:22.550650 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3626 2024.12.14 04:37:22.551871 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3627 2024.12.14 04:37:22.551964 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005212126 sec., 33959.27113043699 rows/sec., 2.57 MiB/sec.
3628 2024.12.14 04:37:22.552190 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3629 2024.12.14 04:37:22.552395 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2024.12.14 04:37:22.552895 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3631 2024.12.14 04:37:22.552923 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005551 sec., 14411.817690506214 rows/sec., 1.13 MiB/sec.
3632 2024.12.14 04:37:22.553277 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_16_3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3633 2024.12.14 04:37:22.553349 [ 286 ] {6f4a8141-3ca5-4efc-8215-f7f0279152c3} <Debug> TCPHandler: Processed in 0.006454998 sec.
3634 2024.12.14 04:37:22.553549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3635 2024.12.14 04:37:22.553609 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3636 2024.12.14 04:37:22.553750 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3637 2024.12.14 04:37:22.553813 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3638 2024.12.14 04:37:22.554500 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.12.14 04:37:22.554547 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3640 2024.12.14 04:37:22.554961 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3641 2024.12.14 04:37:22.555213 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3642 2024.12.14 04:37:22.555429 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001711 sec., 94681.47282291058 rows/sec., 6.59 MiB/sec.
3643 2024.12.14 04:37:22.555485 [ 284 ] {d9b99026-0d4c-4ca0-a059-f0a2fc020b8f} <Debug> TCPHandler: Processed in 0.001996362 sec.
3644 2024.12.14 04:37:22.555692 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3645 2024.12.14 04:37:22.555920 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3646 2024.12.14 04:37:22.556064 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3647 2024.12.14 04:37:22.557420 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2024.12.14 04:37:22.557461 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3649 2024.12.14 04:37:22.558107 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3650 2024.12.14 04:37:22.558374 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3651 2024.12.14 04:37:22.558553 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3652 2024.12.14 04:37:22.558663 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3653 2024.12.14 04:37:22.558675 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002797 sec., 4290.3110475509475 rows/sec., 7.69 MiB/sec.
3654 2024.12.14 04:37:22.558719 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3655 2024.12.14 04:37:22.559169 [ 286 ] {2da8c448-edee-4069-912e-96ed9a53a2b4} <Debug> TCPHandler: Processed in 0.003577883 sec.
3656 2024.12.14 04:37:22.559272 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
3657 2024.12.14 04:37:22.559544 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3658 2024.12.14 04:37:22.559778 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3659 2024.12.14 04:37:22.559864 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3660 2024.12.14 04:37:22.559920 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3661 2024.12.14 04:37:22.560038 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 275 rows starting from the beginning of the part
3662 2024.12.14 04:37:22.560677 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
3663 2024.12.14 04:37:22.561363 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
3664 2024.12.14 04:37:22.561489 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3665 2024.12.14 04:37:22.561581 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3666 2024.12.14 04:37:22.561916 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
3667 2024.12.14 04:37:22.562444 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part
3668 2024.12.14 04:37:22.562756 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3669 2024.12.14 04:37:22.562933 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
3670 2024.12.14 04:37:22.563387 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3671 2024.12.14 04:37:22.563793 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004064 sec., 14763.779527559056 rows/sec., 1018.85 KiB/sec.
3672 2024.12.14 04:37:22.563862 [ 284 ] {b5fec78f-5ddd-4a66-ac78-f5f3b5280397} <Debug> TCPHandler: Processed in 0.004547298 sec.
3673 2024.12.14 04:37:22.566610 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 371 rows, containing 19 columns (19 merged, 0 gathered) in 0.007697131 sec., 48199.777293643565 rows/sec., 86.37 MiB/sec.
3674 2024.12.14 04:37:22.567700 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3675 2024.12.14 04:37:22.568102 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2024.12.14 04:37:22.568181 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3677 2024.12.14 04:37:22.568322 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB.
3678 2024.12.14 04:37:24.148331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 520
3679 2024.12.14 04:37:24.151472 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3680 2024.12.14 04:37:24.151530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
3681 2024.12.14 04:37:24.152983 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3682 2024.12.14 04:37:24.153311 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3683 2024.12.14 04:37:24.154427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520
3684 2024.12.14 04:37:27.545398 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3685 2024.12.14 04:37:27.545599 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3686 2024.12.14 04:37:27.545669 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3687 2024.12.14 04:37:27.546408 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3688 2024.12.14 04:37:27.546451 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3689 2024.12.14 04:37:27.546872 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3690 2024.12.14 04:37:27.547127 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3691 2024.12.14 04:37:27.547319 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001772 sec., 7900.677200902935 rows/sec., 568.74 KiB/sec.
3692 2024.12.14 04:37:27.547376 [ 284 ] {9221d0e9-038d-43d9-8799-68595af21ab1} <Debug> TCPHandler: Processed in 0.002102405 sec.
3693 2024.12.14 04:37:27.547643 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3694 2024.12.14 04:37:27.547841 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3695 2024.12.14 04:37:27.547918 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3696 2024.12.14 04:37:27.548825 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3697 2024.12.14 04:37:27.548882 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3698 2024.12.14 04:37:27.549355 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3699 2024.12.14 04:37:27.549611 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2024.12.14 04:37:27.549856 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002069 sec., 127114.54809086515 rows/sec., 11.19 MiB/sec.
3701 2024.12.14 04:37:27.549926 [ 286 ] {4f3159c0-0d77-4f16-8a2d-602d4b95a3e1} <Debug> TCPHandler: Processed in 0.002421643 sec.
3702 2024.12.14 04:37:27.550092 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3703 2024.12.14 04:37:27.550234 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3704 2024.12.14 04:37:27.550298 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3705 2024.12.14 04:37:27.550978 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3706 2024.12.14 04:37:27.551019 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3707 2024.12.14 04:37:27.551390 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3708 2024.12.14 04:37:27.551627 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3709 2024.12.14 04:37:27.551832 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001631 sec., 22685.469037400366 rows/sec., 1.62 MiB/sec.
3710 2024.12.14 04:37:27.551885 [ 284 ] {fdba06e9-938a-44a4-b749-c353ffc62371} <Debug> TCPHandler: Processed in 0.001860918 sec.
3711 2024.12.14 04:37:27.552055 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3712 2024.12.14 04:37:27.552184 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3713 2024.12.14 04:37:27.552242 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3714 2024.12.14 04:37:27.552834 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2024.12.14 04:37:27.552877 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3716 2024.12.14 04:37:27.553265 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3717 2024.12.14 04:37:27.553516 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2024.12.14 04:37:27.553766 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
3719 2024.12.14 04:37:27.553962 [ 286 ] {3b12e138-10c3-468b-a24f-3f9faf197b25} <Debug> TCPHandler: Processed in 0.001963381 sec.
3720 2024.12.14 04:37:27.554140 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3721 2024.12.14 04:37:27.554280 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3722 2024.12.14 04:37:27.554336 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3723 2024.12.14 04:37:27.554978 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2024.12.14 04:37:27.555019 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3725 2024.12.14 04:37:27.555373 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3726 2024.12.14 04:37:27.555608 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3727 2024.12.14 04:37:27.555827 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec.
3728 2024.12.14 04:37:27.555913 [ 284 ] {1502987b-3af4-4009-99ca-2c25031528d8} <Debug> TCPHandler: Processed in 0.001842698 sec.
3729 2024.12.14 04:37:27.556062 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3730 2024.12.14 04:37:27.556186 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3731 2024.12.14 04:37:27.556238 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3732 2024.12.14 04:37:27.556993 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2024.12.14 04:37:27.557036 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3734 2024.12.14 04:37:27.557439 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3735 2024.12.14 04:37:27.557680 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2024.12.14 04:37:27.557949 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001781 sec., 231330.7130825379 rows/sec., 16.50 MiB/sec.
3737 2024.12.14 04:37:27.558161 [ 286 ] {1bb70527-e258-4a22-b79d-738419658d52} <Debug> TCPHandler: Processed in 0.002152247 sec.
3738 2024.12.14 04:37:27.558337 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3739 2024.12.14 04:37:27.558457 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3740 2024.12.14 04:37:27.558507 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3741 2024.12.14 04:37:27.559099 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2024.12.14 04:37:27.559147 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3743 2024.12.14 04:37:27.559512 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3744 2024.12.14 04:37:27.559743 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2024.12.14 04:37:27.559952 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
3746 2024.12.14 04:37:27.560002 [ 284 ] {f15604e1-3764-4bd1-a1ea-6d9f6654c82a} <Debug> TCPHandler: Processed in 0.001735545 sec.
3747 2024.12.14 04:37:27.560151 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3748 2024.12.14 04:37:27.560279 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3749 2024.12.14 04:37:27.560341 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3750 2024.12.14 04:37:27.560925 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3751 2024.12.14 04:37:27.560965 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3752 2024.12.14 04:37:27.561367 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3753 2024.12.14 04:37:27.561612 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3754 2024.12.14 04:37:27.561847 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec.
3755 2024.12.14 04:37:27.561904 [ 286 ] {b0a041c6-5d37-41bd-b43d-fca630ab84e2} <Debug> TCPHandler: Processed in 0.001810017 sec.
3756 2024.12.14 04:37:27.562063 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3757 2024.12.14 04:37:27.562202 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3758 2024.12.14 04:37:27.562262 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3759 2024.12.14 04:37:27.562811 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3760 2024.12.14 04:37:27.562851 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3761 2024.12.14 04:37:27.563215 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3762 2024.12.14 04:37:27.563446 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3763 2024.12.14 04:37:27.563720 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec.
3764 2024.12.14 04:37:27.563843 [ 284 ] {3d24e0a0-7196-489f-8a50-a3b74b02ee06} <Debug> TCPHandler: Processed in 0.001845329 sec.
3765 2024.12.14 04:37:27.563987 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3766 2024.12.14 04:37:27.564108 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3767 2024.12.14 04:37:27.564189 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3768 2024.12.14 04:37:27.565334 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3769 2024.12.14 04:37:27.565372 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3770 2024.12.14 04:37:27.565984 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3771 2024.12.14 04:37:27.566298 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3772 2024.12.14 04:37:27.566539 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002452 sec., 12234.910277324632 rows/sec., 21.92 MiB/sec.
3773 2024.12.14 04:37:27.566659 [ 286 ] {9bf44710-8033-4595-9538-397e4879fa2b} <Debug> TCPHandler: Processed in 0.002727551 sec.
3774 2024.12.14 04:37:27.566804 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3775 2024.12.14 04:37:27.566925 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3776 2024.12.14 04:37:27.566976 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3777 2024.12.14 04:37:27.567472 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3778 2024.12.14 04:37:27.567512 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3779 2024.12.14 04:37:27.567882 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3780 2024.12.14 04:37:27.568116 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3781 2024.12.14 04:37:27.568340 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec.
3782 2024.12.14 04:37:27.568390 [ 284 ] {64a6df15-7347-4977-8860-b9c902c2e71e} <Debug> TCPHandler: Processed in 0.001645733 sec.
3783 2024.12.14 04:37:29.004665 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
3784 2024.12.14 04:37:29.004720 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
3785 2024.12.14 04:37:29.122940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3786 2024.12.14 04:37:29.123690 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3787 2024.12.14 04:37:29.123737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3788 2024.12.14 04:37:29.124278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3789 2024.12.14 04:37:29.124541 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3790 2024.12.14 04:37:29.124802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3791 2024.12.14 04:37:29.683710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3792 2024.12.14 04:37:29.704945 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2024.12.14 04:37:29.705007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3794 2024.12.14 04:37:29.712551 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3795 2024.12.14 04:37:29.713293 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2024.12.14 04:37:29.716168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3797 2024.12.14 04:37:32.540792 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3798 2024.12.14 04:37:32.541013 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3799 2024.12.14 04:37:32.541093 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3800 2024.12.14 04:37:32.541970 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3801 2024.12.14 04:37:32.542018 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3802 2024.12.14 04:37:32.542453 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3803 2024.12.14 04:37:32.542708 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3804 2024.12.14 04:37:32.542900 [ 104 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3805 2024.12.14 04:37:32.542968 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.002007 sec., 39860.488290981564 rows/sec., 3.25 MiB/sec.
3806 2024.12.14 04:37:32.543008 [ 104 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2024.12.14 04:37:32.543105 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3808 2024.12.14 04:37:32.543105 [ 284 ] {7f3b9d77-25a6-4310-bdff-9834bd4094f9} <Debug> TCPHandler: Processed in 0.002445494 sec.
3809 2024.12.14 04:37:32.543376 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
3810 2024.12.14 04:37:32.543474 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3811 2024.12.14 04:37:32.543524 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3812 2024.12.14 04:37:32.543579 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1435 rows starting from the beginning of the part
3813 2024.12.14 04:37:32.543783 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part
3814 2024.12.14 04:37:32.543885 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3815 2024.12.14 04:37:32.544137 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 263 rows starting from the beginning of the part
3816 2024.12.14 04:37:32.544278 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3817 2024.12.14 04:37:32.544471 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
3818 2024.12.14 04:37:32.544793 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 263 rows starting from the beginning of the part
3819 2024.12.14 04:37:32.545059 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part
3820 2024.12.14 04:37:32.546873 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3821 2024.12.14 04:37:32.546955 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3822 2024.12.14 04:37:32.547829 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3823 2024.12.14 04:37:32.548220 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 5 columns (5 merged, 0 gathered) in 0.00500002 sec., 440598.2376070496 rows/sec., 38.93 MiB/sec.
3824 2024.12.14 04:37:32.548344 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2024.12.14 04:37:32.548563 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3826 2024.12.14 04:37:32.548703 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00502 sec., 2390.438247011952 rows/sec., 179.75 KiB/sec.
3827 2024.12.14 04:37:32.548806 [ 286 ] {d5ce333d-53b1-4fae-80ff-72582f338296} <Debug> TCPHandler: Processed in 0.005538134 sec.
3828 2024.12.14 04:37:32.548992 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3829 2024.12.14 04:37:32.549005 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3830 2024.12.14 04:37:32.549112 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_26_5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3831 2024.12.14 04:37:32.549243 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3832 2024.12.14 04:37:32.549284 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
3833 2024.12.14 04:37:32.549348 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3834 2024.12.14 04:37:32.550070 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3835 2024.12.14 04:37:32.550112 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3836 2024.12.14 04:37:32.550497 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3837 2024.12.14 04:37:32.550733 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3838 2024.12.14 04:37:32.550911 [ 104 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3839 2024.12.14 04:37:32.550969 [ 104 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2024.12.14 04:37:32.550987 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001815 sec., 41873.2782369146 rows/sec., 3.27 MiB/sec.
3841 2024.12.14 04:37:32.551002 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3842 2024.12.14 04:37:32.551145 [ 284 ] {6f3e68af-33f1-43ff-a4a6-1cdc3e986657} <Debug> TCPHandler: Processed in 0.002251218 sec.
3843 2024.12.14 04:37:32.551471 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3844 2024.12.14 04:37:32.551503 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
3845 2024.12.14 04:37:32.551843 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3846 2024.12.14 04:37:32.551935 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3847 2024.12.14 04:37:32.551982 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3848 2024.12.14 04:37:32.551996 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 912 rows starting from the beginning of the part
3849 2024.12.14 04:37:32.552320 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part
3850 2024.12.14 04:37:32.552632 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 412 rows starting from the beginning of the part
3851 2024.12.14 04:37:32.553014 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 80 rows starting from the beginning of the part
3852 2024.12.14 04:37:32.553384 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 412 rows starting from the beginning of the part
3853 2024.12.14 04:37:32.553677 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part
3854 2024.12.14 04:37:32.554685 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3855 2024.12.14 04:37:32.554748 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3856 2024.12.14 04:37:32.555823 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3857 2024.12.14 04:37:32.556172 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3858 2024.12.14 04:37:32.556546 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3859 2024.12.14 04:37:32.556644 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3860 2024.12.14 04:37:32.556671 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.005543585 sec., 355004.92912077653 rows/sec., 27.19 MiB/sec.
3861 2024.12.14 04:37:32.556705 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3862 2024.12.14 04:37:32.556776 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005061 sec., 31614.305473226632 rows/sec., 2.20 MiB/sec.
3863 2024.12.14 04:37:32.557053 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3864 2024.12.14 04:37:32.557130 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
3865 2024.12.14 04:37:32.557133 [ 286 ] {5c265b78-e8ec-48b8-a194-5ae609cfef7d} <Debug> TCPHandler: Processed in 0.005852362 sec.
3866 2024.12.14 04:37:32.557451 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3867 2024.12.14 04:37:32.557543 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3868 2024.12.14 04:37:32.557596 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7283 rows starting from the beginning of the part
3869 2024.12.14 04:37:32.557670 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3870 2024.12.14 04:37:32.557767 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2024.12.14 04:37:32.557880 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
3872 2024.12.14 04:37:32.558048 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3873 2024.12.14 04:37:32.558202 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_26_5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3874 2024.12.14 04:37:32.558286 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
3875 2024.12.14 04:37:32.558450 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3876 2024.12.14 04:37:32.558630 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part
3877 2024.12.14 04:37:32.558844 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
3878 2024.12.14 04:37:32.559064 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
3879 2024.12.14 04:37:32.561146 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3880 2024.12.14 04:37:32.561186 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3881 2024.12.14 04:37:32.562029 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3882 2024.12.14 04:37:32.562300 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3883 2024.12.14 04:37:32.562733 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005083 sec., 2360.8105449537675 rows/sec., 4.23 MiB/sec.
3884 2024.12.14 04:37:32.563614 [ 197 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8239 rows, containing 5 columns (5 merged, 0 gathered) in 0.006776647 sec., 1215793.0020554413 rows/sec., 82.26 MiB/sec.
3885 2024.12.14 04:37:32.563783 [ 284 ] {4e01e151-a49a-4d2a-8b6d-9c5d32999bdc} <Debug> TCPHandler: Processed in 0.006476518 sec.
3886 2024.12.14 04:37:32.563951 [ 197 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3887 2024.12.14 04:37:32.563999 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3888 2024.12.14 04:37:32.564210 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3889 2024.12.14 04:37:32.564306 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3890 2024.12.14 04:37:32.564555 [ 197 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2024.12.14 04:37:32.564822 [ 197 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3892 2024.12.14 04:37:32.565006 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
3893 2024.12.14 04:37:32.565271 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2024.12.14 04:37:32.565314 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3895 2024.12.14 04:37:32.565693 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3896 2024.12.14 04:37:32.565939 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2024.12.14 04:37:32.566068 [ 103 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3898 2024.12.14 04:37:32.566110 [ 103 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3899 2024.12.14 04:37:32.566133 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001973 sec., 30410.542321338064 rows/sec., 2.05 MiB/sec.
3900 2024.12.14 04:37:32.566138 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3901 2024.12.14 04:37:32.566252 [ 286 ] {0b2a8cf8-8bc3-4b36-b21b-e457d1175ec3} <Debug> TCPHandler: Processed in 0.002354852 sec.
3902 2024.12.14 04:37:32.566373 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3903 2024.12.14 04:37:32.566481 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3904 2024.12.14 04:37:32.566510 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part
3905 2024.12.14 04:37:32.566572 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3906 2024.12.14 04:37:32.566674 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3907 2024.12.14 04:37:32.566943 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3908 2024.12.14 04:37:32.567058 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3909 2024.12.14 04:37:32.567194 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
3910 2024.12.14 04:37:32.568321 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 4 columns (4 merged, 0 gathered) in 0.002066774 sec., 747057.9753761176 rows/sec., 49.08 MiB/sec.
3911 2024.12.14 04:37:32.568519 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3912 2024.12.14 04:37:32.568798 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3913 2024.12.14 04:37:32.568872 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_26_5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3914 2024.12.14 04:37:32.568939 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3915 2024.12.14 04:37:33.819535 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3916 2024.12.14 04:37:33.819741 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3917 2024.12.14 04:37:33.819817 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3918 2024.12.14 04:37:33.820613 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2024.12.14 04:37:33.820654 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3920 2024.12.14 04:37:33.821074 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3921 2024.12.14 04:37:33.821325 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3922 2024.12.14 04:37:33.821476 [ 102 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3923 2024.12.14 04:37:33.821525 [ 102 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2024.12.14 04:37:33.821537 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
3925 2024.12.14 04:37:33.821554 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3926 2024.12.14 04:37:33.821638 [ 284 ] {09cc9f01-4e99-43e4-979d-2dc9b7da74f3} <Debug> TCPHandler: Processed in 0.002238129 sec.
3927 2024.12.14 04:37:33.821894 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3928 2024.12.14 04:37:33.822098 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3929 2024.12.14 04:37:33.822118 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3930 2024.12.14 04:37:33.822205 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3931 2024.12.14 04:37:33.822426 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3932 2024.12.14 04:37:33.822577 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3933 2024.12.14 04:37:33.822650 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3934 2024.12.14 04:37:33.822933 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3935 2024.12.14 04:37:33.823075 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3936 2024.12.14 04:37:33.823197 [ 194 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
3937 2024.12.14 04:37:33.825629 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3938 2024.12.14 04:37:33.825734 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3939 2024.12.14 04:37:33.825930 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004284331 sec., 16338.606891017525 rows/sec., 1.21 MiB/sec.
3940 2024.12.14 04:37:33.826209 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3941 2024.12.14 04:37:33.826518 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3942 2024.12.14 04:37:33.826781 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_9_2} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3943 2024.12.14 04:37:33.826980 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_9_2} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3944 2024.12.14 04:37:33.826994 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2024.12.14 04:37:33.827161 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3946 2024.12.14 04:37:33.827369 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005038 sec., 1587.9317189360859 rows/sec., 129.48 KiB/sec.
3947 2024.12.14 04:37:33.827455 [ 286 ] {8378ab0f-1228-4cd5-b9b8-b644b0bb0d38} <Debug> TCPHandler: Processed in 0.005671257 sec.
3948 2024.12.14 04:37:33.827616 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3949 2024.12.14 04:37:33.827765 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3950 2024.12.14 04:37:33.827825 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3951 2024.12.14 04:37:33.829186 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3952 2024.12.14 04:37:33.829225 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3953 2024.12.14 04:37:33.829684 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3954 2024.12.14 04:37:33.829936 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3955 2024.12.14 04:37:33.830121 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.002392 sec., 588210.7023411371 rows/sec., 49.22 MiB/sec.
3956 2024.12.14 04:37:33.830181 [ 284 ] {f801551b-61d5-46ac-b299-db4806c09acb} <Debug> TCPHandler: Processed in 0.002631298 sec.
3957 2024.12.14 04:37:33.830352 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3958 2024.12.14 04:37:33.830488 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3959 2024.12.14 04:37:33.830542 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3960 2024.12.14 04:37:33.831155 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3961 2024.12.14 04:37:33.831197 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3962 2024.12.14 04:37:33.831566 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3963 2024.12.14 04:37:33.831824 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3964 2024.12.14 04:37:33.832030 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001574 sec., 28589.580686149933 rows/sec., 2.03 MiB/sec.
3965 2024.12.14 04:37:33.832089 [ 286 ] {89e468c3-bf14-4f38-a7bd-83d29fd358d7} <Debug> TCPHandler: Processed in 0.001797157 sec.
3966 2024.12.14 04:37:33.832254 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3967 2024.12.14 04:37:33.832398 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3968 2024.12.14 04:37:33.832457 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3969 2024.12.14 04:37:33.833196 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2024.12.14 04:37:33.833234 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3971 2024.12.14 04:37:33.833599 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3972 2024.12.14 04:37:33.833937 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2024.12.14 04:37:33.834120 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001755 sec., 137891.7378917379 rows/sec., 9.34 MiB/sec.
3974 2024.12.14 04:37:33.834175 [ 284 ] {6b5a4736-751a-4f91-a34e-295abccad309} <Debug> TCPHandler: Processed in 0.001988762 sec.
3975 2024.12.14 04:37:33.834330 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3976 2024.12.14 04:37:33.834470 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3977 2024.12.14 04:37:33.834528 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3978 2024.12.14 04:37:33.835170 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3979 2024.12.14 04:37:33.835211 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3980 2024.12.14 04:37:33.835569 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3981 2024.12.14 04:37:33.835808 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3982 2024.12.14 04:37:33.835968 [ 102 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3983 2024.12.14 04:37:33.836031 [ 102 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3984 2024.12.14 04:37:33.836064 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
3985 2024.12.14 04:37:33.836073 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3986 2024.12.14 04:37:33.836213 [ 286 ] {d09980ec-ee08-4168-8f49-c8d184eee55d} <Debug> TCPHandler: Processed in 0.00194591 sec.
3987 2024.12.14 04:37:33.836320 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3988 2024.12.14 04:37:33.836439 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2024.12.14 04:37:33.836514 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3990 2024.12.14 04:37:33.836580 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3991 2024.12.14 04:37:33.836678 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3992 2024.12.14 04:37:33.836835 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3993 2024.12.14 04:37:33.836867 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3994 2024.12.14 04:37:33.837354 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3995 2024.12.14 04:37:33.837715 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3996 2024.12.14 04:37:33.838119 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
3997 2024.12.14 04:37:33.839946 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3998 2024.12.14 04:37:33.840024 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
3999 2024.12.14 04:37:33.840759 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004546718 sec., 14296.026276536175 rows/sec., 947.20 KiB/sec.
4000 2024.12.14 04:37:33.840958 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4001 2024.12.14 04:37:33.841115 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4002 2024.12.14 04:37:33.841443 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_9_2} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4003 2024.12.14 04:37:33.841620 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_9_2} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4004 2024.12.14 04:37:33.841624 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4005 2024.12.14 04:37:33.841765 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4006 2024.12.14 04:37:33.841998 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.005394 sec., 162402.66963292545 rows/sec., 11.77 MiB/sec.
4007 2024.12.14 04:37:33.842247 [ 284 ] {4ea4d037-6761-4123-867e-3d6a266670dc} <Debug> TCPHandler: Processed in 0.005921025 sec.
4008 2024.12.14 04:37:33.842464 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2024.12.14 04:37:33.842601 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4010 2024.12.14 04:37:33.842662 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4011 2024.12.14 04:37:33.843187 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2024.12.14 04:37:33.843226 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4013 2024.12.14 04:37:33.843585 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4014 2024.12.14 04:37:33.843826 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4015 2024.12.14 04:37:33.844110 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec.
4016 2024.12.14 04:37:33.844309 [ 286 ] {3a465f9a-de3e-450e-88e2-caa05b5b61c6} <Debug> TCPHandler: Processed in 0.001935171 sec.
4017 2024.12.14 04:37:33.844488 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4018 2024.12.14 04:37:33.844630 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4019 2024.12.14 04:37:33.844693 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4020 2024.12.14 04:37:33.845522 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2024.12.14 04:37:33.845561 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4022 2024.12.14 04:37:33.846001 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4023 2024.12.14 04:37:33.846252 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2024.12.14 04:37:33.846435 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001838 sec., 507616.9749727965 rows/sec., 33.74 MiB/sec.
4025 2024.12.14 04:37:33.846489 [ 284 ] {1c9f33ec-b303-4070-8dc0-faf8b7379ef7} <Debug> TCPHandler: Processed in 0.002078964 sec.
4026 2024.12.14 04:37:33.846643 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2024.12.14 04:37:33.846782 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4028 2024.12.14 04:37:33.846843 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4029 2024.12.14 04:37:33.847339 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2024.12.14 04:37:33.847378 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4031 2024.12.14 04:37:33.847735 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4032 2024.12.14 04:37:33.847972 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2024.12.14 04:37:33.848180 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec.
4034 2024.12.14 04:37:33.848233 [ 286 ] {326de1c6-80a9-44cd-9459-0bcb79f1fa1c} <Debug> TCPHandler: Processed in 0.001652843 sec.
4035 2024.12.14 04:37:33.848380 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2024.12.14 04:37:33.848519 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4037 2024.12.14 04:37:33.848612 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4038 2024.12.14 04:37:33.849850 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2024.12.14 04:37:33.849887 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4040 2024.12.14 04:37:33.850514 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4041 2024.12.14 04:37:33.850768 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2024.12.14 04:37:33.851024 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002534 sec., 11838.989739542227 rows/sec., 21.21 MiB/sec.
4043 2024.12.14 04:37:33.851404 [ 284 ] {7ebe20b5-9428-4b90-b264-c8c1c84675c7} <Debug> TCPHandler: Processed in 0.00309149 sec.
4044 2024.12.14 04:37:33.851563 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4045 2024.12.14 04:37:33.851701 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4046 2024.12.14 04:37:33.851760 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4047 2024.12.14 04:37:33.852265 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4048 2024.12.14 04:37:33.852304 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4049 2024.12.14 04:37:33.852673 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4050 2024.12.14 04:37:33.852909 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4051 2024.12.14 04:37:33.853119 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001449 sec., 26224.98274672188 rows/sec., 1.55 MiB/sec.
4052 2024.12.14 04:37:33.853171 [ 286 ] {aea3fff5-9a07-4de4-9eb2-e5b4858a8a15} <Debug> TCPHandler: Processed in 0.001675113 sec.
4053 2024.12.14 04:37:34.154628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 578
4054 2024.12.14 04:37:34.158200 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4055 2024.12.14 04:37:34.158254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4056 2024.12.14 04:37:34.159714 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4057 2024.12.14 04:37:34.160023 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4058 2024.12.14 04:37:34.161253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 578
4059 2024.12.14 04:37:36.624936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4060 2024.12.14 04:37:36.625693 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4061 2024.12.14 04:37:36.625753 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4062 2024.12.14 04:37:36.626337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4063 2024.12.14 04:37:36.626604 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2024.12.14 04:37:36.626869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4065 2024.12.14 04:37:37.216235 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4066 2024.12.14 04:37:37.237875 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4067 2024.12.14 04:37:37.237933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4068 2024.12.14 04:37:37.245502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4069 2024.12.14 04:37:37.246266 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4070 2024.12.14 04:37:37.248840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4071 2024.12.14 04:37:37.537267 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4072 2024.12.14 04:37:37.537463 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4073 2024.12.14 04:37:37.537536 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4074 2024.12.14 04:37:37.538370 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4075 2024.12.14 04:37:37.538424 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4076 2024.12.14 04:37:37.538898 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4077 2024.12.14 04:37:37.539166 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4078 2024.12.14 04:37:37.539433 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.13 MiB/sec.
4079 2024.12.14 04:37:37.539597 [ 284 ] {5cadd768-639f-47ed-bda5-6b194a4d5ed0} <Debug> TCPHandler: Processed in 0.002460754 sec.
4080 2024.12.14 04:37:37.539867 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4081 2024.12.14 04:37:37.540049 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4082 2024.12.14 04:37:37.540119 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4083 2024.12.14 04:37:37.540880 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4084 2024.12.14 04:37:37.540923 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4085 2024.12.14 04:37:37.541348 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4086 2024.12.14 04:37:37.541602 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4087 2024.12.14 04:37:37.541804 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001807 sec., 35417.819590481464 rows/sec., 2.76 MiB/sec.
4088 2024.12.14 04:37:37.541866 [ 286 ] {6531ca51-c95a-42a4-87fe-badc9fadb7d8} <Debug> TCPHandler: Processed in 0.002129155 sec.
4089 2024.12.14 04:37:37.542045 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4090 2024.12.14 04:37:37.542196 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4091 2024.12.14 04:37:37.542261 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4092 2024.12.14 04:37:37.542944 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2024.12.14 04:37:37.542995 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4094 2024.12.14 04:37:37.543440 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4095 2024.12.14 04:37:37.543698 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4096 2024.12.14 04:37:37.543971 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001802 sec., 65482.796892341845 rows/sec., 4.56 MiB/sec.
4097 2024.12.14 04:37:37.544186 [ 284 ] {c0e93082-2f3c-4d7d-9a1b-e05576a6ef24} <Debug> TCPHandler: Processed in 0.002205478 sec.
4098 2024.12.14 04:37:37.544401 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4099 2024.12.14 04:37:37.544547 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4100 2024.12.14 04:37:37.544611 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4101 2024.12.14 04:37:37.545188 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4102 2024.12.14 04:37:37.545227 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4103 2024.12.14 04:37:37.545616 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4104 2024.12.14 04:37:37.545859 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4105 2024.12.14 04:37:37.546034 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001522 sec., 28909.329829172144 rows/sec., 1.94 MiB/sec.
4106 2024.12.14 04:37:37.546085 [ 286 ] {a860ac3a-ae7b-48a5-b812-c8ee685ee888} <Debug> TCPHandler: Processed in 0.001776757 sec.
4107 2024.12.14 04:37:42.540536 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4108 2024.12.14 04:37:42.540742 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4109 2024.12.14 04:37:42.540814 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4110 2024.12.14 04:37:42.541580 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4111 2024.12.14 04:37:42.541623 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4112 2024.12.14 04:37:42.542064 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4113 2024.12.14 04:37:42.542314 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4114 2024.12.14 04:37:42.542535 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001842 sec., 43431.053203040174 rows/sec., 3.55 MiB/sec.
4115 2024.12.14 04:37:42.542638 [ 284 ] {60fb2f04-3f25-47d9-89ff-edc9178bf299} <Debug> TCPHandler: Processed in 0.002228998 sec.
4116 2024.12.14 04:37:42.542926 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4117 2024.12.14 04:37:42.543120 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4118 2024.12.14 04:37:42.543196 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4119 2024.12.14 04:37:42.543952 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4120 2024.12.14 04:37:42.544001 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4121 2024.12.14 04:37:42.544447 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4122 2024.12.14 04:37:42.544705 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4123 2024.12.14 04:37:42.544953 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001889 sec., 6352.567496029646 rows/sec., 477.68 KiB/sec.
4124 2024.12.14 04:37:42.545018 [ 286 ] {3527b953-7f4a-447d-ab94-a0f8cac56477} <Debug> TCPHandler: Processed in 0.002256959 sec.
4125 2024.12.14 04:37:42.545161 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4126 2024.12.14 04:37:42.545280 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4127 2024.12.14 04:37:42.545330 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4128 2024.12.14 04:37:42.545943 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4129 2024.12.14 04:37:42.545985 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4130 2024.12.14 04:37:42.546367 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4131 2024.12.14 04:37:42.546614 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4132 2024.12.14 04:37:42.546832 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001577 sec., 48192.77108433735 rows/sec., 3.76 MiB/sec.
4133 2024.12.14 04:37:42.546886 [ 284 ] {0b30eb58-b814-496e-bd96-3021cc931b19} <Debug> TCPHandler: Processed in 0.001780866 sec.
4134 2024.12.14 04:37:42.547038 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4135 2024.12.14 04:37:42.547174 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4136 2024.12.14 04:37:42.547236 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4137 2024.12.14 04:37:42.547872 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4138 2024.12.14 04:37:42.547914 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4139 2024.12.14 04:37:42.548346 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4140 2024.12.14 04:37:42.548593 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4141 2024.12.14 04:37:42.548812 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec.
4142 2024.12.14 04:37:42.548871 [ 286 ] {454df949-dfba-4472-a0aa-34e341b15aa6} <Debug> TCPHandler: Processed in 0.00189624 sec.
4143 2024.12.14 04:37:42.549039 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4144 2024.12.14 04:37:42.549163 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4145 2024.12.14 04:37:42.549247 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4146 2024.12.14 04:37:42.550414 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4147 2024.12.14 04:37:42.550456 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4148 2024.12.14 04:37:42.551094 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4149 2024.12.14 04:37:42.551368 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4150 2024.12.14 04:37:42.551692 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002552 sec., 4702.194357366771 rows/sec., 8.43 MiB/sec.
4151 2024.12.14 04:37:42.552056 [ 284 ] {38a15da0-5899-43d5-8218-a40608b27aff} <Debug> TCPHandler: Processed in 0.00307504 sec.
4152 2024.12.14 04:37:42.552226 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4153 2024.12.14 04:37:42.552376 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4154 2024.12.14 04:37:42.552440 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4155 2024.12.14 04:37:42.553019 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4156 2024.12.14 04:37:42.553066 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4157 2024.12.14 04:37:42.553494 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4158 2024.12.14 04:37:42.553736 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4159 2024.12.14 04:37:42.554005 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec.
4160 2024.12.14 04:37:42.554166 [ 286 ] {a50e1ebd-8870-4c0e-9dfb-9731e30bbf7b} <Debug> TCPHandler: Processed in 0.002007062 sec.
4161 2024.12.14 04:37:44.004767 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
4162 2024.12.14 04:37:44.004825 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
4163 2024.12.14 04:37:44.127013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4164 2024.12.14 04:37:44.127827 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4165 2024.12.14 04:37:44.127871 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4166 2024.12.14 04:37:44.128429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4167 2024.12.14 04:37:44.128700 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4168 2024.12.14 04:37:44.128915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4169 2024.12.14 04:37:44.161521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 598
4170 2024.12.14 04:37:44.164369 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2024.12.14 04:37:44.164418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4172 2024.12.14 04:37:44.165874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4173 2024.12.14 04:37:44.166192 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2024.12.14 04:37:44.167224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598
4175 2024.12.14 04:37:44.555682 [ 86 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4176 2024.12.14 04:37:44.555745 [ 86 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2024.12.14 04:37:44.555768 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4178 2024.12.14 04:37:44.555962 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
4179 2024.12.14 04:37:44.556130 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4180 2024.12.14 04:37:44.556168 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
4181 2024.12.14 04:37:44.556253 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
4182 2024.12.14 04:37:44.556369 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
4183 2024.12.14 04:37:44.556508 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
4184 2024.12.14 04:37:44.556591 [ 200 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
4185 2024.12.14 04:37:44.557510 [ 201 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672743 sec., 15543.332119757788 rows/sec., 1.30 MiB/sec.
4186 2024.12.14 04:37:44.557738 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4187 2024.12.14 04:37:44.558157 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4188 2024.12.14 04:37:44.558265 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_5_1} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4189 2024.12.14 04:37:44.558386 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4190 2024.12.14 04:37:44.748903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4191 2024.12.14 04:37:44.770424 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4192 2024.12.14 04:37:44.770474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4193 2024.12.14 04:37:44.778079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4194 2024.12.14 04:37:44.778843 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4195 2024.12.14 04:37:44.782290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4196 2024.12.14 04:37:45.797244 [ 85 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4197 2024.12.14 04:37:45.797312 [ 85 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2024.12.14 04:37:45.797336 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4199 2024.12.14 04:37:45.797556 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::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
4200 2024.12.14 04:37:45.797743 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4201 2024.12.14 04:37:45.797784 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
4202 2024.12.14 04:37:45.797862 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
4203 2024.12.14 04:37:45.797972 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
4204 2024.12.14 04:37:45.798086 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
4205 2024.12.14 04:37:45.798165 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
4206 2024.12.14 04:37:45.799183 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001764006 sec., 5102.02346250523 rows/sec., 343.79 KiB/sec.
4207 2024.12.14 04:37:45.799375 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4208 2024.12.14 04:37:45.799734 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4209 2024.12.14 04:37:45.799826 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_9_2} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4210 2024.12.14 04:37:45.799928 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4211 2024.12.14 04:37:47.545434 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4212 2024.12.14 04:37:47.545658 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4213 2024.12.14 04:37:47.545739 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4214 2024.12.14 04:37:47.546608 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4215 2024.12.14 04:37:47.546658 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4216 2024.12.14 04:37:47.547091 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4217 2024.12.14 04:37:47.547350 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4218 2024.12.14 04:37:47.547552 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec.
4219 2024.12.14 04:37:47.547617 [ 284 ] {ff928a53-faa6-4bc7-af88-dcf778c9b152} <Debug> TCPHandler: Processed in 0.002320181 sec.
4220 2024.12.14 04:37:47.547947 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4221 2024.12.14 04:37:47.548259 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4222 2024.12.14 04:37:47.548380 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4223 2024.12.14 04:37:47.549327 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4224 2024.12.14 04:37:47.549375 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4225 2024.12.14 04:37:47.549865 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4226 2024.12.14 04:37:47.550127 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4227 2024.12.14 04:37:47.550372 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002201 sec., 119491.1403907315 rows/sec., 10.51 MiB/sec.
4228 2024.12.14 04:37:47.550440 [ 286 ] {0a8233cb-f55b-4eae-9188-52362a87b625} <Debug> TCPHandler: Processed in 0.00268494 sec.
4229 2024.12.14 04:37:47.550587 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4230 2024.12.14 04:37:47.550713 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4231 2024.12.14 04:37:47.550767 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4232 2024.12.14 04:37:47.551448 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4233 2024.12.14 04:37:47.551487 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4234 2024.12.14 04:37:47.551854 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4235 2024.12.14 04:37:47.552088 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4236 2024.12.14 04:37:47.552214 [ 82 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4237 2024.12.14 04:37:47.552254 [ 82 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4238 2024.12.14 04:37:47.552278 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4239 2024.12.14 04:37:47.552280 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001594 sec., 23212.045169385194 rows/sec., 1.66 MiB/sec.
4240 2024.12.14 04:37:47.552476 [ 284 ] {7bd6b553-f288-4656-8fe2-1ae66665f486} <Debug> TCPHandler: Processed in 0.00194083 sec.
4241 2024.12.14 04:37:47.552572 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
4242 2024.12.14 04:37:47.552694 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4243 2024.12.14 04:37:47.552987 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4244 2024.12.14 04:37:47.552988 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4245 2024.12.14 04:37:47.553094 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 67 rows starting from the beginning of the part
4246 2024.12.14 04:37:47.553125 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4247 2024.12.14 04:37:47.553608 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 37 rows starting from the beginning of the part
4248 2024.12.14 04:37:47.553899 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
4249 2024.12.14 04:37:47.554311 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 45 rows starting from the beginning of the part
4250 2024.12.14 04:37:47.554614 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
4251 2024.12.14 04:37:47.555005 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part
4252 2024.12.14 04:37:47.556312 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4253 2024.12.14 04:37:47.556413 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4254 2024.12.14 04:37:47.557469 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4255 2024.12.14 04:37:47.558054 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4256 2024.12.14 04:37:47.558062 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.005673878 sec., 37011.722846349534 rows/sec., 2.79 MiB/sec.
4257 2024.12.14 04:37:47.558285 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4258 2024.12.14 04:37:47.558492 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005609 sec., 2495.9885897664467 rows/sec., 174.80 KiB/sec.
4259 2024.12.14 04:37:47.558817 [ 286 ] {59f77836-afb9-439e-b512-2ebedc680a20} <Debug> TCPHandler: Processed in 0.006209012 sec.
4260 2024.12.14 04:37:47.559021 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4261 2024.12.14 04:37:47.559030 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4262 2024.12.14 04:37:47.559189 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_21_4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4263 2024.12.14 04:37:47.559250 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4264 2024.12.14 04:37:47.559360 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4265 2024.12.14 04:37:47.559370 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4266 2024.12.14 04:37:47.559961 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4267 2024.12.14 04:37:47.560001 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4268 2024.12.14 04:37:47.560358 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4269 2024.12.14 04:37:47.560597 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4270 2024.12.14 04:37:47.560853 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec.
4271 2024.12.14 04:37:47.560982 [ 284 ] {cd7543db-9e8c-49c0-b103-2e9f38adcbf4} <Debug> TCPHandler: Processed in 0.002042133 sec.
4272 2024.12.14 04:37:47.561141 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4273 2024.12.14 04:37:47.561284 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4274 2024.12.14 04:37:47.561344 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4275 2024.12.14 04:37:47.562124 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4276 2024.12.14 04:37:47.562163 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4277 2024.12.14 04:37:47.562541 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4278 2024.12.14 04:37:47.562784 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4279 2024.12.14 04:37:47.563034 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001775 sec., 232112.676056338 rows/sec., 16.55 MiB/sec.
4280 2024.12.14 04:37:47.563212 [ 286 ] {1c6c6adb-e35a-4685-83c4-3d33c58b026d} <Debug> TCPHandler: Processed in 0.002134996 sec.
4281 2024.12.14 04:37:47.563431 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4282 2024.12.14 04:37:47.563563 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4283 2024.12.14 04:37:47.563614 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4284 2024.12.14 04:37:47.564091 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4285 2024.12.14 04:37:47.564128 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4286 2024.12.14 04:37:47.564488 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4287 2024.12.14 04:37:47.564729 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2024.12.14 04:37:47.564907 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec.
4289 2024.12.14 04:37:47.564958 [ 284 ] {50ba604a-fc06-40b6-9d78-395acfb7713f} <Debug> TCPHandler: Processed in 0.001632502 sec.
4290 2024.12.14 04:37:47.565099 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2024.12.14 04:37:47.565217 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4292 2024.12.14 04:37:47.565271 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4293 2024.12.14 04:37:47.565843 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4294 2024.12.14 04:37:47.565883 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4295 2024.12.14 04:37:47.566275 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4296 2024.12.14 04:37:47.566526 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4297 2024.12.14 04:37:47.566740 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001548 sec., 153100.77519379847 rows/sec., 10.26 MiB/sec.
4298 2024.12.14 04:37:47.566791 [ 286 ] {1b1e6229-d433-451f-87f3-49f8e7d1567e} <Debug> TCPHandler: Processed in 0.001748945 sec.
4299 2024.12.14 04:37:47.566935 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2024.12.14 04:37:47.567055 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4301 2024.12.14 04:37:47.567107 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4302 2024.12.14 04:37:47.567581 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2024.12.14 04:37:47.567618 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4304 2024.12.14 04:37:47.567970 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4305 2024.12.14 04:37:47.568202 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2024.12.14 04:37:47.568377 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec.
4307 2024.12.14 04:37:47.568427 [ 284 ] {6d6d9147-862d-4dd3-a37f-8fc8ae98c844} <Debug> TCPHandler: Processed in 0.00154809 sec.
4308 2024.12.14 04:37:47.568587 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.12.14 04:37:47.568725 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4310 2024.12.14 04:37:47.568818 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4311 2024.12.14 04:37:47.570057 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2024.12.14 04:37:47.570096 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4313 2024.12.14 04:37:47.570743 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4314 2024.12.14 04:37:47.571003 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2024.12.14 04:37:47.571185 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4316 2024.12.14 04:37:47.571259 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2024.12.14 04:37:47.571299 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4318 2024.12.14 04:37:47.571305 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002602 sec., 11529.592621060721 rows/sec., 20.66 MiB/sec.
4319 2024.12.14 04:37:47.571697 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
4320 2024.12.14 04:37:47.571959 [ 286 ] {b8c989f5-0eca-4b6b-aca0-796685860098} <Debug> TCPHandler: Processed in 0.00343332 sec.
4321 2024.12.14 04:37:47.572213 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4322 2024.12.14 04:37:47.572443 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4323 2024.12.14 04:37:47.572477 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4324 2024.12.14 04:37:47.572589 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 371 rows starting from the beginning of the part
4325 2024.12.14 04:37:47.572599 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4326 2024.12.14 04:37:47.573570 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part
4327 2024.12.14 04:37:47.574215 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
4328 2024.12.14 04:37:47.575014 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part
4329 2024.12.14 04:37:47.575081 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4330 2024.12.14 04:37:47.575166 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4331 2024.12.14 04:37:47.575675 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
4332 2024.12.14 04:37:47.576366 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part
4333 2024.12.14 04:37:47.576840 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4334 2024.12.14 04:37:47.577498 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4335 2024.12.14 04:37:47.577946 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005516 sec., 14865.844815083394 rows/sec., 966.83 KiB/sec.
4336 2024.12.14 04:37:47.578176 [ 284 ] {942dc24f-19c4-4dcc-aebe-5765370f87f0} <Debug> TCPHandler: Processed in 0.006111729 sec.
4337 2024.12.14 04:37:47.582190 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 485 rows, containing 19 columns (19 merged, 0 gathered) in 0.010792101 sec., 44940.276226102775 rows/sec., 80.53 MiB/sec.
4338 2024.12.14 04:37:47.583047 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4339 2024.12.14 04:37:47.583534 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2024.12.14 04:37:47.583632 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4341 2024.12.14 04:37:47.583814 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB.
4342 2024.12.14 04:37:51.629035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4343 2024.12.14 04:37:51.629769 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4344 2024.12.14 04:37:51.629815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4345 2024.12.14 04:37:51.630349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4346 2024.12.14 04:37:51.630611 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4347 2024.12.14 04:37:51.630868 [ 67 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4348 2024.12.14 04:37:51.630909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4349 2024.12.14 04:37:51.630996 [ 67 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4350 2024.12.14 04:37:51.631045 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4351 2024.12.14 04:37:51.631292 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
4352 2024.12.14 04:37:51.631701 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4353 2024.12.14 04:37:51.631774 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
4354 2024.12.14 04:37:51.631844 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4355 2024.12.14 04:37:51.632043 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4356 2024.12.14 04:37:51.632166 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4357 2024.12.14 04:37:51.632260 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4358 2024.12.14 04:37:51.632468 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4359 2024.12.14 04:37:51.634698 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003559123 sec., 2707970.474748976 rows/sec., 38.74 MiB/sec.
4360 2024.12.14 04:37:51.635053 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4361 2024.12.14 04:37:51.635391 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4362 2024.12.14 04:37:51.635482 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_21_4} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4363 2024.12.14 04:37:51.635580 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4364 2024.12.14 04:37:52.282379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4365 2024.12.14 04:37:52.304488 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4366 2024.12.14 04:37:52.304544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4367 2024.12.14 04:37:52.312182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4368 2024.12.14 04:37:52.312949 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4369 2024.12.14 04:37:52.313229 [ 67 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4370 2024.12.14 04:37:52.313296 [ 67 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2024.12.14 04:37:52.313334 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4372 2024.12.14 04:37:52.313967 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4373 2024.12.14 04:37:52.328267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4374 2024.12.14 04:37:52.330381 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4375 2024.12.14 04:37:52.332045 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4376 2024.12.14 04:37:52.337937 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4377 2024.12.14 04:37:52.343575 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4378 2024.12.14 04:37:52.349240 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4379 2024.12.14 04:37:52.355246 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4380 2024.12.14 04:37:52.360131 [ 196 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
4381 2024.12.14 04:37:52.418671 [ 192 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.105190161 sec., 1511.5482140958031 rows/sec., 7.82 MiB/sec.
4382 2024.12.14 04:37:52.421382 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4383 2024.12.14 04:37:52.424422 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_21_4} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2024.12.14 04:37:52.424549 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_21_4} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4385 2024.12.14 04:37:52.426994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4386 2024.12.14 04:37:52.540141 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4387 2024.12.14 04:37:52.540322 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4388 2024.12.14 04:37:52.540399 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4389 2024.12.14 04:37:52.541154 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4390 2024.12.14 04:37:52.541201 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4391 2024.12.14 04:37:52.541602 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4392 2024.12.14 04:37:52.541864 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4393 2024.12.14 04:37:52.542124 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001855 sec., 1078.167115902965 rows/sec., 87.92 KiB/sec.
4394 2024.12.14 04:37:52.542191 [ 284 ] {b419b875-aedd-4274-bc35-f8586b3628c9} <Debug> TCPHandler: Processed in 0.002177266 sec.
4395 2024.12.14 04:37:52.542434 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4396 2024.12.14 04:37:52.542590 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4397 2024.12.14 04:37:52.542652 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4398 2024.12.14 04:37:52.543359 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2024.12.14 04:37:52.543398 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4400 2024.12.14 04:37:52.543788 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4401 2024.12.14 04:37:52.544036 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2024.12.14 04:37:52.544165 [ 75 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4403 2024.12.14 04:37:52.544215 [ 75 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4404 2024.12.14 04:37:52.544230 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001683 sec., 48128.342245989305 rows/sec., 3.92 MiB/sec.
4405 2024.12.14 04:37:52.544243 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4406 2024.12.14 04:37:52.544317 [ 286 ] {a2ddccb4-b452-4d54-9e80-1557390c0ab4} <Debug> TCPHandler: Processed in 0.002003132 sec.
4407 2024.12.14 04:37:52.544380 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
4408 2024.12.14 04:37:52.544506 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4409 2024.12.14 04:37:52.544525 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4410 2024.12.14 04:37:52.544576 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1437 rows starting from the beginning of the part
4411 2024.12.14 04:37:52.544711 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4412 2024.12.14 04:37:52.544818 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1407 rows starting from the beginning of the part
4413 2024.12.14 04:37:52.544875 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4414 2024.12.14 04:37:52.545207 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part
4415 2024.12.14 04:37:52.545540 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part
4416 2024.12.14 04:37:52.545916 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 263 rows starting from the beginning of the part
4417 2024.12.14 04:37:52.546295 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 81 rows starting from the beginning of the part
4418 2024.12.14 04:37:52.547653 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2024.12.14 04:37:52.547722 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4420 2024.12.14 04:37:52.548785 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4421 2024.12.14 04:37:52.549213 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2024.12.14 04:37:52.549456 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.00483 sec., 2898.550724637681 rows/sec., 215.73 KiB/sec.
4423 2024.12.14 04:37:52.549531 [ 284 ] {f3faabc6-865f-4532-ad0f-55e9c1032d38} <Debug> TCPHandler: Processed in 0.005116834 sec.
4424 2024.12.14 04:37:52.549706 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4425 2024.12.14 04:37:52.549893 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4426 2024.12.14 04:37:52.549958 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629986 sec., 590409.9939147274 rows/sec., 51.75 MiB/sec.
4427 2024.12.14 04:37:52.549981 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4428 2024.12.14 04:37:52.550503 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4429 2024.12.14 04:37:52.551161 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4430 2024.12.14 04:37:52.551207 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4431 2024.12.14 04:37:52.551234 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4432 2024.12.14 04:37:52.551435 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_31_6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4433 2024.12.14 04:37:52.551627 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
4434 2024.12.14 04:37:52.551872 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4435 2024.12.14 04:37:52.552138 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4436 2024.12.14 04:37:52.552267 [ 75 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4437 2024.12.14 04:37:52.552311 [ 75 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2024.12.14 04:37:52.552331 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.002479 sec., 31464.300121016542 rows/sec., 2.46 MiB/sec.
4439 2024.12.14 04:37:52.552340 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4440 2024.12.14 04:37:52.552455 [ 286 ] {6c8ab0b1-9c4d-4f95-9dfa-295eb798889c} <Debug> TCPHandler: Processed in 0.002803733 sec.
4441 2024.12.14 04:37:52.552583 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
4442 2024.12.14 04:37:52.552645 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4443 2024.12.14 04:37:52.552711 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4444 2024.12.14 04:37:52.552759 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part
4445 2024.12.14 04:37:52.552815 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4446 2024.12.14 04:37:52.552916 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 876 rows starting from the beginning of the part
4447 2024.12.14 04:37:52.552990 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4448 2024.12.14 04:37:52.553318 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part
4449 2024.12.14 04:37:52.553721 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 76 rows starting from the beginning of the part
4450 2024.12.14 04:37:52.554082 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 412 rows starting from the beginning of the part
4451 2024.12.14 04:37:52.554392 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 78 rows starting from the beginning of the part
4452 2024.12.14 04:37:52.555349 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4453 2024.12.14 04:37:52.555393 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4454 2024.12.14 04:37:52.555974 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4455 2024.12.14 04:37:52.556237 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4456 2024.12.14 04:37:52.556449 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4457 2024.12.14 04:37:52.556582 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4458 2024.12.14 04:37:52.556693 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4459 2024.12.14 04:37:52.556767 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003972 sec., 40533.7361530715 rows/sec., 2.82 MiB/sec.
4460 2024.12.14 04:37:52.557288 [ 284 ] {5db3dd75-4d32-4e15-a1bf-beb6223e4a27} <Debug> TCPHandler: Processed in 0.004728353 sec.
4461 2024.12.14 04:37:52.557358 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.004902408 sec., 494042.9274756406 rows/sec., 37.90 MiB/sec.
4462 2024.12.14 04:37:52.557377 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
4463 2024.12.14 04:37:52.557582 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4464 2024.12.14 04:37:52.557669 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4465 2024.12.14 04:37:52.557695 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4466 2024.12.14 04:37:52.557831 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8239 rows starting from the beginning of the part
4467 2024.12.14 04:37:52.558233 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 933 rows starting from the beginning of the part
4468 2024.12.14 04:37:52.558238 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4469 2024.12.14 04:37:52.558543 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 118 rows starting from the beginning of the part
4470 2024.12.14 04:37:52.558875 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4471 2024.12.14 04:37:52.559016 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
4472 2024.12.14 04:37:52.559110 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4473 2024.12.14 04:37:52.559430 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4474 2024.12.14 04:37:52.559518 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_31_6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4475 2024.12.14 04:37:52.559882 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part
4476 2024.12.14 04:37:52.559970 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4477 2024.12.14 04:37:52.563950 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4478 2024.12.14 04:37:52.564024 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4479 2024.12.14 04:37:52.565040 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4480 2024.12.14 04:37:52.565712 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): 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.12.14 04:37:52.566060 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008208 sec., 1461.9883040935672 rows/sec., 2.62 MiB/sec.
4482 2024.12.14 04:37:52.566586 [ 286 ] {b7d7fb45-cfc9-43f5-8c9c-9f9f0ccb9714} <Debug> TCPHandler: Processed in 0.009151539 sec.
4483 2024.12.14 04:37:52.566807 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2024.12.14 04:37:52.567164 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4485 2024.12.14 04:37:52.567269 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4486 2024.12.14 04:37:52.567271 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9848 rows, containing 5 columns (5 merged, 0 gathered) in 0.01034861 sec., 951625.3873708644 rows/sec., 64.35 MiB/sec.
4487 2024.12.14 04:37:52.567629 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4488 2024.12.14 04:37:52.568208 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4489 2024.12.14 04:37:52.568296 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4490 2024.12.14 04:37:52.568349 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4491 2024.12.14 04:37:52.568351 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4492 2024.12.14 04:37:52.568543 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4493 2024.12.14 04:37:52.568862 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4494 2024.12.14 04:37:52.569100 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4495 2024.12.14 04:37:52.569269 [ 75 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4496 2024.12.14 04:37:52.569331 [ 75 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4497 2024.12.14 04:37:52.569365 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002297 sec., 26121.0274270788 rows/sec., 1.76 MiB/sec.
4498 2024.12.14 04:37:52.569372 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4499 2024.12.14 04:37:52.569529 [ 284 ] {ed88c181-20c7-486e-9485-ed76f42ce439} <Debug> TCPHandler: Processed in 0.002830294 sec.
4500 2024.12.14 04:37:52.569637 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
4501 2024.12.14 04:37:52.569816 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4502 2024.12.14 04:37:52.569857 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1544 rows starting from the beginning of the part
4503 2024.12.14 04:37:52.569976 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part
4504 2024.12.14 04:37:52.570169 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part
4505 2024.12.14 04:37:52.570345 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
4506 2024.12.14 04:37:52.570484 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4507 2024.12.14 04:37:52.570693 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
4508 2024.12.14 04:37:52.572181 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 4 columns (4 merged, 0 gathered) in 0.00267449 sec., 683494.7971388939 rows/sec., 44.84 MiB/sec.
4509 2024.12.14 04:37:52.572400 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4510 2024.12.14 04:37:52.572702 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4511 2024.12.14 04:37:52.572784 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_31_6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4512 2024.12.14 04:37:52.572871 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4513 2024.12.14 04:37:53.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.76 MiB, peak 196.68 MiB, free memory in arenas 0.00 B, will set to 188.15 MiB (RSS), difference: 1.39 MiB
4514 2024.12.14 04:37:54.167382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 634
4515 2024.12.14 04:37:54.170461 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4516 2024.12.14 04:37:54.170509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4517 2024.12.14 04:37:54.171956 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4518 2024.12.14 04:37:54.172259 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4519 2024.12.14 04:37:54.172855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634
4520 2024.12.14 04:37:57.544933 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2024.12.14 04:37:57.545154 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4522 2024.12.14 04:37:57.545233 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4523 2024.12.14 04:37:57.546065 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4524 2024.12.14 04:37:57.546111 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4525 2024.12.14 04:37:57.546554 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4526 2024.12.14 04:37:57.546807 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4527 2024.12.14 04:37:57.547059 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
4528 2024.12.14 04:37:57.547126 [ 284 ] {ffd8b245-d98b-439b-b014-374f5169a5c8} <Debug> TCPHandler: Processed in 0.00233019 sec.
4529 2024.12.14 04:37:57.547448 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4530 2024.12.14 04:37:57.547748 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4531 2024.12.14 04:37:57.547865 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4532 2024.12.14 04:37:57.548787 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2024.12.14 04:37:57.548830 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4534 2024.12.14 04:37:57.549300 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4535 2024.12.14 04:37:57.549555 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4536 2024.12.14 04:37:57.549762 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.0021 sec., 125238.09523809525 rows/sec., 11.02 MiB/sec.
4537 2024.12.14 04:37:57.549828 [ 286 ] {9b0a113e-5bd6-4071-b7db-0e2dbbeb8ef6} <Debug> TCPHandler: Processed in 0.002569627 sec.
4538 2024.12.14 04:37:57.550007 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2024.12.14 04:37:57.550153 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4540 2024.12.14 04:37:57.550215 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4541 2024.12.14 04:37:57.550931 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4542 2024.12.14 04:37:57.550974 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4543 2024.12.14 04:37:57.551346 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4544 2024.12.14 04:37:57.551587 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4545 2024.12.14 04:37:57.551807 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001688 sec., 21919.431279620854 rows/sec., 1.57 MiB/sec.
4546 2024.12.14 04:37:57.551864 [ 284 ] {16e2f07d-210c-434e-b85b-946d1e08277b} <Debug> TCPHandler: Processed in 0.00192819 sec.
4547 2024.12.14 04:37:57.552014 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4548 2024.12.14 04:37:57.552142 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4549 2024.12.14 04:37:57.552195 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4550 2024.12.14 04:37:57.552796 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4551 2024.12.14 04:37:57.552835 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4552 2024.12.14 04:37:57.553207 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4553 2024.12.14 04:37:57.553471 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4554 2024.12.14 04:37:57.553592 [ 71 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4555 2024.12.14 04:37:57.553636 [ 71 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4556 2024.12.14 04:37:57.553660 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4557 2024.12.14 04:37:57.553663 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001549 sec., 9038.089089735313 rows/sec., 632.97 KiB/sec.
4558 2024.12.14 04:37:57.553804 [ 286 ] {74d643e7-8401-4117-9d4c-bd8e20a76597} <Debug> TCPHandler: Processed in 0.001841328 sec.
4559 2024.12.14 04:37:57.553957 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
4560 2024.12.14 04:37:57.554000 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4561 2024.12.14 04:37:57.554276 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4562 2024.12.14 04:37:57.554296 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4563 2024.12.14 04:37:57.554389 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4564 2024.12.14 04:37:57.554395 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
4565 2024.12.14 04:37:57.554805 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
4566 2024.12.14 04:37:57.555256 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
4567 2024.12.14 04:37:57.555680 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part
4568 2024.12.14 04:37:57.556035 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
4569 2024.12.14 04:37:57.556209 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4570 2024.12.14 04:37:57.557044 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4571 2024.12.14 04:37:57.557101 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4572 2024.12.14 04:37:57.558020 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4573 2024.12.14 04:37:57.558584 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4574 2024.12.14 04:37:57.559179 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004991 sec., 2604.6884391905432 rows/sec., 162.40 KiB/sec.
4575 2024.12.14 04:37:57.559278 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005487952 sec., 98397.36207605315 rows/sec., 7.05 MiB/sec.
4576 2024.12.14 04:37:57.559304 [ 284 ] {f4274649-5745-4393-8d33-f1947e0a3857} <Debug> TCPHandler: Processed in 0.00539698 sec.
4577 2024.12.14 04:37:57.559561 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4578 2024.12.14 04:37:57.559632 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4579 2024.12.14 04:37:57.559948 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4580 2024.12.14 04:37:57.560040 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4581 2024.12.14 04:37:57.560140 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4582 2024.12.14 04:37:57.560356 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_11_2} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4583 2024.12.14 04:37:57.560594 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4584 2024.12.14 04:37:57.561181 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2024.12.14 04:37:57.561226 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4586 2024.12.14 04:37:57.561622 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4587 2024.12.14 04:37:57.561864 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2024.12.14 04:37:57.562046 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.002191 sec., 188041.98995892287 rows/sec., 13.41 MiB/sec.
4589 2024.12.14 04:37:57.562103 [ 286 ] {689fad4c-66e1-4952-ad22-70e9199f9ed5} <Debug> TCPHandler: Processed in 0.002608518 sec.
4590 2024.12.14 04:37:57.562249 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4591 2024.12.14 04:37:57.562392 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4592 2024.12.14 04:37:57.562453 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4593 2024.12.14 04:37:57.563008 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4594 2024.12.14 04:37:57.563048 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4595 2024.12.14 04:37:57.563426 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4596 2024.12.14 04:37:57.563663 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2024.12.14 04:37:57.563815 [ 71 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4598 2024.12.14 04:37:57.563876 [ 71 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4599 2024.12.14 04:37:57.563914 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4600 2024.12.14 04:37:57.563931 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec.
4601 2024.12.14 04:37:57.564183 [ 284 ] {385cfe21-a06a-4acc-aa6f-7671f03cbc68} <Debug> TCPHandler: Processed in 0.001994632 sec.
4602 2024.12.14 04:37:57.564282 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4603 2024.12.14 04:37:57.564533 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4604 2024.12.14 04:37:57.564557 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4605 2024.12.14 04:37:57.564643 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4606 2024.12.14 04:37:57.564855 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4607 2024.12.14 04:37:57.565140 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4608 2024.12.14 04:37:57.565140 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4609 2024.12.14 04:37:57.565400 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4610 2024.12.14 04:37:57.565433 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4611 2024.12.14 04:37:57.565682 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4612 2024.12.14 04:37:57.566007 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
4613 2024.12.14 04:37:57.567941 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4614 2024.12.14 04:37:57.568024 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4615 2024.12.14 04:37:57.568809 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004770304 sec., 13835.596221959857 rows/sec., 722.86 KiB/sec.
4616 2024.12.14 04:37:57.569018 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4617 2024.12.14 04:37:57.569121 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4618 2024.12.14 04:37:57.569546 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_11_2} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4619 2024.12.14 04:37:57.569642 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4620 2024.12.14 04:37:57.569753 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_11_2} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4621 2024.12.14 04:37:57.569974 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4622 2024.12.14 04:37:57.570076 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005151 sec., 46010.4834012813 rows/sec., 3.08 MiB/sec.
4623 2024.12.14 04:37:57.570151 [ 286 ] {6ee8b2f9-e388-4cde-9665-1c558379ea56} <Debug> TCPHandler: Processed in 0.005818851 sec.
4624 2024.12.14 04:37:57.570302 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2024.12.14 04:37:57.570422 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4626 2024.12.14 04:37:57.570474 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4627 2024.12.14 04:37:57.570954 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4628 2024.12.14 04:37:57.570993 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4629 2024.12.14 04:37:57.571358 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4630 2024.12.14 04:37:57.571602 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4631 2024.12.14 04:37:57.571816 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec.
4632 2024.12.14 04:37:57.571870 [ 284 ] {10a03995-1302-4813-b2ca-ef9fee9f868f} <Debug> TCPHandler: Processed in 0.001621672 sec.
4633 2024.12.14 04:37:57.572070 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4634 2024.12.14 04:37:57.572294 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4635 2024.12.14 04:37:57.572436 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4636 2024.12.14 04:37:57.573860 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4637 2024.12.14 04:37:57.573898 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4638 2024.12.14 04:37:57.574542 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4639 2024.12.14 04:37:57.574804 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4640 2024.12.14 04:37:57.575003 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002765 sec., 10849.9095840868 rows/sec., 19.44 MiB/sec.
4641 2024.12.14 04:37:57.575106 [ 286 ] {f110be13-a5ff-466a-8882-e27faa3250ce} <Debug> TCPHandler: Processed in 0.003147513 sec.
4642 2024.12.14 04:37:57.575268 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4643 2024.12.14 04:37:57.575406 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4644 2024.12.14 04:37:57.575467 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4645 2024.12.14 04:37:57.576012 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4646 2024.12.14 04:37:57.576051 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4647 2024.12.14 04:37:57.576419 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4648 2024.12.14 04:37:57.576647 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4649 2024.12.14 04:37:57.576851 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec.
4650 2024.12.14 04:37:57.576904 [ 284 ] {3d312b79-0f8f-4346-8d30-ca4b864d9706} <Debug> TCPHandler: Processed in 0.001703184 sec.
4651 2024.12.14 04:37:59.004864 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
4652 2024.12.14 04:37:59.004918 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
4653 2024.12.14 04:37:59.131086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4654 2024.12.14 04:37:59.131855 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4655 2024.12.14 04:37:59.131911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4656 2024.12.14 04:37:59.132449 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4657 2024.12.14 04:37:59.132712 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4658 2024.12.14 04:37:59.132940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4659 2024.12.14 04:37:59.828362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4660 2024.12.14 04:37:59.848039 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2024.12.14 04:37:59.848100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4662 2024.12.14 04:37:59.855400 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4663 2024.12.14 04:37:59.856154 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4664 2024.12.14 04:37:59.858740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4665 2024.12.14 04:38:02.540269 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4666 2024.12.14 04:38:02.540477 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4667 2024.12.14 04:38:02.540549 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4668 2024.12.14 04:38:02.541331 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4669 2024.12.14 04:38:02.541383 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4670 2024.12.14 04:38:02.541832 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4671 2024.12.14 04:38:02.542082 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4672 2024.12.14 04:38:02.542315 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001891 sec., 42305.658381808564 rows/sec., 3.45 MiB/sec.
4673 2024.12.14 04:38:02.542371 [ 284 ] {7009f159-0996-4234-ae54-b6c1aa89d31d} <Debug> TCPHandler: Processed in 0.002232638 sec.
4674 2024.12.14 04:38:02.542637 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4675 2024.12.14 04:38:02.542851 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4676 2024.12.14 04:38:02.542930 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4677 2024.12.14 04:38:02.543703 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4678 2024.12.14 04:38:02.543748 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4679 2024.12.14 04:38:02.544184 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4680 2024.12.14 04:38:02.544437 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4681 2024.12.14 04:38:02.544698 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001905 sec., 6299.212598425197 rows/sec., 473.67 KiB/sec.
4682 2024.12.14 04:38:02.544890 [ 286 ] {eaa7cd74-17e0-43b5-877f-f888fd968a28} <Debug> TCPHandler: Processed in 0.002387543 sec.
4683 2024.12.14 04:38:02.545091 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4684 2024.12.14 04:38:02.545230 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4685 2024.12.14 04:38:02.545287 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4686 2024.12.14 04:38:02.546013 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4687 2024.12.14 04:38:02.546061 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4688 2024.12.14 04:38:02.546430 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4689 2024.12.14 04:38:02.546679 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4690 2024.12.14 04:38:02.546900 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001701 sec., 44679.60023515579 rows/sec., 3.49 MiB/sec.
4691 2024.12.14 04:38:02.546951 [ 284 ] {a43b2000-5651-4ae0-a394-c78b2c0510cc} <Debug> TCPHandler: Processed in 0.00194681 sec.
4692 2024.12.14 04:38:02.547127 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4693 2024.12.14 04:38:02.547277 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4694 2024.12.14 04:38:02.547343 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4695 2024.12.14 04:38:02.548027 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4696 2024.12.14 04:38:02.548076 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4697 2024.12.14 04:38:02.548494 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4698 2024.12.14 04:38:02.548739 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4699 2024.12.14 04:38:02.548959 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001719 sec., 93077.37056428156 rows/sec., 6.48 MiB/sec.
4700 2024.12.14 04:38:02.549018 [ 286 ] {dade1cf8-5880-46cc-addd-5af0ddc0305e} <Debug> TCPHandler: Processed in 0.00195448 sec.
4701 2024.12.14 04:38:02.549176 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4702 2024.12.14 04:38:02.549318 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4703 2024.12.14 04:38:02.549411 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4704 2024.12.14 04:38:02.550626 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4705 2024.12.14 04:38:02.550665 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4706 2024.12.14 04:38:02.551276 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4707 2024.12.14 04:38:02.551539 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4708 2024.12.14 04:38:02.551770 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002487 sec., 4825.090470446321 rows/sec., 8.65 MiB/sec.
4709 2024.12.14 04:38:02.551863 [ 284 ] {7e24c0d3-b0e9-4423-a389-b32f40e9e045} <Debug> TCPHandler: Processed in 0.002752842 sec.
4710 2024.12.14 04:38:02.552022 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4711 2024.12.14 04:38:02.552164 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4712 2024.12.14 04:38:02.552226 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4713 2024.12.14 04:38:02.552798 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4714 2024.12.14 04:38:02.552845 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4715 2024.12.14 04:38:02.553259 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4716 2024.12.14 04:38:02.553495 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4717 2024.12.14 04:38:02.553716 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec.
4718 2024.12.14 04:38:02.553769 [ 286 ] {c80c8043-a004-4571-a8ef-3fc356cd4c5d} <Debug> TCPHandler: Processed in 0.001817577 sec.
4719 2024.12.14 04:38:03.818283 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4720 2024.12.14 04:38:03.818486 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4721 2024.12.14 04:38:03.818565 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4722 2024.12.14 04:38:03.819357 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2024.12.14 04:38:03.819399 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4724 2024.12.14 04:38:03.819821 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4725 2024.12.14 04:38:03.820132 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4726 2024.12.14 04:38:03.820579 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00215 sec., 6511.627906976744 rows/sec., 468.75 KiB/sec.
4727 2024.12.14 04:38:03.820647 [ 284 ] {8590c22e-2d4b-4385-b60f-46639893ee4c} <Debug> TCPHandler: Processed in 0.002506076 sec.
4728 2024.12.14 04:38:03.820933 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4729 2024.12.14 04:38:03.821145 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4730 2024.12.14 04:38:03.821224 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4731 2024.12.14 04:38:03.821968 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2024.12.14 04:38:03.822018 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4733 2024.12.14 04:38:03.822449 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4734 2024.12.14 04:38:03.822700 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2024.12.14 04:38:03.823009 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001909 sec., 2095.3378732320584 rows/sec., 170.86 KiB/sec.
4736 2024.12.14 04:38:03.823144 [ 286 ] {c4907bb9-c554-45f1-a6f0-b28c6b74bed8} <Debug> TCPHandler: Processed in 0.002355772 sec.
4737 2024.12.14 04:38:03.823295 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4738 2024.12.14 04:38:03.823421 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4739 2024.12.14 04:38:03.823474 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4740 2024.12.14 04:38:03.825067 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4741 2024.12.14 04:38:03.825105 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4742 2024.12.14 04:38:03.825575 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4743 2024.12.14 04:38:03.825824 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4744 2024.12.14 04:38:03.826032 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002641 sec., 531995.4562665657 rows/sec., 44.52 MiB/sec.
4745 2024.12.14 04:38:03.826090 [ 284 ] {8005f965-bc2d-4d3f-a975-a7de43c22650} <Debug> TCPHandler: Processed in 0.002852274 sec.
4746 2024.12.14 04:38:03.826337 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4747 2024.12.14 04:38:03.826571 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4748 2024.12.14 04:38:03.826665 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4749 2024.12.14 04:38:03.827523 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4750 2024.12.14 04:38:03.827565 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4751 2024.12.14 04:38:03.827943 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4752 2024.12.14 04:38:03.828182 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2024.12.14 04:38:03.828424 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001911 sec., 21454.735740450025 rows/sec., 1.53 MiB/sec.
4754 2024.12.14 04:38:03.828555 [ 286 ] {f526836f-4fa0-4ad5-a361-15e55d29760d} <Debug> TCPHandler: Processed in 0.002334751 sec.
4755 2024.12.14 04:38:03.828708 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4756 2024.12.14 04:38:03.828826 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4757 2024.12.14 04:38:03.828877 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4758 2024.12.14 04:38:03.829766 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2024.12.14 04:38:03.829840 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4760 2024.12.14 04:38:03.830215 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4761 2024.12.14 04:38:03.830454 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2024.12.14 04:38:03.830733 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001909 sec., 126767.94133053954 rows/sec., 8.59 MiB/sec.
4763 2024.12.14 04:38:03.830890 [ 284 ] {92450624-c101-4618-b1e3-3c2882a85167} <Debug> TCPHandler: Processed in 0.002236388 sec.
4764 2024.12.14 04:38:03.831049 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4765 2024.12.14 04:38:03.831189 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4766 2024.12.14 04:38:03.831246 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4767 2024.12.14 04:38:03.831917 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4768 2024.12.14 04:38:03.831962 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4769 2024.12.14 04:38:03.832344 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4770 2024.12.14 04:38:03.832578 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4771 2024.12.14 04:38:03.832792 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec.
4772 2024.12.14 04:38:03.832845 [ 286 ] {9a8c35d9-10e0-4960-ae67-f6e1d0244d0c} <Debug> TCPHandler: Processed in 0.001866568 sec.
4773 2024.12.14 04:38:03.832991 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4774 2024.12.14 04:38:03.833108 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4775 2024.12.14 04:38:03.833158 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4776 2024.12.14 04:38:03.834030 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4777 2024.12.14 04:38:03.834071 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4778 2024.12.14 04:38:03.834460 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4779 2024.12.14 04:38:03.834699 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4780 2024.12.14 04:38:03.834910 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.001826 sec., 477546.5498357065 rows/sec., 34.60 MiB/sec.
4781 2024.12.14 04:38:03.834966 [ 284 ] {5a1cea0b-436c-4e42-a845-948fe408aba2} <Debug> TCPHandler: Processed in 0.002032593 sec.
4782 2024.12.14 04:38:03.835107 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4783 2024.12.14 04:38:03.835243 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4784 2024.12.14 04:38:03.835303 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4785 2024.12.14 04:38:03.835865 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4786 2024.12.14 04:38:03.835912 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4787 2024.12.14 04:38:03.836314 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4788 2024.12.14 04:38:03.836559 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4789 2024.12.14 04:38:03.836766 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec.
4790 2024.12.14 04:38:03.836818 [ 286 ] {eb5d8f67-2a03-456c-bd08-86c6ebf2b4d8} <Debug> TCPHandler: Processed in 0.001766036 sec.
4791 2024.12.14 04:38:03.836956 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4792 2024.12.14 04:38:03.837073 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4793 2024.12.14 04:38:03.837127 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4794 2024.12.14 04:38:03.838027 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4795 2024.12.14 04:38:03.838072 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4796 2024.12.14 04:38:03.838520 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4797 2024.12.14 04:38:03.838749 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4798 2024.12.14 04:38:03.838950 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001902 sec., 489484.7528916929 rows/sec., 32.53 MiB/sec.
4799 2024.12.14 04:38:03.839005 [ 284 ] {95a60e9e-b448-4818-995d-5116fdfdf1d2} <Debug> TCPHandler: Processed in 0.002104335 sec.
4800 2024.12.14 04:38:03.839145 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4801 2024.12.14 04:38:03.839284 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4802 2024.12.14 04:38:03.839344 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4803 2024.12.14 04:38:03.839893 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4804 2024.12.14 04:38:03.839940 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4805 2024.12.14 04:38:03.840329 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4806 2024.12.14 04:38:03.840560 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2024.12.14 04:38:03.840762 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec.
4808 2024.12.14 04:38:03.840813 [ 286 ] {e6d06138-08cd-4205-8085-cf0c7cc560aa} <Debug> TCPHandler: Processed in 0.001724005 sec.
4809 2024.12.14 04:38:03.840938 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2024.12.14 04:38:03.841054 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4811 2024.12.14 04:38:03.841135 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4812 2024.12.14 04:38:03.842484 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2024.12.14 04:38:03.842525 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4814 2024.12.14 04:38:03.843163 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4815 2024.12.14 04:38:03.843416 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2024.12.14 04:38:03.843656 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002627 sec., 11419.870574800152 rows/sec., 20.46 MiB/sec.
4817 2024.12.14 04:38:03.843761 [ 284 ] {3546dcf8-07fc-4a16-84b1-cea41389372a} <Debug> TCPHandler: Processed in 0.002877205 sec.
4818 2024.12.14 04:38:03.843916 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4819 2024.12.14 04:38:03.844055 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4820 2024.12.14 04:38:03.844116 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4821 2024.12.14 04:38:03.844677 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4822 2024.12.14 04:38:03.844723 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4823 2024.12.14 04:38:03.845150 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4824 2024.12.14 04:38:03.845381 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2024.12.14 04:38:03.845603 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001578 sec., 24081.115335868188 rows/sec., 1.42 MiB/sec.
4826 2024.12.14 04:38:03.845656 [ 286 ] {7a250e95-32f4-4611-89cb-a4a687b2e561} <Debug> TCPHandler: Processed in 0.001805037 sec.
4827 2024.12.14 04:38:04.173058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 692
4828 2024.12.14 04:38:04.176517 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4829 2024.12.14 04:38:04.176558 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4830 2024.12.14 04:38:04.177999 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4831 2024.12.14 04:38:04.178295 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4832 2024.12.14 04:38:04.178442 [ 58 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4833 2024.12.14 04:38:04.178506 [ 58 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4834 2024.12.14 04:38:04.178545 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4835 2024.12.14 04:38:04.178772 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
4836 2024.12.14 04:38:04.179128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692
4837 2024.12.14 04:38:04.179500 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4838 2024.12.14 04:38:04.179619 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 484 rows starting from the beginning of the part
4839 2024.12.14 04:38:04.180040 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
4840 2024.12.14 04:38:04.180435 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
4841 2024.12.14 04:38:04.180836 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
4842 2024.12.14 04:38:04.181256 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
4843 2024.12.14 04:38:04.181689 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part
4844 2024.12.14 04:38:04.189157 [ 193 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 72 columns (72 merged, 0 gathered) in 0.010529284 sec., 65721.4678604927 rows/sec., 56.43 MiB/sec.
4845 2024.12.14 04:38:04.190466 [ 193 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4846 2024.12.14 04:38:04.191316 [ 193 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4847 2024.12.14 04:38:04.191421 [ 193 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_16_3} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4848 2024.12.14 04:38:04.191772 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
4849 2024.12.14 04:38:06.633115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4850 2024.12.14 04:38:06.633914 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2024.12.14 04:38:06.633959 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4852 2024.12.14 04:38:06.634514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4853 2024.12.14 04:38:06.634772 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2024.12.14 04:38:06.635000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4855 2024.12.14 04:38:07.358813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4856 2024.12.14 04:38:07.379556 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4857 2024.12.14 04:38:07.379615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4858 2024.12.14 04:38:07.387392 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4859 2024.12.14 04:38:07.388194 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4860 2024.12.14 04:38:07.390813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4861 2024.12.14 04:38:07.537441 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4862 2024.12.14 04:38:07.537628 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4863 2024.12.14 04:38:07.537698 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4864 2024.12.14 04:38:07.538736 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4865 2024.12.14 04:38:07.538788 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4866 2024.12.14 04:38:07.539218 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4867 2024.12.14 04:38:07.539463 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4868 2024.12.14 04:38:07.539740 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002166 sec., 25854.10895660203 rows/sec., 1.99 MiB/sec.
4869 2024.12.14 04:38:07.539967 [ 284 ] {7a828546-ba05-4279-bdd6-eb9fcb365320} <Debug> TCPHandler: Processed in 0.002647229 sec.
4870 2024.12.14 04:38:07.540236 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4871 2024.12.14 04:38:07.540426 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4872 2024.12.14 04:38:07.540500 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4873 2024.12.14 04:38:07.541250 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4874 2024.12.14 04:38:07.541297 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4875 2024.12.14 04:38:07.541748 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4876 2024.12.14 04:38:07.542015 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4877 2024.12.14 04:38:07.542279 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec.
4878 2024.12.14 04:38:07.542399 [ 286 ] {be5c5efb-e1f3-42bd-83ae-ceff6e82e246} <Debug> TCPHandler: Processed in 0.002291299 sec.
4879 2024.12.14 04:38:07.542609 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4880 2024.12.14 04:38:07.542728 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4881 2024.12.14 04:38:07.542781 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4882 2024.12.14 04:38:07.543348 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4883 2024.12.14 04:38:07.543385 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4884 2024.12.14 04:38:07.543771 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4885 2024.12.14 04:38:07.544018 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4886 2024.12.14 04:38:07.544197 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001493 sec., 79035.49899531146 rows/sec., 5.51 MiB/sec.
4887 2024.12.14 04:38:07.544248 [ 284 ] {601fbec8-22d4-4462-a499-4ffd52c6e154} <Debug> TCPHandler: Processed in 0.001731794 sec.
4888 2024.12.14 04:38:07.544431 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4889 2024.12.14 04:38:07.544582 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4890 2024.12.14 04:38:07.544648 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4891 2024.12.14 04:38:07.545246 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4892 2024.12.14 04:38:07.545295 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4893 2024.12.14 04:38:07.545691 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4894 2024.12.14 04:38:07.545934 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4895 2024.12.14 04:38:07.546154 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001609 sec., 27346.177750155377 rows/sec., 1.84 MiB/sec.
4896 2024.12.14 04:38:07.546213 [ 286 ] {13793992-b1cb-47cd-89b5-7b39f1cb63a0} <Debug> TCPHandler: Processed in 0.001853008 sec.
4897 2024.12.14 04:38:12.540073 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4898 2024.12.14 04:38:12.540360 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4899 2024.12.14 04:38:12.540466 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4900 2024.12.14 04:38:12.541259 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2024.12.14 04:38:12.541302 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4902 2024.12.14 04:38:12.541734 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4903 2024.12.14 04:38:12.541983 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4904 2024.12.14 04:38:12.542130 [ 50 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4905 2024.12.14 04:38:12.542182 [ 50 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4906 2024.12.14 04:38:12.542193 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001908 sec., 41928.7211740042 rows/sec., 3.42 MiB/sec.
4907 2024.12.14 04:38:12.542213 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4908 2024.12.14 04:38:12.542309 [ 284 ] {b537df84-9c33-4165-8fea-38c941d3c22e} <Debug> TCPHandler: Processed in 0.002403163 sec.
4909 2024.12.14 04:38:12.542662 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
4910 2024.12.14 04:38:12.542682 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4911 2024.12.14 04:38:12.543222 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4912 2024.12.14 04:38:12.543412 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4913 2024.12.14 04:38:12.543543 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4914 2024.12.14 04:38:12.543640 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part
4915 2024.12.14 04:38:12.543880 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 263 rows starting from the beginning of the part
4916 2024.12.14 04:38:12.544192 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 80 rows starting from the beginning of the part
4917 2024.12.14 04:38:12.544560 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1405 rows starting from the beginning of the part
4918 2024.12.14 04:38:12.544898 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part
4919 2024.12.14 04:38:12.545231 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part
4920 2024.12.14 04:38:12.546549 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4921 2024.12.14 04:38:12.546632 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4922 2024.12.14 04:38:12.547785 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4923 2024.12.14 04:38:12.548141 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4924 2024.12.14 04:38:12.548361 [ 50 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4925 2024.12.14 04:38:12.548463 [ 50 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4926 2024.12.14 04:38:12.548537 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4927 2024.12.14 04:38:12.549112 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
4928 2024.12.14 04:38:12.549492 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.007148567 sec., 464568.6331260517 rows/sec., 40.73 MiB/sec.
4929 2024.12.14 04:38:12.548794 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005652 sec., 2123.1422505307855 rows/sec., 159.65 KiB/sec.
4930 2024.12.14 04:38:12.549693 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4931 2024.12.14 04:38:12.549849 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 67 rows starting from the beginning of the part
4932 2024.12.14 04:38:12.549952 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4933 2024.12.14 04:38:12.550236 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
4934 2024.12.14 04:38:12.550315 [ 286 ] {2e12e464-6255-4b6a-a233-cb6bd9d83144} <Debug> TCPHandler: Processed in 0.007831564 sec.
4935 2024.12.14 04:38:12.550707 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part
4936 2024.12.14 04:38:12.550716 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4937 2024.12.14 04:38:12.551243 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2024.12.14 04:38:12.551310 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4939 2024.12.14 04:38:12.551316 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
4940 2024.12.14 04:38:12.551599 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4941 2024.12.14 04:38:12.551864 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_36_7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4942 2024.12.14 04:38:12.552010 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part
4943 2024.12.14 04:38:12.552330 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4944 2024.12.14 04:38:12.552549 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part
4945 2024.12.14 04:38:12.554461 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4946 2024.12.14 04:38:12.554538 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4947 2024.12.14 04:38:12.555599 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.00691605 sec., 26460.190426616347 rows/sec., 2.00 MiB/sec.
4948 2024.12.14 04:38:12.555648 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4949 2024.12.14 04:38:12.555781 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4950 2024.12.14 04:38:12.556108 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4951 2024.12.14 04:38:12.556326 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4952 2024.12.14 04:38:12.556366 [ 50 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4953 2024.12.14 04:38:12.556469 [ 50 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4954 2024.12.14 04:38:12.556553 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4955 2024.12.14 04:38:12.556718 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005582 sec., 13615.19168756718 rows/sec., 1.06 MiB/sec.
4956 2024.12.14 04:38:12.556724 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_26_5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4957 2024.12.14 04:38:12.557127 [ 284 ] {d2228d22-b87a-4a02-9072-7538a7f161b4} <Debug> TCPHandler: Processed in 0.006569131 sec.
4958 2024.12.14 04:38:12.557489 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4959 2024.12.14 04:38:12.557550 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4960 2024.12.14 04:38:12.557682 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
4961 2024.12.14 04:38:12.557834 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4962 2024.12.14 04:38:12.557892 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4963 2024.12.14 04:38:12.557917 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4964 2024.12.14 04:38:12.557932 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part
4965 2024.12.14 04:38:12.558192 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 412 rows starting from the beginning of the part
4966 2024.12.14 04:38:12.558558 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part
4967 2024.12.14 04:38:12.558955 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 872 rows starting from the beginning of the part
4968 2024.12.14 04:38:12.559239 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part
4969 2024.12.14 04:38:12.559555 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part
4970 2024.12.14 04:38:12.560405 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4971 2024.12.14 04:38:12.560453 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4972 2024.12.14 04:38:12.561022 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4973 2024.12.14 04:38:12.561323 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4974 2024.12.14 04:38:12.561554 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4975 2024.12.14 04:38:12.561618 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4976 2024.12.14 04:38:12.561663 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003884 sec., 41194.6446961895 rows/sec., 2.87 MiB/sec.
4977 2024.12.14 04:38:12.561682 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4978 2024.12.14 04:38:12.562056 [ 286 ] {e1f20c45-ae9c-4ced-80c3-f750d41f7c71} <Debug> TCPHandler: Processed in 0.004793465 sec.
4979 2024.12.14 04:38:12.562411 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
4980 2024.12.14 04:38:12.562438 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4981 2024.12.14 04:38:12.562568 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005825962 sec., 414695.4614534046 rows/sec., 31.80 MiB/sec.
4982 2024.12.14 04:38:12.562814 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4983 2024.12.14 04:38:12.562881 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4984 2024.12.14 04:38:12.562950 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4985 2024.12.14 04:38:12.563009 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9848 rows starting from the beginning of the part
4986 2024.12.14 04:38:12.563163 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4987 2024.12.14 04:38:12.563802 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
4988 2024.12.14 04:38:12.564470 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4989 2024.12.14 04:38:12.564583 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
4990 2024.12.14 04:38:12.565063 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_36_7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4991 2024.12.14 04:38:12.565304 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 931 rows starting from the beginning of the part
4992 2024.12.14 04:38:12.565450 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4993 2024.12.14 04:38:12.565832 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
4994 2024.12.14 04:38:12.566289 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
4995 2024.12.14 04:38:12.568138 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2024.12.14 04:38:12.568198 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
4997 2024.12.14 04:38:12.569766 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4998 2024.12.14 04:38:12.570558 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4999 2024.12.14 04:38:12.570782 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5000 2024.12.14 04:38:12.570891 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5001 2024.12.14 04:38:12.570977 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5002 2024.12.14 04:38:12.571160 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008436 sec., 1422.475106685633 rows/sec., 2.55 MiB/sec.
5003 2024.12.14 04:38:12.572048 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
5004 2024.12.14 04:38:12.572277 [ 284 ] {24b289fd-667a-47bd-a358-eb588c5c06ca} <Debug> TCPHandler: Processed in 0.010075313 sec.
5005 2024.12.14 04:38:12.572751 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5006 2024.12.14 04:38:12.573356 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5007 2024.12.14 04:38:12.573480 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11454 rows, containing 5 columns (5 merged, 0 gathered) in 0.011616383 sec., 986021.2081505922 rows/sec., 66.65 MiB/sec.
5008 2024.12.14 04:38:12.573569 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5009 2024.12.14 04:38:12.573606 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5010 2024.12.14 04:38:12.573938 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 485 rows starting from the beginning of the part
5011 2024.12.14 04:38:12.574008 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5012 2024.12.14 04:38:12.575516 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5013 2024.12.14 04:38:12.575628 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
5014 2024.12.14 04:38:12.575850 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5015 2024.12.14 04:38:12.576218 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
5016 2024.12.14 04:38:12.576807 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5017 2024.12.14 04:38:12.576841 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
5018 2024.12.14 04:38:12.576892 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5019 2024.12.14 04:38:12.577493 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
5020 2024.12.14 04:38:12.578238 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
5021 2024.12.14 04:38:12.578402 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5022 2024.12.14 04:38:12.578701 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part
5023 2024.12.14 04:38:12.579231 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5024 2024.12.14 04:38:12.579918 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006734 sec., 8910.00891000891 rows/sec., 614.88 KiB/sec.
5025 2024.12.14 04:38:12.579913 [ 49 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5026 2024.12.14 04:38:12.580099 [ 286 ] {ac1c2ecd-8633-4b42-92a7-69fbc1ba1a73} <Debug> TCPHandler: Processed in 0.00768313 sec.
5027 2024.12.14 04:38:12.580117 [ 49 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5028 2024.12.14 04:38:12.580286 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5029 2024.12.14 04:38:12.580607 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5030 2024.12.14 04:38:12.580952 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5031 2024.12.14 04:38:12.581031 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1828 rows starting from the beginning of the part
5032 2024.12.14 04:38:12.581241 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5033 2024.12.14 04:38:12.581429 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
5034 2024.12.14 04:38:12.581516 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 38 rows starting from the beginning of the part
5035 2024.12.14 04:38:12.581801 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part
5036 2024.12.14 04:38:12.582024 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5037 2024.12.14 04:38:12.585503 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2112 rows, containing 4 columns (4 merged, 0 gathered) in 0.005057432 sec., 417603.24211971613 rows/sec., 27.37 MiB/sec.
5038 2024.12.14 04:38:12.586146 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5039 2024.12.14 04:38:12.587264 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5040 2024.12.14 04:38:12.587395 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_36_7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5041 2024.12.14 04:38:12.587526 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
5042 2024.12.14 04:38:12.590352 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 19 columns (19 merged, 0 gathered) in 0.019209331 sec., 30245.717562990612 rows/sec., 54.20 MiB/sec.
5043 2024.12.14 04:38:12.591170 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5044 2024.12.14 04:38:12.591647 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5045 2024.12.14 04:38:12.591730 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5046 2024.12.14 04:38:12.591880 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
5047 2024.12.14 04:38:13.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.03 MiB, peak 198.37 MiB, free memory in arenas 0.00 B, will set to 192.35 MiB (RSS), difference: 1.32 MiB
5048 2024.12.14 04:38:14.005164 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
5049 2024.12.14 04:38:14.005219 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
5050 2024.12.14 04:38:14.135148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5051 2024.12.14 04:38:14.136155 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5052 2024.12.14 04:38:14.136198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5053 2024.12.14 04:38:14.136769 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5054 2024.12.14 04:38:14.137037 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5055 2024.12.14 04:38:14.137237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5056 2024.12.14 04:38:14.179430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 712
5057 2024.12.14 04:38:14.182292 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5058 2024.12.14 04:38:14.182355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5059 2024.12.14 04:38:14.183846 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5060 2024.12.14 04:38:14.184171 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5061 2024.12.14 04:38:14.184849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 712
5062 2024.12.14 04:38:14.890879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5063 2024.12.14 04:38:14.912246 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5064 2024.12.14 04:38:14.912301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5065 2024.12.14 04:38:14.919552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5066 2024.12.14 04:38:14.920358 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5067 2024.12.14 04:38:14.922992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5068 2024.12.14 04:38:17.544958 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5069 2024.12.14 04:38:17.545164 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5070 2024.12.14 04:38:17.545235 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5071 2024.12.14 04:38:17.546089 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5072 2024.12.14 04:38:17.546136 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5073 2024.12.14 04:38:17.546600 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5074 2024.12.14 04:38:17.546860 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5075 2024.12.14 04:38:17.547047 [ 44 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5076 2024.12.14 04:38:17.547110 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec.
5077 2024.12.14 04:38:17.547125 [ 44 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2024.12.14 04:38:17.547191 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5079 2024.12.14 04:38:17.547244 [ 284 ] {99de3aa0-74c8-48f3-bcb3-5abc779cc7ec} <Debug> TCPHandler: Processed in 0.002443214 sec.
5080 2024.12.14 04:38:17.547561 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5081 2024.12.14 04:38:17.547683 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5082 2024.12.14 04:38:17.547717 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5083 2024.12.14 04:38:17.547774 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5084 2024.12.14 04:38:17.548018 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5085 2024.12.14 04:38:17.548105 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5086 2024.12.14 04:38:17.548271 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5087 2024.12.14 04:38:17.548357 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5088 2024.12.14 04:38:17.548578 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5089 2024.12.14 04:38:17.548957 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
5090 2024.12.14 04:38:17.551231 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5091 2024.12.14 04:38:17.551355 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5092 2024.12.14 04:38:17.551445 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004150789 sec., 16864.263637587937 rows/sec., 1.25 MiB/sec.
5093 2024.12.14 04:38:17.551653 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5094 2024.12.14 04:38:17.552211 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_13_3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5095 2024.12.14 04:38:17.552237 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5096 2024.12.14 04:38:17.552352 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_13_3} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5097 2024.12.14 04:38:17.552490 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5098 2024.12.14 04:38:17.552646 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2024.12.14 04:38:17.552896 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005028 sec., 52307.080350039774 rows/sec., 4.60 MiB/sec.
5100 2024.12.14 04:38:17.552978 [ 286 ] {3facbb63-b411-42c0-bc38-0d8d1a203f0a} <Debug> TCPHandler: Processed in 0.005585936 sec.
5101 2024.12.14 04:38:17.553154 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5102 2024.12.14 04:38:17.553277 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5103 2024.12.14 04:38:17.553328 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5104 2024.12.14 04:38:17.553952 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2024.12.14 04:38:17.553994 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5106 2024.12.14 04:38:17.554375 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5107 2024.12.14 04:38:17.554622 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2024.12.14 04:38:17.554831 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.00158 sec., 23417.721518987342 rows/sec., 1.68 MiB/sec.
5109 2024.12.14 04:38:17.554887 [ 284 ] {acf10221-5c0b-4516-9db3-f04df0555a0b} <Debug> TCPHandler: Processed in 0.001791016 sec.
5110 2024.12.14 04:38:17.555050 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5111 2024.12.14 04:38:17.555200 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5112 2024.12.14 04:38:17.555265 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5113 2024.12.14 04:38:17.555930 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2024.12.14 04:38:17.555974 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5115 2024.12.14 04:38:17.556352 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5116 2024.12.14 04:38:17.556597 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2024.12.14 04:38:17.556845 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001682 sec., 8323.424494649227 rows/sec., 582.92 KiB/sec.
5118 2024.12.14 04:38:17.557036 [ 286 ] {2aafd9bd-542a-4a5b-8f12-dd0945dfffeb} <Debug> TCPHandler: Processed in 0.002051323 sec.
5119 2024.12.14 04:38:17.557207 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5120 2024.12.14 04:38:17.557335 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5121 2024.12.14 04:38:17.557401 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5122 2024.12.14 04:38:17.558148 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2024.12.14 04:38:17.558195 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5124 2024.12.14 04:38:17.558658 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5125 2024.12.14 04:38:17.558974 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2024.12.14 04:38:17.559188 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001876 sec., 6929.637526652452 rows/sec., 432.06 KiB/sec.
5127 2024.12.14 04:38:17.559266 [ 284 ] {f5ce1706-355a-41de-b15a-e14fc4835b55} <Debug> TCPHandler: Processed in 0.002119715 sec.
5128 2024.12.14 04:38:17.559568 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5129 2024.12.14 04:38:17.559602 [ 44 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5130 2024.12.14 04:38:17.559664 [ 44 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5131 2024.12.14 04:38:17.559725 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5132 2024.12.14 04:38:17.559803 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5133 2024.12.14 04:38:17.559957 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5134 2024.12.14 04:38:17.559965 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5135 2024.12.14 04:38:17.560315 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5136 2024.12.14 04:38:17.560396 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5137 2024.12.14 04:38:17.560719 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5138 2024.12.14 04:38:17.561091 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5139 2024.12.14 04:38:17.561384 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5140 2024.12.14 04:38:17.561698 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
5141 2024.12.14 04:38:17.562762 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5142 2024.12.14 04:38:17.562839 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5143 2024.12.14 04:38:17.563942 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5144 2024.12.14 04:38:17.563969 [ 197 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004114128 sec., 15799.21674775311 rows/sec., 1.02 MiB/sec.
5145 2024.12.14 04:38:17.564296 [ 197 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5146 2024.12.14 04:38:17.564403 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2024.12.14 04:38:17.564819 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.005092 sec., 80911.23330714846 rows/sec., 5.77 MiB/sec.
5148 2024.12.14 04:38:17.564957 [ 286 ] {9c3de40f-41ae-4903-aef7-e3b98dfae341} <Debug> TCPHandler: Processed in 0.005466252 sec.
5149 2024.12.14 04:38:17.565079 [ 197 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_13_3} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5150 2024.12.14 04:38:17.565166 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5151 2024.12.14 04:38:17.565251 [ 197 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_13_3} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5152 2024.12.14 04:38:17.565362 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5153 2024.12.14 04:38:17.565431 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5154 2024.12.14 04:38:17.565461 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5155 2024.12.14 04:38:17.565961 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2024.12.14 04:38:17.566002 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5157 2024.12.14 04:38:17.566374 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5158 2024.12.14 04:38:17.566617 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2024.12.14 04:38:17.566824 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec.
5160 2024.12.14 04:38:17.566879 [ 284 ] {6e8aaed9-1069-4eb9-91bb-267156753895} <Debug> TCPHandler: Processed in 0.001821158 sec.
5161 2024.12.14 04:38:17.567041 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5162 2024.12.14 04:38:17.567188 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5163 2024.12.14 04:38:17.567254 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5164 2024.12.14 04:38:17.567930 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5165 2024.12.14 04:38:17.567970 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5166 2024.12.14 04:38:17.568384 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5167 2024.12.14 04:38:17.568632 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5168 2024.12.14 04:38:17.568850 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001699 sec., 139493.81989405534 rows/sec., 9.35 MiB/sec.
5169 2024.12.14 04:38:17.568909 [ 286 ] {9767256b-dad6-462f-88c5-9994c0f390a3} <Debug> TCPHandler: Processed in 0.00193474 sec.
5170 2024.12.14 04:38:17.569077 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5171 2024.12.14 04:38:17.569216 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5172 2024.12.14 04:38:17.569278 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5173 2024.12.14 04:38:17.569818 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2024.12.14 04:38:17.569857 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5175 2024.12.14 04:38:17.570220 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5176 2024.12.14 04:38:17.570470 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5177 2024.12.14 04:38:17.570736 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec.
5178 2024.12.14 04:38:17.570911 [ 284 ] {0e4c5acd-5038-43c6-997f-894c06a1ec57} <Debug> TCPHandler: Processed in 0.00190163 sec.
5179 2024.12.14 04:38:17.571085 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5180 2024.12.14 04:38:17.571228 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5181 2024.12.14 04:38:17.571325 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5182 2024.12.14 04:38:17.572571 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5183 2024.12.14 04:38:17.572611 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5184 2024.12.14 04:38:17.573267 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5185 2024.12.14 04:38:17.573527 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5186 2024.12.14 04:38:17.573759 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002563 sec., 11705.03316426063 rows/sec., 20.97 MiB/sec.
5187 2024.12.14 04:38:17.573872 [ 286 ] {8a537302-5607-447c-a7b2-f84f928bd9ab} <Debug> TCPHandler: Processed in 0.002852084 sec.
5188 2024.12.14 04:38:17.574029 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5189 2024.12.14 04:38:17.574171 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5190 2024.12.14 04:38:17.574230 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5191 2024.12.14 04:38:17.574783 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5192 2024.12.14 04:38:17.574822 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5193 2024.12.14 04:38:17.575198 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5194 2024.12.14 04:38:17.575437 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5195 2024.12.14 04:38:17.575682 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec.
5196 2024.12.14 04:38:17.575884 [ 284 ] {d8203aad-62df-46b6-9c39-06f6c25e58d5} <Debug> TCPHandler: Processed in 0.00191677 sec.
5197 2024.12.14 04:38:21.637392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5198 2024.12.14 04:38:21.638261 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5199 2024.12.14 04:38:21.638308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5200 2024.12.14 04:38:21.638837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5201 2024.12.14 04:38:21.639095 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5202 2024.12.14 04:38:21.639434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5203 2024.12.14 04:38:22.423056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5204 2024.12.14 04:38:22.445186 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2024.12.14 04:38:22.445252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5206 2024.12.14 04:38:22.452763 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5207 2024.12.14 04:38:22.453568 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2024.12.14 04:38:22.457995 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5209 2024.12.14 04:38:22.540443 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5210 2024.12.14 04:38:22.540654 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5211 2024.12.14 04:38:22.540735 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5212 2024.12.14 04:38:22.541507 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2024.12.14 04:38:22.541558 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5214 2024.12.14 04:38:22.541986 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5215 2024.12.14 04:38:22.542236 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2024.12.14 04:38:22.542481 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001885 sec., 2122.0159151193634 rows/sec., 173.04 KiB/sec.
5217 2024.12.14 04:38:22.542569 [ 284 ] {1459b49d-a7eb-433f-88f1-b6423b7fdece} <Debug> TCPHandler: Processed in 0.002269279 sec.
5218 2024.12.14 04:38:22.542819 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5219 2024.12.14 04:38:22.543000 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5220 2024.12.14 04:38:22.543075 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5221 2024.12.14 04:38:22.543894 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2024.12.14 04:38:22.543938 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5223 2024.12.14 04:38:22.544339 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5224 2024.12.14 04:38:22.544603 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2024.12.14 04:38:22.544839 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.001893 sec., 43317.485472794506 rows/sec., 3.53 MiB/sec.
5226 2024.12.14 04:38:22.544901 [ 286 ] {2730692c-bcc3-4fca-bcb8-eff30bcf11b6} <Debug> TCPHandler: Processed in 0.002204818 sec.
5227 2024.12.14 04:38:22.545070 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5228 2024.12.14 04:38:22.545209 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5229 2024.12.14 04:38:22.545268 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5230 2024.12.14 04:38:22.545950 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5231 2024.12.14 04:38:22.545989 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5232 2024.12.14 04:38:22.546351 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5233 2024.12.14 04:38:22.546591 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5234 2024.12.14 04:38:22.546842 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001663 sec., 9621.166566446182 rows/sec., 710.55 KiB/sec.
5235 2024.12.14 04:38:22.546987 [ 284 ] {07a4f24a-68da-4e33-a05d-31d07513e6a1} <Debug> TCPHandler: Processed in 0.001979922 sec.
5236 2024.12.14 04:38:22.547237 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2024.12.14 04:38:22.547403 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5238 2024.12.14 04:38:22.547465 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5239 2024.12.14 04:38:22.548170 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2024.12.14 04:38:22.548213 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5241 2024.12.14 04:38:22.548579 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5242 2024.12.14 04:38:22.548817 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5243 2024.12.14 04:38:22.549036 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001669 sec., 47932.89394847214 rows/sec., 3.75 MiB/sec.
5244 2024.12.14 04:38:22.549092 [ 286 ] {32b6d094-8f0c-49be-ad09-78d68d292341} <Debug> TCPHandler: Processed in 0.001988212 sec.
5245 2024.12.14 04:38:22.549250 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2024.12.14 04:38:22.549390 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5247 2024.12.14 04:38:22.549453 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5248 2024.12.14 04:38:22.550082 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5249 2024.12.14 04:38:22.550121 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5250 2024.12.14 04:38:22.550525 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5251 2024.12.14 04:38:22.550760 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2024.12.14 04:38:22.551026 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001658 sec., 97708.082026538 rows/sec., 6.80 MiB/sec.
5253 2024.12.14 04:38:22.551089 [ 284 ] {b397a3a4-63ed-4329-a7b7-228699a5499d} <Debug> TCPHandler: Processed in 0.00190457 sec.
5254 2024.12.14 04:38:22.551342 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5255 2024.12.14 04:38:22.551563 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5256 2024.12.14 04:38:22.551660 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5257 2024.12.14 04:38:22.552719 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2024.12.14 04:38:22.552759 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5259 2024.12.14 04:38:22.553343 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5260 2024.12.14 04:38:22.553607 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2024.12.14 04:38:22.553924 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002404 sec., 4991.680532445924 rows/sec., 8.94 MiB/sec.
5262 2024.12.14 04:38:22.554521 [ 286 ] {39e1a475-bf1d-437d-bba6-0a927b844274} <Debug> TCPHandler: Processed in 0.003324006 sec.
5263 2024.12.14 04:38:22.554746 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2024.12.14 04:38:22.554885 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5265 2024.12.14 04:38:22.554944 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5266 2024.12.14 04:38:22.555534 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5267 2024.12.14 04:38:22.555581 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5268 2024.12.14 04:38:22.555997 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5269 2024.12.14 04:38:22.556233 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5270 2024.12.14 04:38:22.556447 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec.
5271 2024.12.14 04:38:22.556497 [ 284 ] {286d1d4d-7960-406d-a78f-47b0cbc24306} <Debug> TCPHandler: Processed in 0.001869699 sec.
5272 2024.12.14 04:38:24.185023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 748
5273 2024.12.14 04:38:24.188629 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2024.12.14 04:38:24.188686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5275 2024.12.14 04:38:24.190169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5276 2024.12.14 04:38:24.190501 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2024.12.14 04:38:24.191860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748
5278 2024.12.14 04:38:27.545683 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5279 2024.12.14 04:38:27.545913 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5280 2024.12.14 04:38:27.545994 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5281 2024.12.14 04:38:27.546749 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5282 2024.12.14 04:38:27.546805 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5283 2024.12.14 04:38:27.547242 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5284 2024.12.14 04:38:27.547498 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5285 2024.12.14 04:38:27.547754 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
5286 2024.12.14 04:38:27.547825 [ 284 ] {149e2b5d-0f8a-412a-b22c-440befe928ab} <Debug> TCPHandler: Processed in 0.00228316 sec.
5287 2024.12.14 04:38:27.548136 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5288 2024.12.14 04:38:27.548354 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5289 2024.12.14 04:38:27.548436 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5290 2024.12.14 04:38:27.549406 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5291 2024.12.14 04:38:27.549459 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5292 2024.12.14 04:38:27.549925 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5293 2024.12.14 04:38:27.550197 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5294 2024.12.14 04:38:27.550460 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002167 sec., 121365.94370096907 rows/sec., 10.68 MiB/sec.
5295 2024.12.14 04:38:27.550528 [ 286 ] {a220517f-4335-4628-a9f5-d860fe425e2f} <Debug> TCPHandler: Processed in 0.002571027 sec.
5296 2024.12.14 04:38:27.550691 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5297 2024.12.14 04:38:27.550840 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5298 2024.12.14 04:38:27.550901 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5299 2024.12.14 04:38:27.551537 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5300 2024.12.14 04:38:27.551580 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5301 2024.12.14 04:38:27.551961 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5302 2024.12.14 04:38:27.552198 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5303 2024.12.14 04:38:27.552448 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001644 sec., 22506.082725060827 rows/sec., 1.61 MiB/sec.
5304 2024.12.14 04:38:27.552508 [ 284 ] {33a90fbc-0df7-4fb7-8de8-f1f6c71fd7d3} <Debug> TCPHandler: Processed in 0.001886889 sec.
5305 2024.12.14 04:38:27.552669 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5306 2024.12.14 04:38:27.552817 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5307 2024.12.14 04:38:27.552879 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5308 2024.12.14 04:38:27.553506 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5309 2024.12.14 04:38:27.553547 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5310 2024.12.14 04:38:27.553909 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5311 2024.12.14 04:38:27.554150 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5312 2024.12.14 04:38:27.554379 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec.
5313 2024.12.14 04:38:27.554435 [ 286 ] {f4c45a34-3675-48ad-a62b-eaae148e2456} <Debug> TCPHandler: Processed in 0.001834298 sec.
5314 2024.12.14 04:38:27.554598 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5315 2024.12.14 04:38:27.554738 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5316 2024.12.14 04:38:27.554797 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5317 2024.12.14 04:38:27.555421 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5318 2024.12.14 04:38:27.555463 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5319 2024.12.14 04:38:27.555818 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5320 2024.12.14 04:38:27.556056 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5321 2024.12.14 04:38:27.556303 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec.
5322 2024.12.14 04:38:27.556512 [ 284 ] {b4148df8-15b6-4926-b670-5b35ac5bb9ac} <Debug> TCPHandler: Processed in 0.001975801 sec.
5323 2024.12.14 04:38:27.556688 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5324 2024.12.14 04:38:27.556828 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5325 2024.12.14 04:38:27.556886 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5326 2024.12.14 04:38:27.557681 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2024.12.14 04:38:27.557722 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5328 2024.12.14 04:38:27.558113 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5329 2024.12.14 04:38:27.558349 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5330 2024.12.14 04:38:27.558572 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001776 sec., 231981.98198198198 rows/sec., 16.54 MiB/sec.
5331 2024.12.14 04:38:27.558625 [ 286 ] {984f47c5-6d28-42ca-af1e-3e90a301b1d8} <Debug> TCPHandler: Processed in 0.002005392 sec.
5332 2024.12.14 04:38:27.558781 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5333 2024.12.14 04:38:27.558922 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5334 2024.12.14 04:38:27.558982 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5335 2024.12.14 04:38:27.559481 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5336 2024.12.14 04:38:27.559521 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5337 2024.12.14 04:38:27.559876 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5338 2024.12.14 04:38:27.560115 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5339 2024.12.14 04:38:27.560376 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
5340 2024.12.14 04:38:27.560555 [ 284 ] {4e49a0bc-c275-4124-a650-101e51f17b6a} <Debug> TCPHandler: Processed in 0.001838788 sec.
5341 2024.12.14 04:38:27.560767 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5342 2024.12.14 04:38:27.560886 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5343 2024.12.14 04:38:27.560942 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5344 2024.12.14 04:38:27.561533 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5345 2024.12.14 04:38:27.561573 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5346 2024.12.14 04:38:27.561966 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5347 2024.12.14 04:38:27.562204 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5348 2024.12.14 04:38:27.562427 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec.
5349 2024.12.14 04:38:27.562549 [ 286 ] {9b2dc694-6dd2-4c66-aba7-afe76e2db947} <Debug> TCPHandler: Processed in 0.001883629 sec.
5350 2024.12.14 04:38:27.562712 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5351 2024.12.14 04:38:27.562830 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5352 2024.12.14 04:38:27.562883 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5353 2024.12.14 04:38:27.563358 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5354 2024.12.14 04:38:27.563398 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5355 2024.12.14 04:38:27.563748 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5356 2024.12.14 04:38:27.563981 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5357 2024.12.14 04:38:27.564166 [ 32 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
5358 2024.12.14 04:38:27.564219 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec.
5359 2024.12.14 04:38:27.564294 [ 32 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5360 2024.12.14 04:38:27.564322 [ 284 ] {9439f062-4569-4287-bc9d-b243f7e40b64} <Debug> TCPHandler: Processed in 0.001679634 sec.
5361 2024.12.14 04:38:27.564366 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5362 2024.12.14 04:38:27.564675 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5363 2024.12.14 04:38:27.564769 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
5364 2024.12.14 04:38:27.565229 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5365 2024.12.14 04:38:27.565239 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5366 2024.12.14 04:38:27.565280 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
5367 2024.12.14 04:38:27.565519 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5368 2024.12.14 04:38:27.565583 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
5369 2024.12.14 04:38:27.566051 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
5370 2024.12.14 04:38:27.566365 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
5371 2024.12.14 04:38:27.566747 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
5372 2024.12.14 04:38:27.567044 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
5373 2024.12.14 04:38:27.570721 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006213011 sec., 2253.3357819582166 rows/sec., 151.84 KiB/sec.
5374 2024.12.14 04:38:27.570974 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
5375 2024.12.14 04:38:27.571323 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5376 2024.12.14 04:38:27.571387 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5377 2024.12.14 04:38:27.571673 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2024.12.14 04:38:27.571895 [ 194 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_14_3} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
5379 2024.12.14 04:38:27.572073 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5380 2024.12.14 04:38:27.572527 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5381 2024.12.14 04:38:27.572794 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2024.12.14 04:38:27.573045 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007912 sec., 3791.7087967644084 rows/sec., 6.79 MiB/sec.
5383 2024.12.14 04:38:27.573173 [ 286 ] {0fb0a564-c090-4404-bab6-89d9f43ae91b} <Debug> TCPHandler: Processed in 0.008740427 sec.
5384 2024.12.14 04:38:27.573315 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2024.12.14 04:38:27.573432 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5386 2024.12.14 04:38:27.573484 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5387 2024.12.14 04:38:27.573971 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2024.12.14 04:38:27.574010 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5389 2024.12.14 04:38:27.574384 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5390 2024.12.14 04:38:27.574616 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2024.12.14 04:38:27.574818 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec.
5392 2024.12.14 04:38:27.574868 [ 284 ] {9daf80dd-a47a-46ef-a52b-054d09cbde62} <Debug> TCPHandler: Processed in 0.001609132 sec.
5393 2024.12.14 04:38:29.005266 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
5394 2024.12.14 04:38:29.005317 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
5395 2024.12.14 04:38:29.139578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5396 2024.12.14 04:38:29.140298 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5397 2024.12.14 04:38:29.140338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5398 2024.12.14 04:38:29.140868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5399 2024.12.14 04:38:29.141129 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5400 2024.12.14 04:38:29.141288 [ 28 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5401 2024.12.14 04:38:29.141337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5402 2024.12.14 04:38:29.141348 [ 28 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5403 2024.12.14 04:38:29.141377 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5404 2024.12.14 04:38:29.141649 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
5405 2024.12.14 04:38:29.141842 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5406 2024.12.14 04:38:29.141891 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5407 2024.12.14 04:38:29.141980 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5408 2024.12.14 04:38:29.142204 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5409 2024.12.14 04:38:29.142413 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5410 2024.12.14 04:38:29.142558 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5411 2024.12.14 04:38:29.142742 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5412 2024.12.14 04:38:29.145113 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003651205 sec., 3274535.393109946 rows/sec., 46.84 MiB/sec.
5413 2024.12.14 04:38:29.145416 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5414 2024.12.14 04:38:29.145777 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5415 2024.12.14 04:38:29.145879 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_26_5} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5416 2024.12.14 04:38:29.145986 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5417 2024.12.14 04:38:29.958058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5418 2024.12.14 04:38:29.979992 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2024.12.14 04:38:29.980045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5420 2024.12.14 04:38:29.987789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5421 2024.12.14 04:38:29.988600 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5422 2024.12.14 04:38:29.988895 [ 27 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5423 2024.12.14 04:38:29.988970 [ 27 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5424 2024.12.14 04:38:29.989017 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5425 2024.12.14 04:38:29.989321 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5426 2024.12.14 04:38:29.997641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5427 2024.12.14 04:38:29.998950 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5428 2024.12.14 04:38:29.999870 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5429 2024.12.14 04:38:30.005090 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5430 2024.12.14 04:38:30.009797 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5431 2024.12.14 04:38:30.014819 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5432 2024.12.14 04:38:30.020475 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5433 2024.12.14 04:38:30.025174 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
5434 2024.12.14 04:38:30.083490 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.09437645 sec., 2076.7892837672957 rows/sec., 10.74 MiB/sec.
5435 2024.12.14 04:38:30.085207 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5436 2024.12.14 04:38:30.087494 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_26_5} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5437 2024.12.14 04:38:30.087583 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_26_5} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5438 2024.12.14 04:38:30.088761 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5439 2024.12.14 04:38:31.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.08 MiB, peak 204.64 MiB, free memory in arenas 0.00 B, will set to 196.02 MiB (RSS), difference: 1.93 MiB
5440 2024.12.14 04:38:32.540537 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5441 2024.12.14 04:38:32.540724 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5442 2024.12.14 04:38:32.540795 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5443 2024.12.14 04:38:32.541621 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5444 2024.12.14 04:38:32.541670 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5445 2024.12.14 04:38:32.542122 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5446 2024.12.14 04:38:32.542380 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5447 2024.12.14 04:38:32.542649 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001973 sec., 40547.389761784085 rows/sec., 3.31 MiB/sec.
5448 2024.12.14 04:38:32.542759 [ 284 ] {aff6a299-1871-49a8-97e7-3fd2f0f9bc34} <Debug> TCPHandler: Processed in 0.002349882 sec.
5449 2024.12.14 04:38:32.543065 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5450 2024.12.14 04:38:32.543262 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5451 2024.12.14 04:38:32.543339 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5452 2024.12.14 04:38:32.544116 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5453 2024.12.14 04:38:32.544172 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5454 2024.12.14 04:38:32.544622 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5455 2024.12.14 04:38:32.544890 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5456 2024.12.14 04:38:32.545137 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001928 sec., 6224.066390041494 rows/sec., 468.02 KiB/sec.
5457 2024.12.14 04:38:32.545201 [ 286 ] {08da8383-077c-43a8-9eed-35277180fa59} <Debug> TCPHandler: Processed in 0.00229568 sec.
5458 2024.12.14 04:38:32.545388 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5459 2024.12.14 04:38:32.545536 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5460 2024.12.14 04:38:32.545599 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5461 2024.12.14 04:38:32.546333 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5462 2024.12.14 04:38:32.546374 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5463 2024.12.14 04:38:32.546751 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5464 2024.12.14 04:38:32.546993 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5465 2024.12.14 04:38:32.547219 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001719 sec., 44211.75101803374 rows/sec., 3.45 MiB/sec.
5466 2024.12.14 04:38:32.547278 [ 284 ] {a2ba2f71-d48c-4f3e-9fbd-ea00b7c386a6} <Debug> TCPHandler: Processed in 0.001963631 sec.
5467 2024.12.14 04:38:32.547462 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5468 2024.12.14 04:38:32.547608 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5469 2024.12.14 04:38:32.547676 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5470 2024.12.14 04:38:32.548346 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5471 2024.12.14 04:38:32.548389 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5472 2024.12.14 04:38:32.548825 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5473 2024.12.14 04:38:32.549089 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5474 2024.12.14 04:38:32.549301 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec.
5475 2024.12.14 04:38:32.549359 [ 286 ] {0bf3089c-0885-453f-8a29-b18749c448c1} <Debug> TCPHandler: Processed in 0.001971331 sec.
5476 2024.12.14 04:38:32.549532 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5477 2024.12.14 04:38:32.549674 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5478 2024.12.14 04:38:32.549770 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5479 2024.12.14 04:38:32.550996 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5480 2024.12.14 04:38:32.551037 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5481 2024.12.14 04:38:32.551692 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5482 2024.12.14 04:38:32.551954 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2024.12.14 04:38:32.552215 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002573 sec., 4663.816556548775 rows/sec., 8.36 MiB/sec.
5484 2024.12.14 04:38:32.552331 [ 284 ] {39fc16f8-3537-4562-ac14-920864530b6e} <Debug> TCPHandler: Processed in 0.002867985 sec.
5485 2024.12.14 04:38:32.552505 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5486 2024.12.14 04:38:32.552634 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5487 2024.12.14 04:38:32.552690 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5488 2024.12.14 04:38:32.553244 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5489 2024.12.14 04:38:32.553286 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5490 2024.12.14 04:38:32.553697 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5491 2024.12.14 04:38:32.553952 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5492 2024.12.14 04:38:32.554175 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec.
5493 2024.12.14 04:38:32.554237 [ 286 ] {a0cead48-7590-4c6c-85fd-e8e6969b18a7} <Debug> TCPHandler: Processed in 0.001804427 sec.
5494 2024.12.14 04:38:33.818685 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5495 2024.12.14 04:38:33.818893 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5496 2024.12.14 04:38:33.818972 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5497 2024.12.14 04:38:33.819754 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5498 2024.12.14 04:38:33.819803 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5499 2024.12.14 04:38:33.820225 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5500 2024.12.14 04:38:33.820476 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5501 2024.12.14 04:38:33.820729 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec.
5502 2024.12.14 04:38:33.820797 [ 284 ] {6ee188c6-87c8-4b11-9998-31bf168dec60} <Debug> TCPHandler: Processed in 0.002248049 sec.
5503 2024.12.14 04:38:33.821110 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5504 2024.12.14 04:38:33.821387 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5505 2024.12.14 04:38:33.821460 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5506 2024.12.14 04:38:33.822201 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5507 2024.12.14 04:38:33.822243 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5508 2024.12.14 04:38:33.822663 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5509 2024.12.14 04:38:33.822929 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5510 2024.12.14 04:38:33.823152 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001818 sec., 4400.440044004401 rows/sec., 358.82 KiB/sec.
5511 2024.12.14 04:38:33.823350 [ 286 ] {bf2aee10-deb2-414c-b5f2-f34dd1fdad5a} <Debug> TCPHandler: Processed in 0.002428573 sec.
5512 2024.12.14 04:38:33.823515 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5513 2024.12.14 04:38:33.823660 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5514 2024.12.14 04:38:33.823721 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5515 2024.12.14 04:38:33.825082 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5516 2024.12.14 04:38:33.825122 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5517 2024.12.14 04:38:33.825612 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5518 2024.12.14 04:38:33.825857 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5519 2024.12.14 04:38:33.826056 [ 23 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5520 2024.12.14 04:38:33.826134 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.0025 sec., 562800 rows/sec., 47.09 MiB/sec.
5521 2024.12.14 04:38:33.826165 [ 23 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5522 2024.12.14 04:38:33.826262 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5523 2024.12.14 04:38:33.826262 [ 284 ] {757e85ff-88e4-4065-ac2b-581169342762} <Debug> TCPHandler: Processed in 0.002808793 sec.
5524 2024.12.14 04:38:33.826506 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5525 2024.12.14 04:38:33.826509 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
5526 2024.12.14 04:38:33.826666 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5527 2024.12.14 04:38:33.826684 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5528 2024.12.14 04:38:33.826730 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5529 2024.12.14 04:38:33.826731 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part
5530 2024.12.14 04:38:33.826987 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 263 rows starting from the beginning of the part
5531 2024.12.14 04:38:33.827321 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
5532 2024.12.14 04:38:33.827746 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 263 rows starting from the beginning of the part
5533 2024.12.14 04:38:33.828096 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 80 rows starting from the beginning of the part
5534 2024.12.14 04:38:33.828468 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1407 rows starting from the beginning of the part
5535 2024.12.14 04:38:33.829250 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5536 2024.12.14 04:38:33.829299 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5537 2024.12.14 04:38:33.829965 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5538 2024.12.14 04:38:33.830306 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2024.12.14 04:38:33.830437 [ 23 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5540 2024.12.14 04:38:33.830477 [ 23 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5541 2024.12.14 04:38:33.830500 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5542 2024.12.14 04:38:33.830520 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.003894 sec., 11556.240369799692 rows/sec., 839.88 KiB/sec.
5543 2024.12.14 04:38:33.830656 [ 286 ] {ae37fe40-87e7-40a8-9725-5a94fcc93545} <Debug> TCPHandler: Processed in 0.004237801 sec.
5544 2024.12.14 04:38:33.830681 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
5545 2024.12.14 04:38:33.830827 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5546 2024.12.14 04:38:33.830853 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2024.12.14 04:38:33.830875 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 67 rows starting from the beginning of the part
5548 2024.12.14 04:38:33.831394 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part
5549 2024.12.14 04:38:33.831498 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5550 2024.12.14 04:38:33.831793 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5551 2024.12.14 04:38:33.832130 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part
5552 2024.12.14 04:38:33.832338 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3532 rows, containing 5 columns (5 merged, 0 gathered) in 0.005935165 sec., 595097.1876940237 rows/sec., 52.41 MiB/sec.
5553 2024.12.14 04:38:33.832608 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 37 rows starting from the beginning of the part
5554 2024.12.14 04:38:33.832915 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5555 2024.12.14 04:38:33.833095 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
5556 2024.12.14 04:38:33.833583 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 45 rows starting from the beginning of the part
5557 2024.12.14 04:38:33.834173 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5558 2024.12.14 04:38:33.834497 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_41_8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5559 2024.12.14 04:38:33.834746 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5560 2024.12.14 04:38:33.835958 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5561 2024.12.14 04:38:33.836041 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5562 2024.12.14 04:38:33.836869 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.006303664 sec., 33948.50994596159 rows/sec., 2.55 MiB/sec.
5563 2024.12.14 04:38:33.837098 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5564 2024.12.14 04:38:33.837167 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5565 2024.12.14 04:38:33.837574 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5566 2024.12.14 04:38:33.837642 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5567 2024.12.14 04:38:33.837864 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_31_6} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5568 2024.12.14 04:38:33.838065 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006844 sec., 35359.43892460549 rows/sec., 2.40 MiB/sec.
5569 2024.12.14 04:38:33.838094 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5570 2024.12.14 04:38:33.838209 [ 284 ] {2ae69587-6649-4a76-9b34-aa018193c473} <Debug> TCPHandler: Processed in 0.007443274 sec.
5571 2024.12.14 04:38:33.838381 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5572 2024.12.14 04:38:33.838506 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5573 2024.12.14 04:38:33.838558 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5574 2024.12.14 04:38:33.839177 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5575 2024.12.14 04:38:33.839216 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5576 2024.12.14 04:38:33.839588 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5577 2024.12.14 04:38:33.839830 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5578 2024.12.14 04:38:33.840059 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec.
5579 2024.12.14 04:38:33.840269 [ 286 ] {6096dd3d-5af7-446a-a67d-99e365873d8f} <Debug> TCPHandler: Processed in 0.00194256 sec.
5580 2024.12.14 04:38:33.840456 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5581 2024.12.14 04:38:33.840600 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5582 2024.12.14 04:38:33.840658 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5583 2024.12.14 04:38:33.841718 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5584 2024.12.14 04:38:33.841759 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5585 2024.12.14 04:38:33.842172 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5586 2024.12.14 04:38:33.842432 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5587 2024.12.14 04:38:33.842599 [ 23 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5588 2024.12.14 04:38:33.842662 [ 23 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5589 2024.12.14 04:38:33.842689 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.002113 sec., 414576.43161381927 rows/sec., 30.05 MiB/sec.
5590 2024.12.14 04:38:33.842703 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5591 2024.12.14 04:38:33.842871 [ 284 ] {f841e743-0a5f-40a7-9e24-eae6d4fb49d7} <Debug> TCPHandler: Processed in 0.002488605 sec.
5592 2024.12.14 04:38:33.842947 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
5593 2024.12.14 04:38:33.843049 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5594 2024.12.14 04:38:33.843091 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5595 2024.12.14 04:38:33.843130 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part
5596 2024.12.14 04:38:33.843186 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5597 2024.12.14 04:38:33.843278 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 412 rows starting from the beginning of the part
5598 2024.12.14 04:38:33.843322 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5599 2024.12.14 04:38:33.843717 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 80 rows starting from the beginning of the part
5600 2024.12.14 04:38:33.844100 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 412 rows starting from the beginning of the part
5601 2024.12.14 04:38:33.844474 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part
5602 2024.12.14 04:38:33.844840 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 876 rows starting from the beginning of the part
5603 2024.12.14 04:38:33.845615 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2024.12.14 04:38:33.845660 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5605 2024.12.14 04:38:33.846156 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5606 2024.12.14 04:38:33.846459 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.12.14 04:38:33.846781 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003622 sec., 1656.5433462175595 rows/sec., 86.55 KiB/sec.
5608 2024.12.14 04:38:33.847222 [ 286 ] {3c401998-d5ac-4384-ba42-ed06201d76e3} <Debug> TCPHandler: Processed in 0.00423328 sec.
5609 2024.12.14 04:38:33.847555 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5610 2024.12.14 04:38:33.847597 [ 200 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.004771154 sec., 580991.5169369926 rows/sec., 44.36 MiB/sec.
5611 2024.12.14 04:38:33.847737 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5612 2024.12.14 04:38:33.847814 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5613 2024.12.14 04:38:33.848099 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5614 2024.12.14 04:38:33.848770 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5615 2024.12.14 04:38:33.849014 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_41_8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5616 2024.12.14 04:38:33.849197 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
5617 2024.12.14 04:38:33.849284 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5618 2024.12.14 04:38:33.849332 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5619 2024.12.14 04:38:33.849800 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5620 2024.12.14 04:38:33.850044 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5621 2024.12.14 04:38:33.850208 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5622 2024.12.14 04:38:33.850266 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2024.12.14 04:38:33.850306 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5624 2024.12.14 04:38:33.850302 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.002598 sec., 359122.40184757503 rows/sec., 23.87 MiB/sec.
5625 2024.12.14 04:38:33.850547 [ 284 ] {51d86655-b124-4418-ad99-3011d11f709e} <Debug> TCPHandler: Processed in 0.003183183 sec.
5626 2024.12.14 04:38:33.850593 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
5627 2024.12.14 04:38:33.850781 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5628 2024.12.14 04:38:33.850783 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5629 2024.12.14 04:38:33.850851 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11454 rows starting from the beginning of the part
5630 2024.12.14 04:38:33.851079 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5631 2024.12.14 04:38:33.851150 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
5632 2024.12.14 04:38:33.851257 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5633 2024.12.14 04:38:33.851448 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 162 rows starting from the beginning of the part
5634 2024.12.14 04:38:33.851805 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
5635 2024.12.14 04:38:33.852131 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
5636 2024.12.14 04:38:33.852403 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 933 rows starting from the beginning of the part
5637 2024.12.14 04:38:33.853484 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5638 2024.12.14 04:38:33.853539 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5639 2024.12.14 04:38:33.853969 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5640 2024.12.14 04:38:33.854396 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5641 2024.12.14 04:38:33.854920 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003975 sec., 251.57232704402514 rows/sec., 16.95 KiB/sec.
5642 2024.12.14 04:38:33.855068 [ 286 ] {e35578f0-ffd3-4f6c-b823-c4904b1b8343} <Debug> TCPHandler: Processed in 0.004366984 sec.
5643 2024.12.14 04:38:33.855305 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5644 2024.12.14 04:38:33.855501 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5645 2024.12.14 04:38:33.855622 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5646 2024.12.14 04:38:33.857313 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5647 2024.12.14 04:38:33.857354 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5648 2024.12.14 04:38:33.858220 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13183 rows, containing 5 columns (5 merged, 0 gathered) in 0.007818394 sec., 1686151.9130399416 rows/sec., 113.89 MiB/sec.
5649 2024.12.14 04:38:33.858640 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5650 2024.12.14 04:38:33.858646 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5651 2024.12.14 04:38:33.859159 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5652 2024.12.14 04:38:33.859186 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5653 2024.12.14 04:38:33.859378 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5654 2024.12.14 04:38:33.859511 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5655 2024.12.14 04:38:33.859688 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
5656 2024.12.14 04:38:33.859714 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5657 2024.12.14 04:38:33.859792 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5658 2024.12.14 04:38:33.859790 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004321 sec., 6942.837306179125 rows/sec., 12.44 MiB/sec.
5659 2024.12.14 04:38:33.860140 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
5660 2024.12.14 04:38:33.860235 [ 284 ] {c20f329f-45f7-4367-9fc4-340a5ede5446} <Debug> TCPHandler: Processed in 0.005050051 sec.
5661 2024.12.14 04:38:33.860477 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5662 2024.12.14 04:38:33.860787 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5663 2024.12.14 04:38:33.860806 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5664 2024.12.14 04:38:33.860925 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5665 2024.12.14 04:38:33.860979 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 581 rows starting from the beginning of the part
5666 2024.12.14 04:38:33.861987 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
5667 2024.12.14 04:38:33.862735 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part
5668 2024.12.14 04:38:33.863192 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5669 2024.12.14 04:38:33.863303 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5670 2024.12.14 04:38:33.863515 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part
5671 2024.12.14 04:38:33.864227 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
5672 2024.12.14 04:38:33.864548 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5673 2024.12.14 04:38:33.864820 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part
5674 2024.12.14 04:38:33.865384 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5675 2024.12.14 04:38:33.865718 [ 23 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5676 2024.12.14 04:38:33.865799 [ 23 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5677 2024.12.14 04:38:33.865864 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5678 2024.12.14 04:38:33.866329 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.005448 sec., 6975.036710719531 rows/sec., 422.50 KiB/sec.
5679 2024.12.14 04:38:33.866350 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5680 2024.12.14 04:38:33.866648 [ 286 ] {0c236226-8224-49c8-af44-f5fe43d2ed3c} <Debug> TCPHandler: Processed in 0.006297574 sec.
5681 2024.12.14 04:38:33.866805 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5682 2024.12.14 04:38:33.866918 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2112 rows starting from the beginning of the part
5683 2024.12.14 04:38:33.867215 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5684 2024.12.14 04:38:33.867530 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5685 2024.12.14 04:38:33.867892 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5686 2024.12.14 04:38:33.868165 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
5687 2024.12.14 04:38:33.868433 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 38 rows starting from the beginning of the part
5688 2024.12.14 04:38:33.871342 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2434 rows, containing 4 columns (4 merged, 0 gathered) in 0.005272777 sec., 461616.33613558847 rows/sec., 30.19 MiB/sec.
5689 2024.12.14 04:38:33.871729 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5690 2024.12.14 04:38:33.872361 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2024.12.14 04:38:33.872560 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_41_8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5692 2024.12.14 04:38:33.872725 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5693 2024.12.14 04:38:33.875403 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 19 columns (19 merged, 0 gathered) in 0.015522434 sec., 44773.90594799759 rows/sec., 80.23 MiB/sec.
5694 2024.12.14 04:38:33.876333 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5695 2024.12.14 04:38:33.876764 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2024.12.14 04:38:33.876855 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5697 2024.12.14 04:38:33.877008 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB.
5698 2024.12.14 04:38:34.192067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 806
5699 2024.12.14 04:38:34.195772 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2024.12.14 04:38:34.195831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5701 2024.12.14 04:38:34.197359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5702 2024.12.14 04:38:34.197688 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5703 2024.12.14 04:38:34.198949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 806
5704 2024.12.14 04:38:36.641463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5705 2024.12.14 04:38:36.642200 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5706 2024.12.14 04:38:36.642249 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5707 2024.12.14 04:38:36.642833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5708 2024.12.14 04:38:36.643094 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5709 2024.12.14 04:38:36.643338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5710 2024.12.14 04:38:37.497714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5711 2024.12.14 04:38:37.517784 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5712 2024.12.14 04:38:37.517848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5713 2024.12.14 04:38:37.524873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5714 2024.12.14 04:38:37.525622 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5715 2024.12.14 04:38:37.528678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5716 2024.12.14 04:38:37.537146 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5717 2024.12.14 04:38:37.537337 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5718 2024.12.14 04:38:37.537408 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5719 2024.12.14 04:38:37.538191 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2024.12.14 04:38:37.538235 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5721 2024.12.14 04:38:37.538671 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5722 2024.12.14 04:38:37.538930 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2024.12.14 04:38:37.539208 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec.
5724 2024.12.14 04:38:37.539377 [ 284 ] {7b02d4df-5613-413d-9ca0-6e097aab5b6b} <Debug> TCPHandler: Processed in 0.002353031 sec.
5725 2024.12.14 04:38:37.539695 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2024.12.14 04:38:37.539853 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5727 2024.12.14 04:38:37.539915 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5728 2024.12.14 04:38:37.540600 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2024.12.14 04:38:37.540643 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5730 2024.12.14 04:38:37.541040 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5731 2024.12.14 04:38:37.541307 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5732 2024.12.14 04:38:37.541523 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001711 sec., 37405.02630040912 rows/sec., 2.92 MiB/sec.
5733 2024.12.14 04:38:37.541585 [ 286 ] {6eb9c4e7-b169-4436-8d5b-ec32632395ef} <Debug> TCPHandler: Processed in 0.002062694 sec.
5734 2024.12.14 04:38:37.541757 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5735 2024.12.14 04:38:37.541900 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5736 2024.12.14 04:38:37.541963 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5737 2024.12.14 04:38:37.542591 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5738 2024.12.14 04:38:37.542631 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5739 2024.12.14 04:38:37.543027 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5740 2024.12.14 04:38:37.543261 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2024.12.14 04:38:37.543471 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001603 sec., 73611.97754210855 rows/sec., 5.13 MiB/sec.
5742 2024.12.14 04:38:37.543523 [ 284 ] {8590bedd-1fd9-434f-ab8f-34fe7cf7c364} <Debug> TCPHandler: Processed in 0.001835187 sec.
5743 2024.12.14 04:38:37.543683 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5744 2024.12.14 04:38:37.543830 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5745 2024.12.14 04:38:37.543896 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5746 2024.12.14 04:38:37.544473 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5747 2024.12.14 04:38:37.544512 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5748 2024.12.14 04:38:37.544901 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5749 2024.12.14 04:38:37.545149 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5750 2024.12.14 04:38:37.545357 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001564 sec., 28132.992327365726 rows/sec., 1.89 MiB/sec.
5751 2024.12.14 04:38:37.545407 [ 286 ] {3450d51b-fbe7-4482-9cf0-c16ea7819650} <Debug> TCPHandler: Processed in 0.001791686 sec.
5752 2024.12.14 04:38:42.540965 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5753 2024.12.14 04:38:42.541193 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5754 2024.12.14 04:38:42.541277 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5755 2024.12.14 04:38:42.542129 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5756 2024.12.14 04:38:42.542181 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5757 2024.12.14 04:38:42.542625 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5758 2024.12.14 04:38:42.542879 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5759 2024.12.14 04:38:42.543158 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.002014 sec., 39721.94637537239 rows/sec., 3.24 MiB/sec.
5760 2024.12.14 04:38:42.543296 [ 284 ] {b1e84a82-ca21-4fff-8b0b-d7de2d4d48ae} <Debug> TCPHandler: Processed in 0.002466614 sec.
5761 2024.12.14 04:38:42.543608 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5762 2024.12.14 04:38:42.543814 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5763 2024.12.14 04:38:42.543892 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5764 2024.12.14 04:38:42.544703 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5765 2024.12.14 04:38:42.544746 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5766 2024.12.14 04:38:42.545176 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5767 2024.12.14 04:38:42.545436 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5768 2024.12.14 04:38:42.545705 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001945 sec., 6169.665809768638 rows/sec., 463.93 KiB/sec.
5769 2024.12.14 04:38:42.545907 [ 286 ] {dde5ce37-8c19-497c-915c-f28d0b8304f4} <Debug> TCPHandler: Processed in 0.002456384 sec.
5770 2024.12.14 04:38:42.546134 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5771 2024.12.14 04:38:42.546284 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5772 2024.12.14 04:38:42.546344 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5773 2024.12.14 04:38:42.547022 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5774 2024.12.14 04:38:42.547066 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5775 2024.12.14 04:38:42.547444 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5776 2024.12.14 04:38:42.547691 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5777 2024.12.14 04:38:42.547928 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00168 sec., 45238.09523809524 rows/sec., 3.53 MiB/sec.
5778 2024.12.14 04:38:42.548039 [ 284 ] {624a12a0-e145-4428-8814-699f26e0c8fb} <Debug> TCPHandler: Processed in 0.002011683 sec.
5779 2024.12.14 04:38:42.548246 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5780 2024.12.14 04:38:42.548484 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5781 2024.12.14 04:38:42.548553 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5782 2024.12.14 04:38:42.549155 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5783 2024.12.14 04:38:42.549195 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5784 2024.12.14 04:38:42.549589 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5785 2024.12.14 04:38:42.549825 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5786 2024.12.14 04:38:42.550025 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
5787 2024.12.14 04:38:42.550077 [ 286 ] {0b4a9ae1-307c-488f-99da-da1fbf24274e} <Debug> TCPHandler: Processed in 0.002004892 sec.
5788 2024.12.14 04:38:42.550221 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5789 2024.12.14 04:38:42.550419 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5790 2024.12.14 04:38:42.550516 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5791 2024.12.14 04:38:42.551664 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5792 2024.12.14 04:38:42.551705 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5793 2024.12.14 04:38:42.552324 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5794 2024.12.14 04:38:42.552580 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5795 2024.12.14 04:38:42.552826 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002438 sec., 4922.067268252666 rows/sec., 8.82 MiB/sec.
5796 2024.12.14 04:38:42.552939 [ 284 ] {ca81bb55-164a-4cf6-9ad1-683b5ea6dc2f} <Debug> TCPHandler: Processed in 0.002726971 sec.
5797 2024.12.14 04:38:42.553132 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5798 2024.12.14 04:38:42.553359 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5799 2024.12.14 04:38:42.553463 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5800 2024.12.14 04:38:42.554076 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5801 2024.12.14 04:38:42.554115 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5802 2024.12.14 04:38:42.554493 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5803 2024.12.14 04:38:42.554738 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5804 2024.12.14 04:38:42.555000 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.39 MiB/sec.
5805 2024.12.14 04:38:42.555156 [ 286 ] {2443b48f-c011-445b-892f-84aadde4cdfb} <Debug> TCPHandler: Processed in 0.002127105 sec.
5806 2024.12.14 04:38:44.006279 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
5807 2024.12.14 04:38:44.006331 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
5808 2024.12.14 04:38:44.143483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5809 2024.12.14 04:38:44.144627 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5810 2024.12.14 04:38:44.144720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5811 2024.12.14 04:38:44.145414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5812 2024.12.14 04:38:44.145680 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5813 2024.12.14 04:38:44.145950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5814 2024.12.14 04:38:44.199282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 826
5815 2024.12.14 04:38:44.202418 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5816 2024.12.14 04:38:44.202477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5817 2024.12.14 04:38:44.203930 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5818 2024.12.14 04:38:44.204249 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5819 2024.12.14 04:38:44.204902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 826
5820 2024.12.14 04:38:45.028765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5821 2024.12.14 04:38:45.049592 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2024.12.14 04:38:45.049653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5823 2024.12.14 04:38:45.057036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5824 2024.12.14 04:38:45.057802 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2024.12.14 04:38:45.060452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5826 2024.12.14 04:38:45.137190 [ 101 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5827 2024.12.14 04:38:45.137292 [ 101 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2024.12.14 04:38:45.137335 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5829 2024.12.14 04:38:45.137600 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
5830 2024.12.14 04:38:45.137789 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5831 2024.12.14 04:38:45.137827 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
5832 2024.12.14 04:38:45.137910 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
5833 2024.12.14 04:38:45.137997 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part
5834 2024.12.14 04:38:45.138256 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part
5835 2024.12.14 04:38:45.138452 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
5836 2024.12.14 04:38:45.139465 [ 197 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002026562 sec., 17764.075315731767 rows/sec., 1.48 MiB/sec.
5837 2024.12.14 04:38:45.139614 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5838 2024.12.14 04:38:45.139901 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2024.12.14 04:38:45.139979 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_9_2} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5840 2024.12.14 04:38:45.140055 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5841 2024.12.14 04:38:45.600397 [ 83 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5842 2024.12.14 04:38:45.600479 [ 83 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5843 2024.12.14 04:38:45.600519 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5844 2024.12.14 04:38:45.600845 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5845 2024.12.14 04:38:45.601114 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5846 2024.12.14 04:38:45.601187 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5847 2024.12.14 04:38:45.601323 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5848 2024.12.14 04:38:45.601777 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5849 2024.12.14 04:38:45.601951 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5850 2024.12.14 04:38:45.602139 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5851 2024.12.14 04:38:45.603268 [ 188 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002631928 sec., 34195.46431361344 rows/sec., 1.74 MiB/sec.
5852 2024.12.14 04:38:45.603499 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5853 2024.12.14 04:38:45.603888 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5854 2024.12.14 04:38:45.603978 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_15_3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5855 2024.12.14 04:38:45.604078 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5856 2024.12.14 04:38:45.909404 [ 83 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
5857 2024.12.14 04:38:45.909471 [ 83 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5858 2024.12.14 04:38:45.909495 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5859 2024.12.14 04:38:45.909790 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
5860 2024.12.14 04:38:45.910054 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5861 2024.12.14 04:38:45.910119 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
5862 2024.12.14 04:38:45.910312 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part
5863 2024.12.14 04:38:45.910609 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
5864 2024.12.14 04:38:45.910726 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5865 2024.12.14 04:38:45.910959 [ 197 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part
5866 2024.12.14 04:38:45.912529 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002932646 sec., 257105.6990853993 rows/sec., 18.41 MiB/sec.
5867 2024.12.14 04:38:45.912812 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5868 2024.12.14 04:38:45.913189 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5869 2024.12.14 04:38:45.913291 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_15_3} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
5870 2024.12.14 04:38:45.913402 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5871 2024.12.14 04:38:47.546069 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5872 2024.12.14 04:38:47.546281 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5873 2024.12.14 04:38:47.546361 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5874 2024.12.14 04:38:47.547186 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5875 2024.12.14 04:38:47.547240 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5876 2024.12.14 04:38:47.547679 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5877 2024.12.14 04:38:47.547939 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5878 2024.12.14 04:38:47.548193 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec.
5879 2024.12.14 04:38:47.548260 [ 284 ] {1bb92c63-a380-4ed9-8744-550af840cf39} <Debug> TCPHandler: Processed in 0.002335181 sec.
5880 2024.12.14 04:38:47.548525 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2024.12.14 04:38:47.548740 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5882 2024.12.14 04:38:47.548821 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5883 2024.12.14 04:38:47.549705 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5884 2024.12.14 04:38:47.549748 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5885 2024.12.14 04:38:47.550212 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5886 2024.12.14 04:38:47.550479 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2024.12.14 04:38:47.550690 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.00201 sec., 130845.77114427861 rows/sec., 11.51 MiB/sec.
5888 2024.12.14 04:38:47.550822 [ 286 ] {2ba7a58f-a30b-47fb-9aeb-231302e7622d} <Debug> TCPHandler: Processed in 0.002434274 sec.
5889 2024.12.14 04:38:47.551029 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5890 2024.12.14 04:38:47.551175 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5891 2024.12.14 04:38:47.551235 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5892 2024.12.14 04:38:47.551959 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5893 2024.12.14 04:38:47.552001 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5894 2024.12.14 04:38:47.552367 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5895 2024.12.14 04:38:47.552614 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5896 2024.12.14 04:38:47.552838 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001698 sec., 21790.341578327443 rows/sec., 1.56 MiB/sec.
5897 2024.12.14 04:38:47.552896 [ 284 ] {5d65a4ef-aa2a-4033-8d3f-d6512a486e76} <Debug> TCPHandler: Processed in 0.001936791 sec.
5898 2024.12.14 04:38:47.553106 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5899 2024.12.14 04:38:47.553336 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5900 2024.12.14 04:38:47.553431 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5901 2024.12.14 04:38:47.554216 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5902 2024.12.14 04:38:47.554253 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5903 2024.12.14 04:38:47.554632 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5904 2024.12.14 04:38:47.554874 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5905 2024.12.14 04:38:47.555060 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001783 sec., 7851.934941110488 rows/sec., 549.90 KiB/sec.
5906 2024.12.14 04:38:47.555115 [ 286 ] {a1a7dee1-a4e7-419b-ab04-14db5305f894} <Debug> TCPHandler: Processed in 0.002118715 sec.
5907 2024.12.14 04:38:47.555270 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5908 2024.12.14 04:38:47.555413 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5909 2024.12.14 04:38:47.555471 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5910 2024.12.14 04:38:47.556127 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5911 2024.12.14 04:38:47.556167 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5912 2024.12.14 04:38:47.556533 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5913 2024.12.14 04:38:47.556780 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5914 2024.12.14 04:38:47.557043 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00165 sec., 7878.787878787879 rows/sec., 491.24 KiB/sec.
5915 2024.12.14 04:38:47.557179 [ 284 ] {a656bc88-d900-4638-ba87-6c20143a6cef} <Debug> TCPHandler: Processed in 0.001971221 sec.
5916 2024.12.14 04:38:47.557437 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5917 2024.12.14 04:38:47.557659 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5918 2024.12.14 04:38:47.557749 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5919 2024.12.14 04:38:47.558552 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5920 2024.12.14 04:38:47.558592 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5921 2024.12.14 04:38:47.558984 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5922 2024.12.14 04:38:47.559222 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5923 2024.12.14 04:38:47.559404 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001801 sec., 228761.79900055524 rows/sec., 16.31 MiB/sec.
5924 2024.12.14 04:38:47.559458 [ 286 ] {67eea3ca-b153-4d50-bca9-9657899f44b0} <Debug> TCPHandler: Processed in 0.002151936 sec.
5925 2024.12.14 04:38:47.559625 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5926 2024.12.14 04:38:47.559766 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5927 2024.12.14 04:38:47.559825 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5928 2024.12.14 04:38:47.560399 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5929 2024.12.14 04:38:47.560451 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5930 2024.12.14 04:38:47.560879 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5931 2024.12.14 04:38:47.561114 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5932 2024.12.14 04:38:47.561320 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec.
5933 2024.12.14 04:38:47.561372 [ 284 ] {5bcd7d82-de80-40bc-9dee-7cbb450bb2fd} <Debug> TCPHandler: Processed in 0.001815188 sec.
5934 2024.12.14 04:38:47.561510 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5935 2024.12.14 04:38:47.561629 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5936 2024.12.14 04:38:47.561684 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5937 2024.12.14 04:38:47.562272 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5938 2024.12.14 04:38:47.562310 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5939 2024.12.14 04:38:47.562719 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5940 2024.12.14 04:38:47.562969 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5941 2024.12.14 04:38:47.563150 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001547 sec., 153199.74143503557 rows/sec., 10.27 MiB/sec.
5942 2024.12.14 04:38:47.563205 [ 286 ] {79c80567-9a7d-4407-b15a-cd70cebe75af} <Debug> TCPHandler: Processed in 0.001753396 sec.
5943 2024.12.14 04:38:47.563350 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5944 2024.12.14 04:38:47.563471 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5945 2024.12.14 04:38:47.563524 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5946 2024.12.14 04:38:47.564001 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5947 2024.12.14 04:38:47.564040 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5948 2024.12.14 04:38:47.564400 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5949 2024.12.14 04:38:47.564634 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5950 2024.12.14 04:38:47.564845 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec.
5951 2024.12.14 04:38:47.564906 [ 284 ] {ee072b14-4d46-49ae-8561-5b81db1da255} <Debug> TCPHandler: Processed in 0.001611732 sec.
5952 2024.12.14 04:38:47.565108 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5953 2024.12.14 04:38:47.565329 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5954 2024.12.14 04:38:47.565472 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5955 2024.12.14 04:38:47.566826 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5956 2024.12.14 04:38:47.566864 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5957 2024.12.14 04:38:47.567513 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5958 2024.12.14 04:38:47.567784 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5959 2024.12.14 04:38:47.567981 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002707 sec., 11082.379017362393 rows/sec., 19.86 MiB/sec.
5960 2024.12.14 04:38:47.568089 [ 286 ] {6abf424b-eb1c-41f8-a045-3aac98c6bf58} <Debug> TCPHandler: Processed in 0.003093591 sec.
5961 2024.12.14 04:38:47.568254 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5962 2024.12.14 04:38:47.568392 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5963 2024.12.14 04:38:47.568455 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5964 2024.12.14 04:38:47.569018 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5965 2024.12.14 04:38:47.569057 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5966 2024.12.14 04:38:47.569438 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5967 2024.12.14 04:38:47.569675 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2024.12.14 04:38:47.569899 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec.
5969 2024.12.14 04:38:47.569953 [ 284 ] {4339609d-a73e-45f0-b4c4-a690651236b7} <Debug> TCPHandler: Processed in 0.001766436 sec.
5970 2024.12.14 04:38:51.646078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5971 2024.12.14 04:38:51.646732 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2024.12.14 04:38:51.646781 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5973 2024.12.14 04:38:51.647374 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5974 2024.12.14 04:38:51.647636 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2024.12.14 04:38:51.647858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5976 2024.12.14 04:38:52.540612 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5977 2024.12.14 04:38:52.540821 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5978 2024.12.14 04:38:52.540900 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5979 2024.12.14 04:38:52.541646 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5980 2024.12.14 04:38:52.541695 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5981 2024.12.14 04:38:52.542110 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5982 2024.12.14 04:38:52.542354 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5983 2024.12.14 04:38:52.542591 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001826 sec., 1095.290251916758 rows/sec., 89.31 KiB/sec.
5984 2024.12.14 04:38:52.542658 [ 284 ] {89a736e9-9221-4be9-8b73-928a9c2ca6c3} <Debug> TCPHandler: Processed in 0.002180607 sec.
5985 2024.12.14 04:38:52.542923 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5986 2024.12.14 04:38:52.543124 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5987 2024.12.14 04:38:52.543197 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5988 2024.12.14 04:38:52.544003 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5989 2024.12.14 04:38:52.544044 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5990 2024.12.14 04:38:52.544485 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5991 2024.12.14 04:38:52.544744 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5992 2024.12.14 04:38:52.544953 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001882 sec., 43039.31987247609 rows/sec., 3.51 MiB/sec.
5993 2024.12.14 04:38:52.545019 [ 286 ] {43d6e9b1-2b21-4d4c-a454-c3dfd4756da0} <Debug> TCPHandler: Processed in 0.002235589 sec.
5994 2024.12.14 04:38:52.545196 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5995 2024.12.14 04:38:52.545345 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5996 2024.12.14 04:38:52.545407 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5997 2024.12.14 04:38:52.546117 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5998 2024.12.14 04:38:52.546159 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5999 2024.12.14 04:38:52.546526 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6000 2024.12.14 04:38:52.546761 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6001 2024.12.14 04:38:52.547010 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001694 sec., 8264.462809917355 rows/sec., 615.11 KiB/sec.
6002 2024.12.14 04:38:52.547159 [ 284 ] {601859c6-c12a-46d8-b49d-e39236c30298} <Debug> TCPHandler: Processed in 0.002026323 sec.
6003 2024.12.14 04:38:52.547447 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6004 2024.12.14 04:38:52.547679 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6005 2024.12.14 04:38:52.547774 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6006 2024.12.14 04:38:52.548511 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6007 2024.12.14 04:38:52.548549 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6008 2024.12.14 04:38:52.548920 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6009 2024.12.14 04:38:52.549163 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6010 2024.12.14 04:38:52.549347 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001727 sec., 45165.0260567458 rows/sec., 3.53 MiB/sec.
6011 2024.12.14 04:38:52.549400 [ 286 ] {04558a8e-02d2-46bf-985e-04fbb37e4876} <Debug> TCPHandler: Processed in 0.002125326 sec.
6012 2024.12.14 04:38:52.549565 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2024.12.14 04:38:52.549707 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6014 2024.12.14 04:38:52.549770 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6015 2024.12.14 04:38:52.550392 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2024.12.14 04:38:52.550433 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6017 2024.12.14 04:38:52.550826 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6018 2024.12.14 04:38:52.551067 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2024.12.14 04:38:52.551287 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec.
6020 2024.12.14 04:38:52.551343 [ 284 ] {2b48e8ff-8e25-41f7-887f-041bf06d2c7a} <Debug> TCPHandler: Processed in 0.001846868 sec.
6021 2024.12.14 04:38:52.551490 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6022 2024.12.14 04:38:52.551631 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6023 2024.12.14 04:38:52.551725 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6024 2024.12.14 04:38:52.552916 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6025 2024.12.14 04:38:52.552953 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6026 2024.12.14 04:38:52.553571 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6027 2024.12.14 04:38:52.553847 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6028 2024.12.14 04:38:52.554057 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002459 sec., 4880.032533550224 rows/sec., 8.74 MiB/sec.
6029 2024.12.14 04:38:52.554162 [ 286 ] {d5427fc3-b948-47bb-be7a-f1f98afab87a} <Debug> TCPHandler: Processed in 0.002737452 sec.
6030 2024.12.14 04:38:52.554319 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6031 2024.12.14 04:38:52.554460 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6032 2024.12.14 04:38:52.554520 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6033 2024.12.14 04:38:52.555093 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6034 2024.12.14 04:38:52.555132 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6035 2024.12.14 04:38:52.555508 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6036 2024.12.14 04:38:52.555740 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2024.12.14 04:38:52.555974 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec.
6038 2024.12.14 04:38:52.556080 [ 284 ] {465a1356-1876-4247-adf3-fbf4d5aa957e} <Debug> TCPHandler: Processed in 0.001827948 sec.
6039 2024.12.14 04:38:52.560528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6040 2024.12.14 04:38:52.581903 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6041 2024.12.14 04:38:52.581949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6042 2024.12.14 04:38:52.589399 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6043 2024.12.14 04:38:52.590168 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6044 2024.12.14 04:38:52.593097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6045 2024.12.14 04:38:54.205062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 862
6046 2024.12.14 04:38:54.208301 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6047 2024.12.14 04:38:54.208351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6048 2024.12.14 04:38:54.209810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6049 2024.12.14 04:38:54.210127 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6050 2024.12.14 04:38:54.210293 [ 150 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6051 2024.12.14 04:38:54.210368 [ 150 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6052 2024.12.14 04:38:54.210417 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6053 2024.12.14 04:38:54.211022 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
6054 2024.12.14 04:38:54.211676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862
6055 2024.12.14 04:38:54.212162 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6056 2024.12.14 04:38:54.212354 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 692 rows starting from the beginning of the part
6057 2024.12.14 04:38:54.213077 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
6058 2024.12.14 04:38:54.213692 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
6059 2024.12.14 04:38:54.214281 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part
6060 2024.12.14 04:38:54.214978 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
6061 2024.12.14 04:38:54.215596 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
6062 2024.12.14 04:38:54.224474 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 72 columns (72 merged, 0 gathered) in 0.013913302 sec., 61955.09879682048 rows/sec., 51.34 MiB/sec.
6063 2024.12.14 04:38:54.225876 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6064 2024.12.14 04:38:54.226664 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6065 2024.12.14 04:38:54.226748 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_21_4} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6066 2024.12.14 04:38:54.227098 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB.
6067 2024.12.14 04:38:57.544959 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6068 2024.12.14 04:38:57.545183 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6069 2024.12.14 04:38:57.545262 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6070 2024.12.14 04:38:57.546015 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6071 2024.12.14 04:38:57.546063 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6072 2024.12.14 04:38:57.546501 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6073 2024.12.14 04:38:57.546752 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6074 2024.12.14 04:38:57.546946 [ 144 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6075 2024.12.14 04:38:57.547005 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec.
6076 2024.12.14 04:38:57.547077 [ 144 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6077 2024.12.14 04:38:57.547146 [ 284 ] {9510ca95-e829-473d-b505-07458f87eb23} <Debug> TCPHandler: Processed in 0.0023185 sec.
6078 2024.12.14 04:38:57.547161 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6079 2024.12.14 04:38:57.547396 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6080 2024.12.14 04:38:57.547465 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6081 2024.12.14 04:38:57.547614 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6082 2024.12.14 04:38:57.547665 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6083 2024.12.14 04:38:57.547683 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6084 2024.12.14 04:38:57.547787 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6085 2024.12.14 04:38:57.547828 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6086 2024.12.14 04:38:57.548291 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6087 2024.12.14 04:38:57.548669 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6088 2024.12.14 04:38:57.549032 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
6089 2024.12.14 04:38:57.550431 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6090 2024.12.14 04:38:57.550484 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6091 2024.12.14 04:38:57.550808 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003498091 sec., 20010.91452452209 rows/sec., 1.48 MiB/sec.
6092 2024.12.14 04:38:57.551149 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6093 2024.12.14 04:38:57.551254 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6094 2024.12.14 04:38:57.551644 [ 188 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_17_4} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2024.12.14 04:38:57.551717 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6096 2024.12.14 04:38:57.551857 [ 188 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_17_4} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6097 2024.12.14 04:38:57.552022 [ 144 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6098 2024.12.14 04:38:57.552153 [ 144 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6099 2024.12.14 04:38:57.552192 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6100 2024.12.14 04:38:57.552218 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6101 2024.12.14 04:38:57.552279 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.004642 sec., 56656.61352865144 rows/sec., 4.99 MiB/sec.
6102 2024.12.14 04:38:57.552675 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
6103 2024.12.14 04:38:57.552675 [ 286 ] {41fcdedc-594c-4183-b638-bb354e3dea41} <Debug> TCPHandler: Processed in 0.005350729 sec.
6104 2024.12.14 04:38:57.553063 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6105 2024.12.14 04:38:57.553206 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6106 2024.12.14 04:38:57.553342 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part
6107 2024.12.14 04:38:57.553501 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6108 2024.12.14 04:38:57.553680 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part
6109 2024.12.14 04:38:57.553727 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6110 2024.12.14 04:38:57.554012 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part
6111 2024.12.14 04:38:57.554330 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 263 rows starting from the beginning of the part
6112 2024.12.14 04:38:57.554625 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 81 rows starting from the beginning of the part
6113 2024.12.14 04:38:57.555070 [ 188 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 263 rows starting from the beginning of the part
6114 2024.12.14 04:38:57.556475 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6115 2024.12.14 04:38:57.556538 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6116 2024.12.14 04:38:57.557541 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6117 2024.12.14 04:38:57.557898 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6118 2024.12.14 04:38:57.558502 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.00513 sec., 7212.4756335282655 rows/sec., 528.64 KiB/sec.
6119 2024.12.14 04:38:57.558839 [ 284 ] {c98ddfde-b9a4-4cd7-9c8f-a71b6c247568} <Debug> TCPHandler: Processed in 0.005987596 sec.
6120 2024.12.14 04:38:57.558862 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653367 sec., 333656.27587557986 rows/sec., 29.45 MiB/sec.
6121 2024.12.14 04:38:57.559126 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6122 2024.12.14 04:38:57.559216 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6123 2024.12.14 04:38:57.559393 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6124 2024.12.14 04:38:57.559481 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6125 2024.12.14 04:38:57.559726 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6126 2024.12.14 04:38:57.559937 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_46_9} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6127 2024.12.14 04:38:57.560151 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
6128 2024.12.14 04:38:57.560564 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6129 2024.12.14 04:38:57.560609 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6130 2024.12.14 04:38:57.560971 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6131 2024.12.14 04:38:57.561219 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6132 2024.12.14 04:38:57.561448 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002106 sec., 6647.6733143399815 rows/sec., 465.56 KiB/sec.
6133 2024.12.14 04:38:57.561503 [ 286 ] {fa70c836-b1dd-4427-beab-1f7a3d8b8612} <Debug> TCPHandler: Processed in 0.002528995 sec.
6134 2024.12.14 04:38:57.561664 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6135 2024.12.14 04:38:57.561810 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6136 2024.12.14 04:38:57.561871 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6137 2024.12.14 04:38:57.562513 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6138 2024.12.14 04:38:57.562554 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6139 2024.12.14 04:38:57.562912 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6140 2024.12.14 04:38:57.563149 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6141 2024.12.14 04:38:57.563301 [ 144 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6142 2024.12.14 04:38:57.563364 [ 144 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2024.12.14 04:38:57.563396 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec.
6144 2024.12.14 04:38:57.563403 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6145 2024.12.14 04:38:57.563563 [ 284 ] {67aebd26-ff76-4ef9-8412-3bb729addd42} <Debug> TCPHandler: Processed in 0.001963881 sec.
6146 2024.12.14 04:38:57.563803 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6147 2024.12.14 04:38:57.564057 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6148 2024.12.14 04:38:57.564138 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6149 2024.12.14 04:38:57.564204 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6150 2024.12.14 04:38:57.564290 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6151 2024.12.14 04:38:57.564441 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6152 2024.12.14 04:38:57.564538 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6153 2024.12.14 04:38:57.564768 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6154 2024.12.14 04:38:57.565134 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6155 2024.12.14 04:38:57.565436 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
6156 2024.12.14 04:38:57.567408 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6157 2024.12.14 04:38:57.567492 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6158 2024.12.14 04:38:57.568028 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004492807 sec., 14467.570051417744 rows/sec., 958.56 KiB/sec.
6159 2024.12.14 04:38:57.568261 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6160 2024.12.14 04:38:57.568559 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6161 2024.12.14 04:38:57.568823 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_17_4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2024.12.14 04:38:57.568979 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_17_4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6163 2024.12.14 04:38:57.569058 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2024.12.14 04:38:57.569127 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6165 2024.12.14 04:38:57.569308 [ 144 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6166 2024.12.14 04:38:57.569370 [ 144 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6167 2024.12.14 04:38:57.569411 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.005168 sec., 79721.36222910217 rows/sec., 5.68 MiB/sec.
6168 2024.12.14 04:38:57.569416 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6169 2024.12.14 04:38:57.569676 [ 286 ] {ced11503-0a99-4590-aa88-e146214b094c} <Debug> TCPHandler: Processed in 0.005955335 sec.
6170 2024.12.14 04:38:57.569883 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
6171 2024.12.14 04:38:57.570008 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6172 2024.12.14 04:38:57.570462 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6173 2024.12.14 04:38:57.570461 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6174 2024.12.14 04:38:57.570574 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part
6175 2024.12.14 04:38:57.570621 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6176 2024.12.14 04:38:57.570786 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part
6177 2024.12.14 04:38:57.571035 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 76 rows starting from the beginning of the part
6178 2024.12.14 04:38:57.571246 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 412 rows starting from the beginning of the part
6179 2024.12.14 04:38:57.571455 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 78 rows starting from the beginning of the part
6180 2024.12.14 04:38:57.571637 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 412 rows starting from the beginning of the part
6181 2024.12.14 04:38:57.572194 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6182 2024.12.14 04:38:57.572242 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6183 2024.12.14 04:38:57.572783 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6184 2024.12.14 04:38:57.573064 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6185 2024.12.14 04:38:57.573413 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003102 sec., 1934.2359767891683 rows/sec., 101.06 KiB/sec.
6186 2024.12.14 04:38:57.573511 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.003944303 sec., 496412.16711799277 rows/sec., 38.00 MiB/sec.
6187 2024.12.14 04:38:57.573534 [ 284 ] {77808a51-0ca4-4c5d-b871-270ac9a94252} <Debug> TCPHandler: Processed in 0.003692396 sec.
6188 2024.12.14 04:38:57.573741 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6189 2024.12.14 04:38:57.573762 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6190 2024.12.14 04:38:57.573934 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6191 2024.12.14 04:38:57.574041 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6192 2024.12.14 04:38:57.574345 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6193 2024.12.14 04:38:57.574600 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_46_9} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6194 2024.12.14 04:38:57.574741 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6195 2024.12.14 04:38:57.575074 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2024.12.14 04:38:57.575118 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6197 2024.12.14 04:38:57.575524 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6198 2024.12.14 04:38:57.575765 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2024.12.14 04:38:57.575934 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6200 2024.12.14 04:38:57.576004 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6201 2024.12.14 04:38:57.576018 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002117 sec., 111950.87387812944 rows/sec., 7.50 MiB/sec.
6202 2024.12.14 04:38:57.576050 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6203 2024.12.14 04:38:57.576176 [ 286 ] {6d7d0efb-ba9e-4d11-acd9-1d230cdac378} <Debug> TCPHandler: Processed in 0.002529166 sec.
6204 2024.12.14 04:38:57.576376 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
6205 2024.12.14 04:38:57.576394 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6206 2024.12.14 04:38:57.576692 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6207 2024.12.14 04:38:57.576710 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6208 2024.12.14 04:38:57.576795 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6209 2024.12.14 04:38:57.576803 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13183 rows starting from the beginning of the part
6210 2024.12.14 04:38:57.577211 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 118 rows starting from the beginning of the part
6211 2024.12.14 04:38:57.577567 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part
6212 2024.12.14 04:38:57.577938 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6213 2024.12.14 04:38:57.578273 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part
6214 2024.12.14 04:38:57.578603 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
6215 2024.12.14 04:38:57.579356 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2024.12.14 04:38:57.579424 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6217 2024.12.14 04:38:57.580175 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6218 2024.12.14 04:38:57.580513 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6219 2024.12.14 04:38:57.580894 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004281 sec., 233.590282644242 rows/sec., 15.74 KiB/sec.
6220 2024.12.14 04:38:57.581110 [ 284 ] {36ff4825-c051-4b0a-a2b8-8152d3342030} <Debug> TCPHandler: Processed in 0.004813625 sec.
6221 2024.12.14 04:38:57.581342 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6222 2024.12.14 04:38:57.581636 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6223 2024.12.14 04:38:57.581893 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6224 2024.12.14 04:38:57.583825 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6225 2024.12.14 04:38:57.583865 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6226 2024.12.14 04:38:57.585039 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14096 rows, containing 5 columns (5 merged, 0 gathered) in 0.00884156 sec., 1594288.7906659006 rows/sec., 107.76 MiB/sec.
6227 2024.12.14 04:38:57.585147 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6228 2024.12.14 04:38:57.585506 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6229 2024.12.14 04:38:57.585551 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6230 2024.12.14 04:38:57.586074 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00455 sec., 6593.406593406593 rows/sec., 11.82 MiB/sec.
6231 2024.12.14 04:38:57.586295 [ 199 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6232 2024.12.14 04:38:57.586338 [ 286 ] {7f092352-110a-49ff-8bc7-f0e04c024d05} <Debug> TCPHandler: Processed in 0.005106073 sec.
6233 2024.12.14 04:38:57.586467 [ 199 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6234 2024.12.14 04:38:57.586561 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6235 2024.12.14 04:38:57.586602 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.68 MiB.
6236 2024.12.14 04:38:57.586722 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6237 2024.12.14 04:38:57.586786 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6238 2024.12.14 04:38:57.587338 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6239 2024.12.14 04:38:57.587378 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6240 2024.12.14 04:38:57.587760 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6241 2024.12.14 04:38:57.588013 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6242 2024.12.14 04:38:57.588175 [ 144 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6243 2024.12.14 04:38:57.588234 [ 144 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6244 2024.12.14 04:38:57.588250 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec.
6245 2024.12.14 04:38:57.588275 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6246 2024.12.14 04:38:57.588415 [ 284 ] {9bc280af-a37b-49ff-afa0-f0c93548fe11} <Debug> TCPHandler: Processed in 0.001962971 sec.
6247 2024.12.14 04:38:57.588734 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
6248 2024.12.14 04:38:57.589014 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6249 2024.12.14 04:38:57.589054 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2434 rows starting from the beginning of the part
6250 2024.12.14 04:38:57.589179 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part
6251 2024.12.14 04:38:57.589355 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
6252 2024.12.14 04:38:57.589507 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6253 2024.12.14 04:38:57.589596 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
6254 2024.12.14 04:38:57.589832 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6255 2024.12.14 04:38:57.591269 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 4 columns (4 merged, 0 gathered) in 0.002854574 sec., 967569.9421349736 rows/sec., 63.29 MiB/sec.
6256 2024.12.14 04:38:57.591566 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6257 2024.12.14 04:38:57.591893 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6258 2024.12.14 04:38:57.591973 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_46_9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6259 2024.12.14 04:38:57.592058 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6260 2024.12.14 04:38:59.006370 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache
6261 2024.12.14 04:38:59.006425 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache
6262 2024.12.14 04:38:59.147984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6263 2024.12.14 04:38:59.148692 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6264 2024.12.14 04:38:59.148737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6265 2024.12.14 04:38:59.149268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6266 2024.12.14 04:38:59.149527 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6267 2024.12.14 04:38:59.149760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6268 2024.12.14 04:39:00.093167 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6269 2024.12.14 04:39:00.115087 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6270 2024.12.14 04:39:00.115142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6271 2024.12.14 04:39:00.122630 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6272 2024.12.14 04:39:00.123409 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6273 2024.12.14 04:39:00.126008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6274 2024.12.14 04:39:02.540663 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6275 2024.12.14 04:39:02.540860 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6276 2024.12.14 04:39:02.540931 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6277 2024.12.14 04:39:02.541705 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6278 2024.12.14 04:39:02.541749 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6279 2024.12.14 04:39:02.542183 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6280 2024.12.14 04:39:02.542437 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6281 2024.12.14 04:39:02.542639 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001829 sec., 43739.74849644615 rows/sec., 3.57 MiB/sec.
6282 2024.12.14 04:39:02.542703 [ 284 ] {47a0e7eb-88b4-4c02-b9a4-9270cda2e53d} <Debug> TCPHandler: Processed in 0.002172126 sec.
6283 2024.12.14 04:39:02.542965 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6284 2024.12.14 04:39:02.543184 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6285 2024.12.14 04:39:02.543265 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6286 2024.12.14 04:39:02.544035 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6287 2024.12.14 04:39:02.544111 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6288 2024.12.14 04:39:02.544541 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6289 2024.12.14 04:39:02.544792 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6290 2024.12.14 04:39:02.544963 [ 138 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6291 2024.12.14 04:39:02.545040 [ 138 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6292 2024.12.14 04:39:02.545054 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00192 sec., 6250 rows/sec., 469.97 KiB/sec.
6293 2024.12.14 04:39:02.545083 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6294 2024.12.14 04:39:02.545257 [ 286 ] {4f0d85b8-ab70-4368-acd7-57d5d446f589} <Debug> TCPHandler: Processed in 0.002424083 sec.
6295 2024.12.14 04:39:02.545546 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6296 2024.12.14 04:39:02.545649 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
6297 2024.12.14 04:39:02.545944 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6298 2024.12.14 04:39:02.546104 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6299 2024.12.14 04:39:02.546207 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6300 2024.12.14 04:39:02.546322 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 67 rows starting from the beginning of the part
6301 2024.12.14 04:39:02.546649 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part
6302 2024.12.14 04:39:02.547083 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part
6303 2024.12.14 04:39:02.547467 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
6304 2024.12.14 04:39:02.547791 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 37 rows starting from the beginning of the part
6305 2024.12.14 04:39:02.548136 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part
6306 2024.12.14 04:39:02.549090 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2024.12.14 04:39:02.549147 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6308 2024.12.14 04:39:02.550274 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6309 2024.12.14 04:39:02.550855 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2024.12.14 04:39:02.551214 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005986296 sec., 29901.628653177188 rows/sec., 2.26 MiB/sec.
6311 2024.12.14 04:39:02.551311 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005499 sec., 13820.6946717585 rows/sec., 1.08 MiB/sec.
6312 2024.12.14 04:39:02.551391 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6313 2024.12.14 04:39:02.551392 [ 284 ] {0a017684-ce8d-4ae2-a52a-520fa1383870} <Debug> TCPHandler: Processed in 0.006025587 sec.
6314 2024.12.14 04:39:02.551598 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6315 2024.12.14 04:39:02.551788 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6316 2024.12.14 04:39:02.551844 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6317 2024.12.14 04:39:02.551953 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_36_7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6318 2024.12.14 04:39:02.551970 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6319 2024.12.14 04:39:02.552157 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6320 2024.12.14 04:39:02.552779 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6321 2024.12.14 04:39:02.552824 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6322 2024.12.14 04:39:02.553236 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6323 2024.12.14 04:39:02.553483 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6324 2024.12.14 04:39:02.553715 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00194 sec., 82474.22680412371 rows/sec., 5.74 MiB/sec.
6325 2024.12.14 04:39:02.553772 [ 286 ] {82578cf7-153f-4afe-9c64-63de00ea3c01} <Debug> TCPHandler: Processed in 0.002261369 sec.
6326 2024.12.14 04:39:02.553963 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6327 2024.12.14 04:39:02.554105 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6328 2024.12.14 04:39:02.554203 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6329 2024.12.14 04:39:02.555359 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6330 2024.12.14 04:39:02.555399 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6331 2024.12.14 04:39:02.556036 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6332 2024.12.14 04:39:02.556291 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6333 2024.12.14 04:39:02.556511 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6334 2024.12.14 04:39:02.556599 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002521 sec., 4760.0158667195565 rows/sec., 8.53 MiB/sec.
6335 2024.12.14 04:39:02.556627 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6336 2024.12.14 04:39:02.556731 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6337 2024.12.14 04:39:02.556989 [ 284 ] {354e939f-3d56-4d26-a9a9-c5c53bfa6633} <Debug> TCPHandler: Processed in 0.003090631 sec.
6338 2024.12.14 04:39:02.557025 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
6339 2024.12.14 04:39:02.557204 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6340 2024.12.14 04:39:02.557466 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6341 2024.12.14 04:39:02.557479 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6342 2024.12.14 04:39:02.557596 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 695 rows starting from the beginning of the part
6343 2024.12.14 04:39:02.557607 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6344 2024.12.14 04:39:02.558482 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part
6345 2024.12.14 04:39:02.559177 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part
6346 2024.12.14 04:39:02.559910 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part
6347 2024.12.14 04:39:02.560046 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2024.12.14 04:39:02.560314 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6349 2024.12.14 04:39:02.560367 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part
6350 2024.12.14 04:39:02.561022 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part
6351 2024.12.14 04:39:02.561930 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6352 2024.12.14 04:39:02.562457 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6353 2024.12.14 04:39:02.563099 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005684 sec., 10555.94651653765 rows/sec., 728.47 KiB/sec.
6354 2024.12.14 04:39:02.563307 [ 286 ] {71054e41-9b08-42f8-84bf-fab8d1b6a4c9} <Debug> TCPHandler: Processed in 0.006213652 sec.
6355 2024.12.14 04:39:02.571858 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 791 rows, containing 19 columns (19 merged, 0 gathered) in 0.01496524 sec., 52855.81788197182 rows/sec., 94.72 MiB/sec.
6356 2024.12.14 04:39:02.573328 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6357 2024.12.14 04:39:02.573785 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6358 2024.12.14 04:39:02.573878 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6359 2024.12.14 04:39:02.574044 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
6360 2024.12.14 04:39:03.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.68 MiB, peak 207.17 MiB, free memory in arenas 0.00 B, will set to 201.63 MiB (RSS), difference: 1.95 MiB
6361 2024.12.14 04:39:03.819165 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6362 2024.12.14 04:39:03.819378 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6363 2024.12.14 04:39:03.819463 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6364 2024.12.14 04:39:03.820232 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6365 2024.12.14 04:39:03.820294 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6366 2024.12.14 04:39:03.820755 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6367 2024.12.14 04:39:03.821014 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6368 2024.12.14 04:39:03.821254 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec.
6369 2024.12.14 04:39:03.821325 [ 284 ] {dd219fc3-eb53-4e10-8268-505c7ad782e2} <Debug> TCPHandler: Processed in 0.00229984 sec.
6370 2024.12.14 04:39:03.821626 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6371 2024.12.14 04:39:03.821846 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6372 2024.12.14 04:39:03.821932 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6373 2024.12.14 04:39:03.822756 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6374 2024.12.14 04:39:03.822809 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6375 2024.12.14 04:39:03.823237 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6376 2024.12.14 04:39:03.823497 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6377 2024.12.14 04:39:03.823749 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001967 sec., 2033.5536349771226 rows/sec., 165.82 KiB/sec.
6378 2024.12.14 04:39:03.823817 [ 286 ] {a58e8ba2-8d39-4225-a2c7-088a6207732b} <Debug> TCPHandler: Processed in 0.002351201 sec.
6379 2024.12.14 04:39:03.823984 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6380 2024.12.14 04:39:03.824137 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6381 2024.12.14 04:39:03.824199 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6382 2024.12.14 04:39:03.825373 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6383 2024.12.14 04:39:03.825417 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6384 2024.12.14 04:39:03.825879 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6385 2024.12.14 04:39:03.826123 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6386 2024.12.14 04:39:03.826345 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002245 sec., 625835.1893095769 rows/sec., 52.38 MiB/sec.
6387 2024.12.14 04:39:03.826405 [ 284 ] {f355ce84-211f-4d37-8314-2ffd8b0f2658} <Debug> TCPHandler: Processed in 0.002491665 sec.
6388 2024.12.14 04:39:03.826622 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6389 2024.12.14 04:39:03.826832 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6390 2024.12.14 04:39:03.826921 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6391 2024.12.14 04:39:03.827765 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2024.12.14 04:39:03.827807 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6393 2024.12.14 04:39:03.828188 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6394 2024.12.14 04:39:03.828444 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2024.12.14 04:39:03.828680 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001898 sec., 21601.68598524763 rows/sec., 1.54 MiB/sec.
6396 2024.12.14 04:39:03.828886 [ 286 ] {2f9e490f-ccf5-46b9-9e52-f86c47a0510f} <Debug> TCPHandler: Processed in 0.002363342 sec.
6397 2024.12.14 04:39:03.829101 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6398 2024.12.14 04:39:03.829243 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6399 2024.12.14 04:39:03.829302 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6400 2024.12.14 04:39:03.829969 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6401 2024.12.14 04:39:03.830010 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6402 2024.12.14 04:39:03.830378 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6403 2024.12.14 04:39:03.830621 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2024.12.14 04:39:03.830838 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001627 sec., 148740.012292563 rows/sec., 10.08 MiB/sec.
6405 2024.12.14 04:39:03.830891 [ 284 ] {a3814100-58a1-4830-9d6a-46c22617eb70} <Debug> TCPHandler: Processed in 0.00189922 sec.
6406 2024.12.14 04:39:03.831049 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6407 2024.12.14 04:39:03.831188 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6408 2024.12.14 04:39:03.831247 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6409 2024.12.14 04:39:03.831863 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6410 2024.12.14 04:39:03.831903 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6411 2024.12.14 04:39:03.832263 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6412 2024.12.14 04:39:03.832514 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2024.12.14 04:39:03.832722 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
6414 2024.12.14 04:39:03.832778 [ 286 ] {c91c52ca-b5d7-40cc-aa5f-b98873994ba0} <Debug> TCPHandler: Processed in 0.001795966 sec.
6415 2024.12.14 04:39:03.832937 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6416 2024.12.14 04:39:03.833077 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6417 2024.12.14 04:39:03.833135 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6418 2024.12.14 04:39:03.834117 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6419 2024.12.14 04:39:03.834156 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6420 2024.12.14 04:39:03.834565 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6421 2024.12.14 04:39:03.834805 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6422 2024.12.14 04:39:03.834983 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.001937 sec., 450180.69179143006 rows/sec., 32.62 MiB/sec.
6423 2024.12.14 04:39:03.835043 [ 284 ] {62f85da8-2688-4c2d-8d91-139bdea55df3} <Debug> TCPHandler: Processed in 0.002173336 sec.
6424 2024.12.14 04:39:03.835195 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6425 2024.12.14 04:39:03.835312 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6426 2024.12.14 04:39:03.835365 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6427 2024.12.14 04:39:03.835934 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6428 2024.12.14 04:39:03.835981 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6429 2024.12.14 04:39:03.836414 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6430 2024.12.14 04:39:03.836676 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6431 2024.12.14 04:39:03.836895 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec.
6432 2024.12.14 04:39:03.836950 [ 286 ] {056c9de0-d9ce-4e06-9348-21c7adf32949} <Debug> TCPHandler: Processed in 0.001809397 sec.
6433 2024.12.14 04:39:03.837114 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6434 2024.12.14 04:39:03.837232 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6435 2024.12.14 04:39:03.837286 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6436 2024.12.14 04:39:03.838082 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6437 2024.12.14 04:39:03.838119 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6438 2024.12.14 04:39:03.838560 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6439 2024.12.14 04:39:03.838797 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6440 2024.12.14 04:39:03.838974 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001767 sec., 526881.7204301076 rows/sec., 35.02 MiB/sec.
6441 2024.12.14 04:39:03.839037 [ 284 ] {4b03a6ed-9747-4824-b82f-f82e10a1048a} <Debug> TCPHandler: Processed in 0.001983561 sec.
6442 2024.12.14 04:39:03.839193 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6443 2024.12.14 04:39:03.839334 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6444 2024.12.14 04:39:03.839394 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6445 2024.12.14 04:39:03.839952 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6446 2024.12.14 04:39:03.839999 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6447 2024.12.14 04:39:03.840425 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6448 2024.12.14 04:39:03.840679 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6449 2024.12.14 04:39:03.840896 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001595 sec., 626.9592476489028 rows/sec., 42.25 KiB/sec.
6450 2024.12.14 04:39:03.840949 [ 286 ] {a4eb00e0-c502-4ee1-864b-a908f6062d76} <Debug> TCPHandler: Processed in 0.001823667 sec.
6451 2024.12.14 04:39:03.841096 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6452 2024.12.14 04:39:03.841214 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6453 2024.12.14 04:39:03.841295 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6454 2024.12.14 04:39:03.842486 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2024.12.14 04:39:03.842524 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6456 2024.12.14 04:39:03.843160 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6457 2024.12.14 04:39:03.843420 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6458 2024.12.14 04:39:03.843619 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002431 sec., 12340.600575894694 rows/sec., 22.11 MiB/sec.
6459 2024.12.14 04:39:03.843731 [ 284 ] {844a9a9b-17d3-402a-a961-87a7b8ba79ce} <Debug> TCPHandler: Processed in 0.00269306 sec.
6460 2024.12.14 04:39:03.843876 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6461 2024.12.14 04:39:03.843994 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6462 2024.12.14 04:39:03.844046 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6463 2024.12.14 04:39:03.844533 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6464 2024.12.14 04:39:03.844572 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6465 2024.12.14 04:39:03.844944 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6466 2024.12.14 04:39:03.845191 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2024.12.14 04:39:03.845396 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001426 sec., 26647.96633941094 rows/sec., 1.58 MiB/sec.
6468 2024.12.14 04:39:03.845449 [ 286 ] {05139b30-9725-437f-ba06-fd7b95359a5d} <Debug> TCPHandler: Processed in 0.001631972 sec.
6469 2024.12.14 04:39:04.211906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 920
6470 2024.12.14 04:39:04.215444 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6471 2024.12.14 04:39:04.215497 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6472 2024.12.14 04:39:04.216972 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6473 2024.12.14 04:39:04.217283 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6474 2024.12.14 04:39:04.217885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 920
6475 2024.12.14 04:39:06.649888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6476 2024.12.14 04:39:06.650614 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6477 2024.12.14 04:39:06.650657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6478 2024.12.14 04:39:06.651180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6479 2024.12.14 04:39:06.651432 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6480 2024.12.14 04:39:06.651591 [ 132 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6481 2024.12.14 04:39:06.651624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6482 2024.12.14 04:39:06.651637 [ 132 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6483 2024.12.14 04:39:06.651661 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6484 2024.12.14 04:39:06.651855 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
6485 2024.12.14 04:39:06.652085 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6486 2024.12.14 04:39:06.652131 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
6487 2024.12.14 04:39:06.652210 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6488 2024.12.14 04:39:06.652407 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6489 2024.12.14 04:39:06.652574 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6490 2024.12.14 04:39:06.652726 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6491 2024.12.14 04:39:06.652884 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6492 2024.12.14 04:39:06.655225 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003486501 sec., 4076579.929275798 rows/sec., 58.32 MiB/sec.
6493 2024.12.14 04:39:06.655696 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6494 2024.12.14 04:39:06.656065 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6495 2024.12.14 04:39:06.656173 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_31_6} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6496 2024.12.14 04:39:06.656301 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6497 2024.12.14 04:39:07.537839 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6498 2024.12.14 04:39:07.538048 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6499 2024.12.14 04:39:07.538129 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6500 2024.12.14 04:39:07.538981 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6501 2024.12.14 04:39:07.539035 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6502 2024.12.14 04:39:07.539504 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6503 2024.12.14 04:39:07.539836 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2024.12.14 04:39:07.540074 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002083 sec., 26884.301488238114 rows/sec., 2.07 MiB/sec.
6505 2024.12.14 04:39:07.540138 [ 284 ] {63e33ccd-0211-4762-bf05-a60a37935608} <Debug> TCPHandler: Processed in 0.002441273 sec.
6506 2024.12.14 04:39:07.540400 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6507 2024.12.14 04:39:07.540596 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6508 2024.12.14 04:39:07.540672 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6509 2024.12.14 04:39:07.541464 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6510 2024.12.14 04:39:07.541516 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6511 2024.12.14 04:39:07.541965 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6512 2024.12.14 04:39:07.542227 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2024.12.14 04:39:07.542456 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec.
6514 2024.12.14 04:39:07.542534 [ 286 ] {00018470-1a73-4006-8ff2-175984c2bf51} <Debug> TCPHandler: Processed in 0.002268429 sec.
6515 2024.12.14 04:39:07.542711 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6516 2024.12.14 04:39:07.542861 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6517 2024.12.14 04:39:07.542929 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6518 2024.12.14 04:39:07.543610 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6519 2024.12.14 04:39:07.543652 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6520 2024.12.14 04:39:07.544056 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6521 2024.12.14 04:39:07.544295 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6522 2024.12.14 04:39:07.544522 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001698 sec., 69493.52179034158 rows/sec., 4.84 MiB/sec.
6523 2024.12.14 04:39:07.544579 [ 284 ] {b1e7b597-f4b6-4917-9cd8-0de62c81a854} <Debug> TCPHandler: Processed in 0.00193873 sec.
6524 2024.12.14 04:39:07.544754 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6525 2024.12.14 04:39:07.544907 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6526 2024.12.14 04:39:07.544976 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6527 2024.12.14 04:39:07.545580 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6528 2024.12.14 04:39:07.545623 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6529 2024.12.14 04:39:07.546017 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6530 2024.12.14 04:39:07.546278 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6531 2024.12.14 04:39:07.546498 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001633 sec., 26944.27434170239 rows/sec., 1.81 MiB/sec.
6532 2024.12.14 04:39:07.546552 [ 286 ] {a3b29b23-59f5-4cb6-a8c1-45a6e8d32cff} <Debug> TCPHandler: Processed in 0.001863829 sec.
6533 2024.12.14 04:39:07.626072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6534 2024.12.14 04:39:07.650970 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6535 2024.12.14 04:39:07.651032 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6536 2024.12.14 04:39:07.658835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6537 2024.12.14 04:39:07.659608 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6538 2024.12.14 04:39:07.660002 [ 128 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6539 2024.12.14 04:39:07.660140 [ 128 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6540 2024.12.14 04:39:07.660215 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6541 2024.12.14 04:39:07.660703 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6542 2024.12.14 04:39:07.675619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6543 2024.12.14 04:39:07.677516 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6544 2024.12.14 04:39:07.679209 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6545 2024.12.14 04:39:07.685056 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6546 2024.12.14 04:39:07.690866 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6547 2024.12.14 04:39:07.696580 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6548 2024.12.14 04:39:07.702307 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6549 2024.12.14 04:39:07.706773 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
6550 2024.12.14 04:39:07.765382 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105019286 sec., 2228.1621682326045 rows/sec., 11.52 MiB/sec.
6551 2024.12.14 04:39:07.768185 [ 201 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6552 2024.12.14 04:39:07.771192 [ 201 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_31_6} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6553 2024.12.14 04:39:07.771335 [ 201 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_31_6} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6554 2024.12.14 04:39:07.773827 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6555 2024.12.14 04:39:12.539598 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6556 2024.12.14 04:39:12.539816 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6557 2024.12.14 04:39:12.539886 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6558 2024.12.14 04:39:12.540673 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6559 2024.12.14 04:39:12.540718 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6560 2024.12.14 04:39:12.541151 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6561 2024.12.14 04:39:12.541411 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6562 2024.12.14 04:39:12.541638 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001874 sec., 42689.43436499466 rows/sec., 3.49 MiB/sec.
6563 2024.12.14 04:39:12.541742 [ 284 ] {55770682-6cb7-4ddc-b6e8-296e853e319e} <Debug> TCPHandler: Processed in 0.002279849 sec.
6564 2024.12.14 04:39:12.542043 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6565 2024.12.14 04:39:12.542239 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6566 2024.12.14 04:39:12.542315 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6567 2024.12.14 04:39:12.543079 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6568 2024.12.14 04:39:12.543133 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6569 2024.12.14 04:39:12.543578 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6570 2024.12.14 04:39:12.543838 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2024.12.14 04:39:12.544073 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001887 sec., 6359.300476947536 rows/sec., 478.19 KiB/sec.
6572 2024.12.14 04:39:12.544141 [ 286 ] {5e1aeef5-6044-4028-9a51-56a81a434e9d} <Debug> TCPHandler: Processed in 0.002274249 sec.
6573 2024.12.14 04:39:12.544316 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6574 2024.12.14 04:39:12.544461 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6575 2024.12.14 04:39:12.544527 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6576 2024.12.14 04:39:12.545218 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2024.12.14 04:39:12.545257 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6578 2024.12.14 04:39:12.545629 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6579 2024.12.14 04:39:12.545875 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2024.12.14 04:39:12.546058 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001631 sec., 46597.179644389944 rows/sec., 3.64 MiB/sec.
6581 2024.12.14 04:39:12.546114 [ 284 ] {351d8458-908b-4a4a-8614-b80180edd5de} <Debug> TCPHandler: Processed in 0.001869649 sec.
6582 2024.12.14 04:39:12.546295 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6583 2024.12.14 04:39:12.546440 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6584 2024.12.14 04:39:12.546511 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6585 2024.12.14 04:39:12.547136 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6586 2024.12.14 04:39:12.547178 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6587 2024.12.14 04:39:12.547590 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6588 2024.12.14 04:39:12.547838 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6589 2024.12.14 04:39:12.548064 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec.
6590 2024.12.14 04:39:12.548121 [ 286 ] {8670529a-a76d-4f0a-963a-e11c50d62735} <Debug> TCPHandler: Processed in 0.00189837 sec.
6591 2024.12.14 04:39:12.548285 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6592 2024.12.14 04:39:12.548425 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6593 2024.12.14 04:39:12.548520 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6594 2024.12.14 04:39:12.549695 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6595 2024.12.14 04:39:12.549731 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6596 2024.12.14 04:39:12.550340 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6597 2024.12.14 04:39:12.550600 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6598 2024.12.14 04:39:12.550826 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002434 sec., 4930.156121610517 rows/sec., 8.83 MiB/sec.
6599 2024.12.14 04:39:12.551174 [ 284 ] {3fecd4d6-38b8-41ad-85e8-2b20a995722b} <Debug> TCPHandler: Processed in 0.002957186 sec.
6600 2024.12.14 04:39:12.551326 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6601 2024.12.14 04:39:12.551444 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6602 2024.12.14 04:39:12.551497 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6603 2024.12.14 04:39:12.552009 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6604 2024.12.14 04:39:12.552048 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6605 2024.12.14 04:39:12.552424 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6606 2024.12.14 04:39:12.552682 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6607 2024.12.14 04:39:12.552895 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec.
6608 2024.12.14 04:39:12.552949 [ 286 ] {08547aa8-7a4a-43a3-b791-95dc7760c0f8} <Debug> TCPHandler: Processed in 0.001677654 sec.
6609 2024.12.14 04:39:14.006478 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
6610 2024.12.14 04:39:14.006528 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
6611 2024.12.14 04:39:14.151741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6612 2024.12.14 04:39:14.152789 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6613 2024.12.14 04:39:14.152865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6614 2024.12.14 04:39:14.153470 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6615 2024.12.14 04:39:14.153743 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6616 2024.12.14 04:39:14.153952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6617 2024.12.14 04:39:14.218171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 940
6618 2024.12.14 04:39:14.221437 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6619 2024.12.14 04:39:14.221503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6620 2024.12.14 04:39:14.223376 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6621 2024.12.14 04:39:14.223700 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6622 2024.12.14 04:39:14.224525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940
6623 2024.12.14 04:39:14.877746 [ 120 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
6624 2024.12.14 04:39:14.877842 [ 120 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6625 2024.12.14 04:39:14.877885 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6626 2024.12.14 04:39:14.878102 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
6627 2024.12.14 04:39:14.878315 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6628 2024.12.14 04:39:14.878357 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
6629 2024.12.14 04:39:14.878435 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6630 2024.12.14 04:39:14.878703 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6631 2024.12.14 04:39:14.878896 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6632 2024.12.14 04:39:14.879064 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6633 2024.12.14 04:39:14.880210 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002229438 sec., 8073.783617216537 rows/sec., 544.03 KiB/sec.
6634 2024.12.14 04:39:14.880347 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
6635 2024.12.14 04:39:14.880657 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6636 2024.12.14 04:39:14.880747 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_18_4} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
6637 2024.12.14 04:39:14.880834 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6638 2024.12.14 04:39:15.001672 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001095758 sec.
6639 2024.12.14 04:39:15.175697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6640 2024.12.14 04:39:15.195196 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6641 2024.12.14 04:39:15.195255 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6642 2024.12.14 04:39:15.202312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6643 2024.12.14 04:39:15.203065 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6644 2024.12.14 04:39:15.205856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6645 2024.12.14 04:39:17.545253 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6646 2024.12.14 04:39:17.545479 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6647 2024.12.14 04:39:17.545559 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6648 2024.12.14 04:39:17.546360 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2024.12.14 04:39:17.546411 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6650 2024.12.14 04:39:17.546882 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6651 2024.12.14 04:39:17.547141 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2024.12.14 04:39:17.547353 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec.
6653 2024.12.14 04:39:17.547423 [ 284 ] {a802bdf1-801a-4e31-a739-92812e4f1771} <Debug> TCPHandler: Processed in 0.00230596 sec.
6654 2024.12.14 04:39:17.547685 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6655 2024.12.14 04:39:17.547885 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6656 2024.12.14 04:39:17.547960 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6657 2024.12.14 04:39:17.548831 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6658 2024.12.14 04:39:17.548879 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6659 2024.12.14 04:39:17.549348 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6660 2024.12.14 04:39:17.549611 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6661 2024.12.14 04:39:17.549808 [ 118 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6662 2024.12.14 04:39:17.549871 [ 118 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2024.12.14 04:39:17.549891 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002047 sec., 128480.70346849046 rows/sec., 11.31 MiB/sec.
6664 2024.12.14 04:39:17.549907 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6665 2024.12.14 04:39:17.550071 [ 286 ] {a4971d1f-aa81-4430-80f6-d1004799b3d8} <Debug> TCPHandler: Processed in 0.002515396 sec.
6666 2024.12.14 04:39:17.550157 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
6667 2024.12.14 04:39:17.550359 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6668 2024.12.14 04:39:17.550614 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6669 2024.12.14 04:39:17.550764 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1437 rows starting from the beginning of the part
6670 2024.12.14 04:39:17.550880 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6671 2024.12.14 04:39:17.551006 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 80 rows starting from the beginning of the part
6672 2024.12.14 04:39:17.551050 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6673 2024.12.14 04:39:17.551527 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1405 rows starting from the beginning of the part
6674 2024.12.14 04:39:17.551836 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part
6675 2024.12.14 04:39:17.552216 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part
6676 2024.12.14 04:39:17.552586 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 263 rows starting from the beginning of the part
6677 2024.12.14 04:39:17.554055 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6678 2024.12.14 04:39:17.554132 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6679 2024.12.14 04:39:17.555475 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6680 2024.12.14 04:39:17.555904 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6681 2024.12.14 04:39:17.556154 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.005459 sec., 6777.79813152592 rows/sec., 496.78 KiB/sec.
6682 2024.12.14 04:39:17.556267 [ 284 ] {2b2d36f4-6104-43df-abbb-d16a6b8e0891} <Debug> TCPHandler: Processed in 0.006077838 sec.
6683 2024.12.14 04:39:17.556517 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6684 2024.12.14 04:39:17.556565 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653074 sec., 508518.1771131602 rows/sec., 44.58 MiB/sec.
6685 2024.12.14 04:39:17.556673 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6686 2024.12.14 04:39:17.556738 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6687 2024.12.14 04:39:17.556787 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6688 2024.12.14 04:39:17.557186 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6689 2024.12.14 04:39:17.557282 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_51_10} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6690 2024.12.14 04:39:17.557375 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6691 2024.12.14 04:39:17.557530 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6692 2024.12.14 04:39:17.557569 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6693 2024.12.14 04:39:17.557927 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6694 2024.12.14 04:39:17.558171 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6695 2024.12.14 04:39:17.558388 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001751 sec., 7995.431182181611 rows/sec., 559.95 KiB/sec.
6696 2024.12.14 04:39:17.558446 [ 286 ] {e925e816-1a02-49eb-b9f8-b157123f6ec1} <Debug> TCPHandler: Processed in 0.002048133 sec.
6697 2024.12.14 04:39:17.558599 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6698 2024.12.14 04:39:17.558721 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6699 2024.12.14 04:39:17.558772 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6700 2024.12.14 04:39:17.559359 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6701 2024.12.14 04:39:17.559397 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6702 2024.12.14 04:39:17.559752 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6703 2024.12.14 04:39:17.559988 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6704 2024.12.14 04:39:17.560212 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec.
6705 2024.12.14 04:39:17.560448 [ 284 ] {a8979610-9fb1-4652-bc28-10de849c80f8} <Debug> TCPHandler: Processed in 0.00190018 sec.
6706 2024.12.14 04:39:17.560676 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6707 2024.12.14 04:39:17.560896 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6708 2024.12.14 04:39:17.560989 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6709 2024.12.14 04:39:17.561717 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6710 2024.12.14 04:39:17.561756 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6711 2024.12.14 04:39:17.562139 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6712 2024.12.14 04:39:17.562384 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6713 2024.12.14 04:39:17.562558 [ 118 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6714 2024.12.14 04:39:17.562616 [ 118 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6715 2024.12.14 04:39:17.562634 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001786 sec., 230683.09070548712 rows/sec., 16.45 MiB/sec.
6716 2024.12.14 04:39:17.562653 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6717 2024.12.14 04:39:17.562796 [ 286 ] {d264be53-bce2-4f0f-9713-e7b75639a00d} <Debug> TCPHandler: Processed in 0.002224778 sec.
6718 2024.12.14 04:39:17.562913 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
6719 2024.12.14 04:39:17.562986 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2024.12.14 04:39:17.563104 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6721 2024.12.14 04:39:17.563154 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part
6722 2024.12.14 04:39:17.563156 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6723 2024.12.14 04:39:17.563280 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6724 2024.12.14 04:39:17.563406 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 76 rows starting from the beginning of the part
6725 2024.12.14 04:39:17.563952 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 872 rows starting from the beginning of the part
6726 2024.12.14 04:39:17.564361 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part
6727 2024.12.14 04:39:17.564694 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 76 rows starting from the beginning of the part
6728 2024.12.14 04:39:17.565006 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 412 rows starting from the beginning of the part
6729 2024.12.14 04:39:17.565698 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6730 2024.12.14 04:39:17.565744 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6731 2024.12.14 04:39:17.566246 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6732 2024.12.14 04:39:17.566565 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2024.12.14 04:39:17.566776 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00366 sec., 1639.344262295082 rows/sec., 85.65 KiB/sec.
6734 2024.12.14 04:39:17.567014 [ 284 ] {b86b4776-b74d-4c7b-bc2f-881d43ccd63d} <Debug> TCPHandler: Processed in 0.004123007 sec.
6735 2024.12.14 04:39:17.567358 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6736 2024.12.14 04:39:17.567384 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.00460641 sec., 524486.5307256627 rows/sec., 40.22 MiB/sec.
6737 2024.12.14 04:39:17.567620 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6738 2024.12.14 04:39:17.567746 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6739 2024.12.14 04:39:17.567775 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6740 2024.12.14 04:39:17.568303 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6741 2024.12.14 04:39:17.568419 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_51_10} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6742 2024.12.14 04:39:17.568540 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6743 2024.12.14 04:39:17.568663 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6744 2024.12.14 04:39:17.568702 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6745 2024.12.14 04:39:17.569103 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6746 2024.12.14 04:39:17.569346 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6747 2024.12.14 04:39:17.569517 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6748 2024.12.14 04:39:17.569573 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6749 2024.12.14 04:39:17.569592 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002031 sec., 116691.28508124079 rows/sec., 7.82 MiB/sec.
6750 2024.12.14 04:39:17.569611 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6751 2024.12.14 04:39:17.569759 [ 286 ] {5ee48f6e-310a-44e6-8756-e5a44555f3a5} <Debug> TCPHandler: Processed in 0.002603068 sec.
6752 2024.12.14 04:39:17.569890 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
6753 2024.12.14 04:39:17.569948 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6754 2024.12.14 04:39:17.570175 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6755 2024.12.14 04:39:17.570286 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6756 2024.12.14 04:39:17.570304 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6757 2024.12.14 04:39:17.570457 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14096 rows starting from the beginning of the part
6758 2024.12.14 04:39:17.570983 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
6759 2024.12.14 04:39:17.571338 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 931 rows starting from the beginning of the part
6760 2024.12.14 04:39:17.571765 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 118 rows starting from the beginning of the part
6761 2024.12.14 04:39:17.572146 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6762 2024.12.14 04:39:17.572215 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
6763 2024.12.14 04:39:17.572221 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6764 2024.12.14 04:39:17.572524 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
6765 2024.12.14 04:39:17.573373 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6766 2024.12.14 04:39:17.573826 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2024.12.14 04:39:17.574098 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003995 sec., 250.31289111389233 rows/sec., 16.87 KiB/sec.
6768 2024.12.14 04:39:17.574240 [ 284 ] {c75ad036-14de-4762-8046-424a67b0d482} <Debug> TCPHandler: Processed in 0.004364043 sec.
6769 2024.12.14 04:39:17.574525 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6770 2024.12.14 04:39:17.574816 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6771 2024.12.14 04:39:17.575105 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6772 2024.12.14 04:39:17.578091 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6773 2024.12.14 04:39:17.578133 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6774 2024.12.14 04:39:17.578910 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6775 2024.12.14 04:39:17.579192 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6776 2024.12.14 04:39:17.579509 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004764 sec., 6297.229219143577 rows/sec., 11.28 MiB/sec.
6777 2024.12.14 04:39:17.579745 [ 286 ] {e3749fae-c87f-4c0b-a8fb-71aed385b2b0} <Debug> TCPHandler: Processed in 0.005337319 sec.
6778 2024.12.14 04:39:17.580039 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6779 2024.12.14 04:39:17.580293 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15702 rows, containing 5 columns (5 merged, 0 gathered) in 0.010540954 sec., 1489618.491836697 rows/sec., 100.66 MiB/sec.
6780 2024.12.14 04:39:17.580321 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6781 2024.12.14 04:39:17.580412 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6782 2024.12.14 04:39:17.580775 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6783 2024.12.14 04:39:17.581367 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6784 2024.12.14 04:39:17.581432 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6785 2024.12.14 04:39:17.581442 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6786 2024.12.14 04:39:17.581663 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6787 2024.12.14 04:39:17.581858 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB.
6788 2024.12.14 04:39:17.582106 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6789 2024.12.14 04:39:17.582356 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2024.12.14 04:39:17.582499 [ 114 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6791 2024.12.14 04:39:17.582545 [ 114 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6792 2024.12.14 04:39:17.582553 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002275 sec., 36043.956043956045 rows/sec., 2.29 MiB/sec.
6793 2024.12.14 04:39:17.582577 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6794 2024.12.14 04:39:17.582675 [ 284 ] {7e91503c-368e-4659-99c4-4b7d9b0a6067} <Debug> TCPHandler: Processed in 0.002809703 sec.
6795 2024.12.14 04:39:17.582925 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
6796 2024.12.14 04:39:17.583291 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6797 2024.12.14 04:39:17.583331 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2762 rows starting from the beginning of the part
6798 2024.12.14 04:39:17.583412 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
6799 2024.12.14 04:39:17.583521 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part
6800 2024.12.14 04:39:17.583644 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part
6801 2024.12.14 04:39:17.583771 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
6802 2024.12.14 04:39:17.583876 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
6803 2024.12.14 04:39:17.585463 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3046 rows, containing 4 columns (4 merged, 0 gathered) in 0.002766812 sec., 1100906.02469557 rows/sec., 71.98 MiB/sec.
6804 2024.12.14 04:39:17.585940 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6805 2024.12.14 04:39:17.586270 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6806 2024.12.14 04:39:17.586354 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_51_10} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6807 2024.12.14 04:39:17.586443 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6808 2024.12.14 04:39:21.654092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
6809 2024.12.14 04:39:21.655225 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2024.12.14 04:39:21.655320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6811 2024.12.14 04:39:21.655924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6812 2024.12.14 04:39:21.656179 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6813 2024.12.14 04:39:21.656473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
6814 2024.12.14 04:39:22.540254 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6815 2024.12.14 04:39:22.540461 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6816 2024.12.14 04:39:22.540539 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6817 2024.12.14 04:39:22.541354 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6818 2024.12.14 04:39:22.541406 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6819 2024.12.14 04:39:22.541826 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6820 2024.12.14 04:39:22.542084 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6821 2024.12.14 04:39:22.542385 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001963 sec., 2037.6974019358126 rows/sec., 166.16 KiB/sec.
6822 2024.12.14 04:39:22.542841 [ 284 ] {c9992cbe-5d74-4ddc-8178-09c05f25b5a6} <Debug> TCPHandler: Processed in 0.00271672 sec.
6823 2024.12.14 04:39:22.543142 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6824 2024.12.14 04:39:22.543353 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6825 2024.12.14 04:39:22.543435 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6826 2024.12.14 04:39:22.544295 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6827 2024.12.14 04:39:22.544344 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6828 2024.12.14 04:39:22.544792 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6829 2024.12.14 04:39:22.545049 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6830 2024.12.14 04:39:22.545295 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.002002 sec., 40959.04095904096 rows/sec., 3.33 MiB/sec.
6831 2024.12.14 04:39:22.545362 [ 286 ] {466cf201-c1f6-467b-a500-e02fe87b17dd} <Debug> TCPHandler: Processed in 0.002370292 sec.
6832 2024.12.14 04:39:22.545512 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6833 2024.12.14 04:39:22.545658 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6834 2024.12.14 04:39:22.545720 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6835 2024.12.14 04:39:22.546407 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6836 2024.12.14 04:39:22.546448 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6837 2024.12.14 04:39:22.546815 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6838 2024.12.14 04:39:22.547056 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6839 2024.12.14 04:39:22.547273 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001649 sec., 9702.850212249848 rows/sec., 716.58 KiB/sec.
6840 2024.12.14 04:39:22.547328 [ 284 ] {875d94d7-73a8-47bc-a5e2-c9730642f707} <Debug> TCPHandler: Processed in 0.001884229 sec.
6841 2024.12.14 04:39:22.547564 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6842 2024.12.14 04:39:22.547791 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6843 2024.12.14 04:39:22.547886 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6844 2024.12.14 04:39:22.548648 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6845 2024.12.14 04:39:22.548688 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6846 2024.12.14 04:39:22.549076 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6847 2024.12.14 04:39:22.549320 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6848 2024.12.14 04:39:22.549532 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001799 sec., 44469.149527515285 rows/sec., 3.48 MiB/sec.
6849 2024.12.14 04:39:22.549587 [ 286 ] {e2c08164-84d3-45dd-bddf-bb6d28092af6} <Debug> TCPHandler: Processed in 0.002133425 sec.
6850 2024.12.14 04:39:22.549749 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6851 2024.12.14 04:39:22.549889 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6852 2024.12.14 04:39:22.549951 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6853 2024.12.14 04:39:22.550544 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6854 2024.12.14 04:39:22.550583 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6855 2024.12.14 04:39:22.550995 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6856 2024.12.14 04:39:22.551238 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2024.12.14 04:39:22.551443 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001585 sec., 102208.20189274447 rows/sec., 7.12 MiB/sec.
6858 2024.12.14 04:39:22.551500 [ 284 ] {c4b4311c-2324-4974-b79d-18a691c04fef} <Debug> TCPHandler: Processed in 0.001819347 sec.
6859 2024.12.14 04:39:22.551641 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6860 2024.12.14 04:39:22.551760 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6861 2024.12.14 04:39:22.551844 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6862 2024.12.14 04:39:22.553002 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6863 2024.12.14 04:39:22.553041 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6864 2024.12.14 04:39:22.553673 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6865 2024.12.14 04:39:22.553934 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6866 2024.12.14 04:39:22.554253 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002512 sec., 4777.070063694267 rows/sec., 8.56 MiB/sec.
6867 2024.12.14 04:39:22.554728 [ 286 ] {18e75854-815e-4072-bd0d-7700daa1a3d0} <Debug> TCPHandler: Processed in 0.003139332 sec.
6868 2024.12.14 04:39:22.554972 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6869 2024.12.14 04:39:22.555112 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6870 2024.12.14 04:39:22.555172 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6871 2024.12.14 04:39:22.555737 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2024.12.14 04:39:22.555784 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6873 2024.12.14 04:39:22.556212 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6874 2024.12.14 04:39:22.556449 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6875 2024.12.14 04:39:22.556652 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
6876 2024.12.14 04:39:22.556705 [ 284 ] {3f3e5a48-f087-4470-9c92-67408fc6d2b0} <Debug> TCPHandler: Processed in 0.001856979 sec.
6877 2024.12.14 04:39:22.706898 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6878 2024.12.14 04:39:22.727148 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6879 2024.12.14 04:39:22.727197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6880 2024.12.14 04:39:22.734789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6881 2024.12.14 04:39:22.735515 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6882 2024.12.14 04:39:22.739632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6883 2024.12.14 04:39:24.224671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 976
6884 2024.12.14 04:39:24.227958 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6885 2024.12.14 04:39:24.228011 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6886 2024.12.14 04:39:24.229480 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6887 2024.12.14 04:39:24.229784 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6888 2024.12.14 04:39:24.231247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976
6889 2024.12.14 04:39:27.545573 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6890 2024.12.14 04:39:27.545781 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6891 2024.12.14 04:39:27.545854 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6892 2024.12.14 04:39:27.546610 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6893 2024.12.14 04:39:27.546664 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6894 2024.12.14 04:39:27.547110 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6895 2024.12.14 04:39:27.547365 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6896 2024.12.14 04:39:27.547655 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec.
6897 2024.12.14 04:39:27.547877 [ 284 ] {6bd37d13-3938-4d6d-b19c-a16cc7f8b705} <Debug> TCPHandler: Processed in 0.002427674 sec.
6898 2024.12.14 04:39:27.548145 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6899 2024.12.14 04:39:27.548342 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6900 2024.12.14 04:39:27.548418 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6901 2024.12.14 04:39:27.549323 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6902 2024.12.14 04:39:27.549374 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6903 2024.12.14 04:39:27.549847 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6904 2024.12.14 04:39:27.550111 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6905 2024.12.14 04:39:27.550350 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002061 sec., 127607.95730228045 rows/sec., 11.23 MiB/sec.
6906 2024.12.14 04:39:27.550420 [ 286 ] {09baf0ed-a4f3-459d-abb9-1be2e0a99174} <Debug> TCPHandler: Processed in 0.002406643 sec.
6907 2024.12.14 04:39:27.550590 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6908 2024.12.14 04:39:27.550741 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6909 2024.12.14 04:39:27.550804 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6910 2024.12.14 04:39:27.551529 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6911 2024.12.14 04:39:27.551572 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6912 2024.12.14 04:39:27.551946 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6913 2024.12.14 04:39:27.552201 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6914 2024.12.14 04:39:27.552370 [ 108 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6915 2024.12.14 04:39:27.552437 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001727 sec., 21424.435437174292 rows/sec., 1.53 MiB/sec.
6916 2024.12.14 04:39:27.552453 [ 108 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6917 2024.12.14 04:39:27.552523 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6918 2024.12.14 04:39:27.552576 [ 284 ] {e1192242-78fd-4dc0-9063-31ebc5bfe0d5} <Debug> TCPHandler: Processed in 0.002058093 sec.
6919 2024.12.14 04:39:27.552809 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
6920 2024.12.14 04:39:27.552824 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6921 2024.12.14 04:39:27.553107 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6922 2024.12.14 04:39:27.553118 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6923 2024.12.14 04:39:27.553171 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 67 rows starting from the beginning of the part
6924 2024.12.14 04:39:27.553237 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6925 2024.12.14 04:39:27.553477 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part
6926 2024.12.14 04:39:27.553851 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part
6927 2024.12.14 04:39:27.554159 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part
6928 2024.12.14 04:39:27.554455 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part
6929 2024.12.14 04:39:27.554701 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 37 rows starting from the beginning of the part
6930 2024.12.14 04:39:27.556222 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6931 2024.12.14 04:39:27.556301 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6932 2024.12.14 04:39:27.557362 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6933 2024.12.14 04:39:27.557792 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.005147924 sec., 40793.14302231346 rows/sec., 3.07 MiB/sec.
6934 2024.12.14 04:39:27.557926 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6935 2024.12.14 04:39:27.558149 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6936 2024.12.14 04:39:27.558255 [ 106 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6937 2024.12.14 04:39:27.558456 [ 106 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6938 2024.12.14 04:39:27.558619 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6939 2024.12.14 04:39:27.558935 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005806 sec., 2411.298656562177 rows/sec., 168.87 KiB/sec.
6940 2024.12.14 04:39:27.559373 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::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
6941 2024.12.14 04:39:27.559571 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6942 2024.12.14 04:39:27.560009 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_41_8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6943 2024.12.14 04:39:27.560086 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6944 2024.12.14 04:39:27.560245 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part
6945 2024.12.14 04:39:27.560271 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6946 2024.12.14 04:39:27.560714 [ 286 ] {f1a1ad43-47a3-4181-9c9a-3aa74623676e} <Debug> TCPHandler: Processed in 0.007987678 sec.
6947 2024.12.14 04:39:27.560743 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
6948 2024.12.14 04:39:27.560991 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6949 2024.12.14 04:39:27.561073 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6950 2024.12.14 04:39:27.561312 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part
6951 2024.12.14 04:39:27.561463 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6952 2024.12.14 04:39:27.561556 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6953 2024.12.14 04:39:27.561633 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6954 2024.12.14 04:39:27.561854 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6955 2024.12.14 04:39:27.563095 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6956 2024.12.14 04:39:27.563144 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6957 2024.12.14 04:39:27.563671 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6958 2024.12.14 04:39:27.563793 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004923299 sec., 109682.55228861785 rows/sec., 7.86 MiB/sec.
6959 2024.12.14 04:39:27.564006 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6960 2024.12.14 04:39:27.564114 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6961 2024.12.14 04:39:27.564559 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00318 sec., 4088.0503144654085 rows/sec., 254.89 KiB/sec.
6962 2024.12.14 04:39:27.564742 [ 200 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2024.12.14 04:39:27.564885 [ 284 ] {ad3ee4c8-d2e9-4ca7-80f5-4e34f9fb5c64} <Debug> TCPHandler: Processed in 0.004008725 sec.
6964 2024.12.14 04:39:27.565055 [ 200 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_20_4} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6965 2024.12.14 04:39:27.565195 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6966 2024.12.14 04:39:27.565232 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
6967 2024.12.14 04:39:27.565364 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6968 2024.12.14 04:39:27.565429 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6969 2024.12.14 04:39:27.566344 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6970 2024.12.14 04:39:27.566386 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6971 2024.12.14 04:39:27.566805 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6972 2024.12.14 04:39:27.567082 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6973 2024.12.14 04:39:27.567308 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.00198 sec., 208080.80808080808 rows/sec., 14.84 MiB/sec.
6974 2024.12.14 04:39:27.567366 [ 286 ] {41d06f2c-de56-4a8d-9eff-53827a0a450b} <Debug> TCPHandler: Processed in 0.00230561 sec.
6975 2024.12.14 04:39:27.567535 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6976 2024.12.14 04:39:27.567681 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6977 2024.12.14 04:39:27.567742 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6978 2024.12.14 04:39:27.568309 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6979 2024.12.14 04:39:27.568348 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6980 2024.12.14 04:39:27.568714 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6981 2024.12.14 04:39:27.568957 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6982 2024.12.14 04:39:27.569089 [ 106 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6983 2024.12.14 04:39:27.569131 [ 106 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6984 2024.12.14 04:39:27.569141 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec.
6985 2024.12.14 04:39:27.569168 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
6986 2024.12.14 04:39:27.569225 [ 284 ] {f4f3eb7f-84b6-460b-84c2-52c75ced28c6} <Debug> TCPHandler: Processed in 0.001761576 sec.
6987 2024.12.14 04:39:27.569291 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::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
6988 2024.12.14 04:39:27.569422 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6989 2024.12.14 04:39:27.569455 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6990 2024.12.14 04:39:27.569503 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
6991 2024.12.14 04:39:27.569730 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6992 2024.12.14 04:39:27.569750 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6993 2024.12.14 04:39:27.569995 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6994 2024.12.14 04:39:27.570025 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6995 2024.12.14 04:39:27.570394 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6996 2024.12.14 04:39:27.570763 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6997 2024.12.14 04:39:27.571101 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6998 2024.12.14 04:39:27.572710 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2024.12.14 04:39:27.572789 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7000 2024.12.14 04:39:27.573790 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004551169 sec., 26366.852120850708 rows/sec., 1.35 MiB/sec.
7001 2024.12.14 04:39:27.573897 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7002 2024.12.14 04:39:27.573959 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
7003 2024.12.14 04:39:27.574362 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7004 2024.12.14 04:39:27.574467 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7005 2024.12.14 04:39:27.574699 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_20_4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
7006 2024.12.14 04:39:27.574826 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005231 sec., 45306.824698910335 rows/sec., 3.04 MiB/sec.
7007 2024.12.14 04:39:27.574845 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7008 2024.12.14 04:39:27.574960 [ 286 ] {e729cc55-e998-4195-9d2f-35d8a50edd6b} <Debug> TCPHandler: Processed in 0.005628047 sec.
7009 2024.12.14 04:39:27.575138 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7010 2024.12.14 04:39:27.575280 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7011 2024.12.14 04:39:27.575340 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7012 2024.12.14 04:39:27.575890 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2024.12.14 04:39:27.575935 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7014 2024.12.14 04:39:27.576352 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7015 2024.12.14 04:39:27.576595 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2024.12.14 04:39:27.576812 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec.
7017 2024.12.14 04:39:27.577008 [ 284 ] {235cdcd1-551a-4777-b30d-789644ec0a5d} <Debug> TCPHandler: Processed in 0.001935071 sec.
7018 2024.12.14 04:39:27.577171 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7019 2024.12.14 04:39:27.577292 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7020 2024.12.14 04:39:27.577378 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7021 2024.12.14 04:39:27.578592 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7022 2024.12.14 04:39:27.578633 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7023 2024.12.14 04:39:27.579303 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7024 2024.12.14 04:39:27.579569 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2024.12.14 04:39:27.579777 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7026 2024.12.14 04:39:27.579842 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7027 2024.12.14 04:39:27.579861 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002585 sec., 11605.41586073501 rows/sec., 20.80 MiB/sec.
7028 2024.12.14 04:39:27.579888 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7029 2024.12.14 04:39:27.580546 [ 286 ] {40983fd7-ae54-48a0-bbc5-3bcc5878d6da} <Debug> TCPHandler: Processed in 0.00343121 sec.
7030 2024.12.14 04:39:27.580545 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
7031 2024.12.14 04:39:27.580893 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7032 2024.12.14 04:39:27.581220 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7033 2024.12.14 04:39:27.581371 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7034 2024.12.14 04:39:27.581708 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7035 2024.12.14 04:39:27.581978 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 791 rows starting from the beginning of the part
7036 2024.12.14 04:39:27.582805 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
7037 2024.12.14 04:39:27.583602 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part
7038 2024.12.14 04:39:27.583760 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7039 2024.12.14 04:39:27.583900 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7040 2024.12.14 04:39:27.584297 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
7041 2024.12.14 04:39:27.584985 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part
7042 2024.12.14 04:39:27.585590 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
7043 2024.12.14 04:39:27.585611 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7044 2024.12.14 04:39:27.586547 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7045 2024.12.14 04:39:27.587028 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005883 sec., 13938.466768655448 rows/sec., 906.51 KiB/sec.
7046 2024.12.14 04:39:27.587209 [ 284 ] {a51dd874-4452-47d6-ae49-ea8f711cd963} <Debug> TCPHandler: Processed in 0.006516629 sec.
7047 2024.12.14 04:39:27.593292 [ 201 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 19 columns (19 merged, 0 gathered) in 0.013207344 sec., 68522.48264299014 rows/sec., 122.79 MiB/sec.
7048 2024.12.14 04:39:27.594627 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7049 2024.12.14 04:39:27.595070 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7050 2024.12.14 04:39:27.595147 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7051 2024.12.14 04:39:27.595301 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB.
7052 2024.12.14 04:39:28.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.47 MiB, peak 213.56 MiB, free memory in arenas 0.00 B, will set to 207.91 MiB (RSS), difference: 2.43 MiB
7053 2024.12.14 04:39:29.006575 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
7054 2024.12.14 04:39:29.006632 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
7055 2024.12.14 04:39:29.156590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
7056 2024.12.14 04:39:29.157371 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7057 2024.12.14 04:39:29.157422 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7058 2024.12.14 04:39:29.157958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7059 2024.12.14 04:39:29.158219 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7060 2024.12.14 04:39:29.158487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7061 2024.12.14 04:39:30.239704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7062 2024.12.14 04:39:30.263020 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7063 2024.12.14 04:39:30.263083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7064 2024.12.14 04:39:30.270782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7065 2024.12.14 04:39:30.271582 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7066 2024.12.14 04:39:30.274787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7067 2024.12.14 04:39:32.540681 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7068 2024.12.14 04:39:32.540884 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7069 2024.12.14 04:39:32.540956 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7070 2024.12.14 04:39:32.541756 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2024.12.14 04:39:32.541800 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7072 2024.12.14 04:39:32.542244 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7073 2024.12.14 04:39:32.542495 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7074 2024.12.14 04:39:32.542701 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001869 sec., 42803.63830925629 rows/sec., 3.49 MiB/sec.
7075 2024.12.14 04:39:32.542768 [ 284 ] {7b35d169-7bc6-47be-b9ba-a6d90fd1aac7} <Debug> TCPHandler: Processed in 0.002213827 sec.
7076 2024.12.14 04:39:32.543033 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7077 2024.12.14 04:39:32.543248 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7078 2024.12.14 04:39:32.543331 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7079 2024.12.14 04:39:32.544113 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7080 2024.12.14 04:39:32.544158 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7081 2024.12.14 04:39:32.544601 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7082 2024.12.14 04:39:32.544869 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7083 2024.12.14 04:39:32.545108 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001923 sec., 6240.249609984399 rows/sec., 469.24 KiB/sec.
7084 2024.12.14 04:39:32.545176 [ 286 ] {029af19e-8478-4d70-a6a2-acf79f85d7f9} <Debug> TCPHandler: Processed in 0.002285219 sec.
7085 2024.12.14 04:39:32.545324 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7086 2024.12.14 04:39:32.545474 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7087 2024.12.14 04:39:32.545533 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7088 2024.12.14 04:39:32.546188 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7089 2024.12.14 04:39:32.546226 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7090 2024.12.14 04:39:32.546603 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7091 2024.12.14 04:39:32.546854 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7092 2024.12.14 04:39:32.547043 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001606 sec., 47322.5404732254 rows/sec., 3.69 MiB/sec.
7093 2024.12.14 04:39:32.547100 [ 284 ] {3c14ace6-9e1d-4679-ae69-6e57c3965cf5} <Debug> TCPHandler: Processed in 0.001844248 sec.
7094 2024.12.14 04:39:32.547256 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7095 2024.12.14 04:39:32.547383 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7096 2024.12.14 04:39:32.547441 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7097 2024.12.14 04:39:32.548046 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7098 2024.12.14 04:39:32.548087 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7099 2024.12.14 04:39:32.548500 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7100 2024.12.14 04:39:32.548743 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7101 2024.12.14 04:39:32.548968 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
7102 2024.12.14 04:39:32.549026 [ 286 ] {d1f64593-3b96-43af-af4c-ffde1603151a} <Debug> TCPHandler: Processed in 0.001825607 sec.
7103 2024.12.14 04:39:32.549242 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7104 2024.12.14 04:39:32.549392 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7105 2024.12.14 04:39:32.549478 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7106 2024.12.14 04:39:32.550632 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7107 2024.12.14 04:39:32.550671 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7108 2024.12.14 04:39:32.551297 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7109 2024.12.14 04:39:32.551560 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7110 2024.12.14 04:39:32.551765 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002399 sec., 5002.084201750729 rows/sec., 8.96 MiB/sec.
7111 2024.12.14 04:39:32.551875 [ 284 ] {610bbc0a-2933-4d9c-b982-de9d5499a9bb} <Debug> TCPHandler: Processed in 0.002751812 sec.
7112 2024.12.14 04:39:32.552034 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7113 2024.12.14 04:39:32.552168 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7114 2024.12.14 04:39:32.552223 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7115 2024.12.14 04:39:32.552742 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7116 2024.12.14 04:39:32.552781 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7117 2024.12.14 04:39:32.553183 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7118 2024.12.14 04:39:32.553439 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7119 2024.12.14 04:39:32.553684 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec.
7120 2024.12.14 04:39:32.553738 [ 286 ] {70a5a0ec-a720-422d-a05c-87ac3a7f2e3b} <Debug> TCPHandler: Processed in 0.001760626 sec.
7121 2024.12.14 04:39:33.819754 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7122 2024.12.14 04:39:33.819969 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7123 2024.12.14 04:39:33.820049 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7124 2024.12.14 04:39:33.820848 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7125 2024.12.14 04:39:33.820901 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7126 2024.12.14 04:39:33.821329 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7127 2024.12.14 04:39:33.821584 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7128 2024.12.14 04:39:33.821814 [ 99 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7129 2024.12.14 04:39:33.821880 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec.
7130 2024.12.14 04:39:33.821933 [ 99 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2024.12.14 04:39:33.822035 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7132 2024.12.14 04:39:33.822040 [ 284 ] {dd754e1c-a6a1-4aed-a318-819b2e5002ed} <Debug> TCPHandler: Processed in 0.002424164 sec.
7133 2024.12.14 04:39:33.822466 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7134 2024.12.14 04:39:33.822520 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7135 2024.12.14 04:39:33.822762 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7136 2024.12.14 04:39:33.822788 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7137 2024.12.14 04:39:33.822805 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7138 2024.12.14 04:39:33.822867 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7139 2024.12.14 04:39:33.822929 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7140 2024.12.14 04:39:33.823345 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7141 2024.12.14 04:39:33.823656 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7142 2024.12.14 04:39:33.824008 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
7143 2024.12.14 04:39:33.825213 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7144 2024.12.14 04:39:33.825259 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7145 2024.12.14 04:39:33.825785 [ 195 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003602864 sec., 19428.987605416136 rows/sec., 1.44 MiB/sec.
7146 2024.12.14 04:39:33.825853 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7147 2024.12.14 04:39:33.826039 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7148 2024.12.14 04:39:33.826256 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7149 2024.12.14 04:39:33.826656 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.003925 sec., 2038.2165605095543 rows/sec., 166.20 KiB/sec.
7150 2024.12.14 04:39:33.826732 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_21_5} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2024.12.14 04:39:33.826808 [ 286 ] {499b2dec-fb02-450e-81b4-c71476d95f15} <Debug> TCPHandler: Processed in 0.004575509 sec.
7152 2024.12.14 04:39:33.826932 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_21_5} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7153 2024.12.14 04:39:33.827042 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7154 2024.12.14 04:39:33.827098 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7155 2024.12.14 04:39:33.827218 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7156 2024.12.14 04:39:33.827283 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7157 2024.12.14 04:39:33.828720 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7158 2024.12.14 04:39:33.828763 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7159 2024.12.14 04:39:33.829230 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7160 2024.12.14 04:39:33.829476 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7161 2024.12.14 04:39:33.829671 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.002486 sec., 565969.4288012872 rows/sec., 47.36 MiB/sec.
7162 2024.12.14 04:39:33.829732 [ 284 ] {02fea99a-ce8e-47b4-8791-1bb0fcfe301e} <Debug> TCPHandler: Processed in 0.002799763 sec.
7163 2024.12.14 04:39:33.829998 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2024.12.14 04:39:33.830232 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7165 2024.12.14 04:39:33.830329 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7166 2024.12.14 04:39:33.831086 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7167 2024.12.14 04:39:33.831127 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7168 2024.12.14 04:39:33.831503 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7169 2024.12.14 04:39:33.831755 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7170 2024.12.14 04:39:33.831976 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001803 sec., 24958.40266222962 rows/sec., 1.77 MiB/sec.
7171 2024.12.14 04:39:33.832104 [ 286 ] {d4b3140c-cfe0-4be0-a98a-49d7bd148789} <Debug> TCPHandler: Processed in 0.002217938 sec.
7172 2024.12.14 04:39:33.832279 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7173 2024.12.14 04:39:33.832421 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7174 2024.12.14 04:39:33.832480 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7175 2024.12.14 04:39:33.833157 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7176 2024.12.14 04:39:33.833196 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7177 2024.12.14 04:39:33.833573 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7178 2024.12.14 04:39:33.833812 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7179 2024.12.14 04:39:33.833993 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001604 sec., 150872.81795511223 rows/sec., 10.22 MiB/sec.
7180 2024.12.14 04:39:33.834047 [ 284 ] {b7378e82-1ac2-4b15-b0ff-7672ef5b08fd} <Debug> TCPHandler: Processed in 0.001850819 sec.
7181 2024.12.14 04:39:33.834190 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7182 2024.12.14 04:39:33.834309 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7183 2024.12.14 04:39:33.834358 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7184 2024.12.14 04:39:33.834937 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7185 2024.12.14 04:39:33.834978 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7186 2024.12.14 04:39:33.835335 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7187 2024.12.14 04:39:33.835584 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7188 2024.12.14 04:39:33.835751 [ 98 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7189 2024.12.14 04:39:33.835824 [ 98 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7190 2024.12.14 04:39:33.835839 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
7191 2024.12.14 04:39:33.835869 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7192 2024.12.14 04:39:33.835957 [ 286 ] {37688000-8c47-423b-ad80-055adc574791} <Debug> TCPHandler: Processed in 0.001820647 sec.
7193 2024.12.14 04:39:33.836186 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7194 2024.12.14 04:39:33.836251 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7195 2024.12.14 04:39:33.836665 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7196 2024.12.14 04:39:33.836707 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7197 2024.12.14 04:39:33.836767 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7198 2024.12.14 04:39:33.836781 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7199 2024.12.14 04:39:33.837185 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7200 2024.12.14 04:39:33.837587 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7201 2024.12.14 04:39:33.838005 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7202 2024.12.14 04:39:33.838341 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
7203 2024.12.14 04:39:33.839484 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2024.12.14 04:39:33.839560 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7205 2024.12.14 04:39:33.840448 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004473676 sec., 14529.438430498765 rows/sec., 962.66 KiB/sec.
7206 2024.12.14 04:39:33.840601 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7207 2024.12.14 04:39:33.840623 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7208 2024.12.14 04:39:33.841094 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_21_5} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2024.12.14 04:39:33.841161 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7210 2024.12.14 04:39:33.841270 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_21_5} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7211 2024.12.14 04:39:33.841491 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7212 2024.12.14 04:39:33.841588 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.005076 sec., 172576.83215130024 rows/sec., 12.51 MiB/sec.
7213 2024.12.14 04:39:33.841662 [ 284 ] {8a231889-a458-4b8b-8d1c-cf90806e3a49} <Debug> TCPHandler: Processed in 0.005588976 sec.
7214 2024.12.14 04:39:33.841813 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7215 2024.12.14 04:39:33.841932 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7216 2024.12.14 04:39:33.841983 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7217 2024.12.14 04:39:33.842466 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7218 2024.12.14 04:39:33.842506 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7219 2024.12.14 04:39:33.842865 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7220 2024.12.14 04:39:33.843111 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2024.12.14 04:39:33.843325 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec.
7222 2024.12.14 04:39:33.843376 [ 286 ] {58a28a47-1e91-4ed9-ad98-6c72304d60a7} <Debug> TCPHandler: Processed in 0.001618853 sec.
7223 2024.12.14 04:39:33.843520 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7224 2024.12.14 04:39:33.843657 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7225 2024.12.14 04:39:33.843721 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7226 2024.12.14 04:39:33.844612 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2024.12.14 04:39:33.844649 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7228 2024.12.14 04:39:33.845087 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7229 2024.12.14 04:39:33.845325 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2024.12.14 04:39:33.845555 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001919 sec., 486190.7243355915 rows/sec., 32.31 MiB/sec.
7231 2024.12.14 04:39:33.845619 [ 284 ] {669b2b04-198c-4fb9-a134-b386106e0be2} <Debug> TCPHandler: Processed in 0.002157736 sec.
7232 2024.12.14 04:39:33.845896 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7233 2024.12.14 04:39:33.846142 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7234 2024.12.14 04:39:33.846235 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7235 2024.12.14 04:39:33.846871 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7236 2024.12.14 04:39:33.846908 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7237 2024.12.14 04:39:33.847263 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7238 2024.12.14 04:39:33.847513 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2024.12.14 04:39:33.847724 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001635 sec., 611.6207951070337 rows/sec., 41.21 KiB/sec.
7240 2024.12.14 04:39:33.847775 [ 286 ] {38428cf6-2600-4066-83c6-34648719a5aa} <Debug> TCPHandler: Processed in 0.002058973 sec.
7241 2024.12.14 04:39:33.847928 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7242 2024.12.14 04:39:33.848067 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7243 2024.12.14 04:39:33.848161 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7244 2024.12.14 04:39:33.849396 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7245 2024.12.14 04:39:33.849434 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7246 2024.12.14 04:39:33.850075 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7247 2024.12.14 04:39:33.850328 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2024.12.14 04:39:33.850572 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002528 sec., 11867.088607594937 rows/sec., 21.27 MiB/sec.
7249 2024.12.14 04:39:33.851145 [ 284 ] {eed996cc-661a-4ac0-be3c-0a6d815bd882} <Debug> TCPHandler: Processed in 0.003275965 sec.
7250 2024.12.14 04:39:33.851448 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7251 2024.12.14 04:39:33.851608 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7252 2024.12.14 04:39:33.851669 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7253 2024.12.14 04:39:33.852237 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7254 2024.12.14 04:39:33.852284 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7255 2024.12.14 04:39:33.852693 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7256 2024.12.14 04:39:33.852934 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7257 2024.12.14 04:39:33.853153 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001576 sec., 24111.675126903556 rows/sec., 1.43 MiB/sec.
7258 2024.12.14 04:39:33.853203 [ 286 ] {a2d482ee-4c55-493e-a162-56339c5f7a44} <Debug> TCPHandler: Processed in 0.001913 sec.
7259 2024.12.14 04:39:34.231478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1034
7260 2024.12.14 04:39:34.235092 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7261 2024.12.14 04:39:34.235147 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7262 2024.12.14 04:39:34.236711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7263 2024.12.14 04:39:34.237040 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7264 2024.12.14 04:39:34.237873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034
7265 2024.12.14 04:39:36.658604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
7266 2024.12.14 04:39:36.659278 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7267 2024.12.14 04:39:36.659328 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7268 2024.12.14 04:39:36.659874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7269 2024.12.14 04:39:36.660158 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2024.12.14 04:39:36.660434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
7271 2024.12.14 04:39:37.537338 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7272 2024.12.14 04:39:37.537526 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7273 2024.12.14 04:39:37.537598 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7274 2024.12.14 04:39:37.538391 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7275 2024.12.14 04:39:37.538442 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7276 2024.12.14 04:39:37.538889 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7277 2024.12.14 04:39:37.539145 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7278 2024.12.14 04:39:37.539352 [ 92 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7279 2024.12.14 04:39:37.539397 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec.
7280 2024.12.14 04:39:37.539428 [ 92 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7281 2024.12.14 04:39:37.539498 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7282 2024.12.14 04:39:37.539534 [ 284 ] {c96b5935-22e0-4773-be1c-957b2573a55f} <Debug> TCPHandler: Processed in 0.00232507 sec.
7283 2024.12.14 04:39:37.539834 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
7284 2024.12.14 04:39:37.539881 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7285 2024.12.14 04:39:37.540305 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7286 2024.12.14 04:39:37.540415 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7287 2024.12.14 04:39:37.540491 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7288 2024.12.14 04:39:37.540541 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part
7289 2024.12.14 04:39:37.541092 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part
7290 2024.12.14 04:39:37.541472 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 263 rows starting from the beginning of the part
7291 2024.12.14 04:39:37.541765 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 80 rows starting from the beginning of the part
7292 2024.12.14 04:39:37.542105 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1407 rows starting from the beginning of the part
7293 2024.12.14 04:39:37.542536 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part
7294 2024.12.14 04:39:37.543551 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7295 2024.12.14 04:39:37.543602 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7296 2024.12.14 04:39:37.544154 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7297 2024.12.14 04:39:37.544444 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7298 2024.12.14 04:39:37.544656 [ 92 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7299 2024.12.14 04:39:37.544746 [ 92 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7300 2024.12.14 04:39:37.544807 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004651 sec., 13760.48161685659 rows/sec., 1.07 MiB/sec.
7301 2024.12.14 04:39:37.544824 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7302 2024.12.14 04:39:37.545173 [ 286 ] {d0fc5fa8-d92c-4521-8dfe-ad5771139cfa} <Debug> TCPHandler: Processed in 0.005475053 sec.
7303 2024.12.14 04:39:37.545529 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
7304 2024.12.14 04:39:37.545559 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7305 2024.12.14 04:39:37.545739 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.006098339 sec., 545230.4307779544 rows/sec., 47.79 MiB/sec.
7306 2024.12.14 04:39:37.545855 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7307 2024.12.14 04:39:37.545863 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7308 2024.12.14 04:39:37.545912 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part
7309 2024.12.14 04:39:37.545931 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7310 2024.12.14 04:39:37.546315 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 80 rows starting from the beginning of the part
7311 2024.12.14 04:39:37.546347 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7312 2024.12.14 04:39:37.546830 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 412 rows starting from the beginning of the part
7313 2024.12.14 04:39:37.547299 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 76 rows starting from the beginning of the part
7314 2024.12.14 04:39:37.547718 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7315 2024.12.14 04:39:37.547802 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 876 rows starting from the beginning of the part
7316 2024.12.14 04:39:37.548184 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_56_11} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7317 2024.12.14 04:39:37.548324 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part
7318 2024.12.14 04:39:37.548452 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7319 2024.12.14 04:39:37.549099 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7320 2024.12.14 04:39:37.549142 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7321 2024.12.14 04:39:37.549750 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7322 2024.12.14 04:39:37.550053 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2024.12.14 04:39:37.550258 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7324 2024.12.14 04:39:37.550345 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7325 2024.12.14 04:39:37.550405 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.004611 sec., 25590.978095857732 rows/sec., 1.78 MiB/sec.
7326 2024.12.14 04:39:37.550455 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7327 2024.12.14 04:39:37.550821 [ 284 ] {1948edd4-edde-4339-87fc-f87819c46b6d} <Debug> TCPHandler: Processed in 0.005485653 sec.
7328 2024.12.14 04:39:37.551192 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
7329 2024.12.14 04:39:37.551246 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215882 sec., 389968.7928438796 rows/sec., 29.92 MiB/sec.
7330 2024.12.14 04:39:37.551278 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7331 2024.12.14 04:39:37.551576 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7332 2024.12.14 04:39:37.551603 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7333 2024.12.14 04:39:37.551683 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7334 2024.12.14 04:39:37.551736 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15702 rows starting from the beginning of the part
7335 2024.12.14 04:39:37.551993 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7336 2024.12.14 04:39:37.552235 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part
7337 2024.12.14 04:39:37.552643 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7338 2024.12.14 04:39:37.552668 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
7339 2024.12.14 04:39:37.553057 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_56_11} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7340 2024.12.14 04:39:37.553089 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
7341 2024.12.14 04:39:37.553455 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7342 2024.12.14 04:39:37.553513 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 933 rows starting from the beginning of the part
7343 2024.12.14 04:39:37.553946 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 118 rows starting from the beginning of the part
7344 2024.12.14 04:39:37.555109 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7345 2024.12.14 04:39:37.555174 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7346 2024.12.14 04:39:37.555761 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7347 2024.12.14 04:39:37.556229 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7348 2024.12.14 04:39:37.556537 [ 92 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7349 2024.12.14 04:39:37.556638 [ 92 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7350 2024.12.14 04:39:37.556734 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7351 2024.12.14 04:39:37.556972 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005376 sec., 8184.52380952381 rows/sec., 563.85 KiB/sec.
7352 2024.12.14 04:39:37.557267 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
7353 2024.12.14 04:39:37.557318 [ 286 ] {e581cb2e-f5ea-46f0-b9b9-a023b3d08a7b} <Debug> TCPHandler: Processed in 0.006341225 sec.
7354 2024.12.14 04:39:37.557735 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7355 2024.12.14 04:39:37.557811 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3046 rows starting from the beginning of the part
7356 2024.12.14 04:39:37.557979 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
7357 2024.12.14 04:39:37.558139 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
7358 2024.12.14 04:39:37.558226 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
7359 2024.12.14 04:39:37.558404 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 38 rows starting from the beginning of the part
7360 2024.12.14 04:39:37.558554 [ 198 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part
7361 2024.12.14 04:39:37.560600 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3330 rows, containing 4 columns (4 merged, 0 gathered) in 0.003715767 sec., 896181.0576389746 rows/sec., 58.58 MiB/sec.
7362 2024.12.14 04:39:37.560910 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7363 2024.12.14 04:39:37.561273 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7364 2024.12.14 04:39:37.561365 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_56_11} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7365 2024.12.14 04:39:37.561472 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7366 2024.12.14 04:39:37.561675 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17312 rows, containing 5 columns (5 merged, 0 gathered) in 0.011019427 sec., 1571043.5760407506 rows/sec., 106.14 MiB/sec.
7367 2024.12.14 04:39:37.561873 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7368 2024.12.14 04:39:37.562172 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2024.12.14 04:39:37.562252 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7370 2024.12.14 04:39:37.562339 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
7371 2024.12.14 04:39:37.774848 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7372 2024.12.14 04:39:37.798061 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7373 2024.12.14 04:39:37.798126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7374 2024.12.14 04:39:37.805691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7375 2024.12.14 04:39:37.806477 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7376 2024.12.14 04:39:37.809353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7377 2024.12.14 04:39:42.539922 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7378 2024.12.14 04:39:42.540178 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7379 2024.12.14 04:39:42.540257 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7380 2024.12.14 04:39:42.541123 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7381 2024.12.14 04:39:42.541167 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7382 2024.12.14 04:39:42.541607 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7383 2024.12.14 04:39:42.541869 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7384 2024.12.14 04:39:42.542071 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.00195 sec., 41025.64102564103 rows/sec., 3.35 MiB/sec.
7385 2024.12.14 04:39:42.542134 [ 284 ] {c51890bd-d9d8-4104-a1f6-ec57fe13564c} <Debug> TCPHandler: Processed in 0.002394783 sec.
7386 2024.12.14 04:39:42.542399 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7387 2024.12.14 04:39:42.542602 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7388 2024.12.14 04:39:42.542678 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7389 2024.12.14 04:39:42.543451 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7390 2024.12.14 04:39:42.543505 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7391 2024.12.14 04:39:42.543946 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7392 2024.12.14 04:39:42.544204 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7393 2024.12.14 04:39:42.544449 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001901 sec., 6312.46712256707 rows/sec., 474.67 KiB/sec.
7394 2024.12.14 04:39:42.544520 [ 286 ] {a1df0b00-82c6-4a50-92a2-6644d897a743} <Debug> TCPHandler: Processed in 0.002254569 sec.
7395 2024.12.14 04:39:42.544706 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7396 2024.12.14 04:39:42.544838 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7397 2024.12.14 04:39:42.544890 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7398 2024.12.14 04:39:42.545548 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7399 2024.12.14 04:39:42.545588 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7400 2024.12.14 04:39:42.545971 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7401 2024.12.14 04:39:42.546212 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7402 2024.12.14 04:39:42.546390 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001582 sec., 48040.455120101135 rows/sec., 3.75 MiB/sec.
7403 2024.12.14 04:39:42.546448 [ 284 ] {812f1303-8833-4fd0-877f-b5d73717bbc1} <Debug> TCPHandler: Processed in 0.001808547 sec.
7404 2024.12.14 04:39:42.546608 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7405 2024.12.14 04:39:42.546735 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7406 2024.12.14 04:39:42.546792 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7407 2024.12.14 04:39:42.547379 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7408 2024.12.14 04:39:42.547420 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7409 2024.12.14 04:39:42.547834 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7410 2024.12.14 04:39:42.548081 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7411 2024.12.14 04:39:42.548288 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec.
7412 2024.12.14 04:39:42.548343 [ 286 ] {cae7f6b9-e871-4815-8847-818339980474} <Debug> TCPHandler: Processed in 0.001794076 sec.
7413 2024.12.14 04:39:42.548489 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7414 2024.12.14 04:39:42.548609 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7415 2024.12.14 04:39:42.548692 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7416 2024.12.14 04:39:42.549840 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7417 2024.12.14 04:39:42.549879 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7418 2024.12.14 04:39:42.550510 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7419 2024.12.14 04:39:42.550765 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7420 2024.12.14 04:39:42.550981 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002397 sec., 5006.2578222778475 rows/sec., 8.97 MiB/sec.
7421 2024.12.14 04:39:42.551319 [ 284 ] {f7ba75c7-2604-4872-a506-cd548e4eea91} <Debug> TCPHandler: Processed in 0.002887145 sec.
7422 2024.12.14 04:39:42.551480 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7423 2024.12.14 04:39:42.551601 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7424 2024.12.14 04:39:42.551655 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7425 2024.12.14 04:39:42.552150 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7426 2024.12.14 04:39:42.552189 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7427 2024.12.14 04:39:42.552582 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7428 2024.12.14 04:39:42.552822 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7429 2024.12.14 04:39:42.553028 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec.
7430 2024.12.14 04:39:42.553081 [ 286 ] {ac60949e-3c3f-4436-96df-f8d66429807d} <Debug> TCPHandler: Processed in 0.001660933 sec.
7431 2024.12.14 04:39:44.006679 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
7432 2024.12.14 04:39:44.006738 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
7433 2024.12.14 04:39:44.160589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
7434 2024.12.14 04:39:44.161407 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7435 2024.12.14 04:39:44.161457 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7436 2024.12.14 04:39:44.162017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7437 2024.12.14 04:39:44.162282 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7438 2024.12.14 04:39:44.162503 [ 85 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7439 2024.12.14 04:39:44.162542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7440 2024.12.14 04:39:44.162590 [ 85 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7441 2024.12.14 04:39:44.162624 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7442 2024.12.14 04:39:44.162771 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
7443 2024.12.14 04:39:44.162941 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7444 2024.12.14 04:39:44.162990 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
7445 2024.12.14 04:39:44.163080 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
7446 2024.12.14 04:39:44.163279 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
7447 2024.12.14 04:39:44.163423 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
7448 2024.12.14 04:39:44.163525 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
7449 2024.12.14 04:39:44.163675 [ 194 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
7450 2024.12.14 04:39:44.166078 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003378648 sec., 4892785.516573493 rows/sec., 69.99 MiB/sec.
7451 2024.12.14 04:39:44.166188 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7452 2024.12.14 04:39:44.166481 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7453 2024.12.14 04:39:44.166563 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_36_7} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7454 2024.12.14 04:39:44.166668 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB.
7455 2024.12.14 04:39:44.238198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1054
7456 2024.12.14 04:39:44.241385 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7457 2024.12.14 04:39:44.241435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7458 2024.12.14 04:39:44.242847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7459 2024.12.14 04:39:44.243162 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7460 2024.12.14 04:39:44.243393 [ 84 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7461 2024.12.14 04:39:44.243500 [ 84 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7462 2024.12.14 04:39:44.243568 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7463 2024.12.14 04:39:44.244210 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
7464 2024.12.14 04:39:44.245664 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054
7465 2024.12.14 04:39:44.246022 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7466 2024.12.14 04:39:44.246194 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 862 rows starting from the beginning of the part
7467 2024.12.14 04:39:44.246717 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part
7468 2024.12.14 04:39:44.247347 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
7469 2024.12.14 04:39:44.247895 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
7470 2024.12.14 04:39:44.248457 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part
7471 2024.12.14 04:39:44.249013 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
7472 2024.12.14 04:39:44.257446 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 72 columns (72 merged, 0 gathered) in 0.013740958 sec., 76704.98665376898 rows/sec., 61.87 MiB/sec.
7473 2024.12.14 04:39:44.258881 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7474 2024.12.14 04:39:44.259752 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7475 2024.12.14 04:39:44.259850 [ 189 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_26_5} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7476 2024.12.14 04:39:44.260221 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB.
7477 2024.12.14 04:39:44.874320 [ 84 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7478 2024.12.14 04:39:44.874417 [ 84 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7479 2024.12.14 04:39:44.874458 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7480 2024.12.14 04:39:44.874694 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
7481 2024.12.14 04:39:44.874917 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7482 2024.12.14 04:39:44.874987 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
7483 2024.12.14 04:39:44.875162 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
7484 2024.12.14 04:39:44.875309 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part
7485 2024.12.14 04:39:44.875592 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
7486 2024.12.14 04:39:44.875716 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
7487 2024.12.14 04:39:44.876763 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002199637 sec., 16366.336809209884 rows/sec., 1.37 MiB/sec.
7488 2024.12.14 04:39:44.876992 [ 201 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7489 2024.12.14 04:39:44.877396 [ 201 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7490 2024.12.14 04:39:44.877504 [ 201 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_13_3} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7491 2024.12.14 04:39:44.877622 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7492 2024.12.14 04:39:45.309426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7493 2024.12.14 04:39:45.331721 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7494 2024.12.14 04:39:45.331784 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7495 2024.12.14 04:39:45.339330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7496 2024.12.14 04:39:45.341111 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7497 2024.12.14 04:39:45.341457 [ 82 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7498 2024.12.14 04:39:45.341594 [ 82 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2024.12.14 04:39:45.341670 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7500 2024.12.14 04:39:45.342144 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7501 2024.12.14 04:39:45.356189 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7502 2024.12.14 04:39:45.358168 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7503 2024.12.14 04:39:45.359869 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7504 2024.12.14 04:39:45.366118 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7505 2024.12.14 04:39:45.372213 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7506 2024.12.14 04:39:45.378238 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7507 2024.12.14 04:39:45.384517 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7508 2024.12.14 04:39:45.389174 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
7509 2024.12.14 04:39:45.449438 [ 195 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107621854 sec., 2527.367722172859 rows/sec., 13.07 MiB/sec.
7510 2024.12.14 04:39:45.452451 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7511 2024.12.14 04:39:45.455502 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_36_7} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7512 2024.12.14 04:39:45.455623 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_36_7} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7513 2024.12.14 04:39:45.458151 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7514 2024.12.14 04:39:47.545479 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7515 2024.12.14 04:39:47.545778 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7516 2024.12.14 04:39:47.545885 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7517 2024.12.14 04:39:47.546691 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2024.12.14 04:39:47.546743 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7519 2024.12.14 04:39:47.547172 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7520 2024.12.14 04:39:47.547432 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2024.12.14 04:39:47.547705 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec.
7522 2024.12.14 04:39:47.547841 [ 284 ] {95510a49-24b4-42b3-a0d7-45764333e576} <Debug> TCPHandler: Processed in 0.002529986 sec.
7523 2024.12.14 04:39:47.548186 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7524 2024.12.14 04:39:47.548384 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7525 2024.12.14 04:39:47.548459 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7526 2024.12.14 04:39:47.549361 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7527 2024.12.14 04:39:47.549412 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7528 2024.12.14 04:39:47.549883 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7529 2024.12.14 04:39:47.550147 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7530 2024.12.14 04:39:47.550398 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002066 sec., 127299.12875121005 rows/sec., 11.20 MiB/sec.
7531 2024.12.14 04:39:47.550488 [ 286 ] {bef3f37f-2172-4945-98f6-c3d64271366e} <Debug> TCPHandler: Processed in 0.002497975 sec.
7532 2024.12.14 04:39:47.550704 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7533 2024.12.14 04:39:47.550842 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7534 2024.12.14 04:39:47.550893 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7535 2024.12.14 04:39:47.551497 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7536 2024.12.14 04:39:47.551537 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7537 2024.12.14 04:39:47.551898 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7538 2024.12.14 04:39:47.552150 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2024.12.14 04:39:47.552383 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001566 sec., 23627.075351213283 rows/sec., 1.69 MiB/sec.
7540 2024.12.14 04:39:47.552438 [ 284 ] {e903f0ca-67c6-4e27-ae72-c83db1ff8591} <Debug> TCPHandler: Processed in 0.001849738 sec.
7541 2024.12.14 04:39:47.552604 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7542 2024.12.14 04:39:47.552751 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7543 2024.12.14 04:39:47.552813 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7544 2024.12.14 04:39:47.553454 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7545 2024.12.14 04:39:47.553495 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7546 2024.12.14 04:39:47.553860 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7547 2024.12.14 04:39:47.554104 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7548 2024.12.14 04:39:47.554355 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec.
7549 2024.12.14 04:39:47.554571 [ 286 ] {38547bc1-03d4-472e-abd3-bb195f4d1537} <Debug> TCPHandler: Processed in 0.002032643 sec.
7550 2024.12.14 04:39:47.554760 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7551 2024.12.14 04:39:47.554898 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7552 2024.12.14 04:39:47.554956 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7553 2024.12.14 04:39:47.555560 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7554 2024.12.14 04:39:47.555599 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7555 2024.12.14 04:39:47.555951 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7556 2024.12.14 04:39:47.556186 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7557 2024.12.14 04:39:47.556407 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec.
7558 2024.12.14 04:39:47.556494 [ 284 ] {bdd5ba02-7127-4ac3-bf08-0e164ae39383} <Debug> TCPHandler: Processed in 0.001802047 sec.
7559 2024.12.14 04:39:47.556669 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7560 2024.12.14 04:39:47.556818 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7561 2024.12.14 04:39:47.556880 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7562 2024.12.14 04:39:47.557648 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7563 2024.12.14 04:39:47.557690 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7564 2024.12.14 04:39:47.558100 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7565 2024.12.14 04:39:47.558348 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7566 2024.12.14 04:39:47.558585 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001799 sec., 229016.12006670373 rows/sec., 16.33 MiB/sec.
7567 2024.12.14 04:39:47.558642 [ 286 ] {52c43701-3fe2-4899-8b35-baec43f32a39} <Debug> TCPHandler: Processed in 0.002045704 sec.
7568 2024.12.14 04:39:47.558805 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7569 2024.12.14 04:39:47.558941 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7570 2024.12.14 04:39:47.559002 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7571 2024.12.14 04:39:47.559497 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7572 2024.12.14 04:39:47.559536 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7573 2024.12.14 04:39:47.559905 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7574 2024.12.14 04:39:47.560142 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7575 2024.12.14 04:39:47.560400 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
7576 2024.12.14 04:39:47.560603 [ 284 ] {a21024ed-a936-49de-b397-a8d566877ae7} <Debug> TCPHandler: Processed in 0.001865529 sec.
7577 2024.12.14 04:39:47.560777 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7578 2024.12.14 04:39:47.560897 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7579 2024.12.14 04:39:47.560952 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7580 2024.12.14 04:39:47.561538 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7581 2024.12.14 04:39:47.561578 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7582 2024.12.14 04:39:47.561990 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7583 2024.12.14 04:39:47.562237 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7584 2024.12.14 04:39:47.562472 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec.
7585 2024.12.14 04:39:47.562533 [ 286 ] {e6c3a354-1be7-47a1-b442-9d28d26ec85d} <Debug> TCPHandler: Processed in 0.001826648 sec.
7586 2024.12.14 04:39:47.562741 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7587 2024.12.14 04:39:47.562891 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7588 2024.12.14 04:39:47.562944 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7589 2024.12.14 04:39:47.563413 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7590 2024.12.14 04:39:47.563451 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7591 2024.12.14 04:39:47.563813 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7592 2024.12.14 04:39:47.564061 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7593 2024.12.14 04:39:47.564284 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec.
7594 2024.12.14 04:39:47.564334 [ 284 ] {fbb8b269-3e69-4e5d-b427-0d1877e2b572} <Debug> TCPHandler: Processed in 0.001706374 sec.
7595 2024.12.14 04:39:47.564479 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7596 2024.12.14 04:39:47.564622 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7597 2024.12.14 04:39:47.564718 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7598 2024.12.14 04:39:47.565965 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7599 2024.12.14 04:39:47.566004 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7600 2024.12.14 04:39:47.566668 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7601 2024.12.14 04:39:47.566958 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7602 2024.12.14 04:39:47.567237 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002644 sec., 11346.4447806354 rows/sec., 20.33 MiB/sec.
7603 2024.12.14 04:39:47.567351 [ 286 ] {8176d500-185a-46e3-9a41-54a082689a2e} <Debug> TCPHandler: Processed in 0.002940847 sec.
7604 2024.12.14 04:39:47.567551 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7605 2024.12.14 04:39:47.567755 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7606 2024.12.14 04:39:47.567840 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7607 2024.12.14 04:39:47.568430 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7608 2024.12.14 04:39:47.568469 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7609 2024.12.14 04:39:47.568843 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7610 2024.12.14 04:39:47.569081 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7611 2024.12.14 04:39:47.569323 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec.
7612 2024.12.14 04:39:47.569417 [ 284 ] {8a4d1ab7-5ddf-4290-add6-3449075385e8} <Debug> TCPHandler: Processed in 0.001964241 sec.
7613 2024.12.14 04:39:51.662716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
7614 2024.12.14 04:39:51.663781 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7615 2024.12.14 04:39:51.663830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7616 2024.12.14 04:39:51.664392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7617 2024.12.14 04:39:51.664647 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7618 2024.12.14 04:39:51.664925 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
7619 2024.12.14 04:39:52.539699 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7620 2024.12.14 04:39:52.539909 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7621 2024.12.14 04:39:52.539987 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7622 2024.12.14 04:39:52.540752 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7623 2024.12.14 04:39:52.540796 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7624 2024.12.14 04:39:52.541210 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7625 2024.12.14 04:39:52.541460 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7626 2024.12.14 04:39:52.541668 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001818 sec., 1100.1100110011002 rows/sec., 89.71 KiB/sec.
7627 2024.12.14 04:39:52.541733 [ 284 ] {3ca613ad-932e-426b-80bf-43d2b3ee18fc} <Debug> TCPHandler: Processed in 0.002167907 sec.
7628 2024.12.14 04:39:52.541996 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7629 2024.12.14 04:39:52.542215 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7630 2024.12.14 04:39:52.542297 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7631 2024.12.14 04:39:52.543110 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7632 2024.12.14 04:39:52.543162 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7633 2024.12.14 04:39:52.543617 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7634 2024.12.14 04:39:52.543881 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7635 2024.12.14 04:39:52.544156 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001995 sec., 40601.5037593985 rows/sec., 3.31 MiB/sec.
7636 2024.12.14 04:39:52.544337 [ 286 ] {aaaae686-8f43-4e26-bf06-12164eb5631d} <Debug> TCPHandler: Processed in 0.002482325 sec.
7637 2024.12.14 04:39:52.544572 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7638 2024.12.14 04:39:52.544729 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7639 2024.12.14 04:39:52.544789 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7640 2024.12.14 04:39:52.545447 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.12.14 04:39:52.545514 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7642 2024.12.14 04:39:52.545875 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7643 2024.12.14 04:39:52.546122 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7644 2024.12.14 04:39:52.546256 [ 74 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7645 2024.12.14 04:39:52.546303 [ 74 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7646 2024.12.14 04:39:52.546313 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001616 sec., 8663.366336633664 rows/sec., 644.80 KiB/sec.
7647 2024.12.14 04:39:52.546333 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7648 2024.12.14 04:39:52.546385 [ 284 ] {33ab75ea-2b31-4ee3-af1a-a030a9031868} <Debug> TCPHandler: Processed in 0.00193813 sec.
7649 2024.12.14 04:39:52.546756 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7650 2024.12.14 04:39:52.546950 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
7651 2024.12.14 04:39:52.547186 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7652 2024.12.14 04:39:52.547298 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7653 2024.12.14 04:39:52.547525 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7654 2024.12.14 04:39:52.547602 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 67 rows starting from the beginning of the part
7655 2024.12.14 04:39:52.547960 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part
7656 2024.12.14 04:39:52.548347 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 45 rows starting from the beginning of the part
7657 2024.12.14 04:39:52.548724 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part
7658 2024.12.14 04:39:52.549100 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 37 rows starting from the beginning of the part
7659 2024.12.14 04:39:52.549328 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
7660 2024.12.14 04:39:52.550253 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7661 2024.12.14 04:39:52.550319 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7662 2024.12.14 04:39:52.551359 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7663 2024.12.14 04:39:52.551995 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7664 2024.12.14 04:39:52.552143 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703488 sec., 32786.95422871057 rows/sec., 2.47 MiB/sec.
7665 2024.12.14 04:39:52.552401 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.005347 sec., 14587.619225734055 rows/sec., 1.14 MiB/sec.
7666 2024.12.14 04:39:52.552444 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7667 2024.12.14 04:39:52.552577 [ 286 ] {1639b1cd-0f64-4d27-abb3-60c3fe1f0ebf} <Debug> TCPHandler: Processed in 0.005975596 sec.
7668 2024.12.14 04:39:52.552763 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7669 2024.12.14 04:39:52.552877 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7670 2024.12.14 04:39:52.552902 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7671 2024.12.14 04:39:52.552967 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7672 2024.12.14 04:39:52.552978 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_46_9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7673 2024.12.14 04:39:52.553098 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7674 2024.12.14 04:39:52.553609 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2024.12.14 04:39:52.553646 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7676 2024.12.14 04:39:52.554034 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7677 2024.12.14 04:39:52.554268 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7678 2024.12.14 04:39:52.554497 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001616 sec., 99628.71287128712 rows/sec., 6.94 MiB/sec.
7679 2024.12.14 04:39:52.554606 [ 284 ] {0f5d7ff8-180e-4490-9be7-c61818e5f7fb} <Debug> TCPHandler: Processed in 0.001898799 sec.
7680 2024.12.14 04:39:52.554871 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7681 2024.12.14 04:39:52.555046 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7682 2024.12.14 04:39:52.555147 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7683 2024.12.14 04:39:52.556305 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7684 2024.12.14 04:39:52.556346 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7685 2024.12.14 04:39:52.556993 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7686 2024.12.14 04:39:52.557266 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7687 2024.12.14 04:39:52.557462 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7688 2024.12.14 04:39:52.557536 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002517 sec., 4767.580452920143 rows/sec., 8.54 MiB/sec.
7689 2024.12.14 04:39:52.557544 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7690 2024.12.14 04:39:52.557620 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7691 2024.12.14 04:39:52.557865 [ 286 ] {58d93bd8-5b18-480a-9105-160d89eaa38b} <Debug> TCPHandler: Processed in 0.003162422 sec.
7692 2024.12.14 04:39:52.557893 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
7693 2024.12.14 04:39:52.558052 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7694 2024.12.14 04:39:52.558326 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7695 2024.12.14 04:39:52.558467 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7696 2024.12.14 04:39:52.558488 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7697 2024.12.14 04:39:52.558715 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 905 rows starting from the beginning of the part
7698 2024.12.14 04:39:52.559660 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part
7699 2024.12.14 04:39:52.560554 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part
7700 2024.12.14 04:39:52.560567 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7701 2024.12.14 04:39:52.560651 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7702 2024.12.14 04:39:52.561127 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part
7703 2024.12.14 04:39:52.561768 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part
7704 2024.12.14 04:39:52.562081 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7705 2024.12.14 04:39:52.562362 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part
7706 2024.12.14 04:39:52.562862 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7707 2024.12.14 04:39:52.563681 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005438 sec., 11033.468186833394 rows/sec., 761.42 KiB/sec.
7708 2024.12.14 04:39:52.563785 [ 284 ] {baeee72a-f947-4228-b341-b14e2695fc24} <Debug> TCPHandler: Processed in 0.005818652 sec.
7709 2024.12.14 04:39:52.570145 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1001 rows, containing 19 columns (19 merged, 0 gathered) in 0.012394183 sec., 80763.69374245967 rows/sec., 144.72 MiB/sec.
7710 2024.12.14 04:39:52.571175 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7711 2024.12.14 04:39:52.571601 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7712 2024.12.14 04:39:52.571681 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7713 2024.12.14 04:39:52.571792 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.21 MiB.
7714 2024.12.14 04:39:52.856270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7715 2024.12.14 04:39:52.876302 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7716 2024.12.14 04:39:52.876364 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7717 2024.12.14 04:39:52.883556 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7718 2024.12.14 04:39:52.884311 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7719 2024.12.14 04:39:52.887329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7720 2024.12.14 04:39:53.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.59 MiB, peak 222.71 MiB, free memory in arenas 0.00 B, will set to 215.15 MiB (RSS), difference: 2.56 MiB
7721 2024.12.14 04:39:54.245847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1090
7722 2024.12.14 04:39:54.249335 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7723 2024.12.14 04:39:54.249390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7724 2024.12.14 04:39:54.250873 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7725 2024.12.14 04:39:54.251198 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7726 2024.12.14 04:39:54.251845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090
7727 2024.12.14 04:39:57.546553 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7728 2024.12.14 04:39:57.546856 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7729 2024.12.14 04:39:57.546962 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7730 2024.12.14 04:39:57.547940 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7731 2024.12.14 04:39:57.547992 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7732 2024.12.14 04:39:57.548426 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7733 2024.12.14 04:39:57.548680 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7734 2024.12.14 04:39:57.548951 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002167 sec., 6460.5445316105215 rows/sec., 465.07 KiB/sec.
7735 2024.12.14 04:39:57.549072 [ 284 ] {0dd83efd-c4f9-4b85-9032-ce138451a439} <Debug> TCPHandler: Processed in 0.0026982 sec.
7736 2024.12.14 04:39:57.549471 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7737 2024.12.14 04:39:57.549694 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7738 2024.12.14 04:39:57.549777 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7739 2024.12.14 04:39:57.550747 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7740 2024.12.14 04:39:57.550801 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7741 2024.12.14 04:39:57.551295 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7742 2024.12.14 04:39:57.551568 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7743 2024.12.14 04:39:57.551817 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002182 sec., 120531.62236480294 rows/sec., 10.61 MiB/sec.
7744 2024.12.14 04:39:57.551886 [ 286 ] {ed4c6776-2174-4e6d-98bc-fa82efd69069} <Debug> TCPHandler: Processed in 0.002664899 sec.
7745 2024.12.14 04:39:57.552031 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7746 2024.12.14 04:39:57.552178 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7747 2024.12.14 04:39:57.552240 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7748 2024.12.14 04:39:57.552920 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7749 2024.12.14 04:39:57.552966 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7750 2024.12.14 04:39:57.553349 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7751 2024.12.14 04:39:57.553603 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7752 2024.12.14 04:39:57.553822 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001679 sec., 22036.926742108397 rows/sec., 1.58 MiB/sec.
7753 2024.12.14 04:39:57.553879 [ 284 ] {f54dfc41-2324-4e66-85d4-93a09fb1109c} <Debug> TCPHandler: Processed in 0.001916739 sec.
7754 2024.12.14 04:39:57.554040 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7755 2024.12.14 04:39:57.554187 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7756 2024.12.14 04:39:57.554249 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7757 2024.12.14 04:39:57.554889 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7758 2024.12.14 04:39:57.554931 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7759 2024.12.14 04:39:57.555305 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7760 2024.12.14 04:39:57.555562 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7761 2024.12.14 04:39:57.555792 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec.
7762 2024.12.14 04:39:57.555907 [ 286 ] {77ca5a99-2a73-48af-8fe1-4ee16eec5d2c} <Debug> TCPHandler: Processed in 0.00193452 sec.
7763 2024.12.14 04:39:57.556072 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7764 2024.12.14 04:39:57.556192 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7765 2024.12.14 04:39:57.556244 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7766 2024.12.14 04:39:57.556839 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7767 2024.12.14 04:39:57.556880 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7768 2024.12.14 04:39:57.557239 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7769 2024.12.14 04:39:57.557504 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7770 2024.12.14 04:39:57.557754 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec.
7771 2024.12.14 04:39:57.557950 [ 284 ] {b5927b5e-90b4-4d09-a325-2ac478d01949} <Debug> TCPHandler: Processed in 0.00193329 sec.
7772 2024.12.14 04:39:57.558177 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7773 2024.12.14 04:39:57.558397 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7774 2024.12.14 04:39:57.558475 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7775 2024.12.14 04:39:57.559265 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7776 2024.12.14 04:39:57.559305 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7777 2024.12.14 04:39:57.559732 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7778 2024.12.14 04:39:57.559987 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7779 2024.12.14 04:39:57.560219 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001876 sec., 219616.20469083154 rows/sec., 15.66 MiB/sec.
7780 2024.12.14 04:39:57.560274 [ 286 ] {d9e70886-1667-42ab-ba37-02a4aa454e93} <Debug> TCPHandler: Processed in 0.002204377 sec.
7781 2024.12.14 04:39:57.560425 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7782 2024.12.14 04:39:57.560546 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7783 2024.12.14 04:39:57.560598 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7784 2024.12.14 04:39:57.561098 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2024.12.14 04:39:57.561135 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7786 2024.12.14 04:39:57.561502 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7787 2024.12.14 04:39:57.561734 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7788 2024.12.14 04:39:57.561914 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec.
7789 2024.12.14 04:39:57.561965 [ 284 ] {bb03bcaa-6487-438c-b38e-ba53d3e22d0c} <Debug> TCPHandler: Processed in 0.001597232 sec.
7790 2024.12.14 04:39:57.562112 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7791 2024.12.14 04:39:57.562229 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7792 2024.12.14 04:39:57.562287 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7793 2024.12.14 04:39:57.562878 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7794 2024.12.14 04:39:57.562919 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7795 2024.12.14 04:39:57.563354 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7796 2024.12.14 04:39:57.563623 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7797 2024.12.14 04:39:57.563848 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec.
7798 2024.12.14 04:39:57.563909 [ 286 ] {558277f5-39ab-4e03-b5fc-f6a8e46763e3} <Debug> TCPHandler: Processed in 0.001851388 sec.
7799 2024.12.14 04:39:57.564060 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7800 2024.12.14 04:39:57.564180 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7801 2024.12.14 04:39:57.564233 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7802 2024.12.14 04:39:57.564708 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2024.12.14 04:39:57.564744 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7804 2024.12.14 04:39:57.565115 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7805 2024.12.14 04:39:57.565368 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7806 2024.12.14 04:39:57.565499 [ 66 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0
7807 2024.12.14 04:39:57.565542 [ 66 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7808 2024.12.14 04:39:57.565564 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
7809 2024.12.14 04:39:57.565568 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7810 2024.12.14 04:39:57.565645 [ 284 ] {dfea9ad6-9235-4685-a3a8-690aceb81681} <Debug> TCPHandler: Processed in 0.001645023 sec.
7811 2024.12.14 04:39:57.565706 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full
7812 2024.12.14 04:39:57.565828 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2024.12.14 04:39:57.565846 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7814 2024.12.14 04:39:57.565904 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part
7815 2024.12.14 04:39:57.566137 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7816 2024.12.14 04:39:57.566146 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
7817 2024.12.14 04:39:57.566464 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7818 2024.12.14 04:39:57.566596 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7819 2024.12.14 04:39:57.566762 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7820 2024.12.14 04:39:57.567106 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7821 2024.12.14 04:39:57.567489 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7822 2024.12.14 04:39:57.570179 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004528218 sec., 5079.260759972246 rows/sec., 342.25 KiB/sec.
7823 2024.12.14 04:39:57.570479 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
7824 2024.12.14 04:39:57.570599 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2024.12.14 04:39:57.570666 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7826 2024.12.14 04:39:57.571163 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2024.12.14 04:39:57.571361 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_23_5} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5
7828 2024.12.14 04:39:57.571560 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7829 2024.12.14 04:39:57.571889 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7830 2024.12.14 04:39:57.572179 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7831 2024.12.14 04:39:57.572420 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006444 sec., 4655.493482309124 rows/sec., 8.34 MiB/sec.
7832 2024.12.14 04:39:57.572557 [ 286 ] {dfdd5ea0-404e-4d39-96b7-f9e1b1b9573e} <Debug> TCPHandler: Processed in 0.006814218 sec.
7833 2024.12.14 04:39:57.572705 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7834 2024.12.14 04:39:57.572825 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7835 2024.12.14 04:39:57.572876 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7836 2024.12.14 04:39:57.573379 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7837 2024.12.14 04:39:57.573416 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7838 2024.12.14 04:39:57.573805 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7839 2024.12.14 04:39:57.574041 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7840 2024.12.14 04:39:57.574222 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001423 sec., 57624.73647224174 rows/sec., 3.66 MiB/sec.
7841 2024.12.14 04:39:57.574273 [ 284 ] {4025bc81-ba2f-44e9-b271-a8123645adb3} <Debug> TCPHandler: Processed in 0.001622412 sec.
7842 2024.12.14 04:39:59.006982 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
7843 2024.12.14 04:39:59.007034 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
7844 2024.12.14 04:39:59.165057 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
7845 2024.12.14 04:39:59.166053 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7846 2024.12.14 04:39:59.166092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7847 2024.12.14 04:39:59.166617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7848 2024.12.14 04:39:59.166870 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7849 2024.12.14 04:39:59.167097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7850 2024.12.14 04:40:00.387384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7851 2024.12.14 04:40:00.408279 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7852 2024.12.14 04:40:00.408334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7853 2024.12.14 04:40:00.415883 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7854 2024.12.14 04:40:00.416675 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7855 2024.12.14 04:40:00.420464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7856 2024.12.14 04:40:02.543550 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7857 2024.12.14 04:40:02.543754 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7858 2024.12.14 04:40:02.543826 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7859 2024.12.14 04:40:02.544650 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7860 2024.12.14 04:40:02.544696 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7861 2024.12.14 04:40:02.545151 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7862 2024.12.14 04:40:02.545409 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7863 2024.12.14 04:40:02.545585 [ 62 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7864 2024.12.14 04:40:02.545634 [ 62 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7865 2024.12.14 04:40:02.545641 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001936 sec., 41322.31404958678 rows/sec., 3.37 MiB/sec.
7866 2024.12.14 04:40:02.545657 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7867 2024.12.14 04:40:02.545785 [ 284 ] {87e51ae5-042e-4fca-9e27-9e43e0d0b5b1} <Debug> TCPHandler: Processed in 0.002358542 sec.
7868 2024.12.14 04:40:02.545881 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
7869 2024.12.14 04:40:02.546045 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7870 2024.12.14 04:40:02.546062 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7871 2024.12.14 04:40:02.546085 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1437 rows starting from the beginning of the part
7872 2024.12.14 04:40:02.546192 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part
7873 2024.12.14 04:40:02.546486 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7874 2024.12.14 04:40:02.546541 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 263 rows starting from the beginning of the part
7875 2024.12.14 04:40:02.546684 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7876 2024.12.14 04:40:02.546880 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 81 rows starting from the beginning of the part
7877 2024.12.14 04:40:02.547231 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 263 rows starting from the beginning of the part
7878 2024.12.14 04:40:02.547519 [ 191 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 80 rows starting from the beginning of the part
7879 2024.12.14 04:40:02.548706 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7880 2024.12.14 04:40:02.548752 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7881 2024.12.14 04:40:02.549327 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7882 2024.12.14 04:40:02.549639 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7883 2024.12.14 04:40:02.549889 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 5 columns (5 merged, 0 gathered) in 0.004122398 sec., 534640.274907954 rows/sec., 47.24 MiB/sec.
7884 2024.12.14 04:40:02.550042 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.003758 sec., 3193.1878658861096 rows/sec., 240.11 KiB/sec.
7885 2024.12.14 04:40:02.550151 [ 286 ] {0b6e31c5-304b-425c-a611-4b41135da00c} <Debug> TCPHandler: Processed in 0.00422569 sec.
7886 2024.12.14 04:40:02.550268 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7887 2024.12.14 04:40:02.550325 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7888 2024.12.14 04:40:02.550467 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7889 2024.12.14 04:40:02.550542 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7890 2024.12.14 04:40:02.550706 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7891 2024.12.14 04:40:02.550835 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_61_12} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7892 2024.12.14 04:40:02.550961 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
7893 2024.12.14 04:40:02.551334 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7894 2024.12.14 04:40:02.551373 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7895 2024.12.14 04:40:02.551759 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7896 2024.12.14 04:40:02.552008 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7897 2024.12.14 04:40:02.552168 [ 62 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7898 2024.12.14 04:40:02.552227 [ 62 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7899 2024.12.14 04:40:02.552237 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001805 sec., 42105.26315789474 rows/sec., 3.29 MiB/sec.
7900 2024.12.14 04:40:02.552250 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7901 2024.12.14 04:40:02.552377 [ 284 ] {638b04e6-439f-4f10-ac70-9b974dc8f3b6} <Debug> TCPHandler: Processed in 0.002114755 sec.
7902 2024.12.14 04:40:02.552462 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
7903 2024.12.14 04:40:02.552552 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7904 2024.12.14 04:40:02.552818 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7905 2024.12.14 04:40:02.552827 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7906 2024.12.14 04:40:02.552890 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part
7907 2024.12.14 04:40:02.552954 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7908 2024.12.14 04:40:02.553217 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 76 rows starting from the beginning of the part
7909 2024.12.14 04:40:02.553647 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 412 rows starting from the beginning of the part
7910 2024.12.14 04:40:02.553964 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 78 rows starting from the beginning of the part
7911 2024.12.14 04:40:02.554255 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 412 rows starting from the beginning of the part
7912 2024.12.14 04:40:02.554532 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 76 rows starting from the beginning of the part
7913 2024.12.14 04:40:02.555856 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7914 2024.12.14 04:40:02.555932 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7915 2024.12.14 04:40:02.557035 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7916 2024.12.14 04:40:02.557351 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7917 2024.12.14 04:40:02.557685 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7918 2024.12.14 04:40:02.557832 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2024.12.14 04:40:02.557933 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7920 2024.12.14 04:40:02.558005 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 5 columns (5 merged, 0 gathered) in 0.005658098 sec., 348173.5381748425 rows/sec., 26.67 MiB/sec.
7921 2024.12.14 04:40:02.558157 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00543 sec., 29465.930018416206 rows/sec., 2.05 MiB/sec.
7922 2024.12.14 04:40:02.558297 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
7923 2024.12.14 04:40:02.558357 [ 286 ] {b01a45ea-8ce9-404b-a7f8-d9bf5da9b918} <Debug> TCPHandler: Processed in 0.005871753 sec.
7924 2024.12.14 04:40:02.558424 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7925 2024.12.14 04:40:02.558704 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7926 2024.12.14 04:40:02.558726 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7927 2024.12.14 04:40:02.558799 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17312 rows starting from the beginning of the part
7928 2024.12.14 04:40:02.559088 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7929 2024.12.14 04:40:02.559303 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
7930 2024.12.14 04:40:02.559496 [ 201 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7931 2024.12.14 04:40:02.559546 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7932 2024.12.14 04:40:02.559795 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part
7933 2024.12.14 04:40:02.560113 [ 201 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_61_12} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7934 2024.12.14 04:40:02.560466 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part
7935 2024.12.14 04:40:02.560581 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7936 2024.12.14 04:40:02.560964 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
7937 2024.12.14 04:40:02.561384 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part
7938 2024.12.14 04:40:02.564388 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7939 2024.12.14 04:40:02.564466 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7940 2024.12.14 04:40:02.566013 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7941 2024.12.14 04:40:02.566869 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7942 2024.12.14 04:40:02.567136 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008235 sec., 1457.1948998178507 rows/sec., 2.61 MiB/sec.
7943 2024.12.14 04:40:02.567313 [ 284 ] {21481048-7205-425f-a490-130fd6f8e46c} <Debug> TCPHandler: Processed in 0.008775988 sec.
7944 2024.12.14 04:40:02.567488 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7945 2024.12.14 04:40:02.567613 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7946 2024.12.14 04:40:02.567672 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7947 2024.12.14 04:40:02.568405 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7948 2024.12.14 04:40:02.568447 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7949 2024.12.14 04:40:02.568993 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7950 2024.12.14 04:40:02.569380 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18267 rows, containing 5 columns (5 merged, 0 gathered) in 0.011298674 sec., 1616738.388947234 rows/sec., 109.29 MiB/sec.
7951 2024.12.14 04:40:02.569513 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7952 2024.12.14 04:40:02.569742 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7953 2024.12.14 04:40:02.569768 [ 62 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7954 2024.12.14 04:40:02.569874 [ 62 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7955 2024.12.14 04:40:02.569941 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7956 2024.12.14 04:40:02.570141 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002505 sec., 23952.095808383234 rows/sec., 1.61 MiB/sec.
7957 2024.12.14 04:40:02.570261 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
7958 2024.12.14 04:40:02.570415 [ 286 ] {4a1e6fdb-a98f-4655-8b7b-975b6ad16b37} <Debug> TCPHandler: Processed in 0.003002088 sec.
7959 2024.12.14 04:40:02.570701 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7960 2024.12.14 04:40:02.570763 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3330 rows starting from the beginning of the part
7961 2024.12.14 04:40:02.570801 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7962 2024.12.14 04:40:02.570978 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
7963 2024.12.14 04:40:02.571258 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7964 2024.12.14 04:40:02.571273 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
7965 2024.12.14 04:40:02.571590 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
7966 2024.12.14 04:40:02.571628 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB.
7967 2024.12.14 04:40:02.571824 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
7968 2024.12.14 04:40:02.571916 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
7969 2024.12.14 04:40:02.573514 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3674 rows, containing 4 columns (4 merged, 0 gathered) in 0.003438629 sec., 1068449.0824686235 rows/sec., 69.86 MiB/sec.
7970 2024.12.14 04:40:02.573897 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7971 2024.12.14 04:40:02.574256 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7972 2024.12.14 04:40:02.574353 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_61_12} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7973 2024.12.14 04:40:02.574455 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7974 2024.12.14 04:40:03.821884 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7975 2024.12.14 04:40:03.822128 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7976 2024.12.14 04:40:03.822218 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7977 2024.12.14 04:40:03.823119 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7978 2024.12.14 04:40:03.823168 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7979 2024.12.14 04:40:03.823618 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7980 2024.12.14 04:40:03.823879 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7981 2024.12.14 04:40:03.824087 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002027 sec., 6906.758756783423 rows/sec., 497.19 KiB/sec.
7982 2024.12.14 04:40:03.824149 [ 284 ] {bbf80f51-0a33-4ed1-b1de-e03f66ebb30b} <Debug> TCPHandler: Processed in 0.002416493 sec.
7983 2024.12.14 04:40:03.824421 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7984 2024.12.14 04:40:03.824637 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7985 2024.12.14 04:40:03.824715 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7986 2024.12.14 04:40:03.825445 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7987 2024.12.14 04:40:03.825501 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7988 2024.12.14 04:40:03.825936 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7989 2024.12.14 04:40:03.826203 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2024.12.14 04:40:03.826474 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001882 sec., 2125.3985122210415 rows/sec., 173.31 KiB/sec.
7991 2024.12.14 04:40:03.826617 [ 286 ] {9d15a037-0fdc-4b1e-998e-10762c2e3d8a} <Debug> TCPHandler: Processed in 0.00233585 sec.
7992 2024.12.14 04:40:03.826853 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7993 2024.12.14 04:40:03.826987 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7994 2024.12.14 04:40:03.827041 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7995 2024.12.14 04:40:03.828409 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7996 2024.12.14 04:40:03.828448 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7997 2024.12.14 04:40:03.828906 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7998 2024.12.14 04:40:03.829147 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7999 2024.12.14 04:40:03.829331 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002372 sec., 592327.1500843171 rows/sec., 49.57 MiB/sec.
8000 2024.12.14 04:40:03.829386 [ 284 ] {edd376e3-fc94-44ed-9f24-f17b20c17496} <Debug> TCPHandler: Processed in 0.002647599 sec.
8001 2024.12.14 04:40:03.829534 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8002 2024.12.14 04:40:03.829681 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8003 2024.12.14 04:40:03.829744 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8004 2024.12.14 04:40:03.830499 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8005 2024.12.14 04:40:03.830548 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8006 2024.12.14 04:40:03.830950 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8007 2024.12.14 04:40:03.831205 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8008 2024.12.14 04:40:03.831422 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001775 sec., 23098.591549295772 rows/sec., 1.65 MiB/sec.
8009 2024.12.14 04:40:03.831477 [ 286 ] {81e45829-47c9-4e2d-9e7b-2c536ab5b9c3} <Debug> TCPHandler: Processed in 0.002012742 sec.
8010 2024.12.14 04:40:03.831633 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8011 2024.12.14 04:40:03.831754 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8012 2024.12.14 04:40:03.831803 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8013 2024.12.14 04:40:03.832493 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8014 2024.12.14 04:40:03.832532 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8015 2024.12.14 04:40:03.832892 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8016 2024.12.14 04:40:03.833123 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8017 2024.12.14 04:40:03.833318 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001591 sec., 152105.5939660591 rows/sec., 10.31 MiB/sec.
8018 2024.12.14 04:40:03.833449 [ 284 ] {82e0fec3-e198-4009-9149-87e13607a993} <Debug> TCPHandler: Processed in 0.001871599 sec.
8019 2024.12.14 04:40:03.833620 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8020 2024.12.14 04:40:03.833755 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8021 2024.12.14 04:40:03.833812 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8022 2024.12.14 04:40:03.834490 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8023 2024.12.14 04:40:03.834538 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8024 2024.12.14 04:40:03.834915 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8025 2024.12.14 04:40:03.835163 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8026 2024.12.14 04:40:03.835421 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec.
8027 2024.12.14 04:40:03.835565 [ 286 ] {6dbab1de-0418-4a58-8455-9b5c1b5e7c3f} <Debug> TCPHandler: Processed in 0.001997192 sec.
8028 2024.12.14 04:40:03.835758 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2024.12.14 04:40:03.835875 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8030 2024.12.14 04:40:03.835925 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8031 2024.12.14 04:40:03.836831 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2024.12.14 04:40:03.836869 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8033 2024.12.14 04:40:03.837256 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8034 2024.12.14 04:40:03.837511 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2024.12.14 04:40:03.837700 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.001848 sec., 471861.47186147183 rows/sec., 34.19 MiB/sec.
8036 2024.12.14 04:40:03.837818 [ 284 ] {71ce729b-bb60-46fa-a2ec-df326a06cd0f} <Debug> TCPHandler: Processed in 0.002146416 sec.
8037 2024.12.14 04:40:03.838023 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8038 2024.12.14 04:40:03.838159 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8039 2024.12.14 04:40:03.838210 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8040 2024.12.14 04:40:03.838687 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8041 2024.12.14 04:40:03.838726 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8042 2024.12.14 04:40:03.839094 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8043 2024.12.14 04:40:03.839340 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8044 2024.12.14 04:40:03.839558 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec.
8045 2024.12.14 04:40:03.839613 [ 286 ] {e75e09af-e576-480a-bb6f-8e3efb608891} <Debug> TCPHandler: Processed in 0.001712314 sec.
8046 2024.12.14 04:40:03.839744 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8047 2024.12.14 04:40:03.839862 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8048 2024.12.14 04:40:03.839916 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8049 2024.12.14 04:40:03.840730 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8050 2024.12.14 04:40:03.840767 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8051 2024.12.14 04:40:03.841199 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8052 2024.12.14 04:40:03.841435 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8053 2024.12.14 04:40:03.841665 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001816 sec., 512665.1982378855 rows/sec., 34.07 MiB/sec.
8054 2024.12.14 04:40:03.841738 [ 284 ] {223332b0-1e4e-4918-8e62-55814d105950} <Debug> TCPHandler: Processed in 0.002048434 sec.
8055 2024.12.14 04:40:03.841997 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8056 2024.12.14 04:40:03.842325 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8057 2024.12.14 04:40:03.842410 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8058 2024.12.14 04:40:03.842934 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8059 2024.12.14 04:40:03.842974 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8060 2024.12.14 04:40:03.843350 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8061 2024.12.14 04:40:03.843593 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8062 2024.12.14 04:40:03.843810 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001586 sec., 630.517023959647 rows/sec., 42.49 KiB/sec.
8063 2024.12.14 04:40:03.843863 [ 286 ] {5006b012-558f-45d2-ba6d-eafcc36f79a7} <Debug> TCPHandler: Processed in 0.002032473 sec.
8064 2024.12.14 04:40:03.843995 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8065 2024.12.14 04:40:03.844112 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8066 2024.12.14 04:40:03.844193 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8067 2024.12.14 04:40:03.845377 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2024.12.14 04:40:03.845414 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8069 2024.12.14 04:40:03.846048 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8070 2024.12.14 04:40:03.846308 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2024.12.14 04:40:03.846509 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002422 sec., 12386.457473162674 rows/sec., 22.20 MiB/sec.
8072 2024.12.14 04:40:03.846614 [ 284 ] {4bb6a8c9-b94e-4ec1-aab9-dbdede186337} <Debug> TCPHandler: Processed in 0.00267377 sec.
8073 2024.12.14 04:40:03.846859 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2024.12.14 04:40:03.847084 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8075 2024.12.14 04:40:03.847180 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8076 2024.12.14 04:40:03.847906 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2024.12.14 04:40:03.847946 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8078 2024.12.14 04:40:03.848319 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8079 2024.12.14 04:40:03.848570 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2024.12.14 04:40:03.848774 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001745 sec., 21776.50429799427 rows/sec., 1.29 MiB/sec.
8081 2024.12.14 04:40:03.848828 [ 286 ] {75b45a9e-abfe-4259-a063-7527338952d9} <Debug> TCPHandler: Processed in 0.002079054 sec.
8082 2024.12.14 04:40:04.252025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1148
8083 2024.12.14 04:40:04.255695 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8084 2024.12.14 04:40:04.255747 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8085 2024.12.14 04:40:04.257243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8086 2024.12.14 04:40:04.257579 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8087 2024.12.14 04:40:04.258285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148
8088 2024.12.14 04:40:06.667214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
8089 2024.12.14 04:40:06.667866 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8090 2024.12.14 04:40:06.667914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8091 2024.12.14 04:40:06.668448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8092 2024.12.14 04:40:06.668703 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8093 2024.12.14 04:40:06.668973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
8094 2024.12.14 04:40:07.538073 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8095 2024.12.14 04:40:07.538255 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8096 2024.12.14 04:40:07.538324 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8097 2024.12.14 04:40:07.539097 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8098 2024.12.14 04:40:07.539146 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8099 2024.12.14 04:40:07.539571 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8100 2024.12.14 04:40:07.539843 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8101 2024.12.14 04:40:07.540037 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.35 MiB/sec.
8102 2024.12.14 04:40:07.540094 [ 284 ] {a3e8e737-ed9d-4594-a007-99291a0d7359} <Debug> TCPHandler: Processed in 0.002145956 sec.
8103 2024.12.14 04:40:07.540365 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8104 2024.12.14 04:40:07.540565 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8105 2024.12.14 04:40:07.540642 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8106 2024.12.14 04:40:07.541441 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2024.12.14 04:40:07.541496 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8108 2024.12.14 04:40:07.541945 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8109 2024.12.14 04:40:07.542212 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8110 2024.12.14 04:40:07.542454 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec.
8111 2024.12.14 04:40:07.542529 [ 286 ] {cb68325d-c011-4d42-b1d4-9582e00a15fd} <Debug> TCPHandler: Processed in 0.00230116 sec.
8112 2024.12.14 04:40:07.542686 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8113 2024.12.14 04:40:07.542809 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8114 2024.12.14 04:40:07.542865 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8115 2024.12.14 04:40:07.543424 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8116 2024.12.14 04:40:07.543462 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8117 2024.12.14 04:40:07.543859 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8118 2024.12.14 04:40:07.544105 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8119 2024.12.14 04:40:07.544296 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001512 sec., 78042.32804232804 rows/sec., 5.44 MiB/sec.
8120 2024.12.14 04:40:07.544387 [ 284 ] {107dd295-5928-4f7d-a698-783d2c68bb6c} <Debug> TCPHandler: Processed in 0.001755126 sec.
8121 2024.12.14 04:40:07.544592 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8122 2024.12.14 04:40:07.544748 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8123 2024.12.14 04:40:07.544805 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8124 2024.12.14 04:40:07.545331 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8125 2024.12.14 04:40:07.545372 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8126 2024.12.14 04:40:07.545769 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8127 2024.12.14 04:40:07.546019 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8128 2024.12.14 04:40:07.546266 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001543 sec., 28515.87815942968 rows/sec., 1.92 MiB/sec.
8129 2024.12.14 04:40:07.546348 [ 286 ] {f99c9bb7-f056-4b85-b71b-e3c41c0d3dac} <Debug> TCPHandler: Processed in 0.001878359 sec.
8130 2024.12.14 04:40:07.920527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8131 2024.12.14 04:40:07.941932 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8132 2024.12.14 04:40:07.941993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8133 2024.12.14 04:40:07.949575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8134 2024.12.14 04:40:07.950372 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8135 2024.12.14 04:40:07.954279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8136 2024.12.14 04:40:12.540794 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8137 2024.12.14 04:40:12.540997 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8138 2024.12.14 04:40:12.541071 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8139 2024.12.14 04:40:12.541872 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8140 2024.12.14 04:40:12.541920 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8141 2024.12.14 04:40:12.542365 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8142 2024.12.14 04:40:12.542640 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8143 2024.12.14 04:40:12.542907 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001954 sec., 40941.658137154554 rows/sec., 3.34 MiB/sec.
8144 2024.12.14 04:40:12.543004 [ 284 ] {303870d3-982f-4c90-b2e0-8f6c0eb0d01a} <Debug> TCPHandler: Processed in 0.002338701 sec.
8145 2024.12.14 04:40:12.543337 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8146 2024.12.14 04:40:12.543556 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8147 2024.12.14 04:40:12.543639 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8148 2024.12.14 04:40:12.544441 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8149 2024.12.14 04:40:12.544495 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8150 2024.12.14 04:40:12.544936 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8151 2024.12.14 04:40:12.545193 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8152 2024.12.14 04:40:12.545428 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001934 sec., 6204.7569803516035 rows/sec., 466.57 KiB/sec.
8153 2024.12.14 04:40:12.545496 [ 286 ] {ee77016d-e521-4293-beb4-e47494fc8fa1} <Debug> TCPHandler: Processed in 0.002348751 sec.
8154 2024.12.14 04:40:12.545647 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8155 2024.12.14 04:40:12.545773 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8156 2024.12.14 04:40:12.545827 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8157 2024.12.14 04:40:12.546448 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8158 2024.12.14 04:40:12.546489 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8159 2024.12.14 04:40:12.546871 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8160 2024.12.14 04:40:12.547124 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8161 2024.12.14 04:40:12.547396 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00164 sec., 46341.46341463415 rows/sec., 3.62 MiB/sec.
8162 2024.12.14 04:40:12.547459 [ 284 ] {a4afc2d2-c169-460b-acef-f02b9b7f2478} <Debug> TCPHandler: Processed in 0.001870979 sec.
8163 2024.12.14 04:40:12.547708 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8164 2024.12.14 04:40:12.547883 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8165 2024.12.14 04:40:12.547952 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8166 2024.12.14 04:40:12.548532 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2024.12.14 04:40:12.548575 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8168 2024.12.14 04:40:12.548983 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8169 2024.12.14 04:40:12.549229 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2024.12.14 04:40:12.549488 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec.
8171 2024.12.14 04:40:12.549633 [ 286 ] {91cc9af2-3f8f-4533-b71c-f932f0b15bbe} <Debug> TCPHandler: Processed in 0.002085355 sec.
8172 2024.12.14 04:40:12.549847 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8173 2024.12.14 04:40:12.550004 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8174 2024.12.14 04:40:12.550087 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8175 2024.12.14 04:40:12.551299 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8176 2024.12.14 04:40:12.551340 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8177 2024.12.14 04:40:12.551980 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8178 2024.12.14 04:40:12.552242 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8179 2024.12.14 04:40:12.552563 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002583 sec., 4645.760743321719 rows/sec., 8.32 MiB/sec.
8180 2024.12.14 04:40:12.553133 [ 284 ] {e54c0c92-fc38-4dba-8c58-94bf0cc60385} <Debug> TCPHandler: Processed in 0.003404939 sec.
8181 2024.12.14 04:40:12.553347 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8182 2024.12.14 04:40:12.553490 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8183 2024.12.14 04:40:12.553558 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8184 2024.12.14 04:40:12.554117 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8185 2024.12.14 04:40:12.554158 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8186 2024.12.14 04:40:12.554544 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8187 2024.12.14 04:40:12.554797 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8188 2024.12.14 04:40:12.555069 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec.
8189 2024.12.14 04:40:12.555188 [ 286 ] {d0f0a3e6-d503-4b76-ad3f-7c3f0a1ed692} <Debug> TCPHandler: Processed in 0.0019271 sec.
8190 2024.12.14 04:40:14.007078 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
8191 2024.12.14 04:40:14.007133 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
8192 2024.12.14 04:40:14.169099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
8193 2024.12.14 04:40:14.169850 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8194 2024.12.14 04:40:14.169899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8195 2024.12.14 04:40:14.170436 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8196 2024.12.14 04:40:14.170699 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2024.12.14 04:40:14.170897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8198 2024.12.14 04:40:14.258613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1168
8199 2024.12.14 04:40:14.261597 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8200 2024.12.14 04:40:14.261656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8201 2024.12.14 04:40:14.263125 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8202 2024.12.14 04:40:14.263448 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8203 2024.12.14 04:40:14.264109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168
8204 2024.12.14 04:40:15.446456 [ 47 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
8205 2024.12.14 04:40:15.446521 [ 47 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8206 2024.12.14 04:40:15.446544 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8207 2024.12.14 04:40:15.446709 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
8208 2024.12.14 04:40:15.446898 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8209 2024.12.14 04:40:15.446942 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part
8210 2024.12.14 04:40:15.447034 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part
8211 2024.12.14 04:40:15.447248 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
8212 2024.12.14 04:40:15.447433 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
8213 2024.12.14 04:40:15.447550 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part
8214 2024.12.14 04:40:15.448591 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001971751 sec., 382401.2261183081 rows/sec., 27.38 MiB/sec.
8215 2024.12.14 04:40:15.448803 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
8216 2024.12.14 04:40:15.449158 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2024.12.14 04:40:15.449256 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_24_5} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
8218 2024.12.14 04:40:15.449357 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8219 2024.12.14 04:40:15.454340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8220 2024.12.14 04:40:15.476618 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8221 2024.12.14 04:40:15.476666 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8222 2024.12.14 04:40:15.484054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8223 2024.12.14 04:40:15.484883 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8224 2024.12.14 04:40:15.488739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8225 2024.12.14 04:40:15.649719 [ 46 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
8226 2024.12.14 04:40:15.649805 [ 46 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8227 2024.12.14 04:40:15.649844 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8228 2024.12.14 04:40:15.650198 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
8229 2024.12.14 04:40:15.650586 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8230 2024.12.14 04:40:15.650653 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
8231 2024.12.14 04:40:15.650795 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
8232 2024.12.14 04:40:15.651170 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8233 2024.12.14 04:40:15.651369 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8234 2024.12.14 04:40:15.651461 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8235 2024.12.14 04:40:15.652681 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.00271879 sec., 52964.73799006175 rows/sec., 2.70 MiB/sec.
8236 2024.12.14 04:40:15.652901 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
8237 2024.12.14 04:40:15.653266 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8238 2024.12.14 04:40:15.653364 [ 198 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_24_5} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
8239 2024.12.14 04:40:15.653469 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8240 2024.12.14 04:40:17.545391 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8241 2024.12.14 04:40:17.545626 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8242 2024.12.14 04:40:17.545723 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8243 2024.12.14 04:40:17.546517 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2024.12.14 04:40:17.546569 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8245 2024.12.14 04:40:17.547014 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8246 2024.12.14 04:40:17.547263 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8247 2024.12.14 04:40:17.547458 [ 43 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8248 2024.12.14 04:40:17.547536 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec.
8249 2024.12.14 04:40:17.547546 [ 43 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8250 2024.12.14 04:40:17.547621 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8251 2024.12.14 04:40:17.547678 [ 284 ] {e1092799-8d46-41d1-b2a2-4dd9a70bf7ff} <Debug> TCPHandler: Processed in 0.002421893 sec.
8252 2024.12.14 04:40:17.548131 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8253 2024.12.14 04:40:17.548165 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8254 2024.12.14 04:40:17.548411 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8255 2024.12.14 04:40:17.548471 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8256 2024.12.14 04:40:17.548480 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8257 2024.12.14 04:40:17.548576 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8258 2024.12.14 04:40:17.548769 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8259 2024.12.14 04:40:17.549151 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8260 2024.12.14 04:40:17.549417 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8261 2024.12.14 04:40:17.549783 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
8262 2024.12.14 04:40:17.551744 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8263 2024.12.14 04:40:17.551824 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8264 2024.12.14 04:40:17.552296 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004523058 sec., 15476.255223788861 rows/sec., 1.15 MiB/sec.
8265 2024.12.14 04:40:17.552713 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8266 2024.12.14 04:40:17.552765 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8267 2024.12.14 04:40:17.553306 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8268 2024.12.14 04:40:17.553515 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_25_6} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8269 2024.12.14 04:40:17.553743 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005389 sec., 48803.11746149564 rows/sec., 4.29 MiB/sec.
8270 2024.12.14 04:40:17.553760 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_25_6} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8271 2024.12.14 04:40:17.553954 [ 286 ] {c0089b97-4698-4716-9ab9-f4f4c763f952} <Debug> TCPHandler: Processed in 0.00611077 sec.
8272 2024.12.14 04:40:17.553992 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
8273 2024.12.14 04:40:17.554164 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8274 2024.12.14 04:40:17.554312 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8275 2024.12.14 04:40:17.554375 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8276 2024.12.14 04:40:17.555092 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8277 2024.12.14 04:40:17.555141 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8278 2024.12.14 04:40:17.555511 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8279 2024.12.14 04:40:17.555748 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8280 2024.12.14 04:40:17.555916 [ 43 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8281 2024.12.14 04:40:17.555981 [ 43 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8282 2024.12.14 04:40:17.555999 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001714 sec., 21586.93115519253 rows/sec., 1.55 MiB/sec.
8283 2024.12.14 04:40:17.556023 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8284 2024.12.14 04:40:17.556184 [ 284 ] {af1f37c4-49b7-4879-a808-026de46082c0} <Debug> TCPHandler: Processed in 0.002088464 sec.
8285 2024.12.14 04:40:17.556387 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
8286 2024.12.14 04:40:17.556431 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8287 2024.12.14 04:40:17.556732 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8288 2024.12.14 04:40:17.556775 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8289 2024.12.14 04:40:17.556838 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8290 2024.12.14 04:40:17.556883 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 67 rows starting from the beginning of the part
8291 2024.12.14 04:40:17.557280 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 37 rows starting from the beginning of the part
8292 2024.12.14 04:40:17.557547 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part
8293 2024.12.14 04:40:17.557872 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part
8294 2024.12.14 04:40:17.558145 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part
8295 2024.12.14 04:40:17.558471 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 37 rows starting from the beginning of the part
8296 2024.12.14 04:40:17.559780 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8297 2024.12.14 04:40:17.559849 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8298 2024.12.14 04:40:17.560814 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8299 2024.12.14 04:40:17.561319 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.005171144 sec., 39836.4462486444 rows/sec., 3.00 MiB/sec.
8300 2024.12.14 04:40:17.561361 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8301 2024.12.14 04:40:17.561547 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8302 2024.12.14 04:40:17.561656 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005028 sec., 2784.407319013524 rows/sec., 195.00 KiB/sec.
8303 2024.12.14 04:40:17.561856 [ 286 ] {77eb24bd-cb9a-41b3-9fac-2cee554b4ffb} <Debug> TCPHandler: Processed in 0.005543025 sec.
8304 2024.12.14 04:40:17.562083 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8305 2024.12.14 04:40:17.562181 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8306 2024.12.14 04:40:17.562320 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8307 2024.12.14 04:40:17.562372 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_51_10} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8308 2024.12.14 04:40:17.562403 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8309 2024.12.14 04:40:17.562560 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8310 2024.12.14 04:40:17.563241 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8311 2024.12.14 04:40:17.563285 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8312 2024.12.14 04:40:17.563635 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8313 2024.12.14 04:40:17.563863 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8314 2024.12.14 04:40:17.564036 [ 43 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8315 2024.12.14 04:40:17.564102 [ 43 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8316 2024.12.14 04:40:17.564119 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00187 sec., 6951.871657754011 rows/sec., 433.45 KiB/sec.
8317 2024.12.14 04:40:17.564138 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8318 2024.12.14 04:40:17.564364 [ 284 ] {655a6e94-4e01-469d-ba87-f17ba6c99af4} <Debug> TCPHandler: Processed in 0.002377922 sec.
8319 2024.12.14 04:40:17.564623 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8320 2024.12.14 04:40:17.564695 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8321 2024.12.14 04:40:17.565104 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8322 2024.12.14 04:40:17.565151 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8323 2024.12.14 04:40:17.565220 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8324 2024.12.14 04:40:17.565225 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8325 2024.12.14 04:40:17.565496 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8326 2024.12.14 04:40:17.565792 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8327 2024.12.14 04:40:17.566122 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8328 2024.12.14 04:40:17.566492 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
8329 2024.12.14 04:40:17.567712 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2024.12.14 04:40:17.567785 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8331 2024.12.14 04:40:17.568099 [ 195 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00384289 sec., 16914.35352039741 rows/sec., 1.09 MiB/sec.
8332 2024.12.14 04:40:17.568366 [ 196 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8333 2024.12.14 04:40:17.568402 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8334 2024.12.14 04:40:17.568917 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8335 2024.12.14 04:40:17.569235 [ 196 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_25_6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8336 2024.12.14 04:40:17.569282 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004307 sec., 95658.23078709078 rows/sec., 6.82 MiB/sec.
8337 2024.12.14 04:40:17.569430 [ 196 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_25_6} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8338 2024.12.14 04:40:17.569448 [ 286 ] {da55566c-c5bc-4197-b387-783604c15bfa} <Debug> TCPHandler: Processed in 0.004938498 sec.
8339 2024.12.14 04:40:17.569662 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8340 2024.12.14 04:40:17.569710 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8341 2024.12.14 04:40:17.569848 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8342 2024.12.14 04:40:17.569908 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8343 2024.12.14 04:40:17.570441 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2024.12.14 04:40:17.570481 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8345 2024.12.14 04:40:17.570856 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8346 2024.12.14 04:40:17.571088 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2024.12.14 04:40:17.571304 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec.
8348 2024.12.14 04:40:17.571357 [ 284 ] {f1c1aa3a-165e-4d27-bf2a-c0dec0f94abf} <Debug> TCPHandler: Processed in 0.001788736 sec.
8349 2024.12.14 04:40:17.571526 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8350 2024.12.14 04:40:17.571665 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8351 2024.12.14 04:40:17.571726 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8352 2024.12.14 04:40:17.572367 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2024.12.14 04:40:17.572404 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8354 2024.12.14 04:40:17.572815 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8355 2024.12.14 04:40:17.573053 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2024.12.14 04:40:17.573234 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec.
8357 2024.12.14 04:40:17.573284 [ 286 ] {a84c3486-e1bf-4c99-8eeb-0b5df30182fe} <Debug> TCPHandler: Processed in 0.001825678 sec.
8358 2024.12.14 04:40:17.573425 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8359 2024.12.14 04:40:17.573543 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8360 2024.12.14 04:40:17.573596 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8361 2024.12.14 04:40:17.574072 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8362 2024.12.14 04:40:17.574112 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8363 2024.12.14 04:40:17.574467 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8364 2024.12.14 04:40:17.574697 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8365 2024.12.14 04:40:17.574955 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec.
8366 2024.12.14 04:40:17.575180 [ 284 ] {e0c9895c-1516-418e-b41d-ff886cdf3e4e} <Debug> TCPHandler: Processed in 0.001803597 sec.
8367 2024.12.14 04:40:17.575356 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8368 2024.12.14 04:40:17.575491 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8369 2024.12.14 04:40:17.575579 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8370 2024.12.14 04:40:17.576819 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8371 2024.12.14 04:40:17.576856 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8372 2024.12.14 04:40:17.577494 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8373 2024.12.14 04:40:17.577753 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8374 2024.12.14 04:40:17.577887 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8375 2024.12.14 04:40:17.577931 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8376 2024.12.14 04:40:17.577957 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8377 2024.12.14 04:40:17.577961 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.0025 sec., 12000 rows/sec., 21.50 MiB/sec.
8378 2024.12.14 04:40:17.578299 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
8379 2024.12.14 04:40:17.578330 [ 286 ] {423cc998-a68e-4a02-885d-fb0c61542045} <Debug> TCPHandler: Processed in 0.003052719 sec.
8380 2024.12.14 04:40:17.578554 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8381 2024.12.14 04:40:17.578746 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8382 2024.12.14 04:40:17.578778 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8383 2024.12.14 04:40:17.578830 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8384 2024.12.14 04:40:17.578872 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1001 rows starting from the beginning of the part
8385 2024.12.14 04:40:17.579414 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part
8386 2024.12.14 04:40:17.579784 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part
8387 2024.12.14 04:40:17.580217 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8388 2024.12.14 04:40:17.580230 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part
8389 2024.12.14 04:40:17.580263 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8390 2024.12.14 04:40:17.580591 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part
8391 2024.12.14 04:40:17.581275 [ 186 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
8392 2024.12.14 04:40:17.581367 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8393 2024.12.14 04:40:17.581918 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8394 2024.12.14 04:40:17.582250 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003553 sec., 23079.08809456797 rows/sec., 1.47 MiB/sec.
8395 2024.12.14 04:40:17.582328 [ 284 ] {da51458e-73c1-4cb3-8383-5aeb366f733b} <Debug> TCPHandler: Processed in 0.003887481 sec.
8396 2024.12.14 04:40:17.588477 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 19 columns (19 merged, 0 gathered) in 0.010442642 sec., 106773.74557128358 rows/sec., 191.33 MiB/sec.
8397 2024.12.14 04:40:17.589903 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8398 2024.12.14 04:40:17.590420 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8399 2024.12.14 04:40:17.590532 [ 197 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8400 2024.12.14 04:40:17.590719 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.47 MiB.
8401 2024.12.14 04:40:18.000459 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.90 MiB, peak 225.32 MiB, free memory in arenas 0.00 B, will set to 218.68 MiB (RSS), difference: 1.78 MiB
8402 2024.12.14 04:40:21.671011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
8403 2024.12.14 04:40:21.671655 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8404 2024.12.14 04:40:21.671706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8405 2024.12.14 04:40:21.672247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8406 2024.12.14 04:40:21.672515 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8407 2024.12.14 04:40:21.672723 [ 38 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8408 2024.12.14 04:40:21.672764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
8409 2024.12.14 04:40:21.672812 [ 38 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8410 2024.12.14 04:40:21.672845 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8411 2024.12.14 04:40:21.673124 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
8412 2024.12.14 04:40:21.673724 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8413 2024.12.14 04:40:21.673873 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
8414 2024.12.14 04:40:21.674287 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
8415 2024.12.14 04:40:21.674536 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
8416 2024.12.14 04:40:21.674714 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
8417 2024.12.14 04:40:21.674954 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
8418 2024.12.14 04:40:21.675122 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
8419 2024.12.14 04:40:21.677709 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004775324 sec., 3934392.723928261 rows/sec., 56.28 MiB/sec.
8420 2024.12.14 04:40:21.678084 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8421 2024.12.14 04:40:21.678414 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8422 2024.12.14 04:40:21.678496 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_41_8} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8423 2024.12.14 04:40:21.678601 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8424 2024.12.14 04:40:22.540421 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8425 2024.12.14 04:40:22.540637 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8426 2024.12.14 04:40:22.540718 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8427 2024.12.14 04:40:22.541556 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8428 2024.12.14 04:40:22.541606 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8429 2024.12.14 04:40:22.542022 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8430 2024.12.14 04:40:22.542287 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8431 2024.12.14 04:40:22.542568 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001967 sec., 2033.5536349771226 rows/sec., 165.82 KiB/sec.
8432 2024.12.14 04:40:22.543020 [ 284 ] {b6aca219-79b5-4e9b-a432-395d648b9358} <Debug> TCPHandler: Processed in 0.002725991 sec.
8433 2024.12.14 04:40:22.543365 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8434 2024.12.14 04:40:22.543562 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8435 2024.12.14 04:40:22.543641 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8436 2024.12.14 04:40:22.544452 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8437 2024.12.14 04:40:22.544507 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8438 2024.12.14 04:40:22.544958 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8439 2024.12.14 04:40:22.545210 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8440 2024.12.14 04:40:22.545407 [ 37 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8441 2024.12.14 04:40:22.545478 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.001967 sec., 41687.84951703101 rows/sec., 3.39 MiB/sec.
8442 2024.12.14 04:40:22.545495 [ 37 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8443 2024.12.14 04:40:22.545565 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8444 2024.12.14 04:40:22.545625 [ 286 ] {160f9490-01c4-4d7f-9154-18117268f2c7} <Debug> TCPHandler: Processed in 0.002417563 sec.
8445 2024.12.14 04:40:22.545897 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8446 2024.12.14 04:40:22.545936 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
8447 2024.12.14 04:40:22.546246 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8448 2024.12.14 04:40:22.546418 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8449 2024.12.14 04:40:22.546891 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8450 2024.12.14 04:40:22.547095 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1437 rows starting from the beginning of the part
8451 2024.12.14 04:40:22.547512 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1405 rows starting from the beginning of the part
8452 2024.12.14 04:40:22.548097 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part
8453 2024.12.14 04:40:22.548463 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part
8454 2024.12.14 04:40:22.548884 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 263 rows starting from the beginning of the part
8455 2024.12.14 04:40:22.549224 [ 199 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part
8456 2024.12.14 04:40:22.549868 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2024.12.14 04:40:22.549927 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8458 2024.12.14 04:40:22.550824 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8459 2024.12.14 04:40:22.551390 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8460 2024.12.14 04:40:22.551821 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.005703 sec., 2805.5409433631426 rows/sec., 207.20 KiB/sec.
8461 2024.12.14 04:40:22.551935 [ 284 ] {54f5754d-3aed-4d18-86f6-290c9fa0b5cb} <Debug> TCPHandler: Processed in 0.006191121 sec.
8462 2024.12.14 04:40:22.552199 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8463 2024.12.14 04:40:22.552443 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8464 2024.12.14 04:40:22.552534 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8465 2024.12.14 04:40:22.552552 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.006884959 sec., 482646.301887927 rows/sec., 42.31 MiB/sec.
8466 2024.12.14 04:40:22.552820 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8467 2024.12.14 04:40:22.553260 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8468 2024.12.14 04:40:22.553404 [ 195 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_66_13} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8469 2024.12.14 04:40:22.553456 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2024.12.14 04:40:22.553490 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8471 2024.12.14 04:40:22.553509 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8472 2024.12.14 04:40:22.553898 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8473 2024.12.14 04:40:22.554141 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8474 2024.12.14 04:40:22.554325 [ 37 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8475 2024.12.14 04:40:22.554391 [ 37 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8476 2024.12.14 04:40:22.554393 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002019 sec., 39623.576027736504 rows/sec., 3.10 MiB/sec.
8477 2024.12.14 04:40:22.554425 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8478 2024.12.14 04:40:22.554633 [ 286 ] {7d2e4996-c751-4145-ae33-c1fc3497750a} <Debug> TCPHandler: Processed in 0.002570707 sec.
8479 2024.12.14 04:40:22.554813 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
8480 2024.12.14 04:40:22.554901 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8481 2024.12.14 04:40:22.555312 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8482 2024.12.14 04:40:22.555346 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8483 2024.12.14 04:40:22.555476 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part
8484 2024.12.14 04:40:22.555527 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8485 2024.12.14 04:40:22.555847 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 872 rows starting from the beginning of the part
8486 2024.12.14 04:40:22.556193 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part
8487 2024.12.14 04:40:22.556535 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 76 rows starting from the beginning of the part
8488 2024.12.14 04:40:22.556816 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 412 rows starting from the beginning of the part
8489 2024.12.14 04:40:22.557304 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 80 rows starting from the beginning of the part
8490 2024.12.14 04:40:22.558802 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8491 2024.12.14 04:40:22.558855 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8492 2024.12.14 04:40:22.559891 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8493 2024.12.14 04:40:22.560255 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8494 2024.12.14 04:40:22.560474 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8495 2024.12.14 04:40:22.560605 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8496 2024.12.14 04:40:22.560712 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8497 2024.12.14 04:40:22.560740 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005565 sec., 29110.512129380055 rows/sec., 2.03 MiB/sec.
8498 2024.12.14 04:40:22.561127 [ 284 ] {cc3cc2ba-74d5-440e-b8c8-c1ed6482d078} <Debug> TCPHandler: Processed in 0.006347305 sec.
8499 2024.12.14 04:40:22.561493 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
8500 2024.12.14 04:40:22.561519 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8501 2024.12.14 04:40:22.561637 [ 199 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.007090065 sec., 341322.681808982 rows/sec., 26.18 MiB/sec.
8502 2024.12.14 04:40:22.561826 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8503 2024.12.14 04:40:22.561958 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8504 2024.12.14 04:40:22.561978 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8505 2024.12.14 04:40:22.562082 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8506 2024.12.14 04:40:22.562128 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18267 rows starting from the beginning of the part
8507 2024.12.14 04:40:22.562718 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 931 rows starting from the beginning of the part
8508 2024.12.14 04:40:22.563127 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8509 2024.12.14 04:40:22.563436 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
8510 2024.12.14 04:40:22.563563 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_66_13} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8511 2024.12.14 04:40:22.563981 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
8512 2024.12.14 04:40:22.563989 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8513 2024.12.14 04:40:22.564336 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
8514 2024.12.14 04:40:22.564662 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 162 rows starting from the beginning of the part
8515 2024.12.14 04:40:22.567199 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8516 2024.12.14 04:40:22.567279 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8517 2024.12.14 04:40:22.568878 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8518 2024.12.14 04:40:22.569284 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2024.12.14 04:40:22.569700 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007951 sec., 1509.2441202364482 rows/sec., 2.70 MiB/sec.
8520 2024.12.14 04:40:22.569936 [ 286 ] {e411507a-4fce-4d43-a62c-8d11845e681d} <Debug> TCPHandler: Processed in 0.008628645 sec.
8521 2024.12.14 04:40:22.570089 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8522 2024.12.14 04:40:22.570250 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8523 2024.12.14 04:40:22.570303 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8524 2024.12.14 04:40:22.570894 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8525 2024.12.14 04:40:22.570934 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8526 2024.12.14 04:40:22.571484 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8527 2024.12.14 04:40:22.571792 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8528 2024.12.14 04:40:22.572079 [ 36 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8529 2024.12.14 04:40:22.572274 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002072 sec., 28957.528957528957 rows/sec., 1.95 MiB/sec.
8530 2024.12.14 04:40:22.572324 [ 36 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8531 2024.12.14 04:40:22.572484 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8532 2024.12.14 04:40:22.572597 [ 284 ] {6e270b8f-2741-499a-9958-caaafd9b7402} <Debug> TCPHandler: Processed in 0.002554756 sec.
8533 2024.12.14 04:40:22.573035 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19875 rows, containing 5 columns (5 merged, 0 gathered) in 0.012097055 sec., 1642961.8613786579 rows/sec., 111.04 MiB/sec.
8534 2024.12.14 04:40:22.573255 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8535 2024.12.14 04:40:22.573666 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8536 2024.12.14 04:40:22.573892 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8537 2024.12.14 04:40:22.573974 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3674 rows starting from the beginning of the part
8538 2024.12.14 04:40:22.574213 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 38 rows starting from the beginning of the part
8539 2024.12.14 04:40:22.574508 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part
8540 2024.12.14 04:40:22.574684 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8541 2024.12.14 04:40:22.574797 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
8542 2024.12.14 04:40:22.574995 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8543 2024.12.14 04:40:22.575055 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
8544 2024.12.14 04:40:22.575324 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB.
8545 2024.12.14 04:40:22.575417 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
8546 2024.12.14 04:40:22.577092 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3958 rows, containing 4 columns (4 merged, 0 gathered) in 0.00420976 sec., 940196.1156930561 rows/sec., 61.45 MiB/sec.
8547 2024.12.14 04:40:22.577390 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8548 2024.12.14 04:40:22.577739 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8549 2024.12.14 04:40:22.577832 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_66_13} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8550 2024.12.14 04:40:22.577928 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
8551 2024.12.14 04:40:22.988794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8552 2024.12.14 04:40:23.012129 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8553 2024.12.14 04:40:23.012188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8554 2024.12.14 04:40:23.019497 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8555 2024.12.14 04:40:23.020281 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8556 2024.12.14 04:40:23.020728 [ 36 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8557 2024.12.14 04:40:23.020926 [ 36 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8558 2024.12.14 04:40:23.021034 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8559 2024.12.14 04:40:23.021746 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8560 2024.12.14 04:40:23.036323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8561 2024.12.14 04:40:23.038248 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8562 2024.12.14 04:40:23.039913 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8563 2024.12.14 04:40:23.046103 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8564 2024.12.14 04:40:23.052141 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8565 2024.12.14 04:40:23.058183 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8566 2024.12.14 04:40:23.064067 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8567 2024.12.14 04:40:23.068692 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
8568 2024.12.14 04:40:23.128191 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.106903766 sec., 2890.4500894758003 rows/sec., 14.95 MiB/sec.
8569 2024.12.14 04:40:23.131534 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8570 2024.12.14 04:40:23.134759 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_41_8} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8571 2024.12.14 04:40:23.134899 [ 194 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_41_8} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8572 2024.12.14 04:40:23.137759 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.99 MiB.
8573 2024.12.14 04:40:24.264254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1204
8574 2024.12.14 04:40:24.267576 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8575 2024.12.14 04:40:24.267635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8576 2024.12.14 04:40:24.269129 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8577 2024.12.14 04:40:24.269462 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8578 2024.12.14 04:40:24.270691 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204
8579 2024.12.14 04:40:27.547008 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8580 2024.12.14 04:40:27.547213 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8581 2024.12.14 04:40:27.547287 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8582 2024.12.14 04:40:27.548058 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8583 2024.12.14 04:40:27.548111 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8584 2024.12.14 04:40:27.548549 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8585 2024.12.14 04:40:27.548803 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8586 2024.12.14 04:40:27.549048 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
8587 2024.12.14 04:40:27.549151 [ 284 ] {82304b5a-c292-4d6d-a127-38877d7bc419} <Debug> TCPHandler: Processed in 0.002272819 sec.
8588 2024.12.14 04:40:27.549501 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8589 2024.12.14 04:40:27.549743 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8590 2024.12.14 04:40:27.549828 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8591 2024.12.14 04:40:27.550828 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8592 2024.12.14 04:40:27.550884 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8593 2024.12.14 04:40:27.551359 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8594 2024.12.14 04:40:27.551619 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8595 2024.12.14 04:40:27.551885 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002204 sec., 119328.4936479129 rows/sec., 10.50 MiB/sec.
8596 2024.12.14 04:40:27.551957 [ 286 ] {5daac0a7-7bf0-4109-9dcb-4d9c2ec549d4} <Debug> TCPHandler: Processed in 0.002650509 sec.
8597 2024.12.14 04:40:27.552101 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8598 2024.12.14 04:40:27.552228 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8599 2024.12.14 04:40:27.552281 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8600 2024.12.14 04:40:27.552902 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8601 2024.12.14 04:40:27.552944 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8602 2024.12.14 04:40:27.553318 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8603 2024.12.14 04:40:27.553580 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8604 2024.12.14 04:40:27.553839 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001635 sec., 22629.969418960245 rows/sec., 1.62 MiB/sec.
8605 2024.12.14 04:40:27.553947 [ 284 ] {93213ec2-e73d-4717-b761-c20cea1ac037} <Debug> TCPHandler: Processed in 0.00189966 sec.
8606 2024.12.14 04:40:27.554217 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8607 2024.12.14 04:40:27.554502 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8608 2024.12.14 04:40:27.554586 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8609 2024.12.14 04:40:27.555205 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8610 2024.12.14 04:40:27.555247 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8611 2024.12.14 04:40:27.555615 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8612 2024.12.14 04:40:27.555872 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8613 2024.12.14 04:40:27.556149 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0017 sec., 8235.29411764706 rows/sec., 576.75 KiB/sec.
8614 2024.12.14 04:40:27.556377 [ 286 ] {2af3e387-1ef7-40ca-87ca-55b39a9ddfba} <Debug> TCPHandler: Processed in 0.002340011 sec.
8615 2024.12.14 04:40:27.556560 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8616 2024.12.14 04:40:27.556678 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8617 2024.12.14 04:40:27.556729 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8618 2024.12.14 04:40:27.557291 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2024.12.14 04:40:27.557330 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8620 2024.12.14 04:40:27.557688 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8621 2024.12.14 04:40:27.557924 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8622 2024.12.14 04:40:27.558126 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001473 sec., 8825.526137135099 rows/sec., 550.27 KiB/sec.
8623 2024.12.14 04:40:27.558181 [ 284 ] {72dfb277-cd2d-4ad0-9807-6f88bc0bfa89} <Debug> TCPHandler: Processed in 0.001680194 sec.
8624 2024.12.14 04:40:27.558321 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8625 2024.12.14 04:40:27.558442 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8626 2024.12.14 04:40:27.558493 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8627 2024.12.14 04:40:27.559395 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8628 2024.12.14 04:40:27.559445 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8629 2024.12.14 04:40:27.559846 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8630 2024.12.14 04:40:27.560093 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8631 2024.12.14 04:40:27.560335 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001911 sec., 215593.92987964416 rows/sec., 15.37 MiB/sec.
8632 2024.12.14 04:40:27.560470 [ 286 ] {a6ad8183-7ea4-4208-9ce6-ab17f2cf814a} <Debug> TCPHandler: Processed in 0.002203508 sec.
8633 2024.12.14 04:40:27.560676 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8634 2024.12.14 04:40:27.561002 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8635 2024.12.14 04:40:27.561126 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8636 2024.12.14 04:40:27.561635 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8637 2024.12.14 04:40:27.561673 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8638 2024.12.14 04:40:27.562050 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8639 2024.12.14 04:40:27.562283 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8640 2024.12.14 04:40:27.562464 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec.
8641 2024.12.14 04:40:27.562525 [ 284 ] {0259253d-7bdc-4be3-b624-77a44817ae04} <Debug> TCPHandler: Processed in 0.001961981 sec.
8642 2024.12.14 04:40:27.562728 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8643 2024.12.14 04:40:27.562952 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8644 2024.12.14 04:40:27.563053 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8645 2024.12.14 04:40:27.563873 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8646 2024.12.14 04:40:27.563913 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8647 2024.12.14 04:40:27.564320 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8648 2024.12.14 04:40:27.564568 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8649 2024.12.14 04:40:27.564825 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001919 sec., 123501.82386659719 rows/sec., 8.28 MiB/sec.
8650 2024.12.14 04:40:27.564913 [ 286 ] {cc42407f-d341-46e9-a247-600aabf1da3c} <Debug> TCPHandler: Processed in 0.002292319 sec.
8651 2024.12.14 04:40:27.565111 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8652 2024.12.14 04:40:27.565257 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8653 2024.12.14 04:40:27.565307 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8654 2024.12.14 04:40:27.565771 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8655 2024.12.14 04:40:27.565808 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8656 2024.12.14 04:40:27.566160 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8657 2024.12.14 04:40:27.566394 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8658 2024.12.14 04:40:27.566622 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec.
8659 2024.12.14 04:40:27.566793 [ 284 ] {a1f19441-3aad-4ff6-be05-1a422c4be739} <Debug> TCPHandler: Processed in 0.001777986 sec.
8660 2024.12.14 04:40:27.567052 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8661 2024.12.14 04:40:27.567276 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8662 2024.12.14 04:40:27.567422 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8663 2024.12.14 04:40:27.568642 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8664 2024.12.14 04:40:27.568682 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8665 2024.12.14 04:40:27.569342 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8666 2024.12.14 04:40:27.569617 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8667 2024.12.14 04:40:27.569854 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002634 sec., 11389.521640091116 rows/sec., 20.41 MiB/sec.
8668 2024.12.14 04:40:27.569966 [ 286 ] {49e484ab-f94c-4fac-aa0f-dd6df2f728b6} <Debug> TCPHandler: Processed in 0.00306407 sec.
8669 2024.12.14 04:40:27.570119 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8670 2024.12.14 04:40:27.570237 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8671 2024.12.14 04:40:27.570287 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8672 2024.12.14 04:40:27.570806 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2024.12.14 04:40:27.570843 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8674 2024.12.14 04:40:27.571213 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8675 2024.12.14 04:40:27.571447 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2024.12.14 04:40:27.571637 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001423 sec., 57624.73647224174 rows/sec., 3.66 MiB/sec.
8677 2024.12.14 04:40:27.571691 [ 284 ] {b6061949-7688-4536-a7ae-3c988d942556} <Debug> TCPHandler: Processed in 0.001629962 sec.
8678 2024.12.14 04:40:29.007350 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
8679 2024.12.14 04:40:29.007406 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
8680 2024.12.14 04:40:29.172876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
8681 2024.12.14 04:40:29.173539 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8682 2024.12.14 04:40:29.173583 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8683 2024.12.14 04:40:29.174137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8684 2024.12.14 04:40:29.174407 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8685 2024.12.14 04:40:29.174619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8686 2024.12.14 04:40:30.536393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8687 2024.12.14 04:40:30.555555 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8688 2024.12.14 04:40:30.555610 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8689 2024.12.14 04:40:30.562780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8690 2024.12.14 04:40:30.563568 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8691 2024.12.14 04:40:30.566504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8692 2024.12.14 04:40:32.541345 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8693 2024.12.14 04:40:32.541562 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8694 2024.12.14 04:40:32.541637 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8695 2024.12.14 04:40:32.542429 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8696 2024.12.14 04:40:32.542484 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8697 2024.12.14 04:40:32.542942 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8698 2024.12.14 04:40:32.543193 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8699 2024.12.14 04:40:32.543440 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001942 sec., 41194.6446961895 rows/sec., 3.36 MiB/sec.
8700 2024.12.14 04:40:32.543505 [ 284 ] {85d23091-bbd3-4bb6-b31a-d12eabffa99a} <Debug> TCPHandler: Processed in 0.00228715 sec.
8701 2024.12.14 04:40:32.543780 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8702 2024.12.14 04:40:32.543999 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8703 2024.12.14 04:40:32.544082 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8704 2024.12.14 04:40:32.544919 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2024.12.14 04:40:32.544971 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8706 2024.12.14 04:40:32.545421 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8707 2024.12.14 04:40:32.545694 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.12.14 04:40:32.545932 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001993 sec., 6021.073758153538 rows/sec., 452.76 KiB/sec.
8709 2024.12.14 04:40:32.546001 [ 286 ] {eb579ff8-e537-4b92-8f94-9cb50ef5b096} <Debug> TCPHandler: Processed in 0.002360242 sec.
8710 2024.12.14 04:40:32.546134 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8711 2024.12.14 04:40:32.546259 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8712 2024.12.14 04:40:32.546311 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8713 2024.12.14 04:40:32.546971 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2024.12.14 04:40:32.547014 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8715 2024.12.14 04:40:32.547383 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8716 2024.12.14 04:40:32.547625 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2024.12.14 04:40:32.547829 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001584 sec., 47979.797979797986 rows/sec., 3.75 MiB/sec.
8718 2024.12.14 04:40:32.547947 [ 284 ] {bb533762-5b6d-404d-9beb-8a50a71c2b33} <Debug> TCPHandler: Processed in 0.001865938 sec.
8719 2024.12.14 04:40:32.548161 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8720 2024.12.14 04:40:32.548336 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8721 2024.12.14 04:40:32.548404 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8722 2024.12.14 04:40:32.549065 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8723 2024.12.14 04:40:32.549109 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8724 2024.12.14 04:40:32.549516 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8725 2024.12.14 04:40:32.549765 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8726 2024.12.14 04:40:32.549986 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
8727 2024.12.14 04:40:32.550044 [ 286 ] {62ae21b2-d60f-4cd0-867c-73addcbe66a7} <Debug> TCPHandler: Processed in 0.002004272 sec.
8728 2024.12.14 04:40:32.550211 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8729 2024.12.14 04:40:32.550331 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8730 2024.12.14 04:40:32.550414 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8731 2024.12.14 04:40:32.551578 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8732 2024.12.14 04:40:32.551616 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8733 2024.12.14 04:40:32.552235 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8734 2024.12.14 04:40:32.552499 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8735 2024.12.14 04:40:32.552711 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002405 sec., 4989.60498960499 rows/sec., 8.94 MiB/sec.
8736 2024.12.14 04:40:32.552816 [ 284 ] {f67c43c4-2e32-4196-a3c7-048c11d6c789} <Debug> TCPHandler: Processed in 0.002661289 sec.
8737 2024.12.14 04:40:32.553043 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2024.12.14 04:40:32.553288 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8739 2024.12.14 04:40:32.553391 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8740 2024.12.14 04:40:32.554071 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8741 2024.12.14 04:40:32.554113 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8742 2024.12.14 04:40:32.554528 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8743 2024.12.14 04:40:32.554777 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8744 2024.12.14 04:40:32.555000 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001768 sec., 33936.65158371041 rows/sec., 2.29 MiB/sec.
8745 2024.12.14 04:40:32.555054 [ 286 ] {c863cf1d-f454-4635-9096-334f860219c4} <Debug> TCPHandler: Processed in 0.002126616 sec.
8746 2024.12.14 04:40:33.818727 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8747 2024.12.14 04:40:33.818918 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8748 2024.12.14 04:40:33.818991 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8749 2024.12.14 04:40:33.819743 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8750 2024.12.14 04:40:33.819795 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8751 2024.12.14 04:40:33.820224 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8752 2024.12.14 04:40:33.820488 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8753 2024.12.14 04:40:33.820736 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
8754 2024.12.14 04:40:33.820807 [ 284 ] {ad05a6fd-8364-4ad2-8fb6-b0b223371a10} <Debug> TCPHandler: Processed in 0.002207717 sec.
8755 2024.12.14 04:40:33.821155 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8756 2024.12.14 04:40:33.821398 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8757 2024.12.14 04:40:33.821479 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8758 2024.12.14 04:40:33.822241 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8759 2024.12.14 04:40:33.822283 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8760 2024.12.14 04:40:33.822723 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8761 2024.12.14 04:40:33.823002 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8762 2024.12.14 04:40:33.823225 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001883 sec., 4248.5395645246945 rows/sec., 346.44 KiB/sec.
8763 2024.12.14 04:40:33.823327 [ 286 ] {be718474-947f-454f-8a99-3234dc5ef8c7} <Debug> TCPHandler: Processed in 0.002366672 sec.
8764 2024.12.14 04:40:33.823521 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8765 2024.12.14 04:40:33.823668 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8766 2024.12.14 04:40:33.823731 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8767 2024.12.14 04:40:33.825159 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8768 2024.12.14 04:40:33.825202 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8769 2024.12.14 04:40:33.825668 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8770 2024.12.14 04:40:33.825914 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8771 2024.12.14 04:40:33.826137 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.002504 sec., 561900.9584664536 rows/sec., 47.02 MiB/sec.
8772 2024.12.14 04:40:33.826198 [ 284 ] {fe67d143-c684-4ed5-b86c-6f4abe49c932} <Debug> TCPHandler: Processed in 0.002744782 sec.
8773 2024.12.14 04:40:33.826385 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8774 2024.12.14 04:40:33.826534 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8775 2024.12.14 04:40:33.826598 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8776 2024.12.14 04:40:33.827242 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8777 2024.12.14 04:40:33.827280 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8778 2024.12.14 04:40:33.827652 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8779 2024.12.14 04:40:33.827907 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8780 2024.12.14 04:40:33.828117 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001618 sec., 27812.113720642767 rows/sec., 1.97 MiB/sec.
8781 2024.12.14 04:40:33.828189 [ 286 ] {b2e77641-70e6-4e6e-8795-269e12e004e5} <Debug> TCPHandler: Processed in 0.001872859 sec.
8782 2024.12.14 04:40:33.828349 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8783 2024.12.14 04:40:33.828475 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8784 2024.12.14 04:40:33.828532 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8785 2024.12.14 04:40:33.829220 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8786 2024.12.14 04:40:33.829261 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8787 2024.12.14 04:40:33.829626 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8788 2024.12.14 04:40:33.829860 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8789 2024.12.14 04:40:33.830073 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001624 sec., 149014.77832512316 rows/sec., 10.10 MiB/sec.
8790 2024.12.14 04:40:33.830132 [ 284 ] {5585b104-7951-4fcb-976c-4ea64aee9629} <Debug> TCPHandler: Processed in 0.001843648 sec.
8791 2024.12.14 04:40:33.830294 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8792 2024.12.14 04:40:33.830422 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8793 2024.12.14 04:40:33.830473 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8794 2024.12.14 04:40:33.831082 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8795 2024.12.14 04:40:33.831122 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8796 2024.12.14 04:40:33.831497 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8797 2024.12.14 04:40:33.831746 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8798 2024.12.14 04:40:33.831925 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
8799 2024.12.14 04:40:33.831975 [ 286 ] {13d70f37-ccfc-4975-8d5b-abbd3452d701} <Debug> TCPHandler: Processed in 0.001747245 sec.
8800 2024.12.14 04:40:33.832146 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8801 2024.12.14 04:40:33.832289 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8802 2024.12.14 04:40:33.832348 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8803 2024.12.14 04:40:33.833329 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8804 2024.12.14 04:40:33.833370 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8805 2024.12.14 04:40:33.833772 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8806 2024.12.14 04:40:33.834012 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8807 2024.12.14 04:40:33.834241 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.001984 sec., 441532.2580645161 rows/sec., 32.01 MiB/sec.
8808 2024.12.14 04:40:33.834342 [ 284 ] {12ea1ddb-1a7b-46dc-a077-a012cd04623b} <Debug> TCPHandler: Processed in 0.002260709 sec.
8809 2024.12.14 04:40:33.834546 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8810 2024.12.14 04:40:33.834756 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8811 2024.12.14 04:40:33.834808 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8812 2024.12.14 04:40:33.835291 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8813 2024.12.14 04:40:33.835329 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8814 2024.12.14 04:40:33.835708 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8815 2024.12.14 04:40:33.835972 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8816 2024.12.14 04:40:33.836154 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec.
8817 2024.12.14 04:40:33.836204 [ 286 ] {6431b1c1-15b7-4fa0-a330-1d152dbb1663} <Debug> TCPHandler: Processed in 0.001769437 sec.
8818 2024.12.14 04:40:33.836358 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8819 2024.12.14 04:40:33.836481 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8820 2024.12.14 04:40:33.836535 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8821 2024.12.14 04:40:33.837298 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8822 2024.12.14 04:40:33.837338 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8823 2024.12.14 04:40:33.837782 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8824 2024.12.14 04:40:33.838026 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8825 2024.12.14 04:40:33.838245 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001789 sec., 521520.4024594746 rows/sec., 34.66 MiB/sec.
8826 2024.12.14 04:40:33.838303 [ 284 ] {4b3b6493-e17a-4b32-b140-9297049242c0} <Debug> TCPHandler: Processed in 0.002004412 sec.
8827 2024.12.14 04:40:33.838461 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8828 2024.12.14 04:40:33.838608 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8829 2024.12.14 04:40:33.838669 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8830 2024.12.14 04:40:33.839156 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8831 2024.12.14 04:40:33.839193 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8832 2024.12.14 04:40:33.839556 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8833 2024.12.14 04:40:33.839801 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8834 2024.12.14 04:40:33.839979 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec.
8835 2024.12.14 04:40:33.840033 [ 286 ] {7ed90824-6eb0-498e-a270-67e6190b04e5} <Debug> TCPHandler: Processed in 0.001639652 sec.
8836 2024.12.14 04:40:33.840200 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8837 2024.12.14 04:40:33.840343 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8838 2024.12.14 04:40:33.840439 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8839 2024.12.14 04:40:33.841681 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8840 2024.12.14 04:40:33.841721 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8841 2024.12.14 04:40:33.842347 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8842 2024.12.14 04:40:33.842608 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8843 2024.12.14 04:40:33.842856 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002544 sec., 11792.45283018868 rows/sec., 21.13 MiB/sec.
8844 2024.12.14 04:40:33.842968 [ 284 ] {492cd3c5-d44a-4f29-bdc9-9e5d06aad9d1} <Debug> TCPHandler: Processed in 0.002834264 sec.
8845 2024.12.14 04:40:33.843136 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8846 2024.12.14 04:40:33.843279 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8847 2024.12.14 04:40:33.843340 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8848 2024.12.14 04:40:33.843887 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8849 2024.12.14 04:40:33.843925 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8850 2024.12.14 04:40:33.844295 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8851 2024.12.14 04:40:33.844548 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8852 2024.12.14 04:40:33.844727 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001479 sec., 25693.035835023664 rows/sec., 1.52 MiB/sec.
8853 2024.12.14 04:40:33.844777 [ 286 ] {98ddffed-c96a-40ab-996c-d3dab7d3007f} <Debug> TCPHandler: Processed in 0.001715215 sec.
8854 2024.12.14 04:40:34.270894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1262
8855 2024.12.14 04:40:34.274726 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8856 2024.12.14 04:40:34.274791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8857 2024.12.14 04:40:34.276342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8858 2024.12.14 04:40:34.276678 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8859 2024.12.14 04:40:34.276901 [ 59 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8860 2024.12.14 04:40:34.277028 [ 59 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8861 2024.12.14 04:40:34.277097 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8862 2024.12.14 04:40:34.277512 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
8863 2024.12.14 04:40:34.278575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1262
8864 2024.12.14 04:40:34.278948 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8865 2024.12.14 04:40:34.279126 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1054 rows starting from the beginning of the part
8866 2024.12.14 04:40:34.279751 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
8867 2024.12.14 04:40:34.280341 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part
8868 2024.12.14 04:40:34.280927 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
8869 2024.12.14 04:40:34.281591 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
8870 2024.12.14 04:40:34.282308 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part
8871 2024.12.14 04:40:34.290971 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 72 columns (72 merged, 0 gathered) in 0.013749118 sec., 91787.70594593778 rows/sec., 72.53 MiB/sec.
8872 2024.12.14 04:40:34.292644 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8873 2024.12.14 04:40:34.293477 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8874 2024.12.14 04:40:34.293579 [ 196 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_31_6} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8875 2024.12.14 04:40:34.293948 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB.
8876 2024.12.14 04:40:36.674741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
8877 2024.12.14 04:40:36.675407 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8878 2024.12.14 04:40:36.675462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8879 2024.12.14 04:40:36.676112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8880 2024.12.14 04:40:36.676395 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8881 2024.12.14 04:40:36.676646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
8882 2024.12.14 04:40:37.537634 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8883 2024.12.14 04:40:37.537840 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8884 2024.12.14 04:40:37.537918 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8885 2024.12.14 04:40:37.538698 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8886 2024.12.14 04:40:37.538752 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8887 2024.12.14 04:40:37.539183 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8888 2024.12.14 04:40:37.539437 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8889 2024.12.14 04:40:37.539689 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec.
8890 2024.12.14 04:40:37.539755 [ 284 ] {4bee5699-d49f-458e-b753-936a9e4a2a88} <Debug> TCPHandler: Processed in 0.002265389 sec.
8891 2024.12.14 04:40:37.540032 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8892 2024.12.14 04:40:37.540248 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8893 2024.12.14 04:40:37.540333 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8894 2024.12.14 04:40:37.541188 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8895 2024.12.14 04:40:37.541245 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8896 2024.12.14 04:40:37.541709 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8897 2024.12.14 04:40:37.541989 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8898 2024.12.14 04:40:37.542252 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002065 sec., 30992.73607748184 rows/sec., 2.42 MiB/sec.
8899 2024.12.14 04:40:37.542360 [ 286 ] {d92b31a5-218f-4c24-bee6-3f695ba1057b} <Debug> TCPHandler: Processed in 0.002470875 sec.
8900 2024.12.14 04:40:37.542613 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8901 2024.12.14 04:40:37.542815 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8902 2024.12.14 04:40:37.542889 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8903 2024.12.14 04:40:37.543483 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8904 2024.12.14 04:40:37.543526 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8905 2024.12.14 04:40:37.543932 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8906 2024.12.14 04:40:37.544180 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8907 2024.12.14 04:40:37.544435 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001656 sec., 71256.038647343 rows/sec., 4.96 MiB/sec.
8908 2024.12.14 04:40:37.544521 [ 284 ] {c2d37bdf-55ff-4bbb-aa16-8eda83007d60} <Debug> TCPHandler: Processed in 0.002050254 sec.
8909 2024.12.14 04:40:37.544747 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8910 2024.12.14 04:40:37.544916 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8911 2024.12.14 04:40:37.544985 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8912 2024.12.14 04:40:37.545579 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8913 2024.12.14 04:40:37.545628 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8914 2024.12.14 04:40:37.546058 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8915 2024.12.14 04:40:37.546308 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8916 2024.12.14 04:40:37.546543 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001663 sec., 26458.208057727 rows/sec., 1.78 MiB/sec.
8917 2024.12.14 04:40:37.546642 [ 286 ] {4f96db5a-6004-4fbb-8a2b-8d6e7ca3150f} <Debug> TCPHandler: Processed in 0.002003812 sec.
8918 2024.12.14 04:40:38.066570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8919 2024.12.14 04:40:38.087133 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8920 2024.12.14 04:40:38.087196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8921 2024.12.14 04:40:38.094800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8922 2024.12.14 04:40:38.095601 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8923 2024.12.14 04:40:38.099618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
8924 2024.12.14 04:40:42.540708 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8925 2024.12.14 04:40:42.540907 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8926 2024.12.14 04:40:42.540978 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8927 2024.12.14 04:40:42.541746 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8928 2024.12.14 04:40:42.541795 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8929 2024.12.14 04:40:42.542230 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8930 2024.12.14 04:40:42.542488 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8931 2024.12.14 04:40:42.542709 [ 45 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8932 2024.12.14 04:40:42.542777 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001917 sec., 41731.87271778821 rows/sec., 3.41 MiB/sec.
8933 2024.12.14 04:40:42.542807 [ 45 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2024.12.14 04:40:42.542880 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8935 2024.12.14 04:40:42.542925 [ 284 ] {6d1baea6-ea5c-4e91-b657-dce028edaef4} <Debug> TCPHandler: Processed in 0.002336551 sec.
8936 2024.12.14 04:40:42.543231 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::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
8937 2024.12.14 04:40:42.543321 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8938 2024.12.14 04:40:42.543689 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8939 2024.12.14 04:40:42.543771 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1437 rows starting from the beginning of the part
8940 2024.12.14 04:40:42.544152 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 263 rows starting from the beginning of the part
8941 2024.12.14 04:40:42.544254 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8942 2024.12.14 04:40:42.544418 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 80 rows starting from the beginning of the part
8943 2024.12.14 04:40:42.544455 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8944 2024.12.14 04:40:42.544778 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1407 rows starting from the beginning of the part
8945 2024.12.14 04:40:42.545057 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part
8946 2024.12.14 04:40:42.545325 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part
8947 2024.12.14 04:40:42.547030 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8948 2024.12.14 04:40:42.547106 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8949 2024.12.14 04:40:42.548235 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8950 2024.12.14 04:40:42.548544 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8951 2024.12.14 04:40:42.548909 [ 45 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8952 2024.12.14 04:40:42.549112 [ 45 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8953 2024.12.14 04:40:42.549132 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005105 sec., 2350.6366307541625 rows/sec., 176.76 KiB/sec.
8954 2024.12.14 04:40:42.549228 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8955 2024.12.14 04:40:42.549655 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.006628723 sec., 501303.1921834718 rows/sec., 43.95 MiB/sec.
8956 2024.12.14 04:40:42.549683 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
8957 2024.12.14 04:40:42.549697 [ 286 ] {943e5b21-0de6-450d-9f4b-4e6590a1014f} <Debug> TCPHandler: Processed in 0.006623242 sec.
8958 2024.12.14 04:40:42.550045 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8959 2024.12.14 04:40:42.550051 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8960 2024.12.14 04:40:42.550071 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8961 2024.12.14 04:40:42.550151 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 67 rows starting from the beginning of the part
8962 2024.12.14 04:40:42.550563 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8963 2024.12.14 04:40:42.550560 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part
8964 2024.12.14 04:40:42.550760 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8965 2024.12.14 04:40:42.551084 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8966 2024.12.14 04:40:42.551092 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 37 rows starting from the beginning of the part
8967 2024.12.14 04:40:42.551588 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_71_14} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8968 2024.12.14 04:40:42.551644 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part
8969 2024.12.14 04:40:42.551938 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8970 2024.12.14 04:40:42.552107 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 45 rows starting from the beginning of the part
8971 2024.12.14 04:40:42.552417 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part
8972 2024.12.14 04:40:42.554002 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8973 2024.12.14 04:40:42.554075 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8974 2024.12.14 04:40:42.555118 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8975 2024.12.14 04:40:42.555200 [ 197 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005846583 sec., 32326.574342654505 rows/sec., 2.44 MiB/sec.
8976 2024.12.14 04:40:42.555432 [ 197 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8977 2024.12.14 04:40:42.555586 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8978 2024.12.14 04:40:42.555810 [ 45 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8979 2024.12.14 04:40:42.555906 [ 45 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8980 2024.12.14 04:40:42.555984 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8981 2024.12.14 04:40:42.556136 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005763 sec., 13187.57591532188 rows/sec., 1.03 MiB/sec.
8982 2024.12.14 04:40:42.556390 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::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
8983 2024.12.14 04:40:42.556438 [ 284 ] {6633585f-4430-4bbe-82ae-9f0444c1ed5a} <Debug> TCPHandler: Processed in 0.006576031 sec.
8984 2024.12.14 04:40:42.556439 [ 190 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8985 2024.12.14 04:40:42.556770 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8986 2024.12.14 04:40:42.556797 [ 190 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_56_11} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8987 2024.12.14 04:40:42.556797 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8988 2024.12.14 04:40:42.556834 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part
8989 2024.12.14 04:40:42.557130 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8990 2024.12.14 04:40:42.557268 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 412 rows starting from the beginning of the part
8991 2024.12.14 04:40:42.557372 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8992 2024.12.14 04:40:42.557517 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 76 rows starting from the beginning of the part
8993 2024.12.14 04:40:42.557599 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8994 2024.12.14 04:40:42.557838 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 876 rows starting from the beginning of the part
8995 2024.12.14 04:40:42.558220 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part
8996 2024.12.14 04:40:42.558656 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 76 rows starting from the beginning of the part
8997 2024.12.14 04:40:42.560244 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8998 2024.12.14 04:40:42.560318 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
8999 2024.12.14 04:40:42.561430 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9000 2024.12.14 04:40:42.561972 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9001 2024.12.14 04:40:42.562075 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005966226 sec., 405616.54888701835 rows/sec., 31.11 MiB/sec.
9002 2024.12.14 04:40:42.562271 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9003 2024.12.14 04:40:42.562373 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9004 2024.12.14 04:40:42.562402 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9005 2024.12.14 04:40:42.562471 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005333 sec., 30001.875117194824 rows/sec., 2.09 MiB/sec.
9006 2024.12.14 04:40:42.562483 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9007 2024.12.14 04:40:42.562895 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::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
9008 2024.12.14 04:40:42.562986 [ 286 ] {0461bd78-4439-4bc5-999b-034b887593c4} <Debug> TCPHandler: Processed in 0.006384916 sec.
9009 2024.12.14 04:40:42.563317 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9010 2024.12.14 04:40:42.563352 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9011 2024.12.14 04:40:42.563396 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9012 2024.12.14 04:40:42.563499 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19875 rows starting from the beginning of the part
9013 2024.12.14 04:40:42.563711 [ 188 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_71_14} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9014 2024.12.14 04:40:42.563720 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9015 2024.12.14 04:40:42.563953 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
9016 2024.12.14 04:40:42.564159 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9017 2024.12.14 04:40:42.564330 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9018 2024.12.14 04:40:42.564422 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part
9019 2024.12.14 04:40:42.564677 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 933 rows starting from the beginning of the part
9020 2024.12.14 04:40:42.564979 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 118 rows starting from the beginning of the part
9021 2024.12.14 04:40:42.565313 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
9022 2024.12.14 04:40:42.567291 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9023 2024.12.14 04:40:42.567348 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9024 2024.12.14 04:40:42.568379 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9025 2024.12.14 04:40:42.568677 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9026 2024.12.14 04:40:42.569086 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9027 2024.12.14 04:40:42.569186 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9028 2024.12.14 04:40:42.569302 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005718 sec., 2098.6358866736623 rows/sec., 3.76 MiB/sec.
9029 2024.12.14 04:40:42.569313 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9030 2024.12.14 04:40:42.570077 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
9031 2024.12.14 04:40:42.570099 [ 284 ] {985df351-1ec9-431e-85ce-6d48b06e5586} <Debug> TCPHandler: Processed in 0.006957671 sec.
9032 2024.12.14 04:40:42.570381 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9033 2024.12.14 04:40:42.570672 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9034 2024.12.14 04:40:42.570744 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9035 2024.12.14 04:40:42.570777 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9036 2024.12.14 04:40:42.570975 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1115 rows starting from the beginning of the part
9037 2024.12.14 04:40:42.572247 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part
9038 2024.12.14 04:40:42.573314 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part
9039 2024.12.14 04:40:42.574143 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9040 2024.12.14 04:40:42.574251 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9041 2024.12.14 04:40:42.574286 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part
9042 2024.12.14 04:40:42.575391 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21483 rows, containing 5 columns (5 merged, 0 gathered) in 0.012765373 sec., 1682912.046518343 rows/sec., 113.72 MiB/sec.
9043 2024.12.14 04:40:42.575471 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part
9044 2024.12.14 04:40:42.576146 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9045 2024.12.14 04:40:42.576463 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part
9046 2024.12.14 04:40:42.576998 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9047 2024.12.14 04:40:42.577590 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9048 2024.12.14 04:40:42.577954 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9049 2024.12.14 04:40:42.578366 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9050 2024.12.14 04:40:42.578419 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
9051 2024.12.14 04:40:42.578747 [ 45 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9052 2024.12.14 04:40:42.578874 [ 45 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9053 2024.12.14 04:40:42.578975 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9054 2024.12.14 04:40:42.579141 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008488 sec., 7068.80301602262 rows/sec., 487.82 KiB/sec.
9055 2024.12.14 04:40:42.579510 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::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
9056 2024.12.14 04:40:42.579542 [ 286 ] {3dd67b16-b17a-4499-a139-1d67f87f92d6} <Debug> TCPHandler: Processed in 0.009309533 sec.
9057 2024.12.14 04:40:42.579989 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9058 2024.12.14 04:40:42.580058 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3958 rows starting from the beginning of the part
9059 2024.12.14 04:40:42.580293 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
9060 2024.12.14 04:40:42.580465 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
9061 2024.12.14 04:40:42.580651 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 38 rows starting from the beginning of the part
9062 2024.12.14 04:40:42.580851 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part
9063 2024.12.14 04:40:42.581021 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
9064 2024.12.14 04:40:42.584257 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4242 rows, containing 4 columns (4 merged, 0 gathered) in 0.005130284 sec., 826854.8095972855 rows/sec., 54.03 MiB/sec.
9065 2024.12.14 04:40:42.584771 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9066 2024.12.14 04:40:42.585214 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9067 2024.12.14 04:40:42.585294 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_71_14} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9068 2024.12.14 04:40:42.585370 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
9069 2024.12.14 04:40:42.589100 [ 188 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 19 columns (19 merged, 0 gathered) in 0.019473517 sec., 62187.02045449726 rows/sec., 111.44 MiB/sec.
9070 2024.12.14 04:40:42.590430 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9071 2024.12.14 04:40:42.590874 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9072 2024.12.14 04:40:42.590965 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9073 2024.12.14 04:40:42.591125 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB.
9074 2024.12.14 04:40:43.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.46 MiB, peak 233.43 MiB, free memory in arenas 0.00 B, will set to 225.59 MiB (RSS), difference: 4.13 MiB
9075 2024.12.14 04:40:44.007453 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
9076 2024.12.14 04:40:44.007507 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
9077 2024.12.14 04:40:44.061696 [ 101 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0
9078 2024.12.14 04:40:44.061758 [ 101 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9079 2024.12.14 04:40:44.061784 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9080 2024.12.14 04:40:44.062017 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full
9081 2024.12.14 04:40:44.062256 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9082 2024.12.14 04:40:44.062296 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part
9083 2024.12.14 04:40:44.062374 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
9084 2024.12.14 04:40:44.062480 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
9085 2024.12.14 04:40:44.062584 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
9086 2024.12.14 04:40:44.062694 [ 192 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
9087 2024.12.14 04:40:44.063723 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.001850918 sec., 14587.35611194013 rows/sec., 982.94 KiB/sec.
9088 2024.12.14 04:40:44.063933 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary)
9089 2024.12.14 04:40:44.064302 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9090 2024.12.14 04:40:44.064396 [ 195 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_27_6} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6
9091 2024.12.14 04:40:44.064499 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9092 2024.12.14 04:40:44.176760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
9093 2024.12.14 04:40:44.177445 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2024.12.14 04:40:44.177491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9095 2024.12.14 04:40:44.178016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9096 2024.12.14 04:40:44.178279 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9097 2024.12.14 04:40:44.178523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9098 2024.12.14 04:40:44.278875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1282
9099 2024.12.14 04:40:44.281750 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9100 2024.12.14 04:40:44.281808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9101 2024.12.14 04:40:44.283299 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9102 2024.12.14 04:40:44.283622 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9103 2024.12.14 04:40:44.284933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282
9104 2024.12.14 04:40:45.039934 [ 83 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9105 2024.12.14 04:40:45.040027 [ 83 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9106 2024.12.14 04:40:45.040068 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9107 2024.12.14 04:40:45.040358 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
9108 2024.12.14 04:40:45.040563 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9109 2024.12.14 04:40:45.040608 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
9110 2024.12.14 04:40:45.040705 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
9111 2024.12.14 04:40:45.040832 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
9112 2024.12.14 04:40:45.041162 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part
9113 2024.12.14 04:40:45.041256 [ 194 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
9114 2024.12.14 04:40:45.042357 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002172687 sec., 16569.3447790685 rows/sec., 1.38 MiB/sec.
9115 2024.12.14 04:40:45.042557 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9116 2024.12.14 04:40:45.042928 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2024.12.14 04:40:45.043027 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_17_4} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9118 2024.12.14 04:40:45.043138 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9119 2024.12.14 04:40:45.599677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9120 2024.12.14 04:40:45.621754 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9121 2024.12.14 04:40:45.621801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9122 2024.12.14 04:40:45.629413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9123 2024.12.14 04:40:45.630242 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9124 2024.12.14 04:40:45.633344 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9125 2024.12.14 04:40:47.545571 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9126 2024.12.14 04:40:47.545801 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9127 2024.12.14 04:40:47.545882 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9128 2024.12.14 04:40:47.546672 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9129 2024.12.14 04:40:47.546724 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9130 2024.12.14 04:40:47.547153 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9131 2024.12.14 04:40:47.547405 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9132 2024.12.14 04:40:47.547643 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
9133 2024.12.14 04:40:47.547701 [ 284 ] {9b069d5c-371f-41c1-a8e8-14a9f25d97cb} <Debug> TCPHandler: Processed in 0.002269979 sec.
9134 2024.12.14 04:40:47.548010 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9135 2024.12.14 04:40:47.548283 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9136 2024.12.14 04:40:47.548383 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9137 2024.12.14 04:40:47.549516 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9138 2024.12.14 04:40:47.549571 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9139 2024.12.14 04:40:47.550234 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9140 2024.12.14 04:40:47.550639 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9141 2024.12.14 04:40:47.550905 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.0027 sec., 97407.4074074074 rows/sec., 8.57 MiB/sec.
9142 2024.12.14 04:40:47.550992 [ 286 ] {ddfad777-fdb7-459d-a439-4e879dafcdfa} <Debug> TCPHandler: Processed in 0.003165242 sec.
9143 2024.12.14 04:40:47.551156 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9144 2024.12.14 04:40:47.551298 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9145 2024.12.14 04:40:47.551357 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9146 2024.12.14 04:40:47.552076 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9147 2024.12.14 04:40:47.552125 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9148 2024.12.14 04:40:47.552524 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9149 2024.12.14 04:40:47.552767 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9150 2024.12.14 04:40:47.553010 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001735 sec., 21325.64841498559 rows/sec., 1.53 MiB/sec.
9151 2024.12.14 04:40:47.553071 [ 284 ] {34a8e901-d363-46da-b214-52e1ccce7e59} <Debug> TCPHandler: Processed in 0.001983632 sec.
9152 2024.12.14 04:40:47.553292 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9153 2024.12.14 04:40:47.553457 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9154 2024.12.14 04:40:47.553519 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9155 2024.12.14 04:40:47.554230 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9156 2024.12.14 04:40:47.554276 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9157 2024.12.14 04:40:47.554661 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9158 2024.12.14 04:40:47.554920 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9159 2024.12.14 04:40:47.555103 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec.
9160 2024.12.14 04:40:47.555160 [ 286 ] {a68eb5f7-5db2-4ba6-9f84-cec96a714661} <Debug> TCPHandler: Processed in 0.001975132 sec.
9161 2024.12.14 04:40:47.555324 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9162 2024.12.14 04:40:47.555464 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9163 2024.12.14 04:40:47.555522 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9164 2024.12.14 04:40:47.556196 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9165 2024.12.14 04:40:47.556244 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9166 2024.12.14 04:40:47.556603 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9167 2024.12.14 04:40:47.556847 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9168 2024.12.14 04:40:47.557060 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec.
9169 2024.12.14 04:40:47.557112 [ 284 ] {0aa85cdc-06e3-48c0-9219-efd1a59e4b0e} <Debug> TCPHandler: Processed in 0.001855998 sec.
9170 2024.12.14 04:40:47.557253 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9171 2024.12.14 04:40:47.557395 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9172 2024.12.14 04:40:47.557461 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9173 2024.12.14 04:40:47.558329 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9174 2024.12.14 04:40:47.558366 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9175 2024.12.14 04:40:47.558759 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9176 2024.12.14 04:40:47.559008 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9177 2024.12.14 04:40:47.559208 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001843 sec., 223548.5621269669 rows/sec., 15.94 MiB/sec.
9178 2024.12.14 04:40:47.559308 [ 286 ] {d2d29149-61d8-4324-96ca-4578517c6fa1} <Debug> TCPHandler: Processed in 0.002109635 sec.
9179 2024.12.14 04:40:47.559512 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9180 2024.12.14 04:40:47.559695 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9181 2024.12.14 04:40:47.559755 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9182 2024.12.14 04:40:47.560319 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9183 2024.12.14 04:40:47.560359 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9184 2024.12.14 04:40:47.560721 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9185 2024.12.14 04:40:47.560964 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9186 2024.12.14 04:40:47.561171 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec.
9187 2024.12.14 04:40:47.561221 [ 284 ] {deaebb3c-0e54-4b67-bc58-928bd9e7cf1a} <Debug> TCPHandler: Processed in 0.001827277 sec.
9188 2024.12.14 04:40:47.561387 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9189 2024.12.14 04:40:47.561527 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9190 2024.12.14 04:40:47.561596 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9191 2024.12.14 04:40:47.562287 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9192 2024.12.14 04:40:47.562324 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9193 2024.12.14 04:40:47.562738 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9194 2024.12.14 04:40:47.562977 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9195 2024.12.14 04:40:47.563172 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec.
9196 2024.12.14 04:40:47.563244 [ 286 ] {e3af94f9-2bc1-437f-8fc3-716e0c34a50d} <Debug> TCPHandler: Processed in 0.0019243 sec.
9197 2024.12.14 04:40:47.563463 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9198 2024.12.14 04:40:47.563609 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9199 2024.12.14 04:40:47.563662 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9200 2024.12.14 04:40:47.564133 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9201 2024.12.14 04:40:47.564174 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9202 2024.12.14 04:40:47.564528 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9203 2024.12.14 04:40:47.564774 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9204 2024.12.14 04:40:47.564982 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec.
9205 2024.12.14 04:40:47.565031 [ 284 ] {4d166f05-d080-4881-96c9-dff52ee3bfda} <Debug> TCPHandler: Processed in 0.001691104 sec.
9206 2024.12.14 04:40:47.565174 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9207 2024.12.14 04:40:47.565299 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9208 2024.12.14 04:40:47.565394 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9209 2024.12.14 04:40:47.566721 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9210 2024.12.14 04:40:47.566758 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9211 2024.12.14 04:40:47.567406 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9212 2024.12.14 04:40:47.567674 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9213 2024.12.14 04:40:47.567913 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002632 sec., 11398.176291793314 rows/sec., 20.43 MiB/sec.
9214 2024.12.14 04:40:47.568248 [ 286 ] {07e851db-5c5f-4d96-8811-ff0dc34a4887} <Debug> TCPHandler: Processed in 0.003125892 sec.
9215 2024.12.14 04:40:47.568499 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9216 2024.12.14 04:40:47.568680 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9217 2024.12.14 04:40:47.568739 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9218 2024.12.14 04:40:47.569306 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9219 2024.12.14 04:40:47.569345 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9220 2024.12.14 04:40:47.569721 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9221 2024.12.14 04:40:47.569962 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9222 2024.12.14 04:40:47.570171 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
9223 2024.12.14 04:40:47.570219 [ 284 ] {381a7628-f0ec-4473-a1ad-c68eb72ddcfb} <Debug> TCPHandler: Processed in 0.001868009 sec.
9224 2024.12.14 04:40:51.678649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
9225 2024.12.14 04:40:51.679401 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9226 2024.12.14 04:40:51.679456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9227 2024.12.14 04:40:51.679990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9228 2024.12.14 04:40:51.680249 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9229 2024.12.14 04:40:51.680528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
9230 2024.12.14 04:40:52.540789 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9231 2024.12.14 04:40:52.541000 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9232 2024.12.14 04:40:52.541079 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9233 2024.12.14 04:40:52.541857 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9234 2024.12.14 04:40:52.541907 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9235 2024.12.14 04:40:52.542326 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9236 2024.12.14 04:40:52.542585 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9237 2024.12.14 04:40:52.542830 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001886 sec., 1060.4453870625662 rows/sec., 86.47 KiB/sec.
9238 2024.12.14 04:40:52.543043 [ 284 ] {dc6525e3-1016-4778-9b45-dc91ce1e1ffe} <Debug> TCPHandler: Processed in 0.002382022 sec.
9239 2024.12.14 04:40:52.543310 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9240 2024.12.14 04:40:52.543502 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9241 2024.12.14 04:40:52.543573 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9242 2024.12.14 04:40:52.544330 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9243 2024.12.14 04:40:52.544377 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9244 2024.12.14 04:40:52.544834 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9245 2024.12.14 04:40:52.545098 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9246 2024.12.14 04:40:52.545335 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001886 sec., 42948.03817603393 rows/sec., 3.50 MiB/sec.
9247 2024.12.14 04:40:52.545401 [ 286 ] {9d09995a-03bf-4288-b97e-d58bdc54fa8d} <Debug> TCPHandler: Processed in 0.002224138 sec.
9248 2024.12.14 04:40:52.545614 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9249 2024.12.14 04:40:52.545802 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9250 2024.12.14 04:40:52.545864 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9251 2024.12.14 04:40:52.546561 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9252 2024.12.14 04:40:52.546601 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9253 2024.12.14 04:40:52.546975 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9254 2024.12.14 04:40:52.547228 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9255 2024.12.14 04:40:52.547446 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001668 sec., 8393.285371702637 rows/sec., 624.70 KiB/sec.
9256 2024.12.14 04:40:52.547523 [ 284 ] {dcc9163d-c5e9-48a3-a707-6b72bd54a383} <Debug> TCPHandler: Processed in 0.002034433 sec.
9257 2024.12.14 04:40:52.547746 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9258 2024.12.14 04:40:52.547873 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9259 2024.12.14 04:40:52.547924 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9260 2024.12.14 04:40:52.548553 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9261 2024.12.14 04:40:52.548594 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9262 2024.12.14 04:40:52.548977 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9263 2024.12.14 04:40:52.549225 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9264 2024.12.14 04:40:52.549442 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001597 sec., 48841.57795867251 rows/sec., 3.82 MiB/sec.
9265 2024.12.14 04:40:52.549497 [ 286 ] {9f1362c2-7d4b-4305-969c-cea789f89799} <Debug> TCPHandler: Processed in 0.001846188 sec.
9266 2024.12.14 04:40:52.549663 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9267 2024.12.14 04:40:52.549805 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9268 2024.12.14 04:40:52.549869 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9269 2024.12.14 04:40:52.550517 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2024.12.14 04:40:52.550555 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9271 2024.12.14 04:40:52.550944 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9272 2024.12.14 04:40:52.551178 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2024.12.14 04:40:52.551363 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00159 sec., 101257.86163522012 rows/sec., 7.05 MiB/sec.
9274 2024.12.14 04:40:52.551422 [ 284 ] {0a2dc24d-2646-4ba7-8e7c-1c5b3fb2533a} <Debug> TCPHandler: Processed in 0.001825467 sec.
9275 2024.12.14 04:40:52.551624 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9276 2024.12.14 04:40:52.551797 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9277 2024.12.14 04:40:52.551893 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9278 2024.12.14 04:40:52.553131 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9279 2024.12.14 04:40:52.553171 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9280 2024.12.14 04:40:52.553804 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9281 2024.12.14 04:40:52.554072 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9282 2024.12.14 04:40:52.554329 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002563 sec., 4682.013265704252 rows/sec., 8.39 MiB/sec.
9283 2024.12.14 04:40:52.554433 [ 286 ] {af06cdc7-e83d-4f9b-bdb0-9cad951cd867} <Debug> TCPHandler: Processed in 0.002922016 sec.
9284 2024.12.14 04:40:52.554602 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9285 2024.12.14 04:40:52.554742 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9286 2024.12.14 04:40:52.554803 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9287 2024.12.14 04:40:52.555379 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9288 2024.12.14 04:40:52.555425 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9289 2024.12.14 04:40:52.555801 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9290 2024.12.14 04:40:52.556038 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9291 2024.12.14 04:40:52.556220 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec.
9292 2024.12.14 04:40:52.556273 [ 284 ] {27e9349d-061f-45b0-9c54-fc92fdc67a92} <Debug> TCPHandler: Processed in 0.001740645 sec.
9293 2024.12.14 04:40:53.133419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9294 2024.12.14 04:40:53.155132 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9295 2024.12.14 04:40:53.155191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9296 2024.12.14 04:40:53.162650 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9297 2024.12.14 04:40:53.163437 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9298 2024.12.14 04:40:53.166264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9299 2024.12.14 04:40:54.285079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1318
9300 2024.12.14 04:40:54.288340 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9301 2024.12.14 04:40:54.288390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9302 2024.12.14 04:40:54.289897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9303 2024.12.14 04:40:54.290217 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9304 2024.12.14 04:40:54.290844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318
9305 2024.12.14 04:40:57.546580 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9306 2024.12.14 04:40:57.546806 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9307 2024.12.14 04:40:57.546886 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9308 2024.12.14 04:40:57.547725 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2024.12.14 04:40:57.547774 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9310 2024.12.14 04:40:57.548204 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9311 2024.12.14 04:40:57.548464 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9312 2024.12.14 04:40:57.548676 [ 144 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9313 2024.12.14 04:40:57.548720 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec.
9314 2024.12.14 04:40:57.548762 [ 144 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2024.12.14 04:40:57.548836 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9316 2024.12.14 04:40:57.548846 [ 284 ] {961c7017-99d8-4012-b38a-08d13be7a018} <Debug> TCPHandler: Processed in 0.002398283 sec.
9317 2024.12.14 04:40:57.549091 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9318 2024.12.14 04:40:57.549173 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9319 2024.12.14 04:40:57.549329 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9320 2024.12.14 04:40:57.549409 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9321 2024.12.14 04:40:57.549478 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9322 2024.12.14 04:40:57.549632 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9323 2024.12.14 04:40:57.549681 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9324 2024.12.14 04:40:57.550011 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9325 2024.12.14 04:40:57.550355 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9326 2024.12.14 04:40:57.550641 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
9327 2024.12.14 04:40:57.552623 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9328 2024.12.14 04:40:57.552719 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9329 2024.12.14 04:40:57.553359 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004390814 sec., 15942.37423858082 rows/sec., 1.18 MiB/sec.
9330 2024.12.14 04:40:57.553585 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9331 2024.12.14 04:40:57.553775 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9332 2024.12.14 04:40:57.554074 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_29_7} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9333 2024.12.14 04:40:57.554276 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_29_7} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9334 2024.12.14 04:40:57.554279 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9335 2024.12.14 04:40:57.554431 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9336 2024.12.14 04:40:57.554657 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005275 sec., 49857.81990521327 rows/sec., 4.39 MiB/sec.
9337 2024.12.14 04:40:57.554740 [ 286 ] {e3c4138d-fb5f-4ad8-8393-a8ee396e6dd5} <Debug> TCPHandler: Processed in 0.005751929 sec.
9338 2024.12.14 04:40:57.554895 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9339 2024.12.14 04:40:57.555025 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9340 2024.12.14 04:40:57.555078 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9341 2024.12.14 04:40:57.555717 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9342 2024.12.14 04:40:57.555760 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9343 2024.12.14 04:40:57.556126 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9344 2024.12.14 04:40:57.556364 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9345 2024.12.14 04:40:57.556600 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001598 sec., 23153.942428035043 rows/sec., 1.66 MiB/sec.
9346 2024.12.14 04:40:57.556706 [ 284 ] {c5d341ae-cbff-410b-ac44-ec7bcee0a37c} <Debug> TCPHandler: Processed in 0.001872879 sec.
9347 2024.12.14 04:40:57.556933 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9348 2024.12.14 04:40:57.557113 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9349 2024.12.14 04:40:57.557167 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9350 2024.12.14 04:40:57.557767 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9351 2024.12.14 04:40:57.557807 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9352 2024.12.14 04:40:57.558184 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9353 2024.12.14 04:40:57.558437 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9354 2024.12.14 04:40:57.558563 [ 143 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9355 2024.12.14 04:40:57.558605 [ 143 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9356 2024.12.14 04:40:57.558628 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec.
9357 2024.12.14 04:40:57.558632 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9358 2024.12.14 04:40:57.558747 [ 286 ] {f82ca4fb-c66e-47fb-b807-c9c699bfeb96} <Debug> TCPHandler: Processed in 0.001930471 sec.
9359 2024.12.14 04:40:57.559052 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9360 2024.12.14 04:40:57.559085 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9361 2024.12.14 04:40:57.559571 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9362 2024.12.14 04:40:57.559600 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9363 2024.12.14 04:40:57.559675 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part
9364 2024.12.14 04:40:57.559693 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9365 2024.12.14 04:40:57.559934 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
9366 2024.12.14 04:40:57.560290 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
9367 2024.12.14 04:40:57.560683 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part
9368 2024.12.14 04:40:57.561026 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
9369 2024.12.14 04:40:57.561432 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
9370 2024.12.14 04:40:57.562313 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9371 2024.12.14 04:40:57.562356 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9372 2024.12.14 04:40:57.562913 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9373 2024.12.14 04:40:57.563285 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9374 2024.12.14 04:40:57.563298 [ 201 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554738 sec., 118557.86216462945 rows/sec., 8.49 MiB/sec.
9375 2024.12.14 04:40:57.563527 [ 143 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9376 2024.12.14 04:40:57.563545 [ 186 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9377 2024.12.14 04:40:57.563614 [ 143 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9378 2024.12.14 04:40:57.563678 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004245 sec., 3062.4263839811547 rows/sec., 190.94 KiB/sec.
9379 2024.12.14 04:40:57.563696 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9380 2024.12.14 04:40:57.564007 [ 284 ] {99d9fb4a-158c-4d9f-968f-1e14c4537545} <Debug> TCPHandler: Processed in 0.005110843 sec.
9381 2024.12.14 04:40:57.564476 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9382 2024.12.14 04:40:57.564649 [ 186 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9383 2024.12.14 04:40:57.564717 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9384 2024.12.14 04:40:57.565049 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9385 2024.12.14 04:40:57.565114 [ 186 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_29_6} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9386 2024.12.14 04:40:57.565194 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9387 2024.12.14 04:40:57.565210 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9388 2024.12.14 04:40:57.565322 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9389 2024.12.14 04:40:57.565425 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
9390 2024.12.14 04:40:57.565683 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9391 2024.12.14 04:40:57.566053 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9392 2024.12.14 04:40:57.566429 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9393 2024.12.14 04:40:57.566822 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
9394 2024.12.14 04:40:57.568105 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9395 2024.12.14 04:40:57.568154 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9396 2024.12.14 04:40:57.568424 [ 187 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004519388 sec., 14382.47833556225 rows/sec., 952.93 KiB/sec.
9397 2024.12.14 04:40:57.568655 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9398 2024.12.14 04:40:57.568841 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9399 2024.12.14 04:40:57.569150 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_29_7} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9400 2024.12.14 04:40:57.569310 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9401 2024.12.14 04:40:57.569325 [ 186 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_29_7} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9402 2024.12.14 04:40:57.569492 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9403 2024.12.14 04:40:57.569701 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004811 sec., 85637.0816877988 rows/sec., 6.11 MiB/sec.
9404 2024.12.14 04:40:57.569832 [ 286 ] {3de03785-7b99-463f-a600-fa4d84194fb1} <Debug> TCPHandler: Processed in 0.005718379 sec.
9405 2024.12.14 04:40:57.570051 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9406 2024.12.14 04:40:57.570215 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9407 2024.12.14 04:40:57.570269 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9408 2024.12.14 04:40:57.570767 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9409 2024.12.14 04:40:57.570807 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9410 2024.12.14 04:40:57.571175 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9411 2024.12.14 04:40:57.571414 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9412 2024.12.14 04:40:57.571573 [ 143 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9413 2024.12.14 04:40:57.571630 [ 143 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2024.12.14 04:40:57.571675 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9415 2024.12.14 04:40:57.571672 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec.
9416 2024.12.14 04:40:57.571865 [ 284 ] {de33079a-7a6d-434f-ad65-68b7240e0fda} <Debug> TCPHandler: Processed in 0.00191591 sec.
9417 2024.12.14 04:40:57.572034 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9418 2024.12.14 04:40:57.572090 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9419 2024.12.14 04:40:57.572380 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9420 2024.12.14 04:40:57.572445 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9421 2024.12.14 04:40:57.572496 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9422 2024.12.14 04:40:57.572558 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
9423 2024.12.14 04:40:57.572868 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
9424 2024.12.14 04:40:57.573241 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
9425 2024.12.14 04:40:57.573536 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9426 2024.12.14 04:40:57.573929 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9427 2024.12.14 04:40:57.574212 [ 196 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9428 2024.12.14 04:40:57.575114 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9429 2024.12.14 04:40:57.575174 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9430 2024.12.14 04:40:57.576299 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9431 2024.12.14 04:40:57.576675 [ 187 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004864617 sec., 35768.48907118484 rows/sec., 1.82 MiB/sec.
9432 2024.12.14 04:40:57.576833 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9433 2024.12.14 04:40:57.576914 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9434 2024.12.14 04:40:57.577270 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004992 sec., 47475.96153846154 rows/sec., 3.18 MiB/sec.
9435 2024.12.14 04:40:57.577431 [ 286 ] {449f6244-44a1-47f6-97e3-ad3963d4f806} <Debug> TCPHandler: Processed in 0.005450482 sec.
9436 2024.12.14 04:40:57.577659 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9437 2024.12.14 04:40:57.577682 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9438 2024.12.14 04:40:57.577807 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_29_6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9439 2024.12.14 04:40:57.577862 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9440 2024.12.14 04:40:57.577966 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9441 2024.12.14 04:40:57.578007 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9442 2024.12.14 04:40:57.578575 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9443 2024.12.14 04:40:57.578623 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9444 2024.12.14 04:40:57.578993 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9445 2024.12.14 04:40:57.579226 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2024.12.14 04:40:57.579442 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001644 sec., 608.272506082725 rows/sec., 40.99 KiB/sec.
9447 2024.12.14 04:40:57.579495 [ 284 ] {63a5c8db-c581-4f0b-bf12-2e5e79bf7709} <Debug> TCPHandler: Processed in 0.0019228 sec.
9448 2024.12.14 04:40:57.579636 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9449 2024.12.14 04:40:57.579776 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9450 2024.12.14 04:40:57.579869 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9451 2024.12.14 04:40:57.581138 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2024.12.14 04:40:57.581176 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9453 2024.12.14 04:40:57.581836 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9454 2024.12.14 04:40:57.582098 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9455 2024.12.14 04:40:57.582295 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002551 sec., 11760.094080752646 rows/sec., 21.07 MiB/sec.
9456 2024.12.14 04:40:57.582401 [ 286 ] {fdf5efa8-bd28-414d-866b-46c13d54910d} <Debug> TCPHandler: Processed in 0.002820803 sec.
9457 2024.12.14 04:40:57.582536 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9458 2024.12.14 04:40:57.582682 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9459 2024.12.14 04:40:57.582745 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9460 2024.12.14 04:40:57.583382 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9461 2024.12.14 04:40:57.583431 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9462 2024.12.14 04:40:57.583845 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9463 2024.12.14 04:40:57.584082 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9464 2024.12.14 04:40:57.584304 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001654 sec., 49576.78355501813 rows/sec., 3.15 MiB/sec.
9465 2024.12.14 04:40:57.584401 [ 284 ] {52950fc4-add6-459d-92f7-cec3887bdec1} <Debug> TCPHandler: Processed in 0.00192222 sec.
9466 2024.12.14 04:40:59.007553 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
9467 2024.12.14 04:40:59.007604 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
9468 2024.12.14 04:40:59.180663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
9469 2024.12.14 04:40:59.181784 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9470 2024.12.14 04:40:59.181868 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9471 2024.12.14 04:40:59.182504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9472 2024.12.14 04:40:59.182770 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9473 2024.12.14 04:40:59.182933 [ 140 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9474 2024.12.14 04:40:59.182956 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9475 2024.12.14 04:40:59.182982 [ 140 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9476 2024.12.14 04:40:59.183009 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9477 2024.12.14 04:40:59.183305 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
9478 2024.12.14 04:40:59.183614 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9479 2024.12.14 04:40:59.183685 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
9480 2024.12.14 04:40:59.183789 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
9481 2024.12.14 04:40:59.183997 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
9482 2024.12.14 04:40:59.184236 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
9483 2024.12.14 04:40:59.184421 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
9484 2024.12.14 04:40:59.184602 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
9485 2024.12.14 04:40:59.187192 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004076726 sec., 5177193.659814272 rows/sec., 74.06 MiB/sec.
9486 2024.12.14 04:40:59.187803 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9487 2024.12.14 04:40:59.188161 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9488 2024.12.14 04:40:59.188260 [ 187 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_46_9} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9489 2024.12.14 04:40:59.188380 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9490 2024.12.14 04:41:00.666323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9491 2024.12.14 04:41:00.688723 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9492 2024.12.14 04:41:00.688790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9493 2024.12.14 04:41:00.696195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9494 2024.12.14 04:41:00.696981 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9495 2024.12.14 04:41:00.697367 [ 138 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9496 2024.12.14 04:41:00.697503 [ 138 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9497 2024.12.14 04:41:00.697588 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9498 2024.12.14 04:41:00.698057 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9499 2024.12.14 04:41:00.712672 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9500 2024.12.14 04:41:00.714501 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9501 2024.12.14 04:41:00.716133 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9502 2024.12.14 04:41:00.722028 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9503 2024.12.14 04:41:00.727553 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9504 2024.12.14 04:41:00.733013 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9505 2024.12.14 04:41:00.738953 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9506 2024.12.14 04:41:00.743482 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
9507 2024.12.14 04:41:00.804361 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106622978 sec., 3254.4579649613615 rows/sec., 16.83 MiB/sec.
9508 2024.12.14 04:41:00.807440 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9509 2024.12.14 04:41:00.810867 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_46_9} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9510 2024.12.14 04:41:00.811088 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_46_9} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9511 2024.12.14 04:41:00.814045 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9512 2024.12.14 04:41:02.541137 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9513 2024.12.14 04:41:02.541349 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9514 2024.12.14 04:41:02.541430 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9515 2024.12.14 04:41:02.542287 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9516 2024.12.14 04:41:02.542344 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9517 2024.12.14 04:41:02.542795 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9518 2024.12.14 04:41:02.543063 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9519 2024.12.14 04:41:02.543291 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001999 sec., 40020.01000500251 rows/sec., 3.27 MiB/sec.
9520 2024.12.14 04:41:02.543361 [ 284 ] {941f21ac-7344-4d2b-a4ad-0e27bc9b56ad} <Debug> TCPHandler: Processed in 0.002363022 sec.
9521 2024.12.14 04:41:02.543625 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9522 2024.12.14 04:41:02.543818 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9523 2024.12.14 04:41:02.543889 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9524 2024.12.14 04:41:02.544624 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9525 2024.12.14 04:41:02.544676 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9526 2024.12.14 04:41:02.545111 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9527 2024.12.14 04:41:02.545374 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9528 2024.12.14 04:41:02.545621 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001855 sec., 6469.002695417789 rows/sec., 486.44 KiB/sec.
9529 2024.12.14 04:41:02.545682 [ 286 ] {4524b428-2bd9-433f-8dce-f87148092999} <Debug> TCPHandler: Processed in 0.002192197 sec.
9530 2024.12.14 04:41:02.545825 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9531 2024.12.14 04:41:02.545971 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9532 2024.12.14 04:41:02.546033 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9533 2024.12.14 04:41:02.546796 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2024.12.14 04:41:02.546843 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9535 2024.12.14 04:41:02.547216 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9536 2024.12.14 04:41:02.547453 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2024.12.14 04:41:02.547686 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001744 sec., 43577.98165137615 rows/sec., 3.40 MiB/sec.
9538 2024.12.14 04:41:02.547809 [ 284 ] {c24e97d8-24ed-4b96-a5bc-e22d4424f9b0} <Debug> TCPHandler: Processed in 0.002041813 sec.
9539 2024.12.14 04:41:02.548032 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9540 2024.12.14 04:41:02.548208 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9541 2024.12.14 04:41:02.548272 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9542 2024.12.14 04:41:02.548932 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9543 2024.12.14 04:41:02.548971 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9544 2024.12.14 04:41:02.549368 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9545 2024.12.14 04:41:02.549627 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9546 2024.12.14 04:41:02.549846 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec.
9547 2024.12.14 04:41:02.549898 [ 286 ] {64a72330-28fd-4093-a55c-25e7bc663f45} <Debug> TCPHandler: Processed in 0.001986161 sec.
9548 2024.12.14 04:41:02.550060 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9549 2024.12.14 04:41:02.550201 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9550 2024.12.14 04:41:02.550300 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9551 2024.12.14 04:41:02.551527 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9552 2024.12.14 04:41:02.551569 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9553 2024.12.14 04:41:02.552201 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9554 2024.12.14 04:41:02.552459 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9555 2024.12.14 04:41:02.552696 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002526 sec., 4750.593824228028 rows/sec., 8.51 MiB/sec.
9556 2024.12.14 04:41:02.552809 [ 284 ] {88e89324-609f-4ad2-9d9f-16e322f313b6} <Debug> TCPHandler: Processed in 0.002814623 sec.
9557 2024.12.14 04:41:02.552958 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9558 2024.12.14 04:41:02.553077 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9559 2024.12.14 04:41:02.553128 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9560 2024.12.14 04:41:02.553631 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9561 2024.12.14 04:41:02.553670 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9562 2024.12.14 04:41:02.554044 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9563 2024.12.14 04:41:02.554287 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9564 2024.12.14 04:41:02.554504 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec.
9565 2024.12.14 04:41:02.554553 [ 286 ] {83ad2fca-615a-4e8b-94a1-7329bb16fd03} <Debug> TCPHandler: Processed in 0.001650812 sec.
9566 2024.12.14 04:41:03.819627 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9567 2024.12.14 04:41:03.819917 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9568 2024.12.14 04:41:03.820023 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9569 2024.12.14 04:41:03.820761 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9570 2024.12.14 04:41:03.820805 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9571 2024.12.14 04:41:03.821244 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9572 2024.12.14 04:41:03.821510 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9573 2024.12.14 04:41:03.821727 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
9574 2024.12.14 04:41:03.821793 [ 284 ] {ca95aa88-5236-4108-ab92-26f85968e06a} <Debug> TCPHandler: Processed in 0.002332361 sec.
9575 2024.12.14 04:41:03.822167 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9576 2024.12.14 04:41:03.822480 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9577 2024.12.14 04:41:03.822609 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9578 2024.12.14 04:41:03.823490 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2024.12.14 04:41:03.823545 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9580 2024.12.14 04:41:03.823985 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
9581 2024.12.14 04:41:03.824256 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2024.12.14 04:41:03.824494 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002102 sec., 1902.9495718363462 rows/sec., 155.17 KiB/sec.
9583 2024.12.14 04:41:03.824562 [ 286 ] {530da03c-e4eb-4dd3-80b0-3923c7fc3d9d} <Debug> TCPHandler: Processed in 0.002595177 sec.
9584 2024.12.14 04:41:03.824709 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9585 2024.12.14 04:41:03.824833 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9586 2024.12.14 04:41:03.824887 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9587 2024.12.14 04:41:03.826287 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9588 2024.12.14 04:41:03.826327 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9589 2024.12.14 04:41:03.826800 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9590 2024.12.14 04:41:03.827049 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2024.12.14 04:41:03.827198 [ 134 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9592 2024.12.14 04:41:03.827246 [ 134 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9593 2024.12.14 04:41:03.827249 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002442 sec., 575348.0753480754 rows/sec., 48.15 MiB/sec.
9594 2024.12.14 04:41:03.827275 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9595 2024.12.14 04:41:03.827346 [ 284 ] {4f308237-f4a0-499c-a9e0-9f5d7142cd80} <Debug> TCPHandler: Processed in 0.00269297 sec.
9596 2024.12.14 04:41:03.827441 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9597 2024.12.14 04:41:03.827536 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9598 2024.12.14 04:41:03.827613 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9599 2024.12.14 04:41:03.827668 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1437 rows starting from the beginning of the part
9600 2024.12.14 04:41:03.827821 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9601 2024.12.14 04:41:03.827929 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 263 rows starting from the beginning of the part
9602 2024.12.14 04:41:03.828003 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9603 2024.12.14 04:41:03.828279 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 81 rows starting from the beginning of the part
9604 2024.12.14 04:41:03.828726 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 263 rows starting from the beginning of the part
9605 2024.12.14 04:41:03.829098 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 80 rows starting from the beginning of the part
9606 2024.12.14 04:41:03.829374 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1405 rows starting from the beginning of the part
9607 2024.12.14 04:41:03.831041 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9608 2024.12.14 04:41:03.831125 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9609 2024.12.14 04:41:03.831986 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9610 2024.12.14 04:41:03.832277 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9611 2024.12.14 04:41:03.832476 [ 134 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9612 2024.12.14 04:41:03.832587 [ 134 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9613 2024.12.14 04:41:03.832675 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9614 2024.12.14 04:41:03.832851 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.005103 sec., 8034.489515970998 rows/sec., 586.17 KiB/sec.
9615 2024.12.14 04:41:03.833247 [ 286 ] {6d353e9e-0787-466b-b933-f6b514ea265c} <Debug> TCPHandler: Processed in 0.00579478 sec.
9616 2024.12.14 04:41:03.833257 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
9617 2024.12.14 04:41:03.833579 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9618 2024.12.14 04:41:03.833654 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3529 rows, containing 5 columns (5 merged, 0 gathered) in 0.006281064 sec., 561847.4831652726 rows/sec., 49.49 MiB/sec.
9619 2024.12.14 04:41:03.833696 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9620 2024.12.14 04:41:03.833817 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 67 rows starting from the beginning of the part
9621 2024.12.14 04:41:03.833863 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9622 2024.12.14 04:41:03.834059 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9623 2024.12.14 04:41:03.834158 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9624 2024.12.14 04:41:03.834435 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 37 rows starting from the beginning of the part
9625 2024.12.14 04:41:03.835039 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
9626 2024.12.14 04:41:03.835335 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9627 2024.12.14 04:41:03.835699 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 37 rows starting from the beginning of the part
9628 2024.12.14 04:41:03.835738 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_76_15} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9629 2024.12.14 04:41:03.836044 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
9630 2024.12.14 04:41:03.836257 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part
9631 2024.12.14 04:41:03.836477 [ 199 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part
9632 2024.12.14 04:41:03.837430 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2024.12.14 04:41:03.837503 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9634 2024.12.14 04:41:03.838536 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9635 2024.12.14 04:41:03.839075 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.006244842 sec., 33307.4880036997 rows/sec., 2.51 MiB/sec.
9636 2024.12.14 04:41:03.839116 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9637 2024.12.14 04:41:03.839315 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9638 2024.12.14 04:41:03.839720 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005901 sec., 41009.99830537197 rows/sec., 2.78 MiB/sec.
9639 2024.12.14 04:41:03.840053 [ 284 ] {4ddffb6d-053a-45f6-bb16-d386ce9e458e} <Debug> TCPHandler: Processed in 0.006677994 sec.
9640 2024.12.14 04:41:03.840210 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9641 2024.12.14 04:41:03.840273 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9642 2024.12.14 04:41:03.840348 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_61_12} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9643 2024.12.14 04:41:03.840509 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9644 2024.12.14 04:41:03.840519 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9645 2024.12.14 04:41:03.840598 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9646 2024.12.14 04:41:03.841243 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9647 2024.12.14 04:41:03.841283 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9648 2024.12.14 04:41:03.841669 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9649 2024.12.14 04:41:03.841922 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9650 2024.12.14 04:41:03.842146 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec.
9651 2024.12.14 04:41:03.842203 [ 286 ] {91dd4d5c-e490-4663-831b-325e8272e4b4} <Debug> TCPHandler: Processed in 0.002047614 sec.
9652 2024.12.14 04:41:03.842371 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9653 2024.12.14 04:41:03.842514 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9654 2024.12.14 04:41:03.842573 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9655 2024.12.14 04:41:03.843583 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9656 2024.12.14 04:41:03.843622 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9657 2024.12.14 04:41:03.844028 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9658 2024.12.14 04:41:03.844285 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9659 2024.12.14 04:41:03.844494 [ 133 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9660 2024.12.14 04:41:03.844507 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.002019 sec., 431896.9787023279 rows/sec., 31.29 MiB/sec.
9661 2024.12.14 04:41:03.844593 [ 133 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9662 2024.12.14 04:41:03.844664 [ 284 ] {c429ea77-88e7-4463-b45e-4aca89723996} <Debug> TCPHandler: Processed in 0.002357062 sec.
9663 2024.12.14 04:41:03.844669 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9664 2024.12.14 04:41:03.844889 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9665 2024.12.14 04:41:03.844890 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9666 2024.12.14 04:41:03.845139 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9667 2024.12.14 04:41:03.845191 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9668 2024.12.14 04:41:03.845250 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9669 2024.12.14 04:41:03.845277 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part
9670 2024.12.14 04:41:03.845677 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 412 rows starting from the beginning of the part
9671 2024.12.14 04:41:03.846023 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 78 rows starting from the beginning of the part
9672 2024.12.14 04:41:03.846297 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 412 rows starting from the beginning of the part
9673 2024.12.14 04:41:03.846585 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 76 rows starting from the beginning of the part
9674 2024.12.14 04:41:03.846895 [ 193 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 872 rows starting from the beginning of the part
9675 2024.12.14 04:41:03.847608 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9676 2024.12.14 04:41:03.847676 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9677 2024.12.14 04:41:03.848515 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9678 2024.12.14 04:41:03.849033 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9679 2024.12.14 04:41:03.849440 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004373 sec., 1372.055796935742 rows/sec., 71.68 KiB/sec.
9680 2024.12.14 04:41:03.849748 [ 286 ] {c1d96cd1-d765-467f-b63e-50f65662d856} <Debug> TCPHandler: Processed in 0.004960689 sec.
9681 2024.12.14 04:41:03.850102 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9682 2024.12.14 04:41:03.850393 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2766 rows, containing 5 columns (5 merged, 0 gathered) in 0.005594886 sec., 494380.0463494698 rows/sec., 37.74 MiB/sec.
9683 2024.12.14 04:41:03.850393 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9684 2024.12.14 04:41:03.850498 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9685 2024.12.14 04:41:03.850698 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9686 2024.12.14 04:41:03.851247 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9687 2024.12.14 04:41:03.851378 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_76_15} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9688 2024.12.14 04:41:03.851546 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9689 2024.12.14 04:41:03.851843 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9690 2024.12.14 04:41:03.851887 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9691 2024.12.14 04:41:03.852357 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9692 2024.12.14 04:41:03.852601 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9693 2024.12.14 04:41:03.852778 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9694 2024.12.14 04:41:03.852842 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9695 2024.12.14 04:41:03.852854 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.002521 sec., 369297.8976596589 rows/sec., 24.54 MiB/sec.
9696 2024.12.14 04:41:03.852874 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9697 2024.12.14 04:41:03.853035 [ 284 ] {97d50bbd-6e76-4db8-b92d-758777d6f738} <Debug> TCPHandler: Processed in 0.003136532 sec.
9698 2024.12.14 04:41:03.853118 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9699 2024.12.14 04:41:03.853258 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9700 2024.12.14 04:41:03.853322 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9701 2024.12.14 04:41:03.853362 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21483 rows starting from the beginning of the part
9702 2024.12.14 04:41:03.853642 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9703 2024.12.14 04:41:03.853650 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part
9704 2024.12.14 04:41:03.853863 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9705 2024.12.14 04:41:03.853944 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part
9706 2024.12.14 04:41:03.854290 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
9707 2024.12.14 04:41:03.854615 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
9708 2024.12.14 04:41:03.854936 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 931 rows starting from the beginning of the part
9709 2024.12.14 04:41:03.856121 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9710 2024.12.14 04:41:03.856179 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9711 2024.12.14 04:41:03.856735 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9712 2024.12.14 04:41:03.857142 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2024.12.14 04:41:03.857538 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00409 sec., 244.49877750611248 rows/sec., 16.48 KiB/sec.
9714 2024.12.14 04:41:03.857761 [ 286 ] {5ed7aad8-a677-491c-883e-6a030056f23d} <Debug> TCPHandler: Processed in 0.0046057 sec.
9715 2024.12.14 04:41:03.857993 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9716 2024.12.14 04:41:03.858300 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9717 2024.12.14 04:41:03.858549 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9718 2024.12.14 04:41:03.860138 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9719 2024.12.14 04:41:03.860183 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9720 2024.12.14 04:41:03.865367 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9721 2024.12.14 04:41:03.865707 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9722 2024.12.14 04:41:03.865939 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9723 2024.12.14 04:41:03.866015 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9724 2024.12.14 04:41:03.866053 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9725 2024.12.14 04:41:03.866079 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007896 sec., 3799.392097264438 rows/sec., 6.81 MiB/sec.
9726 2024.12.14 04:41:03.866417 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
9727 2024.12.14 04:41:03.866477 [ 284 ] {31137c9f-9eac-4e4d-9c6c-1337abaef54c} <Debug> TCPHandler: Processed in 0.008613124 sec.
9728 2024.12.14 04:41:03.866799 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9729 2024.12.14 04:41:03.867067 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9730 2024.12.14 04:41:03.867159 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9731 2024.12.14 04:41:03.867290 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9732 2024.12.14 04:41:03.867528 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1211 rows starting from the beginning of the part
9733 2024.12.14 04:41:03.868229 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part
9734 2024.12.14 04:41:03.869036 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9735 2024.12.14 04:41:03.869045 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part
9736 2024.12.14 04:41:03.869094 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9737 2024.12.14 04:41:03.869966 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part
9738 2024.12.14 04:41:03.870966 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9739 2024.12.14 04:41:03.870955 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23209 rows, containing 5 columns (5 merged, 0 gathered) in 0.017943368 sec., 1293458.396439286 rows/sec., 87.37 MiB/sec.
9740 2024.12.14 04:41:03.871147 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part
9741 2024.12.14 04:41:03.871715 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9742 2024.12.14 04:41:03.871816 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9743 2024.12.14 04:41:03.872044 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part
9744 2024.12.14 04:41:03.872304 [ 133 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9745 2024.12.14 04:41:03.872444 [ 133 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9746 2024.12.14 04:41:03.872920 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9747 2024.12.14 04:41:03.872944 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.005905 sec., 6435.224386113464 rows/sec., 389.80 KiB/sec.
9748 2024.12.14 04:41:03.873170 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9749 2024.12.14 04:41:03.873468 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9750 2024.12.14 04:41:03.873473 [ 286 ] {310e5f03-1024-447f-a517-8096d9bb54c0} <Debug> TCPHandler: Processed in 0.006862269 sec.
9751 2024.12.14 04:41:03.873546 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9752 2024.12.14 04:41:03.874060 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
9753 2024.12.14 04:41:03.874200 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9754 2024.12.14 04:41:03.874297 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4242 rows starting from the beginning of the part
9755 2024.12.14 04:41:03.874767 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part
9756 2024.12.14 04:41:03.874923 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
9757 2024.12.14 04:41:03.875216 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part
9758 2024.12.14 04:41:03.875481 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
9759 2024.12.14 04:41:03.875688 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 38 rows starting from the beginning of the part
9760 2024.12.14 04:41:03.878651 [ 196 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4564 rows, containing 4 columns (4 merged, 0 gathered) in 0.005528024 sec., 825611.4662309715 rows/sec., 53.90 MiB/sec.
9761 2024.12.14 04:41:03.879291 [ 196 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9762 2024.12.14 04:41:03.880086 [ 196 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2024.12.14 04:41:03.880301 [ 196 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_76_15} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9764 2024.12.14 04:41:03.880502 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
9765 2024.12.14 04:41:03.884879 [ 200 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1325 rows, containing 19 columns (19 merged, 0 gathered) in 0.018714318 sec., 70801.40457162264 rows/sec., 126.87 MiB/sec.
9766 2024.12.14 04:41:03.886472 [ 194 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9767 2024.12.14 04:41:03.886912 [ 194 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9768 2024.12.14 04:41:03.886998 [ 194 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9769 2024.12.14 04:41:03.887154 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.36 MiB.
9770 2024.12.14 04:41:04.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.72 MiB, peak 240.11 MiB, free memory in arenas 0.00 B, will set to 230.94 MiB (RSS), difference: 2.22 MiB
9771 2024.12.14 04:41:04.291057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1376
9772 2024.12.14 04:41:04.294984 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9773 2024.12.14 04:41:04.295045 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9774 2024.12.14 04:41:04.296614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9775 2024.12.14 04:41:04.296944 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9776 2024.12.14 04:41:04.297647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1376
9777 2024.12.14 04:41:06.683077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
9778 2024.12.14 04:41:06.683739 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9779 2024.12.14 04:41:06.683782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9780 2024.12.14 04:41:06.684330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9781 2024.12.14 04:41:06.684597 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9782 2024.12.14 04:41:06.684796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
9783 2024.12.14 04:41:07.538112 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9784 2024.12.14 04:41:07.538320 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9785 2024.12.14 04:41:07.538404 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9786 2024.12.14 04:41:07.539259 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9787 2024.12.14 04:41:07.539314 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9788 2024.12.14 04:41:07.539794 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9789 2024.12.14 04:41:07.540065 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9790 2024.12.14 04:41:07.540326 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.09 MiB/sec.
9791 2024.12.14 04:41:07.540410 [ 284 ] {adb0bfee-3665-4126-bb0d-42a08a9a8728} <Debug> TCPHandler: Processed in 0.002435123 sec.
9792 2024.12.14 04:41:07.540703 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9793 2024.12.14 04:41:07.540902 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9794 2024.12.14 04:41:07.540985 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9795 2024.12.14 04:41:07.541832 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9796 2024.12.14 04:41:07.541890 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9797 2024.12.14 04:41:07.542361 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9798 2024.12.14 04:41:07.542671 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9799 2024.12.14 04:41:07.542955 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002107 sec., 30374.940673944 rows/sec., 2.37 MiB/sec.
9800 2024.12.14 04:41:07.543118 [ 286 ] {b2537e8c-2594-48da-bb7e-4cfc80910342} <Debug> TCPHandler: Processed in 0.002573117 sec.
9801 2024.12.14 04:41:07.543317 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9802 2024.12.14 04:41:07.543444 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9803 2024.12.14 04:41:07.543504 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9804 2024.12.14 04:41:07.544113 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9805 2024.12.14 04:41:07.544155 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9806 2024.12.14 04:41:07.544573 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9807 2024.12.14 04:41:07.544839 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9808 2024.12.14 04:41:07.545059 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001644 sec., 71776.15571776156 rows/sec., 5.00 MiB/sec.
9809 2024.12.14 04:41:07.545115 [ 284 ] {a66bcaad-2bc1-4bf3-993a-69d851252ea0} <Debug> TCPHandler: Processed in 0.001863808 sec.
9810 2024.12.14 04:41:07.545302 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9811 2024.12.14 04:41:07.545461 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9812 2024.12.14 04:41:07.545528 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9813 2024.12.14 04:41:07.546120 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2024.12.14 04:41:07.546160 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9815 2024.12.14 04:41:07.546575 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9816 2024.12.14 04:41:07.546828 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9817 2024.12.14 04:41:07.547013 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001592 sec., 27638.19095477387 rows/sec., 1.86 MiB/sec.
9818 2024.12.14 04:41:07.547072 [ 286 ] {3cca3e85-57bf-4300-978e-dbd93503dbe5} <Debug> TCPHandler: Processed in 0.001841908 sec.
9819 2024.12.14 04:41:08.212758 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9820 2024.12.14 04:41:08.231857 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2024.12.14 04:41:08.231925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9822 2024.12.14 04:41:08.238943 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9823 2024.12.14 04:41:08.239717 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2024.12.14 04:41:08.242882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9825 2024.12.14 04:41:12.540465 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9826 2024.12.14 04:41:12.540680 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9827 2024.12.14 04:41:12.540759 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9828 2024.12.14 04:41:12.541580 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9829 2024.12.14 04:41:12.541623 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9830 2024.12.14 04:41:12.542056 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9831 2024.12.14 04:41:12.542309 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9832 2024.12.14 04:41:12.542518 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001894 sec., 42238.648363252374 rows/sec., 3.45 MiB/sec.
9833 2024.12.14 04:41:12.542581 [ 284 ] {a7b5b7a1-88a3-49ab-8c3d-299bb5585c6f} <Debug> TCPHandler: Processed in 0.002250419 sec.
9834 2024.12.14 04:41:12.542856 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9835 2024.12.14 04:41:12.543074 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9836 2024.12.14 04:41:12.543157 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9837 2024.12.14 04:41:12.543924 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9838 2024.12.14 04:41:12.543977 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9839 2024.12.14 04:41:12.544417 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9840 2024.12.14 04:41:12.544669 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9841 2024.12.14 04:41:12.544902 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001889 sec., 6352.567496029646 rows/sec., 477.68 KiB/sec.
9842 2024.12.14 04:41:12.544959 [ 286 ] {d4add876-9993-4482-8c05-e5e2b431c22e} <Debug> TCPHandler: Processed in 0.002243828 sec.
9843 2024.12.14 04:41:12.545122 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9844 2024.12.14 04:41:12.545261 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9845 2024.12.14 04:41:12.545323 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9846 2024.12.14 04:41:12.546058 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2024.12.14 04:41:12.546105 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9848 2024.12.14 04:41:12.546492 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9849 2024.12.14 04:41:12.546744 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9850 2024.12.14 04:41:12.546928 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001702 sec., 44653.34900117509 rows/sec., 3.49 MiB/sec.
9851 2024.12.14 04:41:12.546982 [ 284 ] {b667c6ca-4f99-4339-b5a5-dc5a3368c321} <Debug> TCPHandler: Processed in 0.0019201 sec.
9852 2024.12.14 04:41:12.547148 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9853 2024.12.14 04:41:12.547269 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9854 2024.12.14 04:41:12.547324 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9855 2024.12.14 04:41:12.547909 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9856 2024.12.14 04:41:12.547949 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9857 2024.12.14 04:41:12.548356 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9858 2024.12.14 04:41:12.548598 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9859 2024.12.14 04:41:12.548814 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec.
9860 2024.12.14 04:41:12.548867 [ 286 ] {296524c8-5da5-431f-bf20-3dc30512bc8a} <Debug> TCPHandler: Processed in 0.001775326 sec.
9861 2024.12.14 04:41:12.549016 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9862 2024.12.14 04:41:12.549135 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9863 2024.12.14 04:41:12.549222 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9864 2024.12.14 04:41:12.550498 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9865 2024.12.14 04:41:12.550539 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9866 2024.12.14 04:41:12.551162 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9867 2024.12.14 04:41:12.551444 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9868 2024.12.14 04:41:12.551741 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002623 sec., 4574.914220358369 rows/sec., 8.20 MiB/sec.
9869 2024.12.14 04:41:12.552118 [ 284 ] {b0f7bd03-3952-4bca-bf01-a55ff011fd15} <Debug> TCPHandler: Processed in 0.003154732 sec.
9870 2024.12.14 04:41:12.552405 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9871 2024.12.14 04:41:12.552552 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9872 2024.12.14 04:41:12.552614 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9873 2024.12.14 04:41:12.553194 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9874 2024.12.14 04:41:12.553233 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9875 2024.12.14 04:41:12.553608 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9876 2024.12.14 04:41:12.553860 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9877 2024.12.14 04:41:12.554107 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec.
9878 2024.12.14 04:41:12.554157 [ 286 ] {35f87943-8b1d-40ab-8fce-3ba6997bebca} <Debug> TCPHandler: Processed in 0.001933641 sec.
9879 2024.12.14 04:41:14.007644 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
9880 2024.12.14 04:41:14.007696 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
9881 2024.12.14 04:41:14.184939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
9882 2024.12.14 04:41:14.185947 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9883 2024.12.14 04:41:14.185998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9884 2024.12.14 04:41:14.186537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9885 2024.12.14 04:41:14.186802 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9886 2024.12.14 04:41:14.187078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9887 2024.12.14 04:41:14.297924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1396
9888 2024.12.14 04:41:14.300768 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9889 2024.12.14 04:41:14.300831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9890 2024.12.14 04:41:14.302319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9891 2024.12.14 04:41:14.302637 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9892 2024.12.14 04:41:14.303304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396
9893 2024.12.14 04:41:15.001720 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001100689 sec.
9894 2024.12.14 04:41:15.742946 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9895 2024.12.14 04:41:15.763552 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2024.12.14 04:41:15.763620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9897 2024.12.14 04:41:15.770827 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9898 2024.12.14 04:41:15.771610 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2024.12.14 04:41:15.774872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9900 2024.12.14 04:41:17.546344 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9901 2024.12.14 04:41:17.546545 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9902 2024.12.14 04:41:17.546620 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9903 2024.12.14 04:41:17.547371 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9904 2024.12.14 04:41:17.547411 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9905 2024.12.14 04:41:17.547844 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9906 2024.12.14 04:41:17.548098 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9907 2024.12.14 04:41:17.548289 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001796 sec., 7795.100222717149 rows/sec., 561.14 KiB/sec.
9908 2024.12.14 04:41:17.548345 [ 284 ] {60e596a9-cd27-415f-9e53-58ab334cc936} <Debug> TCPHandler: Processed in 0.002130565 sec.
9909 2024.12.14 04:41:17.548615 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9910 2024.12.14 04:41:17.548815 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9911 2024.12.14 04:41:17.548891 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9912 2024.12.14 04:41:17.549806 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9913 2024.12.14 04:41:17.549864 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9914 2024.12.14 04:41:17.550344 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9915 2024.12.14 04:41:17.550609 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9916 2024.12.14 04:41:17.550878 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002115 sec., 124349.8817966903 rows/sec., 10.94 MiB/sec.
9917 2024.12.14 04:41:17.550972 [ 286 ] {a2528a8a-ba8d-4df5-a8a6-8af314375efe} <Debug> TCPHandler: Processed in 0.002495025 sec.
9918 2024.12.14 04:41:17.551209 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9919 2024.12.14 04:41:17.551403 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9920 2024.12.14 04:41:17.551453 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9921 2024.12.14 04:41:17.552049 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9922 2024.12.14 04:41:17.552088 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9923 2024.12.14 04:41:17.552453 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9924 2024.12.14 04:41:17.552696 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9925 2024.12.14 04:41:17.552890 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.00151 sec., 24503.311258278143 rows/sec., 1.75 MiB/sec.
9926 2024.12.14 04:41:17.552953 [ 284 ] {b75da2ab-77cf-4fcf-86d9-195fe922758b} <Debug> TCPHandler: Processed in 0.001885109 sec.
9927 2024.12.14 04:41:17.553189 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9928 2024.12.14 04:41:17.553347 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9929 2024.12.14 04:41:17.553400 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9930 2024.12.14 04:41:17.554013 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9931 2024.12.14 04:41:17.554057 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9932 2024.12.14 04:41:17.554425 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9933 2024.12.14 04:41:17.554675 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9934 2024.12.14 04:41:17.554951 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001633 sec., 8573.178199632579 rows/sec., 600.41 KiB/sec.
9935 2024.12.14 04:41:17.555170 [ 286 ] {2df0a673-dcf8-4f1a-981c-766b0c369782} <Debug> TCPHandler: Processed in 0.002112685 sec.
9936 2024.12.14 04:41:17.555367 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9937 2024.12.14 04:41:17.555516 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9938 2024.12.14 04:41:17.555581 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9939 2024.12.14 04:41:17.556286 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9940 2024.12.14 04:41:17.556334 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9941 2024.12.14 04:41:17.556714 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9942 2024.12.14 04:41:17.556957 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9943 2024.12.14 04:41:17.557141 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec.
9944 2024.12.14 04:41:17.557196 [ 284 ] {ebcaba1e-a812-4a62-be5e-2aed6b1db464} <Debug> TCPHandler: Processed in 0.001899079 sec.
9945 2024.12.14 04:41:17.557343 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9946 2024.12.14 04:41:17.557478 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9947 2024.12.14 04:41:17.557536 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9948 2024.12.14 04:41:17.558410 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9949 2024.12.14 04:41:17.558449 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9950 2024.12.14 04:41:17.558839 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9951 2024.12.14 04:41:17.559093 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2024.12.14 04:41:17.559356 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001903 sec., 216500.2627430373 rows/sec., 15.44 MiB/sec.
9953 2024.12.14 04:41:17.559420 [ 286 ] {6cd1468d-6d8a-4f61-851d-9afd665d6ae5} <Debug> TCPHandler: Processed in 0.002131846 sec.
9954 2024.12.14 04:41:17.559628 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9955 2024.12.14 04:41:17.559790 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9956 2024.12.14 04:41:17.559849 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9957 2024.12.14 04:41:17.560447 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2024.12.14 04:41:17.560485 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9959 2024.12.14 04:41:17.560858 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9960 2024.12.14 04:41:17.561098 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2024.12.14 04:41:17.561280 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec.
9962 2024.12.14 04:41:17.561332 [ 284 ] {a2f92d3e-5f37-4055-a996-3cee37615af4} <Debug> TCPHandler: Processed in 0.001814747 sec.
9963 2024.12.14 04:41:17.561482 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9964 2024.12.14 04:41:17.561603 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9965 2024.12.14 04:41:17.561658 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9966 2024.12.14 04:41:17.562261 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9967 2024.12.14 04:41:17.562300 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9968 2024.12.14 04:41:17.562706 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9969 2024.12.14 04:41:17.562950 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9970 2024.12.14 04:41:17.563160 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001583 sec., 149715.72962728995 rows/sec., 10.03 MiB/sec.
9971 2024.12.14 04:41:17.563215 [ 286 ] {ad5427e7-0caf-4b51-9c49-9320bedde881} <Debug> TCPHandler: Processed in 0.001787107 sec.
9972 2024.12.14 04:41:17.563360 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9973 2024.12.14 04:41:17.563499 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9974 2024.12.14 04:41:17.563558 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9975 2024.12.14 04:41:17.564122 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2024.12.14 04:41:17.564166 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9977 2024.12.14 04:41:17.564578 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9978 2024.12.14 04:41:17.564816 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2024.12.14 04:41:17.565046 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec.
9980 2024.12.14 04:41:17.565208 [ 284 ] {0cd447b4-73c6-48b5-a501-61f0906636db} <Debug> TCPHandler: Processed in 0.00189675 sec.
9981 2024.12.14 04:41:17.565447 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9982 2024.12.14 04:41:17.565614 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9983 2024.12.14 04:41:17.565709 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9984 2024.12.14 04:41:17.567007 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9985 2024.12.14 04:41:17.567047 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9986 2024.12.14 04:41:17.567703 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9987 2024.12.14 04:41:17.567968 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9988 2024.12.14 04:41:17.568215 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002632 sec., 11398.176291793314 rows/sec., 20.43 MiB/sec.
9989 2024.12.14 04:41:17.568324 [ 286 ] {49836101-0162-4812-bb3c-d25ae3af31dc} <Debug> TCPHandler: Processed in 0.003003678 sec.
9990 2024.12.14 04:41:17.568476 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9991 2024.12.14 04:41:17.568612 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9992 2024.12.14 04:41:17.568671 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9993 2024.12.14 04:41:17.569260 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2024.12.14 04:41:17.569305 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
9995 2024.12.14 04:41:17.569694 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9996 2024.12.14 04:41:17.569932 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2024.12.14 04:41:17.570127 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec.
9998 2024.12.14 04:41:17.570204 [ 284 ] {f4e4a6cd-1f3b-4537-82e4-53362f919f99} <Debug> TCPHandler: Processed in 0.001791447 sec.
9999 2024.12.14 04:41:21.687202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
10000 2024.12.14 04:41:21.687852 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10001 2024.12.14 04:41:21.687905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10002 2024.12.14 04:41:21.688437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10003 2024.12.14 04:41:21.688708 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10004 2024.12.14 04:41:21.689010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
10005 2024.12.14 04:41:22.541084 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10006 2024.12.14 04:41:22.541293 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10007 2024.12.14 04:41:22.541376 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10008 2024.12.14 04:41:22.542141 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10009 2024.12.14 04:41:22.542194 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10010 2024.12.14 04:41:22.542637 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10011 2024.12.14 04:41:22.542895 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10012 2024.12.14 04:41:22.543183 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001927 sec., 2075.765438505449 rows/sec., 169.26 KiB/sec.
10013 2024.12.14 04:41:22.543633 [ 284 ] {2ea166d2-89f6-47d1-a86e-f2c679167363} <Debug> TCPHandler: Processed in 0.002673019 sec.
10014 2024.12.14 04:41:22.544003 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10015 2024.12.14 04:41:22.544195 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10016 2024.12.14 04:41:22.544268 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10017 2024.12.14 04:41:22.545047 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10018 2024.12.14 04:41:22.545094 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10019 2024.12.14 04:41:22.545540 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10020 2024.12.14 04:41:22.545794 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10021 2024.12.14 04:41:22.546075 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.001932 sec., 42443.06418219462 rows/sec., 3.45 MiB/sec.
10022 2024.12.14 04:41:22.546180 [ 286 ] {dc719886-ea64-4936-85de-3ff071a65b96} <Debug> TCPHandler: Processed in 0.002400363 sec.
10023 2024.12.14 04:41:22.546395 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10024 2024.12.14 04:41:22.546561 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10025 2024.12.14 04:41:22.546623 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10026 2024.12.14 04:41:22.547316 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10027 2024.12.14 04:41:22.547364 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10028 2024.12.14 04:41:22.547768 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10029 2024.12.14 04:41:22.548019 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10030 2024.12.14 04:41:22.548265 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001739 sec., 9200.690051753882 rows/sec., 679.49 KiB/sec.
10031 2024.12.14 04:41:22.548355 [ 284 ] {a04401c2-67fb-4f35-a773-828e82862d05} <Debug> TCPHandler: Processed in 0.002081525 sec.
10032 2024.12.14 04:41:22.548539 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10033 2024.12.14 04:41:22.548697 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10034 2024.12.14 04:41:22.548758 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10035 2024.12.14 04:41:22.549500 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10036 2024.12.14 04:41:22.549547 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10037 2024.12.14 04:41:22.549934 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10038 2024.12.14 04:41:22.550209 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10039 2024.12.14 04:41:22.550435 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001772 sec., 45146.72686230249 rows/sec., 3.53 MiB/sec.
10040 2024.12.14 04:41:22.550493 [ 286 ] {6c0d8628-d3bc-4775-84f2-baf01615821c} <Debug> TCPHandler: Processed in 0.002050633 sec.
10041 2024.12.14 04:41:22.550655 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10042 2024.12.14 04:41:22.550777 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10043 2024.12.14 04:41:22.550830 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10044 2024.12.14 04:41:22.551429 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10045 2024.12.14 04:41:22.551468 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10046 2024.12.14 04:41:22.551860 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10047 2024.12.14 04:41:22.552095 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10048 2024.12.14 04:41:22.552307 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001557 sec., 104046.24277456648 rows/sec., 7.25 MiB/sec.
10049 2024.12.14 04:41:22.552360 [ 284 ] {5af11c61-f615-4f6b-8719-975d0d1fba6b} <Debug> TCPHandler: Processed in 0.001764096 sec.
10050 2024.12.14 04:41:22.552506 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10051 2024.12.14 04:41:22.552642 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10052 2024.12.14 04:41:22.552739 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10053 2024.12.14 04:41:22.553993 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10054 2024.12.14 04:41:22.554034 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10055 2024.12.14 04:41:22.554658 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10056 2024.12.14 04:41:22.554923 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10057 2024.12.14 04:41:22.555185 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002576 sec., 4658.385093167702 rows/sec., 8.35 MiB/sec.
10058 2024.12.14 04:41:22.555294 [ 286 ] {53b856b5-9667-4f6d-a00b-891129deb219} <Debug> TCPHandler: Processed in 0.002842834 sec.
10059 2024.12.14 04:41:22.555449 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10060 2024.12.14 04:41:22.555591 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10061 2024.12.14 04:41:22.555652 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10062 2024.12.14 04:41:22.556243 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10063 2024.12.14 04:41:22.556290 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10064 2024.12.14 04:41:22.556714 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10065 2024.12.14 04:41:22.556950 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10066 2024.12.14 04:41:22.557156 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec.
10067 2024.12.14 04:41:22.557209 [ 284 ] {0d3340a7-6c70-4410-89e5-14467f879f98} <Debug> TCPHandler: Processed in 0.001828127 sec.
10068 2024.12.14 04:41:23.274940 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10069 2024.12.14 04:41:23.296803 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10070 2024.12.14 04:41:23.296856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10071 2024.12.14 04:41:23.304466 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10072 2024.12.14 04:41:23.305338 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10073 2024.12.14 04:41:23.309885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10074 2024.12.14 04:41:24.303444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1432
10075 2024.12.14 04:41:24.306756 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10076 2024.12.14 04:41:24.306807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10077 2024.12.14 04:41:24.308291 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10078 2024.12.14 04:41:24.308609 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10079 2024.12.14 04:41:24.308791 [ 110 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10080 2024.12.14 04:41:24.308855 [ 110 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10081 2024.12.14 04:41:24.308899 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
10082 2024.12.14 04:41:24.309640 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
10083 2024.12.14 04:41:24.311078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432
10084 2024.12.14 04:41:24.311444 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10085 2024.12.14 04:41:24.311611 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1262 rows starting from the beginning of the part
10086 2024.12.14 04:41:24.312275 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
10087 2024.12.14 04:41:24.312914 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
10088 2024.12.14 04:41:24.313537 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part
10089 2024.12.14 04:41:24.314184 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
10090 2024.12.14 04:41:24.314784 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
10091 2024.12.14 04:41:24.323250 [ 187 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1432 rows, containing 72 columns (72 merged, 0 gathered) in 0.014216771 sec., 100726.1072152038 rows/sec., 78.60 MiB/sec.
10092 2024.12.14 04:41:24.324983 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10093 2024.12.14 04:41:24.325835 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10094 2024.12.14 04:41:24.325943 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_36_7} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10095 2024.12.14 04:41:24.326289 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB.
10096 2024.12.14 04:41:27.546500 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10097 2024.12.14 04:41:27.546822 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10098 2024.12.14 04:41:27.546925 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10099 2024.12.14 04:41:27.547686 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10100 2024.12.14 04:41:27.547731 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10101 2024.12.14 04:41:27.548164 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10102 2024.12.14 04:41:27.548425 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10103 2024.12.14 04:41:27.548629 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
10104 2024.12.14 04:41:27.548695 [ 284 ] {e421968b-c06e-428c-979c-8523196df2d5} <Debug> TCPHandler: Processed in 0.002369782 sec.
10105 2024.12.14 04:41:27.548972 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10106 2024.12.14 04:41:27.549186 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10107 2024.12.14 04:41:27.549270 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10108 2024.12.14 04:41:27.550226 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10109 2024.12.14 04:41:27.550275 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10110 2024.12.14 04:41:27.550737 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10111 2024.12.14 04:41:27.550995 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10112 2024.12.14 04:41:27.551195 [ 106 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10113 2024.12.14 04:41:27.551251 [ 106 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10114 2024.12.14 04:41:27.551272 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002134 sec., 123242.7366447985 rows/sec., 10.84 MiB/sec.
10115 2024.12.14 04:41:27.551287 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10116 2024.12.14 04:41:27.551436 [ 286 ] {d7028e8f-19f8-4a4e-9a68-92cf0b477357} <Debug> TCPHandler: Processed in 0.002602577 sec.
10117 2024.12.14 04:41:27.551579 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10118 2024.12.14 04:41:27.551637 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10119 2024.12.14 04:41:27.551895 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10120 2024.12.14 04:41:27.551901 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10121 2024.12.14 04:41:27.551964 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1437 rows starting from the beginning of the part
10122 2024.12.14 04:41:27.552006 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10123 2024.12.14 04:41:27.552416 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part
10124 2024.12.14 04:41:27.552903 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 80 rows starting from the beginning of the part
10125 2024.12.14 04:41:27.553237 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 263 rows starting from the beginning of the part
10126 2024.12.14 04:41:27.553670 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part
10127 2024.12.14 04:41:27.553831 [ 189 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 263 rows starting from the beginning of the part
10128 2024.12.14 04:41:27.554748 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10129 2024.12.14 04:41:27.554807 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10130 2024.12.14 04:41:27.555685 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10131 2024.12.14 04:41:27.556260 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10132 2024.12.14 04:41:27.556766 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.004965 sec., 7452.165156092648 rows/sec., 546.21 KiB/sec.
10133 2024.12.14 04:41:27.556870 [ 284 ] {c7951b7b-3c23-4983-bd68-9b10139d87be} <Debug> TCPHandler: Processed in 0.005317959 sec.
10134 2024.12.14 04:41:27.557060 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10135 2024.12.14 04:41:27.557428 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10136 2024.12.14 04:41:27.557501 [ 187 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.006065348 sec., 359583.65455700154 rows/sec., 31.74 MiB/sec.
10137 2024.12.14 04:41:27.557517 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10138 2024.12.14 04:41:27.557871 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10139 2024.12.14 04:41:27.558647 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10140 2024.12.14 04:41:27.558792 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.12.14 04:41:27.558851 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10142 2024.12.14 04:41:27.558867 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_81_16} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10143 2024.12.14 04:41:27.559061 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
10144 2024.12.14 04:41:27.559380 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10145 2024.12.14 04:41:27.559629 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10146 2024.12.14 04:41:27.559848 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002562 sec., 5464.48087431694 rows/sec., 382.70 KiB/sec.
10147 2024.12.14 04:41:27.559908 [ 286 ] {3447ff7b-f080-4936-b395-f82794b058d8} <Debug> TCPHandler: Processed in 0.002931306 sec.
10148 2024.12.14 04:41:27.560085 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10149 2024.12.14 04:41:27.560231 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10150 2024.12.14 04:41:27.560293 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10151 2024.12.14 04:41:27.560953 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10152 2024.12.14 04:41:27.560992 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10153 2024.12.14 04:41:27.561352 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10154 2024.12.14 04:41:27.561597 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10155 2024.12.14 04:41:27.561780 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
10156 2024.12.14 04:41:27.561840 [ 284 ] {fbab07d0-ddae-49ee-9d5e-2bc554fca592} <Debug> TCPHandler: Processed in 0.001822867 sec.
10157 2024.12.14 04:41:27.561993 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10158 2024.12.14 04:41:27.562115 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10159 2024.12.14 04:41:27.562166 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10160 2024.12.14 04:41:27.562930 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10161 2024.12.14 04:41:27.562972 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10162 2024.12.14 04:41:27.563364 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10163 2024.12.14 04:41:27.563610 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10164 2024.12.14 04:41:27.563781 [ 106 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10165 2024.12.14 04:41:27.563850 [ 106 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10166 2024.12.14 04:41:27.563855 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001759 sec., 234223.9909039227 rows/sec., 16.70 MiB/sec.
10167 2024.12.14 04:41:27.563875 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10168 2024.12.14 04:41:27.564018 [ 286 ] {10e85f27-4977-4f38-8415-b6c4a31174d1} <Debug> TCPHandler: Processed in 0.002076844 sec.
10169 2024.12.14 04:41:27.564121 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10170 2024.12.14 04:41:27.564184 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10171 2024.12.14 04:41:27.564257 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10172 2024.12.14 04:41:27.564305 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part
10173 2024.12.14 04:41:27.564317 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10174 2024.12.14 04:41:27.564396 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10175 2024.12.14 04:41:27.564477 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part
10176 2024.12.14 04:41:27.564765 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 76 rows starting from the beginning of the part
10177 2024.12.14 04:41:27.564987 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 412 rows starting from the beginning of the part
10178 2024.12.14 04:41:27.565187 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 80 rows starting from the beginning of the part
10179 2024.12.14 04:41:27.565328 [ 198 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 412 rows starting from the beginning of the part
10180 2024.12.14 04:41:27.565814 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10181 2024.12.14 04:41:27.565859 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10182 2024.12.14 04:41:27.566376 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10183 2024.12.14 04:41:27.566694 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10184 2024.12.14 04:41:27.566906 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002623 sec., 2287.4571101791844 rows/sec., 119.51 KiB/sec.
10185 2024.12.14 04:41:27.567008 [ 284 ] {e586d7f9-ce45-4a74-863f-beda25c11dc3} <Debug> TCPHandler: Processed in 0.002886825 sec.
10186 2024.12.14 04:41:27.567268 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10187 2024.12.14 04:41:27.567314 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.003315537 sec., 591156.1234273664 rows/sec., 45.26 MiB/sec.
10188 2024.12.14 04:41:27.567441 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10189 2024.12.14 04:41:27.567527 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10190 2024.12.14 04:41:27.567577 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10191 2024.12.14 04:41:27.568225 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10192 2024.12.14 04:41:27.568438 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_81_16} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10193 2024.12.14 04:41:27.568654 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
10194 2024.12.14 04:41:27.568803 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10195 2024.12.14 04:41:27.568848 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10196 2024.12.14 04:41:27.569266 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10197 2024.12.14 04:41:27.569519 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10198 2024.12.14 04:41:27.569695 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10199 2024.12.14 04:41:27.569759 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10200 2024.12.14 04:41:27.569773 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00236 sec., 100423.72881355931 rows/sec., 6.73 MiB/sec.
10201 2024.12.14 04:41:27.569800 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10202 2024.12.14 04:41:27.569967 [ 286 ] {e1f8fdb5-1868-42cc-aadd-658b7ad00e6d} <Debug> TCPHandler: Processed in 0.002855845 sec.
10203 2024.12.14 04:41:27.570134 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10204 2024.12.14 04:41:27.570282 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10205 2024.12.14 04:41:27.570617 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10206 2024.12.14 04:41:27.570744 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23209 rows starting from the beginning of the part
10207 2024.12.14 04:41:27.570864 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10208 2024.12.14 04:41:27.571161 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10209 2024.12.14 04:41:27.571293 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 118 rows starting from the beginning of the part
10210 2024.12.14 04:41:27.571898 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
10211 2024.12.14 04:41:27.572485 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
10212 2024.12.14 04:41:27.572871 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part
10213 2024.12.14 04:41:27.573184 [ 189 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part
10214 2024.12.14 04:41:27.574240 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10215 2024.12.14 04:41:27.574318 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10216 2024.12.14 04:41:27.574900 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10217 2024.12.14 04:41:27.575298 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10218 2024.12.14 04:41:27.575518 [ 106 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0
10219 2024.12.14 04:41:27.575599 [ 106 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10220 2024.12.14 04:41:27.575668 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10221 2024.12.14 04:41:27.575927 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005258 sec., 190.18638265500192 rows/sec., 12.82 KiB/sec.
10222 2024.12.14 04:41:27.576224 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full
10223 2024.12.14 04:41:27.576311 [ 284 ] {2f61d692-df3c-4251-add5-98cf59d6b989} <Debug> TCPHandler: Processed in 0.006225172 sec.
10224 2024.12.14 04:41:27.576719 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10225 2024.12.14 04:41:27.576881 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10226 2024.12.14 04:41:27.577064 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part
10227 2024.12.14 04:41:27.577322 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10228 2024.12.14 04:41:27.577560 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
10229 2024.12.14 04:41:27.577971 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
10230 2024.12.14 04:41:27.578398 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
10231 2024.12.14 04:41:27.578852 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10232 2024.12.14 04:41:27.579107 [ 198 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
10233 2024.12.14 04:41:27.579146 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10234 2024.12.14 04:41:27.584731 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.008881192 sec., 3603.1199415573947 rows/sec., 242.79 KiB/sec.
10235 2024.12.14 04:41:27.584907 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary)
10236 2024.12.14 04:41:27.585962 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10237 2024.12.14 04:41:27.586210 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24123 rows, containing 5 columns (5 merged, 0 gathered) in 0.016254184 sec., 1484110.1835687351 rows/sec., 100.29 MiB/sec.
10238 2024.12.14 04:41:27.586259 [ 186 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_32_7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7
10239 2024.12.14 04:41:27.586484 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10240 2024.12.14 04:41:27.586896 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10241 2024.12.14 04:41:27.586957 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2024.12.14 04:41:27.587034 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10243 2024.12.14 04:41:27.587604 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10244 2024.12.14 04:41:27.587789 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10245 2024.12.14 04:41:27.587991 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
10246 2024.12.14 04:41:27.588316 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10247 2024.12.14 04:41:27.588611 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10248 2024.12.14 04:41:27.588830 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.011727 sec., 2558.1990278843696 rows/sec., 4.58 MiB/sec.
10249 2024.12.14 04:41:27.588963 [ 286 ] {6c3f0dc3-7f2c-43ea-baa6-58629f995339} <Debug> TCPHandler: Processed in 0.012528996 sec.
10250 2024.12.14 04:41:27.589124 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10251 2024.12.14 04:41:27.589267 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10252 2024.12.14 04:41:27.589330 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10253 2024.12.14 04:41:27.589889 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10254 2024.12.14 04:41:27.589928 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10255 2024.12.14 04:41:27.590304 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10256 2024.12.14 04:41:27.590544 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10257 2024.12.14 04:41:27.590714 [ 107 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10258 2024.12.14 04:41:27.590779 [ 107 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10259 2024.12.14 04:41:27.590790 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec.
10260 2024.12.14 04:41:27.590820 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10261 2024.12.14 04:41:27.590953 [ 284 ] {2f023d72-6dc1-40d9-a873-71cae8b0f4a9} <Debug> TCPHandler: Processed in 0.001889379 sec.
10262 2024.12.14 04:41:27.591155 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10263 2024.12.14 04:41:27.591419 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10264 2024.12.14 04:41:27.591479 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4564 rows starting from the beginning of the part
10265 2024.12.14 04:41:27.591642 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 44 rows starting from the beginning of the part
10266 2024.12.14 04:41:27.591815 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
10267 2024.12.14 04:41:27.591961 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part
10268 2024.12.14 04:41:27.592154 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part
10269 2024.12.14 04:41:27.592267 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part
10270 2024.12.14 04:41:27.594412 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4892 rows, containing 4 columns (4 merged, 0 gathered) in 0.00347788 sec., 1406604.0231405338 rows/sec., 91.85 MiB/sec.
10271 2024.12.14 04:41:27.594799 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10272 2024.12.14 04:41:27.595107 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10273 2024.12.14 04:41:27.595186 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_81_16} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10274 2024.12.14 04:41:27.595271 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10275 2024.12.14 04:41:29.007741 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
10276 2024.12.14 04:41:29.007816 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
10277 2024.12.14 04:41:29.189157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
10278 2024.12.14 04:41:29.190126 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10279 2024.12.14 04:41:29.190179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10280 2024.12.14 04:41:29.190713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10281 2024.12.14 04:41:29.190981 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10282 2024.12.14 04:41:29.191231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10283 2024.12.14 04:41:30.810047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10284 2024.12.14 04:41:30.832804 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10285 2024.12.14 04:41:30.832878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10286 2024.12.14 04:41:30.840332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10287 2024.12.14 04:41:30.841124 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10288 2024.12.14 04:41:30.845043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10289 2024.12.14 04:41:32.541272 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10290 2024.12.14 04:41:32.541557 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10291 2024.12.14 04:41:32.541666 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10292 2024.12.14 04:41:32.542582 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10293 2024.12.14 04:41:32.542635 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10294 2024.12.14 04:41:32.543077 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10295 2024.12.14 04:41:32.543336 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10296 2024.12.14 04:41:32.543574 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.002093 sec., 38222.6469182991 rows/sec., 3.12 MiB/sec.
10297 2024.12.14 04:41:32.543639 [ 284 ] {b10b2734-a4f1-4969-9471-ea363df2f9b0} <Debug> TCPHandler: Processed in 0.002541386 sec.
10298 2024.12.14 04:41:32.543898 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10299 2024.12.14 04:41:32.544090 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10300 2024.12.14 04:41:32.544162 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10301 2024.12.14 04:41:32.544917 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10302 2024.12.14 04:41:32.544961 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10303 2024.12.14 04:41:32.545400 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10304 2024.12.14 04:41:32.545659 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10305 2024.12.14 04:41:32.545811 [ 103 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10306 2024.12.14 04:41:32.545863 [ 103 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10307 2024.12.14 04:41:32.545870 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001832 sec., 6550.218340611354 rows/sec., 492.55 KiB/sec.
10308 2024.12.14 04:41:32.545889 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10309 2024.12.14 04:41:32.545993 [ 286 ] {701a2436-ca75-4c52-af4a-0aaf39cf6f5b} <Debug> TCPHandler: Processed in 0.002220458 sec.
10310 2024.12.14 04:41:32.546239 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10311 2024.12.14 04:41:32.546305 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
10312 2024.12.14 04:41:32.546454 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10313 2024.12.14 04:41:32.546557 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10314 2024.12.14 04:41:32.546815 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10315 2024.12.14 04:41:32.546934 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 67 rows starting from the beginning of the part
10316 2024.12.14 04:41:32.547289 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part
10317 2024.12.14 04:41:32.547676 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 37 rows starting from the beginning of the part
10318 2024.12.14 04:41:32.548128 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part
10319 2024.12.14 04:41:32.548419 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 37 rows starting from the beginning of the part
10320 2024.12.14 04:41:32.548589 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part
10321 2024.12.14 04:41:32.549404 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10322 2024.12.14 04:41:32.549467 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10323 2024.12.14 04:41:32.550410 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10324 2024.12.14 04:41:32.551034 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10325 2024.12.14 04:41:32.551315 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005279577 sec., 34283.04957006973 rows/sec., 2.59 MiB/sec.
10326 2024.12.14 04:41:32.551517 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005123 sec., 14835.057583447198 rows/sec., 1.16 MiB/sec.
10327 2024.12.14 04:41:32.551644 [ 284 ] {11bef3fb-ae2d-429d-ba99-70b1eef47228} <Debug> TCPHandler: Processed in 0.005537154 sec.
10328 2024.12.14 04:41:32.551650 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10329 2024.12.14 04:41:32.551869 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10330 2024.12.14 04:41:32.552088 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10331 2024.12.14 04:41:32.552206 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10332 2024.12.14 04:41:32.552241 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10333 2024.12.14 04:41:32.552490 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_66_13} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10334 2024.12.14 04:41:32.552705 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10335 2024.12.14 04:41:32.553203 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10336 2024.12.14 04:41:32.553248 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10337 2024.12.14 04:41:32.553666 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10338 2024.12.14 04:41:32.553923 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10339 2024.12.14 04:41:32.554104 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002097 sec., 76299.47544110635 rows/sec., 5.31 MiB/sec.
10340 2024.12.14 04:41:32.554164 [ 286 ] {bcbc6206-95df-4cc6-a15a-050c234f5618} <Debug> TCPHandler: Processed in 0.002408342 sec.
10341 2024.12.14 04:41:32.554330 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2024.12.14 04:41:32.554473 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10343 2024.12.14 04:41:32.554572 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10344 2024.12.14 04:41:32.555772 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2024.12.14 04:41:32.555814 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10346 2024.12.14 04:41:32.556464 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10347 2024.12.14 04:41:32.556724 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10348 2024.12.14 04:41:32.556929 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10349 2024.12.14 04:41:32.556988 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10350 2024.12.14 04:41:32.557015 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002575 sec., 4660.194174757282 rows/sec., 8.35 MiB/sec.
10351 2024.12.14 04:41:32.557045 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10352 2024.12.14 04:41:32.557465 [ 284 ] {f35b948c-a532-4c13-b9d4-228c3d76528a} <Debug> TCPHandler: Processed in 0.003198484 sec.
10353 2024.12.14 04:41:32.557471 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
10354 2024.12.14 04:41:32.557675 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10355 2024.12.14 04:41:32.557938 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10356 2024.12.14 04:41:32.558080 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10357 2024.12.14 04:41:32.558364 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10358 2024.12.14 04:41:32.558638 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1325 rows starting from the beginning of the part
10359 2024.12.14 04:41:32.559358 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part
10360 2024.12.14 04:41:32.560027 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part
10361 2024.12.14 04:41:32.560225 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10362 2024.12.14 04:41:32.560362 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10363 2024.12.14 04:41:32.560711 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part
10364 2024.12.14 04:41:32.561240 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part
10365 2024.12.14 04:41:32.561882 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part
10366 2024.12.14 04:41:32.562192 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10367 2024.12.14 04:41:32.562869 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10368 2024.12.14 04:41:32.563338 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005472 sec., 10964.912280701754 rows/sec., 756.69 KiB/sec.
10369 2024.12.14 04:41:32.563848 [ 286 ] {24deeec9-dc24-4d6f-8692-5c67b08641cf} <Debug> TCPHandler: Processed in 0.006269253 sec.
10370 2024.12.14 04:41:32.570727 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 19 columns (19 merged, 0 gathered) in 0.013516372 sec., 105131.76168871351 rows/sec., 188.39 MiB/sec.
10371 2024.12.14 04:41:32.572591 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10372 2024.12.14 04:41:32.573049 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10373 2024.12.14 04:41:32.573138 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10374 2024.12.14 04:41:32.573309 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
10375 2024.12.14 04:41:33.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.38 MiB, peak 243.91 MiB, free memory in arenas 0.00 B, will set to 234.21 MiB (RSS), difference: 1.83 MiB
10376 2024.12.14 04:41:33.827377 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10377 2024.12.14 04:41:33.827592 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10378 2024.12.14 04:41:33.827674 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10379 2024.12.14 04:41:33.828441 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10380 2024.12.14 04:41:33.828499 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10381 2024.12.14 04:41:33.828941 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10382 2024.12.14 04:41:33.829195 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10383 2024.12.14 04:41:33.829379 [ 99 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10384 2024.12.14 04:41:33.829456 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
10385 2024.12.14 04:41:33.829463 [ 99 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10386 2024.12.14 04:41:33.829555 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10387 2024.12.14 04:41:33.829608 [ 284 ] {44b418ff-bc44-4be8-9eec-057dc18204ce} <Debug> TCPHandler: Processed in 0.002365972 sec.
10388 2024.12.14 04:41:33.829982 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10389 2024.12.14 04:41:33.830063 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10390 2024.12.14 04:41:33.830278 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10391 2024.12.14 04:41:33.830338 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10392 2024.12.14 04:41:33.830398 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10393 2024.12.14 04:41:33.830533 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10394 2024.12.14 04:41:33.830598 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10395 2024.12.14 04:41:33.830896 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10396 2024.12.14 04:41:33.831333 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10397 2024.12.14 04:41:33.831636 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::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
10398 2024.12.14 04:41:33.833555 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10399 2024.12.14 04:41:33.833630 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10400 2024.12.14 04:41:33.834328 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004651781 sec., 15047.999895093944 rows/sec., 1.12 MiB/sec.
10401 2024.12.14 04:41:33.834535 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10402 2024.12.14 04:41:33.834740 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10403 2024.12.14 04:41:33.835044 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_33_8} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10404 2024.12.14 04:41:33.835192 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_33_8} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10405 2024.12.14 04:41:33.835223 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10406 2024.12.14 04:41:33.835355 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10407 2024.12.14 04:41:33.835562 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005268 sec., 1518.602885345482 rows/sec., 123.83 KiB/sec.
10408 2024.12.14 04:41:33.835643 [ 286 ] {e0964a34-64c4-4ee3-b35f-9500fa26e427} <Debug> TCPHandler: Processed in 0.005882534 sec.
10409 2024.12.14 04:41:33.835839 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10410 2024.12.14 04:41:33.835988 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10411 2024.12.14 04:41:33.836045 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10412 2024.12.14 04:41:33.837463 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10413 2024.12.14 04:41:33.837508 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10414 2024.12.14 04:41:33.837991 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10415 2024.12.14 04:41:33.838241 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10416 2024.12.14 04:41:33.838466 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.002512 sec., 560111.4649681529 rows/sec., 46.87 MiB/sec.
10417 2024.12.14 04:41:33.838533 [ 284 ] {23e35662-854e-4d86-897c-7082252268b0} <Debug> TCPHandler: Processed in 0.002765722 sec.
10418 2024.12.14 04:41:33.838706 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10419 2024.12.14 04:41:33.838835 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10420 2024.12.14 04:41:33.838891 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10421 2024.12.14 04:41:33.839518 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10422 2024.12.14 04:41:33.839557 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10423 2024.12.14 04:41:33.839940 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10424 2024.12.14 04:41:33.840191 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10425 2024.12.14 04:41:33.840372 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001568 sec., 28698.979591836734 rows/sec., 2.04 MiB/sec.
10426 2024.12.14 04:41:33.840433 [ 286 ] {5de7c065-75b1-4060-be44-2fc3940904e0} <Debug> TCPHandler: Processed in 0.001787776 sec.
10427 2024.12.14 04:41:33.840597 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10428 2024.12.14 04:41:33.840720 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10429 2024.12.14 04:41:33.840770 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10430 2024.12.14 04:41:33.841468 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10431 2024.12.14 04:41:33.841510 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10432 2024.12.14 04:41:33.841903 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10433 2024.12.14 04:41:33.842146 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10434 2024.12.14 04:41:33.842429 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00173 sec., 139884.39306358382 rows/sec., 9.48 MiB/sec.
10435 2024.12.14 04:41:33.842683 [ 284 ] {32ffbbc7-6fc1-4097-a1a4-1371a07ae91e} <Debug> TCPHandler: Processed in 0.002151726 sec.
10436 2024.12.14 04:41:33.842875 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10437 2024.12.14 04:41:33.842999 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10438 2024.12.14 04:41:33.843052 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10439 2024.12.14 04:41:33.843626 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10440 2024.12.14 04:41:33.843667 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10441 2024.12.14 04:41:33.844054 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10442 2024.12.14 04:41:33.844324 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10443 2024.12.14 04:41:33.844454 [ 99 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
10444 2024.12.14 04:41:33.844490 [ 99 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10445 2024.12.14 04:41:33.844517 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10446 2024.12.14 04:41:33.844561 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec.
10447 2024.12.14 04:41:33.844785 [ 286 ] {1508e619-2c82-4ac7-bb9b-aa45bad2b4cf} <Debug> TCPHandler: Processed in 0.001967492 sec.
10448 2024.12.14 04:41:33.844822 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10449 2024.12.14 04:41:33.844954 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10450 2024.12.14 04:41:33.845043 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10451 2024.12.14 04:41:33.845118 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10452 2024.12.14 04:41:33.845182 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10453 2024.12.14 04:41:33.845327 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10454 2024.12.14 04:41:33.845372 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10455 2024.12.14 04:41:33.845683 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10456 2024.12.14 04:41:33.845998 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10457 2024.12.14 04:41:33.846331 [ 200 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::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
10458 2024.12.14 04:41:33.848439 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10459 2024.12.14 04:41:33.848501 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10460 2024.12.14 04:41:33.848517 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003923882 sec., 16565.228006346777 rows/sec., 1.07 MiB/sec.
10461 2024.12.14 04:41:33.848764 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
10462 2024.12.14 04:41:33.849228 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10463 2024.12.14 04:41:33.849286 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_33_8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10464 2024.12.14 04:41:33.849408 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_33_8} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
10465 2024.12.14 04:41:33.849555 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10466 2024.12.14 04:41:33.849658 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10467 2024.12.14 04:41:33.849915 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.004796 sec., 182652.21017514597 rows/sec., 13.24 MiB/sec.
10468 2024.12.14 04:41:33.849987 [ 284 ] {5e6f785e-3523-4316-a6fc-7e781ea38f78} <Debug> TCPHandler: Processed in 0.005107603 sec.
10469 2024.12.14 04:41:33.850160 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10470 2024.12.14 04:41:33.850303 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10471 2024.12.14 04:41:33.850366 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10472 2024.12.14 04:41:33.850940 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10473 2024.12.14 04:41:33.850985 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10474 2024.12.14 04:41:33.851368 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10475 2024.12.14 04:41:33.851626 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10476 2024.12.14 04:41:33.851842 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec.
10477 2024.12.14 04:41:33.851894 [ 286 ] {edabe196-d71e-441c-840f-5647b674d08a} <Debug> TCPHandler: Processed in 0.001801287 sec.
10478 2024.12.14 04:41:33.852050 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10479 2024.12.14 04:41:33.852193 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10480 2024.12.14 04:41:33.852257 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10481 2024.12.14 04:41:33.853143 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10482 2024.12.14 04:41:33.853181 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10483 2024.12.14 04:41:33.853627 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10484 2024.12.14 04:41:33.853870 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10485 2024.12.14 04:41:33.854050 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001891 sec., 493389.74087784236 rows/sec., 32.79 MiB/sec.
10486 2024.12.14 04:41:33.854111 [ 284 ] {69672eb9-2b79-4d3e-acf0-3726c5a7942e} <Debug> TCPHandler: Processed in 0.002127586 sec.
10487 2024.12.14 04:41:33.854263 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10488 2024.12.14 04:41:33.854385 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10489 2024.12.14 04:41:33.854439 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10490 2024.12.14 04:41:33.854918 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10491 2024.12.14 04:41:33.854957 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10492 2024.12.14 04:41:33.855335 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
10493 2024.12.14 04:41:33.855588 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10494 2024.12.14 04:41:33.855800 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec.
10495 2024.12.14 04:41:33.855852 [ 286 ] {d72695be-37ca-42e5-8603-35a821f9c535} <Debug> TCPHandler: Processed in 0.001649203 sec.
10496 2024.12.14 04:41:33.855999 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10497 2024.12.14 04:41:33.856139 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10498 2024.12.14 04:41:33.856234 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10499 2024.12.14 04:41:33.857524 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10500 2024.12.14 04:41:33.857562 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10501 2024.12.14 04:41:33.858205 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10502 2024.12.14 04:41:33.858475 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10503 2024.12.14 04:41:33.858674 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002566 sec., 11691.348402182384 rows/sec., 20.95 MiB/sec.
10504 2024.12.14 04:41:33.858786 [ 284 ] {c94086c3-8e71-4f19-9a2d-335c4e13976b} <Debug> TCPHandler: Processed in 0.002848625 sec.
10505 2024.12.14 04:41:33.858939 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10506 2024.12.14 04:41:33.859078 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10507 2024.12.14 04:41:33.859139 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10508 2024.12.14 04:41:33.859706 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10509 2024.12.14 04:41:33.859753 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10510 2024.12.14 04:41:33.860175 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10511 2024.12.14 04:41:33.860414 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10512 2024.12.14 04:41:33.860629 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001582 sec., 24020.227560050567 rows/sec., 1.42 MiB/sec.
10513 2024.12.14 04:41:33.860682 [ 286 ] {31556cb8-1431-4395-9cf4-d8c102aacce3} <Debug> TCPHandler: Processed in 0.001809607 sec.
10514 2024.12.14 04:41:34.311290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1490
10515 2024.12.14 04:41:34.314974 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10516 2024.12.14 04:41:34.315027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10517 2024.12.14 04:41:34.316529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10518 2024.12.14 04:41:34.316845 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10519 2024.12.14 04:41:34.317458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1490
10520 2024.12.14 04:41:35.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.20 MiB, peak 243.91 MiB, free memory in arenas 0.00 B, will set to 234.21 MiB (RSS), difference: 4.01 MiB
10521 2024.12.14 04:41:36.692322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
10522 2024.12.14 04:41:36.693024 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10523 2024.12.14 04:41:36.693080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10524 2024.12.14 04:41:36.693632 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10525 2024.12.14 04:41:36.693900 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10526 2024.12.14 04:41:36.694121 [ 94 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10527 2024.12.14 04:41:36.694156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
10528 2024.12.14 04:41:36.694211 [ 94 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10529 2024.12.14 04:41:36.694243 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10530 2024.12.14 04:41:36.694391 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
10531 2024.12.14 04:41:36.694567 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10532 2024.12.14 04:41:36.694612 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
10533 2024.12.14 04:41:36.694694 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
10534 2024.12.14 04:41:36.694912 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
10535 2024.12.14 04:41:36.695169 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
10536 2024.12.14 04:41:36.695367 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
10537 2024.12.14 04:41:36.695539 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
10538 2024.12.14 04:41:36.698114 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003793639 sec., 6158466.844104039 rows/sec., 88.10 MiB/sec.
10539 2024.12.14 04:41:36.698568 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10540 2024.12.14 04:41:36.698938 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10541 2024.12.14 04:41:36.699042 [ 188 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_51_10} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10542 2024.12.14 04:41:36.699157 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
10543 2024.12.14 04:41:37.537648 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10544 2024.12.14 04:41:37.537859 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10545 2024.12.14 04:41:37.537939 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10546 2024.12.14 04:41:37.538738 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10547 2024.12.14 04:41:37.538793 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10548 2024.12.14 04:41:37.539225 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10549 2024.12.14 04:41:37.539485 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10550 2024.12.14 04:41:37.539733 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec.
10551 2024.12.14 04:41:37.539799 [ 284 ] {3e5ab3b3-bbf7-4f50-abd3-55755e04f27e} <Debug> TCPHandler: Processed in 0.00229385 sec.
10552 2024.12.14 04:41:37.540058 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10553 2024.12.14 04:41:37.540256 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10554 2024.12.14 04:41:37.540330 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10555 2024.12.14 04:41:37.541117 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10556 2024.12.14 04:41:37.541168 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10557 2024.12.14 04:41:37.541633 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10558 2024.12.14 04:41:37.541912 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10559 2024.12.14 04:41:37.542145 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec.
10560 2024.12.14 04:41:37.542215 [ 286 ] {09893f02-2d21-475e-84fa-fceb3dd792f5} <Debug> TCPHandler: Processed in 0.00228923 sec.
10561 2024.12.14 04:41:37.542386 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10562 2024.12.14 04:41:37.542536 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10563 2024.12.14 04:41:37.542602 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10564 2024.12.14 04:41:37.543246 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10565 2024.12.14 04:41:37.543288 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10566 2024.12.14 04:41:37.543689 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10567 2024.12.14 04:41:37.543927 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10568 2024.12.14 04:41:37.544138 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.00164 sec., 71951.21951219512 rows/sec., 5.01 MiB/sec.
10569 2024.12.14 04:41:37.544198 [ 284 ] {d2443064-b4e2-466e-a812-2934fd67675f} <Debug> TCPHandler: Processed in 0.001880619 sec.
10570 2024.12.14 04:41:37.544368 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10571 2024.12.14 04:41:37.544514 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10572 2024.12.14 04:41:37.544580 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10573 2024.12.14 04:41:37.545165 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10574 2024.12.14 04:41:37.545207 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10575 2024.12.14 04:41:37.545610 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10576 2024.12.14 04:41:37.545865 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10577 2024.12.14 04:41:37.546085 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001609 sec., 27346.177750155377 rows/sec., 1.84 MiB/sec.
10578 2024.12.14 04:41:37.546140 [ 286 ] {84da254b-eed4-4164-b531-1dbf0dc9045f} <Debug> TCPHandler: Processed in 0.001841048 sec.
10579 2024.12.14 04:41:38.346067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10580 2024.12.14 04:41:38.369664 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10581 2024.12.14 04:41:38.369729 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10582 2024.12.14 04:41:38.377363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10583 2024.12.14 04:41:38.378231 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10584 2024.12.14 04:41:38.378643 [ 93 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10585 2024.12.14 04:41:38.378779 [ 93 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10586 2024.12.14 04:41:38.378854 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10587 2024.12.14 04:41:38.379244 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
10588 2024.12.14 04:41:38.390214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10589 2024.12.14 04:41:38.391382 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10590 2024.12.14 04:41:38.392353 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
10591 2024.12.14 04:41:38.397305 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
10592 2024.12.14 04:41:38.402101 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
10593 2024.12.14 04:41:38.407340 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
10594 2024.12.14 04:41:38.412728 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
10595 2024.12.14 04:41:38.417286 [ 187 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
10596 2024.12.14 04:41:38.475979 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.097002818 sec., 3968.9568606140906 rows/sec., 20.52 MiB/sec.
10597 2024.12.14 04:41:38.478107 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10598 2024.12.14 04:41:38.480453 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10599 2024.12.14 04:41:38.480556 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_51_10} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10600 2024.12.14 04:41:38.481871 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10601 2024.12.14 04:41:42.540401 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10602 2024.12.14 04:41:42.540607 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10603 2024.12.14 04:41:42.540680 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10604 2024.12.14 04:41:42.541481 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10605 2024.12.14 04:41:42.541530 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10606 2024.12.14 04:41:42.541984 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10607 2024.12.14 04:41:42.542248 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10608 2024.12.14 04:41:42.542479 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001916 sec., 41753.65344467641 rows/sec., 3.41 MiB/sec.
10609 2024.12.14 04:41:42.542590 [ 284 ] {62c96fee-3828-4208-aaf9-f62bcfff074d} <Debug> TCPHandler: Processed in 0.00231389 sec.
10610 2024.12.14 04:41:42.542899 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10611 2024.12.14 04:41:42.543096 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10612 2024.12.14 04:41:42.543173 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10613 2024.12.14 04:41:42.543916 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10614 2024.12.14 04:41:42.543969 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10615 2024.12.14 04:41:42.544424 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10616 2024.12.14 04:41:42.544696 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10617 2024.12.14 04:41:42.544933 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001892 sec., 6342.494714587738 rows/sec., 476.93 KiB/sec.
10618 2024.12.14 04:41:42.545000 [ 286 ] {43497b16-eb4d-432e-b3b2-8bef4f1a341b} <Debug> TCPHandler: Processed in 0.002273459 sec.
10619 2024.12.14 04:41:42.545157 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10620 2024.12.14 04:41:42.545304 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10621 2024.12.14 04:41:42.545365 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10622 2024.12.14 04:41:42.546111 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10623 2024.12.14 04:41:42.546158 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10624 2024.12.14 04:41:42.546565 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10625 2024.12.14 04:41:42.546803 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10626 2024.12.14 04:41:42.547012 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001739 sec., 43703.277745830936 rows/sec., 3.41 MiB/sec.
10627 2024.12.14 04:41:42.547117 [ 284 ] {c16da2a1-a1f3-415e-914a-975e0ea53fc9} <Debug> TCPHandler: Processed in 0.002025702 sec.
10628 2024.12.14 04:41:42.547268 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10629 2024.12.14 04:41:42.547432 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10630 2024.12.14 04:41:42.547498 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10631 2024.12.14 04:41:42.548242 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10632 2024.12.14 04:41:42.548290 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10633 2024.12.14 04:41:42.548724 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10634 2024.12.14 04:41:42.548972 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10635 2024.12.14 04:41:42.549204 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001807 sec., 88544.54897620364 rows/sec., 6.17 MiB/sec.
10636 2024.12.14 04:41:42.549271 [ 286 ] {de9b70df-b85e-4115-9a12-0576efa544ff} <Debug> TCPHandler: Processed in 0.002079474 sec.
10637 2024.12.14 04:41:42.549514 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10638 2024.12.14 04:41:42.549684 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10639 2024.12.14 04:41:42.549781 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10640 2024.12.14 04:41:42.550985 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10641 2024.12.14 04:41:42.551023 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10642 2024.12.14 04:41:42.551650 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10643 2024.12.14 04:41:42.551904 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10644 2024.12.14 04:41:42.552153 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002489 sec., 4821.213338690237 rows/sec., 8.64 MiB/sec.
10645 2024.12.14 04:41:42.552615 [ 284 ] {3bc6e8b1-cbec-456c-9585-b23c03fb531a} <Debug> TCPHandler: Processed in 0.003231085 sec.
10646 2024.12.14 04:41:42.552877 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10647 2024.12.14 04:41:42.553040 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10648 2024.12.14 04:41:42.553100 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10649 2024.12.14 04:41:42.553607 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10650 2024.12.14 04:41:42.553646 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10651 2024.12.14 04:41:42.554031 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10652 2024.12.14 04:41:42.554273 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10653 2024.12.14 04:41:42.554492 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec.
10654 2024.12.14 04:41:42.554542 [ 286 ] {d8337491-b540-4353-94ae-9520f3302075} <Debug> TCPHandler: Processed in 0.001801027 sec.
10655 2024.12.14 04:41:44.007872 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
10656 2024.12.14 04:41:44.007953 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
10657 2024.12.14 04:41:44.194286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
10658 2024.12.14 04:41:44.194959 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10659 2024.12.14 04:41:44.195004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10660 2024.12.14 04:41:44.195524 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10661 2024.12.14 04:41:44.195782 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10662 2024.12.14 04:41:44.196170 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10663 2024.12.14 04:41:44.318710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1510
10664 2024.12.14 04:41:44.321535 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10665 2024.12.14 04:41:44.321600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10666 2024.12.14 04:41:44.323336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10667 2024.12.14 04:41:44.323673 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10668 2024.12.14 04:41:44.325134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1510
10669 2024.12.14 04:41:44.764912 [ 85 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10670 2024.12.14 04:41:44.764980 [ 85 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10671 2024.12.14 04:41:44.765002 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10672 2024.12.14 04:41:44.765238 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
10673 2024.12.14 04:41:44.765448 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10674 2024.12.14 04:41:44.765487 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
10675 2024.12.14 04:41:44.765569 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
10676 2024.12.14 04:41:44.765806 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part
10677 2024.12.14 04:41:44.766019 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part
10678 2024.12.14 04:41:44.766154 [ 196 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
10679 2024.12.14 04:41:44.767089 [ 198 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002006482 sec., 17941.85046265055 rows/sec., 1.50 MiB/sec.
10680 2024.12.14 04:41:44.767304 [ 189 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10681 2024.12.14 04:41:44.767655 [ 189 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10682 2024.12.14 04:41:44.767744 [ 189 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_21_5} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10683 2024.12.14 04:41:44.767849 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10684 2024.12.14 04:41:45.776201 [ 82 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
10685 2024.12.14 04:41:45.776271 [ 82 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10686 2024.12.14 04:41:45.776298 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
10687 2024.12.14 04:41:45.776528 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
10688 2024.12.14 04:41:45.776780 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10689 2024.12.14 04:41:45.776823 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part
10690 2024.12.14 04:41:45.776912 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part
10691 2024.12.14 04:41:45.777065 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
10692 2024.12.14 04:41:45.777192 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
10693 2024.12.14 04:41:45.777296 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part
10694 2024.12.14 04:41:45.778336 [ 189 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001954161 sec., 385843.3363474146 rows/sec., 27.62 MiB/sec.
10695 2024.12.14 04:41:45.778574 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
10696 2024.12.14 04:41:45.778966 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10697 2024.12.14 04:41:45.779072 [ 194 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_33_7} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
10698 2024.12.14 04:41:45.779190 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
10699 2024.12.14 04:41:45.890290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10700 2024.12.14 04:41:45.910476 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10701 2024.12.14 04:41:45.910544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10702 2024.12.14 04:41:45.917490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10703 2024.12.14 04:41:45.918259 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10704 2024.12.14 04:41:45.921097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10705 2024.12.14 04:41:46.613169 [ 81 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
10706 2024.12.14 04:41:46.613247 [ 81 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10707 2024.12.14 04:41:46.613273 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10708 2024.12.14 04:41:46.613458 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
10709 2024.12.14 04:41:46.613694 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10710 2024.12.14 04:41:46.613741 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
10711 2024.12.14 04:41:46.613831 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
10712 2024.12.14 04:41:46.614074 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
10713 2024.12.14 04:41:46.614305 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10714 2024.12.14 04:41:46.614504 [ 195 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10715 2024.12.14 04:41:46.615637 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002271929 sec., 87150.61078053057 rows/sec., 4.45 MiB/sec.
10716 2024.12.14 04:41:46.615859 [ 189 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
10717 2024.12.14 04:41:46.616217 [ 189 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10718 2024.12.14 04:41:46.616307 [ 189 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_33_7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
10719 2024.12.14 04:41:46.616413 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10720 2024.12.14 04:41:47.546319 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10721 2024.12.14 04:41:47.546525 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10722 2024.12.14 04:41:47.546607 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10723 2024.12.14 04:41:47.547462 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10724 2024.12.14 04:41:47.547515 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10725 2024.12.14 04:41:47.547950 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10726 2024.12.14 04:41:47.548196 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2024.12.14 04:41:47.548434 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001965 sec., 7124.681933842238 rows/sec., 512.88 KiB/sec.
10728 2024.12.14 04:41:47.548501 [ 284 ] {fc2c6c45-2bea-4e33-9664-d8ad1f9707a9} <Debug> TCPHandler: Processed in 0.00231792 sec.
10729 2024.12.14 04:41:47.548768 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10730 2024.12.14 04:41:47.548985 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10731 2024.12.14 04:41:47.549066 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10732 2024.12.14 04:41:47.550015 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10733 2024.12.14 04:41:47.550065 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10734 2024.12.14 04:41:47.550536 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10735 2024.12.14 04:41:47.550801 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10736 2024.12.14 04:41:47.551003 [ 80 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10737 2024.12.14 04:41:47.551065 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002133 sec., 123300.515705579 rows/sec., 10.85 MiB/sec.
10738 2024.12.14 04:41:47.551095 [ 80 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10739 2024.12.14 04:41:47.551170 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10740 2024.12.14 04:41:47.551221 [ 286 ] {0b7ac9b3-c3bd-4ef7-b410-e0a902fe5f36} <Debug> TCPHandler: Processed in 0.002591307 sec.
10741 2024.12.14 04:41:47.551436 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10742 2024.12.14 04:41:47.551466 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10743 2024.12.14 04:41:47.551592 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10744 2024.12.14 04:41:47.551639 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1437 rows starting from the beginning of the part
10745 2024.12.14 04:41:47.551647 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10746 2024.12.14 04:41:47.551734 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10747 2024.12.14 04:41:47.551845 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 80 rows starting from the beginning of the part
10748 2024.12.14 04:41:47.552234 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1407 rows starting from the beginning of the part
10749 2024.12.14 04:41:47.552537 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part
10750 2024.12.14 04:41:47.552884 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part
10751 2024.12.14 04:41:47.553191 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 263 rows starting from the beginning of the part
10752 2024.12.14 04:41:47.554040 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10753 2024.12.14 04:41:47.554092 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10754 2024.12.14 04:41:47.554707 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10755 2024.12.14 04:41:47.554983 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10756 2024.12.14 04:41:47.555202 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.003597 sec., 10286.34973589102 rows/sec., 753.94 KiB/sec.
10757 2024.12.14 04:41:47.555272 [ 284 ] {ea53ba43-20cc-4c8b-92f5-2cd569baa270} <Debug> TCPHandler: Processed in 0.003920682 sec.
10758 2024.12.14 04:41:47.555479 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10759 2024.12.14 04:41:47.555731 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3323 rows, containing 5 columns (5 merged, 0 gathered) in 0.004439516 sec., 748505.0172135881 rows/sec., 65.62 MiB/sec.
10760 2024.12.14 04:41:47.555758 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10761 2024.12.14 04:41:47.555839 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10762 2024.12.14 04:41:47.556019 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10763 2024.12.14 04:41:47.556627 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10764 2024.12.14 04:41:47.556779 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_86_17} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10765 2024.12.14 04:41:47.556953 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10766 2024.12.14 04:41:47.557115 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10767 2024.12.14 04:41:47.557161 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10768 2024.12.14 04:41:47.557528 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10769 2024.12.14 04:41:47.557779 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10770 2024.12.14 04:41:47.558001 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002304 sec., 6076.388888888889 rows/sec., 425.55 KiB/sec.
10771 2024.12.14 04:41:47.558064 [ 286 ] {7174de2d-44d3-4851-ba05-0cf515c7ecfe} <Debug> TCPHandler: Processed in 0.002693631 sec.
10772 2024.12.14 04:41:47.558228 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10773 2024.12.14 04:41:47.558372 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10774 2024.12.14 04:41:47.558432 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10775 2024.12.14 04:41:47.559116 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10776 2024.12.14 04:41:47.559164 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10777 2024.12.14 04:41:47.559560 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10778 2024.12.14 04:41:47.559793 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10779 2024.12.14 04:41:47.560002 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec.
10780 2024.12.14 04:41:47.560056 [ 284 ] {816e005e-7e58-4f93-9567-2af0dccb1ffa} <Debug> TCPHandler: Processed in 0.0018959 sec.
10781 2024.12.14 04:41:47.560195 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10782 2024.12.14 04:41:47.560314 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10783 2024.12.14 04:41:47.560364 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10784 2024.12.14 04:41:47.561127 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10785 2024.12.14 04:41:47.561168 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10786 2024.12.14 04:41:47.561552 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10787 2024.12.14 04:41:47.561800 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10788 2024.12.14 04:41:47.561975 [ 80 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10789 2024.12.14 04:41:47.562040 [ 80 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10790 2024.12.14 04:41:47.562049 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001748 sec., 235697.9405034325 rows/sec., 16.81 MiB/sec.
10791 2024.12.14 04:41:47.562083 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10792 2024.12.14 04:41:47.562212 [ 286 ] {5e8ad08e-4e9d-43a4-bb72-a4bb44e37735} <Debug> TCPHandler: Processed in 0.002070014 sec.
10793 2024.12.14 04:41:47.562358 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10794 2024.12.14 04:41:47.562401 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10795 2024.12.14 04:41:47.562657 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10796 2024.12.14 04:41:47.562669 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10797 2024.12.14 04:41:47.562714 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part
10798 2024.12.14 04:41:47.562785 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10799 2024.12.14 04:41:47.563032 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 76 rows starting from the beginning of the part
10800 2024.12.14 04:41:47.563380 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 876 rows starting from the beginning of the part
10801 2024.12.14 04:41:47.563791 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part
10802 2024.12.14 04:41:47.564194 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 76 rows starting from the beginning of the part
10803 2024.12.14 04:41:47.564462 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 412 rows starting from the beginning of the part
10804 2024.12.14 04:41:47.565291 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10805 2024.12.14 04:41:47.565351 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10806 2024.12.14 04:41:47.566247 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10807 2024.12.14 04:41:47.566801 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10808 2024.12.14 04:41:47.567155 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004579 sec., 1310.329766324525 rows/sec., 68.46 KiB/sec.
10809 2024.12.14 04:41:47.567245 [ 284 ] {778824e5-86dc-4f3a-bee8-260918604174} <Debug> TCPHandler: Processed in 0.004923799 sec.
10810 2024.12.14 04:41:47.567470 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10811 2024.12.14 04:41:47.567802 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10812 2024.12.14 04:41:47.567882 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005659847 sec., 427573.3955352503 rows/sec., 32.80 MiB/sec.
10813 2024.12.14 04:41:47.567910 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10814 2024.12.14 04:41:47.568206 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10815 2024.12.14 04:41:47.568833 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10816 2024.12.14 04:41:47.569055 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_86_17} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10817 2024.12.14 04:41:47.569209 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10818 2024.12.14 04:41:47.569229 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
10819 2024.12.14 04:41:47.569275 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10820 2024.12.14 04:41:47.569713 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10821 2024.12.14 04:41:47.569960 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10822 2024.12.14 04:41:47.570139 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10823 2024.12.14 04:41:47.570201 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10824 2024.12.14 04:41:47.570209 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002532 sec., 93601.89573459716 rows/sec., 6.27 MiB/sec.
10825 2024.12.14 04:41:47.570233 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10826 2024.12.14 04:41:47.570377 [ 286 ] {bf7844ba-944e-47dd-87c5-8ffce4d033c7} <Debug> TCPHandler: Processed in 0.003005678 sec.
10827 2024.12.14 04:41:47.570478 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10828 2024.12.14 04:41:47.570588 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10829 2024.12.14 04:41:47.570671 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10830 2024.12.14 04:41:47.570761 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24123 rows starting from the beginning of the part
10831 2024.12.14 04:41:47.570831 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10832 2024.12.14 04:41:47.570987 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part
10833 2024.12.14 04:41:47.571050 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10834 2024.12.14 04:41:47.571405 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 933 rows starting from the beginning of the part
10835 2024.12.14 04:41:47.571780 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 118 rows starting from the beginning of the part
10836 2024.12.14 04:41:47.572182 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part
10837 2024.12.14 04:41:47.572522 [ 193 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part
10838 2024.12.14 04:41:47.573480 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10839 2024.12.14 04:41:47.573548 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10840 2024.12.14 04:41:47.574162 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10841 2024.12.14 04:41:47.574617 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10842 2024.12.14 04:41:47.574878 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004126 sec., 242.36548715462916 rows/sec., 16.33 KiB/sec.
10843 2024.12.14 04:41:47.575063 [ 284 ] {be0b32eb-cc9c-4e9e-9497-ce3300e5a25f} <Debug> TCPHandler: Processed in 0.004573379 sec.
10844 2024.12.14 04:41:47.575287 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10845 2024.12.14 04:41:47.575554 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10846 2024.12.14 04:41:47.575814 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10847 2024.12.14 04:41:47.577761 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10848 2024.12.14 04:41:47.577812 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10849 2024.12.14 04:41:47.578762 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10850 2024.12.14 04:41:47.579052 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10851 2024.12.14 04:41:47.579474 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004018 sec., 7466.401194624192 rows/sec., 13.38 MiB/sec.
10852 2024.12.14 04:41:47.579615 [ 286 ] {e8c00d6a-f25f-4311-aefc-7756be63803a} <Debug> TCPHandler: Processed in 0.004435086 sec.
10853 2024.12.14 04:41:47.579792 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10854 2024.12.14 04:41:47.579973 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10855 2024.12.14 04:41:47.580033 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10856 2024.12.14 04:41:47.580765 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10857 2024.12.14 04:41:47.580808 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10858 2024.12.14 04:41:47.581476 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25731 rows, containing 5 columns (5 merged, 0 gathered) in 0.011099179 sec., 2318279.5772552183 rows/sec., 156.63 MiB/sec.
10859 2024.12.14 04:41:47.581682 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10860 2024.12.14 04:41:47.581781 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10861 2024.12.14 04:41:47.582128 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2024.12.14 04:41:47.582435 [ 80 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10863 2024.12.14 04:41:47.582463 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10864 2024.12.14 04:41:47.582535 [ 80 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10865 2024.12.14 04:41:47.582610 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10866 2024.12.14 04:41:47.582621 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002675 sec., 30654.205607476637 rows/sec., 1.95 MiB/sec.
10867 2024.12.14 04:41:47.582799 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10868 2024.12.14 04:41:47.582913 [ 284 ] {bf8c9a86-25c5-4794-b210-fb0e11918d2c} <Debug> TCPHandler: Processed in 0.003183983 sec.
10869 2024.12.14 04:41:47.583134 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
10870 2024.12.14 04:41:47.583205 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10871 2024.12.14 04:41:47.583344 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10872 2024.12.14 04:41:47.583381 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4892 rows starting from the beginning of the part
10873 2024.12.14 04:41:47.583497 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part
10874 2024.12.14 04:41:47.583687 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 38 rows starting from the beginning of the part
10875 2024.12.14 04:41:47.583906 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 44 rows starting from the beginning of the part
10876 2024.12.14 04:41:47.584087 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
10877 2024.12.14 04:41:47.584245 [ 201 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part
10878 2024.12.14 04:41:47.586100 [ 200 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5176 rows, containing 4 columns (4 merged, 0 gathered) in 0.003342737 sec., 1548431.7192767484 rows/sec., 101.09 MiB/sec.
10879 2024.12.14 04:41:47.586570 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10880 2024.12.14 04:41:47.586876 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10881 2024.12.14 04:41:47.586959 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_86_17} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10882 2024.12.14 04:41:47.587051 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10883 2024.12.14 04:41:51.696337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
10884 2024.12.14 04:41:51.697303 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10885 2024.12.14 04:41:51.697355 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10886 2024.12.14 04:41:51.697917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10887 2024.12.14 04:41:51.698181 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10888 2024.12.14 04:41:51.698486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
10889 2024.12.14 04:41:52.541142 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10890 2024.12.14 04:41:52.541348 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10891 2024.12.14 04:41:52.541427 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10892 2024.12.14 04:41:52.542196 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10893 2024.12.14 04:41:52.542241 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10894 2024.12.14 04:41:52.542661 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
10895 2024.12.14 04:41:52.542909 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10896 2024.12.14 04:41:52.543122 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001832 sec., 1091.703056768559 rows/sec., 89.02 KiB/sec.
10897 2024.12.14 04:41:52.543256 [ 284 ] {0e54f3d0-b5e1-4b40-b8e9-3d33612b5fff} <Debug> TCPHandler: Processed in 0.002247368 sec.
10898 2024.12.14 04:41:52.543521 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10899 2024.12.14 04:41:52.543723 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10900 2024.12.14 04:41:52.543799 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10901 2024.12.14 04:41:52.544594 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10902 2024.12.14 04:41:52.544648 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10903 2024.12.14 04:41:52.545098 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10904 2024.12.14 04:41:52.545352 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10905 2024.12.14 04:41:52.545588 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.00192 sec., 42187.5 rows/sec., 3.44 MiB/sec.
10906 2024.12.14 04:41:52.545657 [ 286 ] {62024636-7433-4d90-9dbe-81e5f7cca12d} <Debug> TCPHandler: Processed in 0.002274989 sec.
10907 2024.12.14 04:41:52.545808 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10908 2024.12.14 04:41:52.545956 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10909 2024.12.14 04:41:52.546017 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10910 2024.12.14 04:41:52.546748 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10911 2024.12.14 04:41:52.546786 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10912 2024.12.14 04:41:52.547154 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10913 2024.12.14 04:41:52.547390 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10914 2024.12.14 04:41:52.547598 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001675 sec., 8358.20895522388 rows/sec., 622.08 KiB/sec.
10915 2024.12.14 04:41:52.547701 [ 284 ] {9f8fa29f-d371-4426-818b-c0f9f612dbeb} <Debug> TCPHandler: Processed in 0.001960561 sec.
10916 2024.12.14 04:41:52.547993 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10917 2024.12.14 04:41:52.548242 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10918 2024.12.14 04:41:52.548337 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10919 2024.12.14 04:41:52.549120 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10920 2024.12.14 04:41:52.549163 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10921 2024.12.14 04:41:52.549535 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10922 2024.12.14 04:41:52.549790 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10923 2024.12.14 04:41:52.549997 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001815 sec., 42975.20661157025 rows/sec., 3.36 MiB/sec.
10924 2024.12.14 04:41:52.550054 [ 286 ] {8cff7fa3-e149-4b00-b456-772e291a5a35} <Debug> TCPHandler: Processed in 0.002232138 sec.
10925 2024.12.14 04:41:52.550208 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10926 2024.12.14 04:41:52.550352 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10927 2024.12.14 04:41:52.550415 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10928 2024.12.14 04:41:52.551031 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10929 2024.12.14 04:41:52.551070 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10930 2024.12.14 04:41:52.551465 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10931 2024.12.14 04:41:52.551700 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10932 2024.12.14 04:41:52.551880 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec.
10933 2024.12.14 04:41:52.551934 [ 284 ] {df5d53d9-e77c-4f15-a512-e2583846fa70} <Debug> TCPHandler: Processed in 0.001792467 sec.
10934 2024.12.14 04:41:52.552081 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10935 2024.12.14 04:41:52.552202 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10936 2024.12.14 04:41:52.552287 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10937 2024.12.14 04:41:52.553443 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10938 2024.12.14 04:41:52.553483 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10939 2024.12.14 04:41:52.554110 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10940 2024.12.14 04:41:52.554368 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10941 2024.12.14 04:41:52.554670 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00249 sec., 4819.277108433735 rows/sec., 8.64 MiB/sec.
10942 2024.12.14 04:41:52.555116 [ 286 ] {849c2a30-3c27-45bf-bb31-a6442f0c24f4} <Debug> TCPHandler: Processed in 0.003088511 sec.
10943 2024.12.14 04:41:52.555354 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10944 2024.12.14 04:41:52.555492 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10945 2024.12.14 04:41:52.555541 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10946 2024.12.14 04:41:52.556005 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10947 2024.12.14 04:41:52.556042 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10948 2024.12.14 04:41:52.556412 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10949 2024.12.14 04:41:52.556649 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10950 2024.12.14 04:41:52.556850 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec.
10951 2024.12.14 04:41:52.556901 [ 284 ] {696aee07-d592-481c-ad75-a8a537f35d7a} <Debug> TCPHandler: Processed in 0.001675263 sec.
10952 2024.12.14 04:41:53.421160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10953 2024.12.14 04:41:53.441823 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10954 2024.12.14 04:41:53.441889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10955 2024.12.14 04:41:53.449306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10956 2024.12.14 04:41:53.450101 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10957 2024.12.14 04:41:53.454250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10958 2024.12.14 04:41:54.325284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1546
10959 2024.12.14 04:41:54.328594 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10960 2024.12.14 04:41:54.328655 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10961 2024.12.14 04:41:54.330212 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10962 2024.12.14 04:41:54.330553 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10963 2024.12.14 04:41:54.332004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1546
10964 2024.12.14 04:41:57.545579 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10965 2024.12.14 04:41:57.545806 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10966 2024.12.14 04:41:57.545886 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10967 2024.12.14 04:41:57.546641 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10968 2024.12.14 04:41:57.546692 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10969 2024.12.14 04:41:57.547125 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10970 2024.12.14 04:41:57.547383 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10971 2024.12.14 04:41:57.547633 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec.
10972 2024.12.14 04:41:57.547701 [ 284 ] {8d9f7714-6caf-416c-b220-5be179186c3d} <Debug> TCPHandler: Processed in 0.002257858 sec.
10973 2024.12.14 04:41:57.547973 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10974 2024.12.14 04:41:57.548193 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10975 2024.12.14 04:41:57.548277 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10976 2024.12.14 04:41:57.549246 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10977 2024.12.14 04:41:57.549300 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10978 2024.12.14 04:41:57.549786 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10979 2024.12.14 04:41:57.550047 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10980 2024.12.14 04:41:57.550281 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.00215 sec., 122325.58139534884 rows/sec., 10.76 MiB/sec.
10981 2024.12.14 04:41:57.550351 [ 286 ] {0b41acd6-66d8-4787-a019-02eb64e1280a} <Debug> TCPHandler: Processed in 0.002522595 sec.
10982 2024.12.14 04:41:57.550522 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10983 2024.12.14 04:41:57.550672 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10984 2024.12.14 04:41:57.550734 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10985 2024.12.14 04:41:57.551359 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10986 2024.12.14 04:41:57.551401 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10987 2024.12.14 04:41:57.551776 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10988 2024.12.14 04:41:57.552024 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10989 2024.12.14 04:41:57.552207 [ 69 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10990 2024.12.14 04:41:57.552268 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001623 sec., 22797.288971041282 rows/sec., 1.63 MiB/sec.
10991 2024.12.14 04:41:57.552314 [ 69 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2024.12.14 04:41:57.552392 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
10993 2024.12.14 04:41:57.552401 [ 284 ] {3a05340b-e9bb-4ccd-b387-5ad5c540d8e9} <Debug> TCPHandler: Processed in 0.001945411 sec.
10994 2024.12.14 04:41:57.552640 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::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
10995 2024.12.14 04:41:57.552655 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10996 2024.12.14 04:41:57.552824 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10997 2024.12.14 04:41:57.552908 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 67 rows starting from the beginning of the part
10998 2024.12.14 04:41:57.552918 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10999 2024.12.14 04:41:57.553113 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 45 rows starting from the beginning of the part
11000 2024.12.14 04:41:57.553115 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11001 2024.12.14 04:41:57.553531 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part
11002 2024.12.14 04:41:57.553882 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 37 rows starting from the beginning of the part
11003 2024.12.14 04:41:57.554233 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part
11004 2024.12.14 04:41:57.554644 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 37 rows starting from the beginning of the part
11005 2024.12.14 04:41:57.556167 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11006 2024.12.14 04:41:57.556255 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11007 2024.12.14 04:41:57.557304 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11008 2024.12.14 04:41:57.557458 [ 191 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.00495758 sec., 42762.79959173629 rows/sec., 3.22 MiB/sec.
11009 2024.12.14 04:41:57.557742 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11010 2024.12.14 04:41:57.557745 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11011 2024.12.14 04:41:57.558152 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0053 sec., 2641.509433962264 rows/sec., 184.99 KiB/sec.
11012 2024.12.14 04:41:57.558318 [ 286 ] {41737c87-4b86-4f93-b058-c4871dd1a225} <Debug> TCPHandler: Processed in 0.005798851 sec.
11013 2024.12.14 04:41:57.558466 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11014 2024.12.14 04:41:57.558554 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11015 2024.12.14 04:41:57.558625 [ 200 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_71_14} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11016 2024.12.14 04:41:57.558729 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11017 2024.12.14 04:41:57.558800 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11018 2024.12.14 04:41:57.558822 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11019 2024.12.14 04:41:57.559413 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2024.12.14 04:41:57.559454 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11021 2024.12.14 04:41:57.559811 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11022 2024.12.14 04:41:57.560064 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11023 2024.12.14 04:41:57.560277 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec.
11024 2024.12.14 04:41:57.560332 [ 284 ] {0c700f21-127a-487d-8eec-84a0255289bb} <Debug> TCPHandler: Processed in 0.001889979 sec.
11025 2024.12.14 04:41:57.560483 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11026 2024.12.14 04:41:57.560630 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11027 2024.12.14 04:41:57.560690 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11028 2024.12.14 04:41:57.561445 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11029 2024.12.14 04:41:57.561516 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11030 2024.12.14 04:41:57.561916 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11031 2024.12.14 04:41:57.562168 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11032 2024.12.14 04:41:57.562395 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001794 sec., 229654.40356744704 rows/sec., 16.38 MiB/sec.
11033 2024.12.14 04:41:57.562504 [ 286 ] {476bb498-9d7e-4d25-a822-36273a8c0d81} <Debug> TCPHandler: Processed in 0.002086574 sec.
11034 2024.12.14 04:41:57.562689 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11035 2024.12.14 04:41:57.562844 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11036 2024.12.14 04:41:57.562899 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11037 2024.12.14 04:41:57.563398 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11038 2024.12.14 04:41:57.563438 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11039 2024.12.14 04:41:57.563805 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11040 2024.12.14 04:41:57.564044 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11041 2024.12.14 04:41:57.564256 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec.
11042 2024.12.14 04:41:57.564307 [ 284 ] {4333ea75-9baf-4f27-8303-523ccb14bf4d} <Debug> TCPHandler: Processed in 0.001716495 sec.
11043 2024.12.14 04:41:57.564448 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11044 2024.12.14 04:41:57.564570 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11045 2024.12.14 04:41:57.564627 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11046 2024.12.14 04:41:57.565236 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11047 2024.12.14 04:41:57.565277 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11048 2024.12.14 04:41:57.565695 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11049 2024.12.14 04:41:57.565950 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11050 2024.12.14 04:41:57.566171 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001627 sec., 145666.87154271666 rows/sec., 9.76 MiB/sec.
11051 2024.12.14 04:41:57.566244 [ 286 ] {9f50f28f-7bc6-4b6d-9c7e-7bb4996d4a6d} <Debug> TCPHandler: Processed in 0.001849938 sec.
11052 2024.12.14 04:41:57.566452 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11053 2024.12.14 04:41:57.566623 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11054 2024.12.14 04:41:57.566686 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11055 2024.12.14 04:41:57.567182 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11056 2024.12.14 04:41:57.567222 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11057 2024.12.14 04:41:57.567589 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11058 2024.12.14 04:41:57.567828 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11059 2024.12.14 04:41:57.568090 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec.
11060 2024.12.14 04:41:57.568287 [ 284 ] {2f253a3c-3eb5-47ae-9a32-bba5ac84c34a} <Debug> TCPHandler: Processed in 0.001945531 sec.
11061 2024.12.14 04:41:57.568492 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11062 2024.12.14 04:41:57.568609 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11063 2024.12.14 04:41:57.568693 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11064 2024.12.14 04:41:57.569905 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11065 2024.12.14 04:41:57.569945 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11066 2024.12.14 04:41:57.570614 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
11067 2024.12.14 04:41:57.570893 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11068 2024.12.14 04:41:57.571091 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
11069 2024.12.14 04:41:57.571164 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11070 2024.12.14 04:41:57.571178 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002583 sec., 11614.401858304298 rows/sec., 20.81 MiB/sec.
11071 2024.12.14 04:41:57.571203 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11072 2024.12.14 04:41:57.571484 [ 286 ] {22029757-c641-4804-a4a9-feb2a64a033c} <Debug> TCPHandler: Processed in 0.003088581 sec.
11073 2024.12.14 04:41:57.571488 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::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
11074 2024.12.14 04:41:57.571691 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11075 2024.12.14 04:41:57.571986 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11076 2024.12.14 04:41:57.572028 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11077 2024.12.14 04:41:57.572101 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11078 2024.12.14 04:41:57.572154 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1421 rows starting from the beginning of the part
11079 2024.12.14 04:41:57.573066 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part
11080 2024.12.14 04:41:57.573651 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part
11081 2024.12.14 04:41:57.574414 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part
11082 2024.12.14 04:41:57.574438 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11083 2024.12.14 04:41:57.574512 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11084 2024.12.14 04:41:57.575022 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part
11085 2024.12.14 04:41:57.575705 [ 191 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part
11086 2024.12.14 04:41:57.576160 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11087 2024.12.14 04:41:57.576837 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11088 2024.12.14 04:41:57.577236 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005335 sec., 15370.196813495782 rows/sec., 999.63 KiB/sec.
11089 2024.12.14 04:41:57.577471 [ 284 ] {01b2df51-7950-4e50-b1b4-68710c0d0733} <Debug> TCPHandler: Processed in 0.005885274 sec.
11090 2024.12.14 04:41:57.586360 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 19 columns (19 merged, 0 gathered) in 0.015030562 sec., 102125.2565273341 rows/sec., 183.00 MiB/sec.
11091 2024.12.14 04:41:57.587973 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
11092 2024.12.14 04:41:57.588396 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11093 2024.12.14 04:41:57.588487 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
11094 2024.12.14 04:41:57.588645 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB.
11095 2024.12.14 04:41:58.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.29 MiB, peak 248.85 MiB, free memory in arenas 0.00 B, will set to 241.45 MiB (RSS), difference: 4.16 MiB
11096 2024.12.14 04:41:59.008014 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
11097 2024.12.14 04:41:59.008079 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
11098 2024.12.14 04:41:59.198629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
11099 2024.12.14 04:41:59.199408 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11100 2024.12.14 04:41:59.199446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11101 2024.12.14 04:41:59.199971 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11102 2024.12.14 04:41:59.200225 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11103 2024.12.14 04:41:59.200428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
11104 2024.12.14 04:42:00.954328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11105 2024.12.14 04:42:00.975877 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11106 2024.12.14 04:42:00.975928 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11107 2024.12.14 04:42:00.983376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11108 2024.12.14 04:42:00.984147 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11109 2024.12.14 04:42:00.988174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11110 2024.12.14 04:42:02.540665 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11111 2024.12.14 04:42:02.540876 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11112 2024.12.14 04:42:02.540956 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11113 2024.12.14 04:42:02.541756 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11114 2024.12.14 04:42:02.541804 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11115 2024.12.14 04:42:02.542238 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11116 2024.12.14 04:42:02.542494 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11117 2024.12.14 04:42:02.542780 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001949 sec., 41046.69061056952 rows/sec., 3.35 MiB/sec.
11118 2024.12.14 04:42:02.542914 [ 284 ] {1e1605ac-7a6e-4a77-bfab-3545546ddaa8} <Debug> TCPHandler: Processed in 0.002384592 sec.
11119 2024.12.14 04:42:02.543225 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11120 2024.12.14 04:42:02.543430 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11121 2024.12.14 04:42:02.543505 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11122 2024.12.14 04:42:02.544246 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11123 2024.12.14 04:42:02.544297 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11124 2024.12.14 04:42:02.544744 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11125 2024.12.14 04:42:02.545008 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11126 2024.12.14 04:42:02.545255 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001881 sec., 6379.585326953747 rows/sec., 479.71 KiB/sec.
11127 2024.12.14 04:42:02.545327 [ 286 ] {81eee8b7-4578-4a76-9f1c-1b21bed53bf2} <Debug> TCPHandler: Processed in 0.002285399 sec.
11128 2024.12.14 04:42:02.545497 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11129 2024.12.14 04:42:02.545643 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11130 2024.12.14 04:42:02.545704 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11131 2024.12.14 04:42:02.546375 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11132 2024.12.14 04:42:02.546416 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11133 2024.12.14 04:42:02.546789 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11134 2024.12.14 04:42:02.547030 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11135 2024.12.14 04:42:02.547270 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001661 sec., 45755.56893437688 rows/sec., 3.57 MiB/sec.
11136 2024.12.14 04:42:02.547347 [ 284 ] {4e3758c2-dc06-4746-b20e-0ea6f96933e7} <Debug> TCPHandler: Processed in 0.00191788 sec.
11137 2024.12.14 04:42:02.547598 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11138 2024.12.14 04:42:02.547845 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11139 2024.12.14 04:42:02.547947 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11140 2024.12.14 04:42:02.548575 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11141 2024.12.14 04:42:02.548616 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11142 2024.12.14 04:42:02.549024 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11143 2024.12.14 04:42:02.549272 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11144 2024.12.14 04:42:02.549505 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec.
11145 2024.12.14 04:42:02.549564 [ 286 ] {87ac3a9e-5ba8-430b-af50-d29357029621} <Debug> TCPHandler: Processed in 0.002127236 sec.
11146 2024.12.14 04:42:02.549719 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11147 2024.12.14 04:42:02.549862 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11148 2024.12.14 04:42:02.549957 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11149 2024.12.14 04:42:02.551277 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11150 2024.12.14 04:42:02.551318 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11151 2024.12.14 04:42:02.551947 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11152 2024.12.14 04:42:02.552210 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11153 2024.12.14 04:42:02.552464 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002634 sec., 4555.808656036446 rows/sec., 8.16 MiB/sec.
11154 2024.12.14 04:42:02.552577 [ 284 ] {7318b5b7-d847-43f8-a36b-cb30ca006ba9} <Debug> TCPHandler: Processed in 0.002922916 sec.
11155 2024.12.14 04:42:02.552715 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11156 2024.12.14 04:42:02.552836 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11157 2024.12.14 04:42:02.552889 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11158 2024.12.14 04:42:02.553383 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11159 2024.12.14 04:42:02.553422 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11160 2024.12.14 04:42:02.553807 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11161 2024.12.14 04:42:02.554054 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11162 2024.12.14 04:42:02.554276 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec.
11163 2024.12.14 04:42:02.554331 [ 286 ] {0e4c7aae-892d-4d1f-ab93-f7e16558f394} <Debug> TCPHandler: Processed in 0.001672094 sec.
11164 2024.12.14 04:42:03.820319 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11165 2024.12.14 04:42:03.820499 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11166 2024.12.14 04:42:03.820571 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11167 2024.12.14 04:42:03.821308 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11168 2024.12.14 04:42:03.821355 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11169 2024.12.14 04:42:03.821781 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11170 2024.12.14 04:42:03.822031 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11171 2024.12.14 04:42:03.822242 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 562.08 KiB/sec.
11172 2024.12.14 04:42:03.822306 [ 284 ] {21a9cb33-52a5-41dd-b337-491c9ec8e54e} <Debug> TCPHandler: Processed in 0.002109285 sec.
11173 2024.12.14 04:42:03.822613 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11174 2024.12.14 04:42:03.822831 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11175 2024.12.14 04:42:03.822915 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11176 2024.12.14 04:42:03.823681 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11177 2024.12.14 04:42:03.823735 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11178 2024.12.14 04:42:03.824170 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11179 2024.12.14 04:42:03.824436 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11180 2024.12.14 04:42:03.824693 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00192 sec., 2083.3333333333335 rows/sec., 169.88 KiB/sec.
11181 2024.12.14 04:42:03.824825 [ 286 ] {42a8b025-46db-41c3-aa38-e949087d4310} <Debug> TCPHandler: Processed in 0.002364481 sec.
11182 2024.12.14 04:42:03.824995 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11183 2024.12.14 04:42:03.825143 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11184 2024.12.14 04:42:03.825205 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11185 2024.12.14 04:42:03.826630 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11186 2024.12.14 04:42:03.826670 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11187 2024.12.14 04:42:03.827121 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11188 2024.12.14 04:42:03.827370 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11189 2024.12.14 04:42:03.827594 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.00248 sec., 566532.2580645161 rows/sec., 47.41 MiB/sec.
11190 2024.12.14 04:42:03.827664 [ 284 ] {9d7ea4ac-75b6-4c26-a139-4af9bb0b0f47} <Debug> TCPHandler: Processed in 0.002734071 sec.
11191 2024.12.14 04:42:03.827887 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11192 2024.12.14 04:42:03.828060 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11193 2024.12.14 04:42:03.828115 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11194 2024.12.14 04:42:03.828736 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11195 2024.12.14 04:42:03.828778 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11196 2024.12.14 04:42:03.829151 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11197 2024.12.14 04:42:03.829392 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11198 2024.12.14 04:42:03.829611 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001588 sec., 25818.639798488664 rows/sec., 1.84 MiB/sec.
11199 2024.12.14 04:42:03.829666 [ 286 ] {34f33b0c-6b34-41ef-a8dc-c144fccfa99f} <Debug> TCPHandler: Processed in 0.001898819 sec.
11200 2024.12.14 04:42:03.829816 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11201 2024.12.14 04:42:03.829938 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11202 2024.12.14 04:42:03.829991 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11203 2024.12.14 04:42:03.830780 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2024.12.14 04:42:03.830834 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11205 2024.12.14 04:42:03.831246 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11206 2024.12.14 04:42:03.831499 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11207 2024.12.14 04:42:03.831720 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001807 sec., 133923.63032650802 rows/sec., 9.07 MiB/sec.
11208 2024.12.14 04:42:03.831781 [ 284 ] {3defc39a-8655-47c4-b64c-26f0866f20ef} <Debug> TCPHandler: Processed in 0.002023243 sec.
11209 2024.12.14 04:42:03.831930 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11210 2024.12.14 04:42:03.832050 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11211 2024.12.14 04:42:03.832109 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11212 2024.12.14 04:42:03.832907 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11213 2024.12.14 04:42:03.832955 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11214 2024.12.14 04:42:03.833335 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11215 2024.12.14 04:42:03.833577 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11216 2024.12.14 04:42:03.833810 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001781 sec., 7299.270072992701 rows/sec., 455.11 KiB/sec.
11217 2024.12.14 04:42:03.833930 [ 286 ] {43f91ab8-2682-4698-92e3-9e03d4e5244e} <Debug> TCPHandler: Processed in 0.002055953 sec.
11218 2024.12.14 04:42:03.834087 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11219 2024.12.14 04:42:03.834206 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11220 2024.12.14 04:42:03.834256 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11221 2024.12.14 04:42:03.835272 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11222 2024.12.14 04:42:03.835313 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11223 2024.12.14 04:42:03.835711 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11224 2024.12.14 04:42:03.835958 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11225 2024.12.14 04:42:03.836178 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.001996 sec., 436873.74749499 rows/sec., 31.65 MiB/sec.
11226 2024.12.14 04:42:03.836233 [ 284 ] {f507293b-bbc2-442b-9428-025820c32c6f} <Debug> TCPHandler: Processed in 0.002205428 sec.
11227 2024.12.14 04:42:03.836392 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11228 2024.12.14 04:42:03.836532 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11229 2024.12.14 04:42:03.836598 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11230 2024.12.14 04:42:03.837154 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11231 2024.12.14 04:42:03.837193 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11232 2024.12.14 04:42:03.837570 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11233 2024.12.14 04:42:03.837811 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11234 2024.12.14 04:42:03.838016 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec.
11235 2024.12.14 04:42:03.838069 [ 286 ] {cad054b5-bd36-4f40-a7bf-e0541594c41c} <Debug> TCPHandler: Processed in 0.001744335 sec.
11236 2024.12.14 04:42:03.838225 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11237 2024.12.14 04:42:03.838366 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11238 2024.12.14 04:42:03.838430 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11239 2024.12.14 04:42:03.839312 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11240 2024.12.14 04:42:03.839353 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11241 2024.12.14 04:42:03.839795 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11242 2024.12.14 04:42:03.840040 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11243 2024.12.14 04:42:03.840273 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001938 sec., 480392.15686274506 rows/sec., 31.93 MiB/sec.
11244 2024.12.14 04:42:03.840343 [ 284 ] {09b665b6-35e4-4649-82b3-ca9731b8dfad} <Debug> TCPHandler: Processed in 0.002186956 sec.
11245 2024.12.14 04:42:03.840541 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11246 2024.12.14 04:42:03.840742 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11247 2024.12.14 04:42:03.840797 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11248 2024.12.14 04:42:03.841266 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11249 2024.12.14 04:42:03.841305 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11250 2024.12.14 04:42:03.841663 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11251 2024.12.14 04:42:03.841907 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11252 2024.12.14 04:42:03.842135 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec.
11253 2024.12.14 04:42:03.842231 [ 286 ] {5557d3db-b48a-468e-a97d-1eec4e4eb8a6} <Debug> TCPHandler: Processed in 0.001799787 sec.
11254 2024.12.14 04:42:03.842396 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11255 2024.12.14 04:42:03.842515 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11256 2024.12.14 04:42:03.842607 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11257 2024.12.14 04:42:03.843803 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11258 2024.12.14 04:42:03.843844 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11259 2024.12.14 04:42:03.844475 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11260 2024.12.14 04:42:03.844738 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11261 2024.12.14 04:42:03.844977 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002487 sec., 12062.726176115802 rows/sec., 21.62 MiB/sec.
11262 2024.12.14 04:42:03.845088 [ 284 ] {d3e0bbf0-7a64-4b94-ba4c-acdefb52053a} <Debug> TCPHandler: Processed in 0.002762462 sec.
11263 2024.12.14 04:42:03.845255 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11264 2024.12.14 04:42:03.845393 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11265 2024.12.14 04:42:03.845453 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11266 2024.12.14 04:42:03.846017 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11267 2024.12.14 04:42:03.846065 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11268 2024.12.14 04:42:03.846435 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11269 2024.12.14 04:42:03.846678 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11270 2024.12.14 04:42:03.846877 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001514 sec., 25099.075297225892 rows/sec., 1.48 MiB/sec.
11271 2024.12.14 04:42:03.846930 [ 286 ] {8eeb4042-f762-414b-b24a-915d8222aacb} <Debug> TCPHandler: Processed in 0.001745595 sec.
11272 2024.12.14 04:42:04.332203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1604
11273 2024.12.14 04:42:04.335840 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11274 2024.12.14 04:42:04.335905 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11275 2024.12.14 04:42:04.337459 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11276 2024.12.14 04:42:04.337781 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11277 2024.12.14 04:42:04.338446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1604
11278 2024.12.14 04:42:06.700556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
11279 2024.12.14 04:42:06.701293 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11280 2024.12.14 04:42:06.701344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11281 2024.12.14 04:42:06.701863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11282 2024.12.14 04:42:06.702126 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11283 2024.12.14 04:42:06.702344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
11284 2024.12.14 04:42:07.537843 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11285 2024.12.14 04:42:07.538028 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11286 2024.12.14 04:42:07.538107 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11287 2024.12.14 04:42:07.538940 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11288 2024.12.14 04:42:07.538991 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11289 2024.12.14 04:42:07.539422 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11290 2024.12.14 04:42:07.539687 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11291 2024.12.14 04:42:07.539902 [ 55 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11292 2024.12.14 04:42:07.539936 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec.
11293 2024.12.14 04:42:07.539989 [ 55 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11294 2024.12.14 04:42:07.540064 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11295 2024.12.14 04:42:07.540070 [ 284 ] {56c5efd8-9fcb-4795-98d6-ec26e3cec283} <Debug> TCPHandler: Processed in 0.002353881 sec.
11296 2024.12.14 04:42:07.540283 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11297 2024.12.14 04:42:07.540442 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11298 2024.12.14 04:42:07.540604 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11299 2024.12.14 04:42:07.540736 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1437 rows starting from the beginning of the part
11300 2024.12.14 04:42:07.541088 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11301 2024.12.14 04:42:07.541174 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 81 rows starting from the beginning of the part
11302 2024.12.14 04:42:07.541606 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 263 rows starting from the beginning of the part
11303 2024.12.14 04:42:07.542102 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 80 rows starting from the beginning of the part
11304 2024.12.14 04:42:07.542092 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11305 2024.12.14 04:42:07.542443 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1405 rows starting from the beginning of the part
11306 2024.12.14 04:42:07.542768 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part
11307 2024.12.14 04:42:07.544749 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11308 2024.12.14 04:42:07.544819 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11309 2024.12.14 04:42:07.545588 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11310 2024.12.14 04:42:07.546150 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11311 2024.12.14 04:42:07.546170 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006017137 sec., 552089.8061652909 rows/sec., 48.40 MiB/sec.
11312 2024.12.14 04:42:07.546375 [ 55 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11313 2024.12.14 04:42:07.546453 [ 55 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11314 2024.12.14 04:42:07.546488 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11315 2024.12.14 04:42:07.546540 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005762 sec., 11107.254425546686 rows/sec., 887.75 KiB/sec.
11316 2024.12.14 04:42:07.546570 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11317 2024.12.14 04:42:07.546935 [ 286 ] {f4990d61-6b1a-4555-9cc0-525c1db75b2e} <Debug> TCPHandler: Processed in 0.006724306 sec.
11318 2024.12.14 04:42:07.546984 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11319 2024.12.14 04:42:07.547182 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11320 2024.12.14 04:42:07.547275 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11321 2024.12.14 04:42:07.547410 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part
11322 2024.12.14 04:42:07.547530 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11323 2024.12.14 04:42:07.547574 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11324 2024.12.14 04:42:07.547768 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11325 2024.12.14 04:42:07.548021 [ 198 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_91_18} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11326 2024.12.14 04:42:07.548211 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 78 rows starting from the beginning of the part
11327 2024.12.14 04:42:07.548285 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11328 2024.12.14 04:42:07.548748 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 412 rows starting from the beginning of the part
11329 2024.12.14 04:42:07.549105 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 76 rows starting from the beginning of the part
11330 2024.12.14 04:42:07.549338 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 872 rows starting from the beginning of the part
11331 2024.12.14 04:42:07.549694 [ 187 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part
11332 2024.12.14 04:42:07.550438 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11333 2024.12.14 04:42:07.550506 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11334 2024.12.14 04:42:07.551678 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11335 2024.12.14 04:42:07.552168 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11336 2024.12.14 04:42:07.552381 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11337 2024.12.14 04:42:07.552453 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11338 2024.12.14 04:42:07.552519 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11339 2024.12.14 04:42:07.552611 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.005162 sec., 22859.356838434716 rows/sec., 1.59 MiB/sec.
11340 2024.12.14 04:42:07.553258 [ 284 ] {a1c0f209-2a13-4faa-b14b-57894faed0b4} <Debug> TCPHandler: Processed in 0.006188421 sec.
11341 2024.12.14 04:42:07.553334 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11342 2024.12.14 04:42:07.553729 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11343 2024.12.14 04:42:07.554189 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11344 2024.12.14 04:42:07.554332 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.007713521 sec., 313475.5191565564 rows/sec., 24.04 MiB/sec.
11345 2024.12.14 04:42:07.554367 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25731 rows starting from the beginning of the part
11346 2024.12.14 04:42:07.554896 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11347 2024.12.14 04:42:07.555112 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part
11348 2024.12.14 04:42:07.555711 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part
11349 2024.12.14 04:42:07.556075 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11350 2024.12.14 04:42:07.556203 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
11351 2024.12.14 04:42:07.556376 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11352 2024.12.14 04:42:07.556568 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11353 2024.12.14 04:42:07.556674 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 931 rows starting from the beginning of the part
11354 2024.12.14 04:42:07.557079 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_91_18} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11355 2024.12.14 04:42:07.557110 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 118 rows starting from the beginning of the part
11356 2024.12.14 04:42:07.557408 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
11357 2024.12.14 04:42:07.558760 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11358 2024.12.14 04:42:07.558819 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11359 2024.12.14 04:42:07.559416 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11360 2024.12.14 04:42:07.559865 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11361 2024.12.14 04:42:07.560172 [ 55 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11362 2024.12.14 04:42:07.560255 [ 55 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11363 2024.12.14 04:42:07.560316 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11364 2024.12.14 04:42:07.560566 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.006009 sec., 7322.349808620404 rows/sec., 504.45 KiB/sec.
11365 2024.12.14 04:42:07.560851 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11366 2024.12.14 04:42:07.560927 [ 286 ] {eb78e9b2-9c2a-4651-b0d4-7c2a44af2a20} <Debug> TCPHandler: Processed in 0.007509046 sec.
11367 2024.12.14 04:42:07.561318 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11368 2024.12.14 04:42:07.561379 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5176 rows starting from the beginning of the part
11369 2024.12.14 04:42:07.561558 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
11370 2024.12.14 04:42:07.561666 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
11371 2024.12.14 04:42:07.561909 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
11372 2024.12.14 04:42:07.562019 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 38 rows starting from the beginning of the part
11373 2024.12.14 04:42:07.562328 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 44 rows starting from the beginning of the part
11374 2024.12.14 04:42:07.565247 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5460 rows, containing 4 columns (4 merged, 0 gathered) in 0.004782805 sec., 1141589.5065761618 rows/sec., 74.52 MiB/sec.
11375 2024.12.14 04:42:07.565629 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11376 2024.12.14 04:42:07.565988 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11377 2024.12.14 04:42:07.566097 [ 188 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_91_18} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11378 2024.12.14 04:42:07.566193 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11379 2024.12.14 04:42:07.566709 [ 197 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27338 rows, containing 5 columns (5 merged, 0 gathered) in 0.014052366 sec., 1945437.5156468314 rows/sec., 131.42 MiB/sec.
11380 2024.12.14 04:42:07.566980 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11381 2024.12.14 04:42:07.567273 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11382 2024.12.14 04:42:07.567359 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11383 2024.12.14 04:42:07.567445 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
11384 2024.12.14 04:42:08.488238 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11385 2024.12.14 04:42:08.510278 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11386 2024.12.14 04:42:08.510332 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
11387 2024.12.14 04:42:08.517808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11388 2024.12.14 04:42:08.518619 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11389 2024.12.14 04:42:08.521657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11390 2024.12.14 04:42:12.539892 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11391 2024.12.14 04:42:12.540118 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11392 2024.12.14 04:42:12.540197 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11393 2024.12.14 04:42:12.541015 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11394 2024.12.14 04:42:12.541063 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11395 2024.12.14 04:42:12.541503 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11396 2024.12.14 04:42:12.541780 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11397 2024.12.14 04:42:12.542029 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001968 sec., 40650.40650406504 rows/sec., 3.32 MiB/sec.
11398 2024.12.14 04:42:12.542097 [ 284 ] {27514047-05bb-4d2f-b893-dc7f21bed8c5} <Debug> TCPHandler: Processed in 0.002341041 sec.
11399 2024.12.14 04:42:12.542376 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11400 2024.12.14 04:42:12.542597 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11401 2024.12.14 04:42:12.542683 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11402 2024.12.14 04:42:12.543519 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11403 2024.12.14 04:42:12.543570 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11404 2024.12.14 04:42:12.544015 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11405 2024.12.14 04:42:12.544275 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11406 2024.12.14 04:42:12.544515 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001979 sec., 6063.668519454271 rows/sec., 455.96 KiB/sec.
11407 2024.12.14 04:42:12.544585 [ 286 ] {3169ae75-3914-4270-ad13-ae805fe16bd1} <Debug> TCPHandler: Processed in 0.002351691 sec.
11408 2024.12.14 04:42:12.544730 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11409 2024.12.14 04:42:12.544860 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11410 2024.12.14 04:42:12.544915 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11411 2024.12.14 04:42:12.545537 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11412 2024.12.14 04:42:12.545580 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11413 2024.12.14 04:42:12.545955 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11414 2024.12.14 04:42:12.546199 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11415 2024.12.14 04:42:12.546414 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001584 sec., 47979.797979797986 rows/sec., 3.75 MiB/sec.
11416 2024.12.14 04:42:12.546471 [ 284 ] {4a8a9a40-00a2-4426-be5e-47e786ad4c87} <Debug> TCPHandler: Processed in 0.001798247 sec.
11417 2024.12.14 04:42:12.546639 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11418 2024.12.14 04:42:12.546786 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11419 2024.12.14 04:42:12.546852 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11420 2024.12.14 04:42:12.547519 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11421 2024.12.14 04:42:12.547560 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11422 2024.12.14 04:42:12.547976 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11423 2024.12.14 04:42:12.548237 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11424 2024.12.14 04:42:12.548472 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec.
11425 2024.12.14 04:42:12.548571 [ 286 ] {2280140d-af19-491b-9d00-24a103adf60e} <Debug> TCPHandler: Processed in 0.002002122 sec.
11426 2024.12.14 04:42:12.548803 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11427 2024.12.14 04:42:12.549144 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11428 2024.12.14 04:42:12.549451 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11429 2024.12.14 04:42:12.550631 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11430 2024.12.14 04:42:12.550672 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11431 2024.12.14 04:42:12.551307 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11432 2024.12.14 04:42:12.551571 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11433 2024.12.14 04:42:12.551824 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002804 sec., 4279.600570613409 rows/sec., 7.67 MiB/sec.
11434 2024.12.14 04:42:12.551939 [ 284 ] {16d2eb0e-d481-4301-9fec-77ceea81d88d} <Debug> TCPHandler: Processed in 0.003259245 sec.
11435 2024.12.14 04:42:12.552107 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11436 2024.12.14 04:42:12.552252 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11437 2024.12.14 04:42:12.552315 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11438 2024.12.14 04:42:12.552829 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11439 2024.12.14 04:42:12.552869 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11440 2024.12.14 04:42:12.553257 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11441 2024.12.14 04:42:12.553503 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11442 2024.12.14 04:42:12.553710 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec.
11443 2024.12.14 04:42:12.553763 [ 286 ] {092a6b08-05e6-402a-98ca-65a5e02acbef} <Debug> TCPHandler: Processed in 0.001726854 sec.
11444 2024.12.14 04:42:14.008129 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
11445 2024.12.14 04:42:14.008193 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
11446 2024.12.14 04:42:14.202500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
11447 2024.12.14 04:42:14.203614 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11448 2024.12.14 04:42:14.203654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11449 2024.12.14 04:42:14.204169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11450 2024.12.14 04:42:14.204443 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11451 2024.12.14 04:42:14.204610 [ 48 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11452 2024.12.14 04:42:14.204653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11453 2024.12.14 04:42:14.204667 [ 48 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11454 2024.12.14 04:42:14.204696 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11455 2024.12.14 04:42:14.204851 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
11456 2024.12.14 04:42:14.205040 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11457 2024.12.14 04:42:14.205091 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
11458 2024.12.14 04:42:14.205182 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
11459 2024.12.14 04:42:14.205396 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
11460 2024.12.14 04:42:14.205647 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
11461 2024.12.14 04:42:14.205826 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
11462 2024.12.14 04:42:14.205988 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
11463 2024.12.14 04:42:14.208707 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003934322 sec., 6527427.089089302 rows/sec., 93.38 MiB/sec.
11464 2024.12.14 04:42:14.208936 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11465 2024.12.14 04:42:14.209286 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11466 2024.12.14 04:42:14.209388 [ 189 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_56_11} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11467 2024.12.14 04:42:14.209496 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11468 2024.12.14 04:42:14.338764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1624
11469 2024.12.14 04:42:14.341688 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11470 2024.12.14 04:42:14.341749 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11471 2024.12.14 04:42:14.343249 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11472 2024.12.14 04:42:14.343569 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11473 2024.12.14 04:42:14.343817 [ 47 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11474 2024.12.14 04:42:14.343970 [ 47 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11475 2024.12.14 04:42:14.344059 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11476 2024.12.14 04:42:14.344713 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
11477 2024.12.14 04:42:14.345451 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1624
11478 2024.12.14 04:42:14.346002 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11479 2024.12.14 04:42:14.346182 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
11480 2024.12.14 04:42:14.346840 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part
11481 2024.12.14 04:42:14.347521 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
11482 2024.12.14 04:42:14.348209 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part
11483 2024.12.14 04:42:14.348851 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part
11484 2024.12.14 04:42:14.349497 [ 197 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
11485 2024.12.14 04:42:14.358207 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1624 rows, containing 72 columns (72 merged, 0 gathered) in 0.013902232 sec., 116815.77461806133 rows/sec., 90.14 MiB/sec.
11486 2024.12.14 04:42:14.360119 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11487 2024.12.14 04:42:14.360898 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11488 2024.12.14 04:42:14.360984 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_41_8} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11489 2024.12.14 04:42:14.361337 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
11490 2024.12.14 04:42:15.709902 [ 46 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0
11491 2024.12.14 04:42:15.709994 [ 46 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11492 2024.12.14 04:42:15.710034 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11493 2024.12.14 04:42:15.710361 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full
11494 2024.12.14 04:42:15.710726 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11495 2024.12.14 04:42:15.710767 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part
11496 2024.12.14 04:42:15.710851 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
11497 2024.12.14 04:42:15.711060 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
11498 2024.12.14 04:42:15.711344 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
11499 2024.12.14 04:42:15.711530 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11500 2024.12.14 04:42:15.712721 [ 200 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002562467 sec., 14048.961411015243 rows/sec., 946.66 KiB/sec.
11501 2024.12.14 04:42:15.712877 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary)
11502 2024.12.14 04:42:15.713187 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11503 2024.12.14 04:42:15.713272 [ 189 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_36_8} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8
11504 2024.12.14 04:42:15.713359 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11505 2024.12.14 04:42:16.021717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11506 2024.12.14 04:42:16.043949 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11507 2024.12.14 04:42:16.044013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11508 2024.12.14 04:42:16.051434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11509 2024.12.14 04:42:16.052261 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11510 2024.12.14 04:42:16.052672 [ 46 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11511 2024.12.14 04:42:16.052821 [ 46 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11512 2024.12.14 04:42:16.052918 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11513 2024.12.14 04:42:16.053232 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
11514 2024.12.14 04:42:16.062748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11515 2024.12.14 04:42:16.063919 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11516 2024.12.14 04:42:16.064878 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
11517 2024.12.14 04:42:16.069679 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
11518 2024.12.14 04:42:16.074597 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
11519 2024.12.14 04:42:16.079965 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
11520 2024.12.14 04:42:16.085672 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
11521 2024.12.14 04:42:16.090448 [ 191 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
11522 2024.12.14 04:42:16.149486 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.096435822 sec., 4375.967262455646 rows/sec., 22.63 MiB/sec.
11523 2024.12.14 04:42:16.152907 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11524 2024.12.14 04:42:16.156068 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11525 2024.12.14 04:42:16.156200 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_56_11} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11526 2024.12.14 04:42:16.158851 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11527 2024.12.14 04:42:17.545928 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11528 2024.12.14 04:42:17.546165 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11529 2024.12.14 04:42:17.546266 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11530 2024.12.14 04:42:17.547123 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11531 2024.12.14 04:42:17.547180 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11532 2024.12.14 04:42:17.547626 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11533 2024.12.14 04:42:17.547895 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11534 2024.12.14 04:42:17.548103 [ 44 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11535 2024.12.14 04:42:17.548168 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002059 sec., 6799.417192812044 rows/sec., 489.47 KiB/sec.
11536 2024.12.14 04:42:17.548177 [ 44 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11537 2024.12.14 04:42:17.548246 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11538 2024.12.14 04:42:17.548303 [ 284 ] {bf33885f-128b-4081-8702-538bf1f8516c} <Debug> TCPHandler: Processed in 0.002567847 sec.
11539 2024.12.14 04:42:17.548634 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
11540 2024.12.14 04:42:17.548734 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11541 2024.12.14 04:42:17.548833 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11542 2024.12.14 04:42:17.548895 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part
11543 2024.12.14 04:42:17.549123 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
11544 2024.12.14 04:42:17.549125 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11545 2024.12.14 04:42:17.549461 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11546 2024.12.14 04:42:17.549471 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11547 2024.12.14 04:42:17.549862 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
11548 2024.12.14 04:42:17.550135 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
11549 2024.12.14 04:42:17.552222 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11550 2024.12.14 04:42:17.552310 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11551 2024.12.14 04:42:17.552767 [ 201 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004403555 sec., 15896.247463696945 rows/sec., 1.18 MiB/sec.
11552 2024.12.14 04:42:17.553063 [ 188 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11553 2024.12.14 04:42:17.553260 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11554 2024.12.14 04:42:17.553737 [ 188 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11555 2024.12.14 04:42:17.553828 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11556 2024.12.14 04:42:17.553944 [ 188 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_37_9} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11557 2024.12.14 04:42:17.554120 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11558 2024.12.14 04:42:17.554367 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005425 sec., 48479.262672811055 rows/sec., 4.27 MiB/sec.
11559 2024.12.14 04:42:17.554638 [ 286 ] {8a56ea5e-2ae0-4aac-97b1-e8a882b8c223} <Debug> TCPHandler: Processed in 0.006168411 sec.
11560 2024.12.14 04:42:17.554917 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11561 2024.12.14 04:42:17.555096 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11562 2024.12.14 04:42:17.555161 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11563 2024.12.14 04:42:17.555845 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11564 2024.12.14 04:42:17.555889 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11565 2024.12.14 04:42:17.556275 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11566 2024.12.14 04:42:17.556524 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11567 2024.12.14 04:42:17.556744 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001685 sec., 21958.456973293767 rows/sec., 1.57 MiB/sec.
11568 2024.12.14 04:42:17.556802 [ 284 ] {bc05e383-130b-417f-8274-2afa88ec4623} <Debug> TCPHandler: Processed in 0.002038083 sec.
11569 2024.12.14 04:42:17.556974 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11570 2024.12.14 04:42:17.557125 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11571 2024.12.14 04:42:17.557188 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11572 2024.12.14 04:42:17.557861 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11573 2024.12.14 04:42:17.557904 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11574 2024.12.14 04:42:17.558302 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11575 2024.12.14 04:42:17.558556 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11576 2024.12.14 04:42:17.558820 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec.
11577 2024.12.14 04:42:17.558959 [ 286 ] {5917ef28-3c3b-4b25-a2a4-82cbb612ec43} <Debug> TCPHandler: Processed in 0.002050154 sec.
11578 2024.12.14 04:42:17.559201 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11579 2024.12.14 04:42:17.559348 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11580 2024.12.14 04:42:17.559406 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11581 2024.12.14 04:42:17.560006 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11582 2024.12.14 04:42:17.560047 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11583 2024.12.14 04:42:17.560416 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11584 2024.12.14 04:42:17.560657 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11585 2024.12.14 04:42:17.560844 [ 44 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
11586 2024.12.14 04:42:17.560907 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
11587 2024.12.14 04:42:17.560918 [ 44 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11588 2024.12.14 04:42:17.561005 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11589 2024.12.14 04:42:17.561028 [ 284 ] {6770c13e-2822-41b9-ae66-991cce463935} <Debug> TCPHandler: Processed in 0.001950171 sec.
11590 2024.12.14 04:42:17.561284 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11591 2024.12.14 04:42:17.561307 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
11592 2024.12.14 04:42:17.561525 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11593 2024.12.14 04:42:17.561661 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11594 2024.12.14 04:42:17.561678 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11595 2024.12.14 04:42:17.561791 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part
11596 2024.12.14 04:42:17.562130 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
11597 2024.12.14 04:42:17.562565 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part
11598 2024.12.14 04:42:17.562965 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
11599 2024.12.14 04:42:17.563354 [ 188 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
11600 2024.12.14 04:42:17.564750 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11601 2024.12.14 04:42:17.564826 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11602 2024.12.14 04:42:17.565927 [ 192 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004788535 sec., 13574.088943695724 rows/sec., 899.36 KiB/sec.
11603 2024.12.14 04:42:17.565969 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11604 2024.12.14 04:42:17.566132 [ 192 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
11605 2024.12.14 04:42:17.566420 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11606 2024.12.14 04:42:17.566785 [ 192 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11607 2024.12.14 04:42:17.566832 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.005379 sec., 76594.16248373303 rows/sec., 5.46 MiB/sec.
11608 2024.12.14 04:42:17.566964 [ 192 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_37_9} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
11609 2024.12.14 04:42:17.567001 [ 286 ] {09d91e74-4a4d-487e-8962-a4cd11243169} <Debug> TCPHandler: Processed in 0.005852702 sec.
11610 2024.12.14 04:42:17.567149 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11611 2024.12.14 04:42:17.567226 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11612 2024.12.14 04:42:17.567371 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11613 2024.12.14 04:42:17.567433 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11614 2024.12.14 04:42:17.567963 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11615 2024.12.14 04:42:17.568004 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11616 2024.12.14 04:42:17.568393 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11617 2024.12.14 04:42:17.568639 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11618 2024.12.14 04:42:17.568903 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec.
11619 2024.12.14 04:42:17.568983 [ 284 ] {0cdff14f-6821-4a9f-a147-3e86573ebb9b} <Debug> TCPHandler: Processed in 0.001874509 sec.
11620 2024.12.14 04:42:17.569220 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11621 2024.12.14 04:42:17.569451 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11622 2024.12.14 04:42:17.569518 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11623 2024.12.14 04:42:17.570132 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11624 2024.12.14 04:42:17.570173 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11625 2024.12.14 04:42:17.570590 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11626 2024.12.14 04:42:17.570850 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11627 2024.12.14 04:42:17.571073 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec.
11628 2024.12.14 04:42:17.571129 [ 286 ] {f68a4912-e721-4b31-9f1b-b13e9ff39b15} <Debug> TCPHandler: Processed in 0.002057184 sec.
11629 2024.12.14 04:42:17.571291 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11630 2024.12.14 04:42:17.571433 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11631 2024.12.14 04:42:17.571494 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11632 2024.12.14 04:42:17.571981 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11633 2024.12.14 04:42:17.572020 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11634 2024.12.14 04:42:17.572393 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
11635 2024.12.14 04:42:17.572637 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11636 2024.12.14 04:42:17.572892 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec.
11637 2024.12.14 04:42:17.573087 [ 284 ] {0aff3ebb-feae-4630-b9e9-4d8955f14af7} <Debug> TCPHandler: Processed in 0.001859059 sec.
11638 2024.12.14 04:42:17.573336 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11639 2024.12.14 04:42:17.573478 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11640 2024.12.14 04:42:17.573573 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11641 2024.12.14 04:42:17.574788 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11642 2024.12.14 04:42:17.574828 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11643 2024.12.14 04:42:17.575482 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11644 2024.12.14 04:42:17.575753 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11645 2024.12.14 04:42:17.576051 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002599 sec., 11542.901115813775 rows/sec., 20.68 MiB/sec.
11646 2024.12.14 04:42:17.576348 [ 286 ] {f4f4d2f6-3b01-4907-af24-37dc60a3a262} <Debug> TCPHandler: Processed in 0.003159403 sec.
11647 2024.12.14 04:42:17.576622 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11648 2024.12.14 04:42:17.576863 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11649 2024.12.14 04:42:17.576922 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11650 2024.12.14 04:42:17.577499 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11651 2024.12.14 04:42:17.577546 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11652 2024.12.14 04:42:17.577931 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11653 2024.12.14 04:42:17.578195 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11654 2024.12.14 04:42:17.578400 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001585 sec., 51735.01577287066 rows/sec., 3.29 MiB/sec.
11655 2024.12.14 04:42:17.578452 [ 284 ] {a9a7bac4-3f0f-4905-8ed8-20aa0f87eed5} <Debug> TCPHandler: Processed in 0.001984242 sec.
11656 2024.12.14 04:42:21.704790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
11657 2024.12.14 04:42:21.705550 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11658 2024.12.14 04:42:21.705612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11659 2024.12.14 04:42:21.706172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11660 2024.12.14 04:42:21.706438 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11661 2024.12.14 04:42:21.706738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
11662 2024.12.14 04:42:22.540928 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11663 2024.12.14 04:42:22.541145 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11664 2024.12.14 04:42:22.541225 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11665 2024.12.14 04:42:22.542067 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11666 2024.12.14 04:42:22.542118 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11667 2024.12.14 04:42:22.542539 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11668 2024.12.14 04:42:22.542793 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11669 2024.12.14 04:42:22.543050 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001966 sec., 2034.587995930824 rows/sec., 165.91 KiB/sec.
11670 2024.12.14 04:42:22.543118 [ 284 ] {30fbfd3f-5509-46b0-a1f0-53c31e8b5c24} <Debug> TCPHandler: Processed in 0.002340031 sec.
11671 2024.12.14 04:42:22.543379 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11672 2024.12.14 04:42:22.543580 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11673 2024.12.14 04:42:22.543655 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11674 2024.12.14 04:42:22.544477 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11675 2024.12.14 04:42:22.544530 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11676 2024.12.14 04:42:22.544989 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11677 2024.12.14 04:42:22.545255 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11678 2024.12.14 04:42:22.545493 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.001968 sec., 41666.666666666664 rows/sec., 3.39 MiB/sec.
11679 2024.12.14 04:42:22.545565 [ 286 ] {09929a73-05d7-411b-9d01-6fb210792cb2} <Debug> TCPHandler: Processed in 0.00231933 sec.
11680 2024.12.14 04:42:22.545738 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11681 2024.12.14 04:42:22.545888 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11682 2024.12.14 04:42:22.545950 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11683 2024.12.14 04:42:22.546670 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11684 2024.12.14 04:42:22.546719 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11685 2024.12.14 04:42:22.547108 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11686 2024.12.14 04:42:22.547358 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11687 2024.12.14 04:42:22.547541 [ 37 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11688 2024.12.14 04:42:22.547611 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001759 sec., 9096.077316657193 rows/sec., 671.77 KiB/sec.
11689 2024.12.14 04:42:22.547642 [ 37 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11690 2024.12.14 04:42:22.547721 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11691 2024.12.14 04:42:22.547737 [ 284 ] {8a4cab6d-4926-46d4-8802-1f77c66b5a78} <Debug> TCPHandler: Processed in 0.002067474 sec.
11692 2024.12.14 04:42:22.547962 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11693 2024.12.14 04:42:22.547962 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11694 2024.12.14 04:42:22.548141 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11695 2024.12.14 04:42:22.548180 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11696 2024.12.14 04:42:22.548190 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 67 rows starting from the beginning of the part
11697 2024.12.14 04:42:22.548255 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11698 2024.12.14 04:42:22.548363 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part
11699 2024.12.14 04:42:22.548858 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 41 rows starting from the beginning of the part
11700 2024.12.14 04:42:22.549251 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part
11701 2024.12.14 04:42:22.549597 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 37 rows starting from the beginning of the part
11702 2024.12.14 04:42:22.549980 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 16 rows starting from the beginning of the part
11703 2024.12.14 04:42:22.551062 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11704 2024.12.14 04:42:22.551108 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11705 2024.12.14 04:42:22.551693 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11706 2024.12.14 04:42:22.551834 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.004001225 sec., 46235.84027391612 rows/sec., 3.49 MiB/sec.
11707 2024.12.14 04:42:22.552109 [ 198 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11708 2024.12.14 04:42:22.552116 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11709 2024.12.14 04:42:22.552607 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004456 sec., 17953.321364452426 rows/sec., 1.40 MiB/sec.
11710 2024.12.14 04:42:22.552755 [ 286 ] {6ec3eca7-9d3b-4af5-80c7-fc7adfa2a694} <Debug> TCPHandler: Processed in 0.004890688 sec.
11711 2024.12.14 04:42:22.552955 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11712 2024.12.14 04:42:22.552976 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11713 2024.12.14 04:42:22.553152 [ 196 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_76_15} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11714 2024.12.14 04:42:22.553195 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11715 2024.12.14 04:42:22.553305 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11716 2024.12.14 04:42:22.553374 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
11717 2024.12.14 04:42:22.554033 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11718 2024.12.14 04:42:22.554079 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11719 2024.12.14 04:42:22.554541 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11720 2024.12.14 04:42:22.554792 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11721 2024.12.14 04:42:22.555012 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001874 sec., 86446.1045891142 rows/sec., 6.02 MiB/sec.
11722 2024.12.14 04:42:22.555068 [ 284 ] {b70861e3-ac25-4f3c-85ce-bfbe3520cf5e} <Debug> TCPHandler: Processed in 0.002177447 sec.
11723 2024.12.14 04:42:22.555232 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11724 2024.12.14 04:42:22.555375 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11725 2024.12.14 04:42:22.555473 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11726 2024.12.14 04:42:22.556623 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11727 2024.12.14 04:42:22.556665 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11728 2024.12.14 04:42:22.557298 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11729 2024.12.14 04:42:22.557562 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11730 2024.12.14 04:42:22.557756 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11731 2024.12.14 04:42:22.557822 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002473 sec., 4852.405984634048 rows/sec., 8.70 MiB/sec.
11732 2024.12.14 04:42:22.557830 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11733 2024.12.14 04:42:22.557914 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11734 2024.12.14 04:42:22.558145 [ 286 ] {ba417f49-cd75-4b49-a1bc-c7c1c8fd9841} <Debug> TCPHandler: Processed in 0.002981788 sec.
11735 2024.12.14 04:42:22.558161 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11736 2024.12.14 04:42:22.558373 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11737 2024.12.14 04:42:22.558472 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11738 2024.12.14 04:42:22.558632 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1535 rows starting from the beginning of the part
11739 2024.12.14 04:42:22.558649 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11740 2024.12.14 04:42:22.558782 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11741 2024.12.14 04:42:22.559342 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part
11742 2024.12.14 04:42:22.560147 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part
11743 2024.12.14 04:42:22.560742 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part
11744 2024.12.14 04:42:22.561506 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part
11745 2024.12.14 04:42:22.561576 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11746 2024.12.14 04:42:22.561664 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11747 2024.12.14 04:42:22.562153 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part
11748 2024.12.14 04:42:22.563509 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11749 2024.12.14 04:42:22.564066 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2024.12.14 04:42:22.564343 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005794 sec., 10355.540214014498 rows/sec., 714.64 KiB/sec.
11751 2024.12.14 04:42:22.564404 [ 284 ] {807fc9ca-ddab-4a5d-b58f-95bb18ffa57b} <Debug> TCPHandler: Processed in 0.006130329 sec.
11752 2024.12.14 04:42:22.572321 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1631 rows, containing 19 columns (19 merged, 0 gathered) in 0.014280093 sec., 114214.9424376998 rows/sec., 204.67 MiB/sec.
11753 2024.12.14 04:42:22.574120 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11754 2024.12.14 04:42:22.574584 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11755 2024.12.14 04:42:22.574679 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11756 2024.12.14 04:42:22.574856 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
11757 2024.12.14 04:42:23.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.54 MiB, peak 256.42 MiB, free memory in arenas 0.00 B, will set to 246.95 MiB (RSS), difference: 3.41 MiB
11758 2024.12.14 04:42:23.562835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
11759 2024.12.14 04:42:23.582305 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11760 2024.12.14 04:42:23.582373 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11761 2024.12.14 04:42:23.589362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11762 2024.12.14 04:42:23.590126 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11763 2024.12.14 04:42:23.594212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11764 2024.12.14 04:42:24.345625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1660
11765 2024.12.14 04:42:24.348760 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11766 2024.12.14 04:42:24.348817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11767 2024.12.14 04:42:24.350273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11768 2024.12.14 04:42:24.350588 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11769 2024.12.14 04:42:24.352108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660
11770 2024.12.14 04:42:27.546302 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11771 2024.12.14 04:42:27.546528 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11772 2024.12.14 04:42:27.546608 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11773 2024.12.14 04:42:27.547403 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11774 2024.12.14 04:42:27.547456 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11775 2024.12.14 04:42:27.547907 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11776 2024.12.14 04:42:27.548159 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11777 2024.12.14 04:42:27.548395 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec.
11778 2024.12.14 04:42:27.548453 [ 284 ] {0de88697-59d2-4633-99dd-0702d3f15245} <Debug> TCPHandler: Processed in 0.00229101 sec.
11779 2024.12.14 04:42:27.548734 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11780 2024.12.14 04:42:27.548959 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11781 2024.12.14 04:42:27.549040 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11782 2024.12.14 04:42:27.549962 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11783 2024.12.14 04:42:27.550019 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11784 2024.12.14 04:42:27.550501 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11785 2024.12.14 04:42:27.550765 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11786 2024.12.14 04:42:27.551041 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002139 sec., 122954.65170640487 rows/sec., 10.82 MiB/sec.
11787 2024.12.14 04:42:27.551136 [ 286 ] {319acb0f-691c-4ce7-86bf-ed238bfacc77} <Debug> TCPHandler: Processed in 0.002549796 sec.
11788 2024.12.14 04:42:27.551366 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11789 2024.12.14 04:42:27.551636 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11790 2024.12.14 04:42:27.551704 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11791 2024.12.14 04:42:27.552317 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11792 2024.12.14 04:42:27.552355 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11793 2024.12.14 04:42:27.552773 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11794 2024.12.14 04:42:27.553007 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11795 2024.12.14 04:42:27.553211 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001654 sec., 22370.01209189843 rows/sec., 1.60 MiB/sec.
11796 2024.12.14 04:42:27.553264 [ 284 ] {783ec6d1-5391-4da6-b685-d18263540719} <Debug> TCPHandler: Processed in 0.002030693 sec.
11797 2024.12.14 04:42:27.553449 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11798 2024.12.14 04:42:27.553605 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11799 2024.12.14 04:42:27.553669 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11800 2024.12.14 04:42:27.554316 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11801 2024.12.14 04:42:27.554357 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11802 2024.12.14 04:42:27.554727 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11803 2024.12.14 04:42:27.554971 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11804 2024.12.14 04:42:27.555169 [ 32 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11805 2024.12.14 04:42:27.555224 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec.
11806 2024.12.14 04:42:27.555298 [ 32 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11807 2024.12.14 04:42:27.555358 [ 286 ] {8369f7ad-6bef-4b36-a298-1cc4133484ab} <Debug> TCPHandler: Processed in 0.001978951 sec.
11808 2024.12.14 04:42:27.555382 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11809 2024.12.14 04:42:27.555597 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11810 2024.12.14 04:42:27.555704 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11811 2024.12.14 04:42:27.556089 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11812 2024.12.14 04:42:27.556284 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11813 2024.12.14 04:42:27.556296 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11814 2024.12.14 04:42:27.556435 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part
11815 2024.12.14 04:42:27.556792 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
11816 2024.12.14 04:42:27.557190 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
11817 2024.12.14 04:42:27.557556 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part
11818 2024.12.14 04:42:27.558016 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
11819 2024.12.14 04:42:27.558382 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
11820 2024.12.14 04:42:27.559222 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11821 2024.12.14 04:42:27.559276 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11822 2024.12.14 04:42:27.560206 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11823 2024.12.14 04:42:27.560703 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11824 2024.12.14 04:42:27.561351 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005821062 sec., 92766.57764511011 rows/sec., 6.65 MiB/sec.
11825 2024.12.14 04:42:27.561401 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005509 sec., 2359.774913777455 rows/sec., 147.13 KiB/sec.
11826 2024.12.14 04:42:27.561621 [ 284 ] {b91e22f4-6d88-4bd0-be88-0155127eb9c2} <Debug> TCPHandler: Processed in 0.00615553 sec.
11827 2024.12.14 04:42:27.561677 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11828 2024.12.14 04:42:27.562017 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11829 2024.12.14 04:42:27.562357 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11830 2024.12.14 04:42:27.562438 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11831 2024.12.14 04:42:27.562631 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11832 2024.12.14 04:42:27.562826 [ 193 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_38_8} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11833 2024.12.14 04:42:27.563043 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
11834 2024.12.14 04:42:27.563660 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11835 2024.12.14 04:42:27.563709 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11836 2024.12.14 04:42:27.564111 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11837 2024.12.14 04:42:27.564361 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11838 2024.12.14 04:42:27.564586 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.002326 sec., 177128.116938951 rows/sec., 12.63 MiB/sec.
11839 2024.12.14 04:42:27.564645 [ 286 ] {c657e365-fe96-4aff-a6ea-e6b91cdb5506} <Debug> TCPHandler: Processed in 0.002910976 sec.
11840 2024.12.14 04:42:27.564805 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11841 2024.12.14 04:42:27.564944 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11842 2024.12.14 04:42:27.565004 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11843 2024.12.14 04:42:27.565587 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11844 2024.12.14 04:42:27.565634 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11845 2024.12.14 04:42:27.566059 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11846 2024.12.14 04:42:27.566297 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11847 2024.12.14 04:42:27.566461 [ 32 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
11848 2024.12.14 04:42:27.566519 [ 32 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11849 2024.12.14 04:42:27.566555 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec.
11850 2024.12.14 04:42:27.566564 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11851 2024.12.14 04:42:27.566700 [ 284 ] {c2b8247f-a769-4a57-b91b-3fd70cef7e3c} <Debug> TCPHandler: Processed in 0.001958551 sec.
11852 2024.12.14 04:42:27.566857 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
11853 2024.12.14 04:42:27.566883 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11854 2024.12.14 04:42:27.567038 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11855 2024.12.14 04:42:27.567045 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11856 2024.12.14 04:42:27.567084 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part
11857 2024.12.14 04:42:27.567131 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11858 2024.12.14 04:42:27.567326 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
11859 2024.12.14 04:42:27.567729 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11860 2024.12.14 04:42:27.568099 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11861 2024.12.14 04:42:27.568438 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11862 2024.12.14 04:42:27.568775 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11863 2024.12.14 04:42:27.569811 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11864 2024.12.14 04:42:27.569856 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11865 2024.12.14 04:42:27.570489 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11866 2024.12.14 04:42:27.570521 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.003802369 sec., 59962.618041541995 rows/sec., 3.06 MiB/sec.
11867 2024.12.14 04:42:27.570736 [ 194 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
11868 2024.12.14 04:42:27.570920 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11869 2024.12.14 04:42:27.571405 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11870 2024.12.14 04:42:27.571407 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004397 sec., 53900.386627245854 rows/sec., 3.61 MiB/sec.
11871 2024.12.14 04:42:27.571623 [ 286 ] {bb3655e3-edb3-4ddd-9753-6c1def3732dd} <Debug> TCPHandler: Processed in 0.004812695 sec.
11872 2024.12.14 04:42:27.571654 [ 197 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_38_8} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
11873 2024.12.14 04:42:27.571834 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
11874 2024.12.14 04:42:27.571844 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11875 2024.12.14 04:42:27.571992 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11876 2024.12.14 04:42:27.572052 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11877 2024.12.14 04:42:27.572608 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11878 2024.12.14 04:42:27.572654 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11879 2024.12.14 04:42:27.573067 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11880 2024.12.14 04:42:27.573304 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11881 2024.12.14 04:42:27.573552 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec.
11882 2024.12.14 04:42:27.573742 [ 284 ] {27dd4f26-7e0f-4bb2-8ee6-dd2e23a3b9fc} <Debug> TCPHandler: Processed in 0.002002712 sec.
11883 2024.12.14 04:42:27.573980 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11884 2024.12.14 04:42:27.574127 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11885 2024.12.14 04:42:27.574222 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11886 2024.12.14 04:42:27.575478 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11887 2024.12.14 04:42:27.575518 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11888 2024.12.14 04:42:27.576179 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11889 2024.12.14 04:42:27.576456 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11890 2024.12.14 04:42:27.576714 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002618 sec., 11459.12910618793 rows/sec., 20.53 MiB/sec.
11891 2024.12.14 04:42:27.576820 [ 286 ] {ff1210d1-851c-4e02-82bc-af5a24f8e64a} <Debug> TCPHandler: Processed in 0.002963398 sec.
11892 2024.12.14 04:42:27.576984 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11893 2024.12.14 04:42:27.577187 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11894 2024.12.14 04:42:27.577272 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11895 2024.12.14 04:42:27.578076 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11896 2024.12.14 04:42:27.578115 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11897 2024.12.14 04:42:27.578496 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11898 2024.12.14 04:42:27.578735 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11899 2024.12.14 04:42:27.578945 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001806 sec., 45404.20819490587 rows/sec., 2.88 MiB/sec.
11900 2024.12.14 04:42:27.578997 [ 284 ] {cdfa266e-f7ac-4c34-a382-b6cca8266d95} <Debug> TCPHandler: Processed in 0.002085894 sec.
11901 2024.12.14 04:42:29.008250 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
11902 2024.12.14 04:42:29.008323 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
11903 2024.12.14 04:42:29.206862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
11904 2024.12.14 04:42:29.207514 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11905 2024.12.14 04:42:29.207553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11906 2024.12.14 04:42:29.208081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11907 2024.12.14 04:42:29.208342 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11908 2024.12.14 04:42:29.208540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11909 2024.12.14 04:42:31.094296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11910 2024.12.14 04:42:31.115286 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11911 2024.12.14 04:42:31.115346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11912 2024.12.14 04:42:31.122819 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11913 2024.12.14 04:42:31.123633 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11914 2024.12.14 04:42:31.127600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11915 2024.12.14 04:42:32.540025 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11916 2024.12.14 04:42:32.540231 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11917 2024.12.14 04:42:32.540310 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11918 2024.12.14 04:42:32.541227 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11919 2024.12.14 04:42:32.541274 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11920 2024.12.14 04:42:32.541717 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11921 2024.12.14 04:42:32.541984 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11922 2024.12.14 04:42:32.542164 [ 42 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11923 2024.12.14 04:42:32.542200 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.002025 sec., 39506.17283950617 rows/sec., 3.23 MiB/sec.
11924 2024.12.14 04:42:32.542215 [ 42 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11925 2024.12.14 04:42:32.542256 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11926 2024.12.14 04:42:32.542289 [ 284 ] {07f1b74b-9816-4f9d-bfa1-720b42bae6e8} <Debug> TCPHandler: Processed in 0.002399523 sec.
11927 2024.12.14 04:42:32.542526 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11928 2024.12.14 04:42:32.542691 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11929 2024.12.14 04:42:32.542944 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11930 2024.12.14 04:42:32.543087 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1437 rows starting from the beginning of the part
11931 2024.12.14 04:42:32.543355 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11932 2024.12.14 04:42:32.543422 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part
11933 2024.12.14 04:42:32.543760 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 263 rows starting from the beginning of the part
11934 2024.12.14 04:42:32.543751 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11935 2024.12.14 04:42:32.544083 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part
11936 2024.12.14 04:42:32.544355 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 263 rows starting from the beginning of the part
11937 2024.12.14 04:42:32.544641 [ 194 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 80 rows starting from the beginning of the part
11938 2024.12.14 04:42:32.547570 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11939 2024.12.14 04:42:32.547666 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11940 2024.12.14 04:42:32.548476 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2205 rows, containing 5 columns (5 merged, 0 gathered) in 0.00614542 sec., 358803.7920923224 rows/sec., 31.70 MiB/sec.
11941 2024.12.14 04:42:32.548490 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11942 2024.12.14 04:42:32.548747 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11943 2024.12.14 04:42:32.548930 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11944 2024.12.14 04:42:32.549392 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11945 2024.12.14 04:42:32.549521 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.006428 sec., 1866.832607342875 rows/sec., 140.38 KiB/sec.
11946 2024.12.14 04:42:32.549620 [ 186 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_96_19} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11947 2024.12.14 04:42:32.549938 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
11948 2024.12.14 04:42:32.549951 [ 286 ] {6a09c36e-b951-4d90-a9f9-29350cb9a338} <Debug> TCPHandler: Processed in 0.007523926 sec.
11949 2024.12.14 04:42:32.550237 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11950 2024.12.14 04:42:32.550393 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11951 2024.12.14 04:42:32.550454 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11952 2024.12.14 04:42:32.551161 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11953 2024.12.14 04:42:32.551201 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11954 2024.12.14 04:42:32.551570 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11955 2024.12.14 04:42:32.551808 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11956 2024.12.14 04:42:32.551945 [ 42 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11957 2024.12.14 04:42:32.551984 [ 42 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11958 2024.12.14 04:42:32.551994 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001635 sec., 46483.18042813456 rows/sec., 3.63 MiB/sec.
11959 2024.12.14 04:42:32.552012 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11960 2024.12.14 04:42:32.552126 [ 284 ] {e73ac8bb-8fcc-40c7-8445-e58a5cd8da33} <Debug> TCPHandler: Processed in 0.001976472 sec.
11961 2024.12.14 04:42:32.552336 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11962 2024.12.14 04:42:32.552401 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11963 2024.12.14 04:42:32.552873 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11964 2024.12.14 04:42:32.552901 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11965 2024.12.14 04:42:32.553028 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part
11966 2024.12.14 04:42:32.553137 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11967 2024.12.14 04:42:32.553525 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 76 rows starting from the beginning of the part
11968 2024.12.14 04:42:32.553913 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 412 rows starting from the beginning of the part
11969 2024.12.14 04:42:32.554349 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 80 rows starting from the beginning of the part
11970 2024.12.14 04:42:32.554735 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 412 rows starting from the beginning of the part
11971 2024.12.14 04:42:32.555070 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 76 rows starting from the beginning of the part
11972 2024.12.14 04:42:32.556631 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11973 2024.12.14 04:42:32.556701 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11974 2024.12.14 04:42:32.557750 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11975 2024.12.14 04:42:32.558245 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11976 2024.12.14 04:42:32.558466 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1972 rows, containing 5 columns (5 merged, 0 gathered) in 0.006340855 sec., 310999.0687375756 rows/sec., 23.82 MiB/sec.
11977 2024.12.14 04:42:32.558605 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11978 2024.12.14 04:42:32.558704 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11979 2024.12.14 04:42:32.558758 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11980 2024.12.14 04:42:32.558819 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006114 sec., 26169.447170428528 rows/sec., 1.82 MiB/sec.
11981 2024.12.14 04:42:32.558855 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11982 2024.12.14 04:42:32.559209 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11983 2024.12.14 04:42:32.559236 [ 286 ] {98ba2bab-0eef-4c2c-b854-6e00e91b3ed3} <Debug> TCPHandler: Processed in 0.006981712 sec.
11984 2024.12.14 04:42:32.559511 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11985 2024.12.14 04:42:32.559654 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11986 2024.12.14 04:42:32.559779 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27338 rows starting from the beginning of the part
11987 2024.12.14 04:42:32.559871 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11988 2024.12.14 04:42:32.559890 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2024.12.14 04:42:32.560196 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
11990 2024.12.14 04:42:32.560386 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11991 2024.12.14 04:42:32.560752 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part
11992 2024.12.14 04:42:32.560804 [ 189 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_96_19} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11993 2024.12.14 04:42:32.561205 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 162 rows starting from the beginning of the part
11994 2024.12.14 04:42:32.561642 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part
11995 2024.12.14 04:42:32.562114 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
11996 2024.12.14 04:42:32.562144 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
11997 2024.12.14 04:42:32.564834 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11998 2024.12.14 04:42:32.564907 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
11999 2024.12.14 04:42:32.566456 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
12000 2024.12.14 04:42:32.566739 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12001 2024.12.14 04:42:32.567109 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007379 sec., 1626.2366174278357 rows/sec., 2.91 MiB/sec.
12002 2024.12.14 04:42:32.567238 [ 284 ] {3d565be2-5ca4-4e06-9679-c869da34e348} <Debug> TCPHandler: Processed in 0.007877326 sec.
12003 2024.12.14 04:42:32.567405 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12004 2024.12.14 04:42:32.567649 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12005 2024.12.14 04:42:32.567732 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12006 2024.12.14 04:42:32.568365 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12007 2024.12.14 04:42:32.568404 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12008 2024.12.14 04:42:32.569124 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12009 2024.12.14 04:42:32.569383 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2024.12.14 04:42:32.569641 [ 42 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12011 2024.12.14 04:42:32.569736 [ 42 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12012 2024.12.14 04:42:32.569771 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002206 sec., 27198.549410698095 rows/sec., 1.83 MiB/sec.
12013 2024.12.14 04:42:32.569785 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12014 2024.12.14 04:42:32.570004 [ 286 ] {f6d11707-0af2-4b2e-8608-b89c734f226b} <Debug> TCPHandler: Processed in 0.002644218 sec.
12015 2024.12.14 04:42:32.570394 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12016 2024.12.14 04:42:32.570924 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12017 2024.12.14 04:42:32.571163 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5460 rows starting from the beginning of the part
12018 2024.12.14 04:42:32.571978 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28294 rows, containing 5 columns (5 merged, 0 gathered) in 0.013073481 sec., 2164228.486659368 rows/sec., 146.26 MiB/sec.
12019 2024.12.14 04:42:32.572063 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part
12020 2024.12.14 04:42:32.572273 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part
12021 2024.12.14 04:42:32.572459 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part
12022 2024.12.14 04:42:32.572472 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12023 2024.12.14 04:42:32.572910 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part
12024 2024.12.14 04:42:32.573156 [ 191 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
12025 2024.12.14 04:42:32.573527 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12026 2024.12.14 04:42:32.573789 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12027 2024.12.14 04:42:32.573952 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
12028 2024.12.14 04:42:32.575949 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5804 rows, containing 4 columns (4 merged, 0 gathered) in 0.005920965 sec., 980245.6187462686 rows/sec., 64.01 MiB/sec.
12029 2024.12.14 04:42:32.576432 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12030 2024.12.14 04:42:32.576984 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12031 2024.12.14 04:42:32.577136 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_96_19} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12032 2024.12.14 04:42:32.577269 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
12033 2024.12.14 04:42:33.820842 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12034 2024.12.14 04:42:33.821120 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12035 2024.12.14 04:42:33.821227 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12036 2024.12.14 04:42:33.821976 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12037 2024.12.14 04:42:33.822025 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12038 2024.12.14 04:42:33.822592 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12039 2024.12.14 04:42:33.823335 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12040 2024.12.14 04:42:33.823764 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002717 sec., 5152.741994847258 rows/sec., 370.93 KiB/sec.
12041 2024.12.14 04:42:33.823893 [ 284 ] {543aad4e-a323-4484-b50c-9528cddbbe7d} <Debug> TCPHandler: Processed in 0.003222073 sec.
12042 2024.12.14 04:42:33.824176 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12043 2024.12.14 04:42:33.824395 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12044 2024.12.14 04:42:33.824477 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12045 2024.12.14 04:42:33.825355 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12046 2024.12.14 04:42:33.825400 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12047 2024.12.14 04:42:33.825839 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12048 2024.12.14 04:42:33.826097 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12049 2024.12.14 04:42:33.826302 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001968 sec., 4065.0406504065036 rows/sec., 331.48 KiB/sec.
12050 2024.12.14 04:42:33.826368 [ 286 ] {2100b4dc-4f4a-408e-b8a8-9aae8637f416} <Debug> TCPHandler: Processed in 0.002319801 sec.
12051 2024.12.14 04:42:33.826540 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12052 2024.12.14 04:42:33.826688 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12053 2024.12.14 04:42:33.826748 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12054 2024.12.14 04:42:33.827949 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12055 2024.12.14 04:42:33.827990 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12056 2024.12.14 04:42:33.828444 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12057 2024.12.14 04:42:33.828682 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12058 2024.12.14 04:42:33.828942 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.002276 sec., 618189.8066783831 rows/sec., 51.73 MiB/sec.
12059 2024.12.14 04:42:33.829018 [ 284 ] {3f6604bf-74e7-42f9-a791-06f2f85f4aa1} <Debug> TCPHandler: Processed in 0.002548566 sec.
12060 2024.12.14 04:42:33.829251 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12061 2024.12.14 04:42:33.829603 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12062 2024.12.14 04:42:33.829750 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12063 2024.12.14 04:42:33.830875 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12064 2024.12.14 04:42:33.830915 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12065 2024.12.14 04:42:33.831304 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12066 2024.12.14 04:42:33.831556 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12067 2024.12.14 04:42:33.831743 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.002272 sec., 19806.33802816901 rows/sec., 1.41 MiB/sec.
12068 2024.12.14 04:42:33.831798 [ 286 ] {9668ebe3-2a93-4664-b367-98a20c293715} <Debug> TCPHandler: Processed in 0.002686141 sec.
12069 2024.12.14 04:42:33.831955 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12070 2024.12.14 04:42:33.832096 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12071 2024.12.14 04:42:33.832155 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12072 2024.12.14 04:42:33.832898 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12073 2024.12.14 04:42:33.832939 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12074 2024.12.14 04:42:33.833304 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12075 2024.12.14 04:42:33.833538 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12076 2024.12.14 04:42:33.833762 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001698 sec., 142520.6124852768 rows/sec., 9.66 MiB/sec.
12077 2024.12.14 04:42:33.833819 [ 284 ] {c41262e5-a83e-4e75-b6fc-da5373409ac3} <Debug> TCPHandler: Processed in 0.00192997 sec.
12078 2024.12.14 04:42:33.833972 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12079 2024.12.14 04:42:33.834093 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12080 2024.12.14 04:42:33.834144 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12081 2024.12.14 04:42:33.834740 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12082 2024.12.14 04:42:33.834778 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12083 2024.12.14 04:42:33.835155 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12084 2024.12.14 04:42:33.835402 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12085 2024.12.14 04:42:33.835587 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
12086 2024.12.14 04:42:33.835643 [ 286 ] {dd764983-7e27-4768-8a81-002055b7e126} <Debug> TCPHandler: Processed in 0.001725135 sec.
12087 2024.12.14 04:42:33.835791 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12088 2024.12.14 04:42:33.835911 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12089 2024.12.14 04:42:33.835959 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12090 2024.12.14 04:42:33.836898 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12091 2024.12.14 04:42:33.836940 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12092 2024.12.14 04:42:33.837349 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12093 2024.12.14 04:42:33.837594 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12094 2024.12.14 04:42:33.837804 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.001918 sec., 456725.755995829 rows/sec., 33.11 MiB/sec.
12095 2024.12.14 04:42:33.837860 [ 284 ] {1deb43ff-2ad7-4e6a-8cf7-3d2d4ef9d5b3} <Debug> TCPHandler: Processed in 0.002124315 sec.
12096 2024.12.14 04:42:33.838005 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12097 2024.12.14 04:42:33.838126 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12098 2024.12.14 04:42:33.838177 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12099 2024.12.14 04:42:33.838760 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12100 2024.12.14 04:42:33.838806 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12101 2024.12.14 04:42:33.839250 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12102 2024.12.14 04:42:33.839499 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12103 2024.12.14 04:42:33.839730 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001621 sec., 3701.4188772362736 rows/sec., 193.38 KiB/sec.
12104 2024.12.14 04:42:33.839888 [ 286 ] {65f5c7a9-9e49-4832-9109-7a2c478285c7} <Debug> TCPHandler: Processed in 0.00193213 sec.
12105 2024.12.14 04:42:33.840088 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12106 2024.12.14 04:42:33.840208 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12107 2024.12.14 04:42:33.840271 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12108 2024.12.14 04:42:33.841156 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12109 2024.12.14 04:42:33.841204 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12110 2024.12.14 04:42:33.841642 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12111 2024.12.14 04:42:33.841878 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12112 2024.12.14 04:42:33.842082 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001898 sec., 491570.0737618546 rows/sec., 32.67 MiB/sec.
12113 2024.12.14 04:42:33.842135 [ 284 ] {127b4ad0-1838-46f0-b9ec-641af3fe1038} <Debug> TCPHandler: Processed in 0.002139316 sec.
12114 2024.12.14 04:42:33.842293 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12115 2024.12.14 04:42:33.842434 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12116 2024.12.14 04:42:33.842499 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12117 2024.12.14 04:42:33.843075 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12118 2024.12.14 04:42:33.843122 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12119 2024.12.14 04:42:33.843510 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12120 2024.12.14 04:42:33.843763 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12121 2024.12.14 04:42:33.843946 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec.
12122 2024.12.14 04:42:33.844005 [ 286 ] {9e255698-2a07-4e55-b97c-2db5d70f42d2} <Debug> TCPHandler: Processed in 0.001779257 sec.
12123 2024.12.14 04:42:33.844159 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12124 2024.12.14 04:42:33.844301 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12125 2024.12.14 04:42:33.844395 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12126 2024.12.14 04:42:33.845658 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12127 2024.12.14 04:42:33.845698 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12128 2024.12.14 04:42:33.846339 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12129 2024.12.14 04:42:33.846602 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12130 2024.12.14 04:42:33.846848 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00258 sec., 11627.906976744187 rows/sec., 20.84 MiB/sec.
12131 2024.12.14 04:42:33.846955 [ 284 ] {b2fd056c-084b-4ffb-8398-8b0c9a6b1a58} <Debug> TCPHandler: Processed in 0.002853434 sec.
12132 2024.12.14 04:42:33.847114 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12133 2024.12.14 04:42:33.847254 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12134 2024.12.14 04:42:33.847314 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12135 2024.12.14 04:42:33.847892 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12136 2024.12.14 04:42:33.847937 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12137 2024.12.14 04:42:33.848376 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12138 2024.12.14 04:42:33.848629 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12139 2024.12.14 04:42:33.848822 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001596 sec., 23809.52380952381 rows/sec., 1.41 MiB/sec.
12140 2024.12.14 04:42:33.848909 [ 286 ] {123a99ac-a1fe-43dc-a2db-d130070ec6c7} <Debug> TCPHandler: Processed in 0.001859778 sec.
12141 2024.12.14 04:42:34.352290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1718
12142 2024.12.14 04:42:34.356012 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12143 2024.12.14 04:42:34.356077 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
12144 2024.12.14 04:42:34.357590 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12145 2024.12.14 04:42:34.357921 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12146 2024.12.14 04:42:34.359014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1718
12147 2024.12.14 04:42:36.708680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
12148 2024.12.14 04:42:36.709409 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12149 2024.12.14 04:42:36.709469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12150 2024.12.14 04:42:36.710018 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12151 2024.12.14 04:42:36.710291 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12152 2024.12.14 04:42:36.710570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
12153 2024.12.14 04:42:37.537892 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12154 2024.12.14 04:42:37.538090 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12155 2024.12.14 04:42:37.538164 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12156 2024.12.14 04:42:37.538948 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12157 2024.12.14 04:42:37.539009 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12158 2024.12.14 04:42:37.539470 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12159 2024.12.14 04:42:37.539732 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12160 2024.12.14 04:42:37.539986 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec.
12161 2024.12.14 04:42:37.540059 [ 284 ] {05475cca-830f-4c4c-85c0-21271e6416a4} <Debug> TCPHandler: Processed in 0.00229596 sec.
12162 2024.12.14 04:42:37.540333 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12163 2024.12.14 04:42:37.540554 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12164 2024.12.14 04:42:37.540638 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12165 2024.12.14 04:42:37.541514 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12166 2024.12.14 04:42:37.541570 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12167 2024.12.14 04:42:37.542032 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12168 2024.12.14 04:42:37.542293 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12169 2024.12.14 04:42:37.542540 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002048 sec., 31250 rows/sec., 2.44 MiB/sec.
12170 2024.12.14 04:42:37.542607 [ 286 ] {89bd45e4-600a-4c70-b9b5-1dad5c2b6033} <Debug> TCPHandler: Processed in 0.002418263 sec.
12171 2024.12.14 04:42:37.542776 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12172 2024.12.14 04:42:37.542929 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12173 2024.12.14 04:42:37.542996 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12174 2024.12.14 04:42:37.543610 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12175 2024.12.14 04:42:37.543653 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12176 2024.12.14 04:42:37.544069 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12177 2024.12.14 04:42:37.544311 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12178 2024.12.14 04:42:37.544546 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001657 sec., 71213.0356065178 rows/sec., 4.96 MiB/sec.
12179 2024.12.14 04:42:37.544606 [ 284 ] {7de02a40-933b-4823-9393-85970453eea4} <Debug> TCPHandler: Processed in 0.001902089 sec.
12180 2024.12.14 04:42:37.544758 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12181 2024.12.14 04:42:37.544886 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12182 2024.12.14 04:42:37.544944 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12183 2024.12.14 04:42:37.545449 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12184 2024.12.14 04:42:37.545490 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12185 2024.12.14 04:42:37.545884 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12186 2024.12.14 04:42:37.546135 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12187 2024.12.14 04:42:37.546360 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001505 sec., 29235.880398671095 rows/sec., 1.97 MiB/sec.
12188 2024.12.14 04:42:37.546416 [ 286 ] {10087ad9-f1da-4a74-a8ae-477d58427846} <Debug> TCPHandler: Processed in 0.001713675 sec.
12189 2024.12.14 04:42:38.627673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12190 2024.12.14 04:42:38.650983 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12191 2024.12.14 04:42:38.651043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12192 2024.12.14 04:42:38.658645 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12193 2024.12.14 04:42:38.659475 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12194 2024.12.14 04:42:38.663240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12195 2024.12.14 04:42:42.540834 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12196 2024.12.14 04:42:42.541038 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12197 2024.12.14 04:42:42.541111 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12198 2024.12.14 04:42:42.541899 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12199 2024.12.14 04:42:42.541950 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12200 2024.12.14 04:42:42.542390 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12201 2024.12.14 04:42:42.542650 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12202 2024.12.14 04:42:42.542888 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.0019 sec., 42105.26315789474 rows/sec., 3.44 MiB/sec.
12203 2024.12.14 04:42:42.542955 [ 284 ] {bd3d9006-dd02-476b-946f-b7cd3d46f99c} <Debug> TCPHandler: Processed in 0.002252188 sec.
12204 2024.12.14 04:42:42.543220 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12205 2024.12.14 04:42:42.543435 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12206 2024.12.14 04:42:42.543519 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12207 2024.12.14 04:42:42.544291 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12208 2024.12.14 04:42:42.544342 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12209 2024.12.14 04:42:42.544795 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12210 2024.12.14 04:42:42.545058 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12211 2024.12.14 04:42:42.545316 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001941 sec., 6182.380216383308 rows/sec., 464.89 KiB/sec.
12212 2024.12.14 04:42:42.545383 [ 286 ] {e9d310bb-99dc-4117-aab4-52090cc74f47} <Debug> TCPHandler: Processed in 0.00230414 sec.
12213 2024.12.14 04:42:42.545557 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12214 2024.12.14 04:42:42.545707 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12215 2024.12.14 04:42:42.545769 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12216 2024.12.14 04:42:42.546515 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12217 2024.12.14 04:42:42.546565 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12218 2024.12.14 04:42:42.546929 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12219 2024.12.14 04:42:42.547158 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12220 2024.12.14 04:42:42.547379 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001711 sec., 44418.468731735826 rows/sec., 3.47 MiB/sec.
12221 2024.12.14 04:42:42.547447 [ 284 ] {c1e6708b-a2fb-47bf-aa42-da356392ff80} <Debug> TCPHandler: Processed in 0.001959111 sec.
12222 2024.12.14 04:42:42.547678 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12223 2024.12.14 04:42:42.547890 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12224 2024.12.14 04:42:42.547957 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12225 2024.12.14 04:42:42.548662 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12226 2024.12.14 04:42:42.548703 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12227 2024.12.14 04:42:42.549108 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12228 2024.12.14 04:42:42.549356 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12229 2024.12.14 04:42:42.549572 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001721 sec., 92969.20395119116 rows/sec., 6.48 MiB/sec.
12230 2024.12.14 04:42:42.549629 [ 286 ] {6a362444-1aff-49a3-b46e-2dbba7cb1da0} <Debug> TCPHandler: Processed in 0.002072454 sec.
12231 2024.12.14 04:42:42.549788 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12232 2024.12.14 04:42:42.549929 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12233 2024.12.14 04:42:42.550025 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12234 2024.12.14 04:42:42.551235 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12235 2024.12.14 04:42:42.551276 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12236 2024.12.14 04:42:42.551896 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12237 2024.12.14 04:42:42.552164 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12238 2024.12.14 04:42:42.552413 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002515 sec., 4771.371769383698 rows/sec., 8.55 MiB/sec.
12239 2024.12.14 04:42:42.552527 [ 284 ] {e7f6fd10-b247-439c-8b3e-66539546cfdd} <Debug> TCPHandler: Processed in 0.002803803 sec.
12240 2024.12.14 04:42:42.552704 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12241 2024.12.14 04:42:42.552848 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12242 2024.12.14 04:42:42.552910 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12243 2024.12.14 04:42:42.553504 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12244 2024.12.14 04:42:42.553556 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12245 2024.12.14 04:42:42.553951 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12246 2024.12.14 04:42:42.554218 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12247 2024.12.14 04:42:42.554431 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec.
12248 2024.12.14 04:42:42.554485 [ 286 ] {e5e263ca-6504-47ec-8aa7-7ad6a4a0ed26} <Debug> TCPHandler: Processed in 0.001852128 sec.
12249 2024.12.14 04:42:44.008376 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
12250 2024.12.14 04:42:44.008433 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
12251 2024.12.14 04:42:44.210695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
12252 2024.12.14 04:42:44.211351 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12253 2024.12.14 04:42:44.211398 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12254 2024.12.14 04:42:44.211921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12255 2024.12.14 04:42:44.212189 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12256 2024.12.14 04:42:44.212440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12257 2024.12.14 04:42:44.359298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1738
12258 2024.12.14 04:42:44.362095 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12259 2024.12.14 04:42:44.362157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12260 2024.12.14 04:42:44.363696 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12261 2024.12.14 04:42:44.364212 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12262 2024.12.14 04:42:44.365689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1738
12263 2024.12.14 04:42:45.808208 [ 101 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
12264 2024.12.14 04:42:45.808305 [ 101 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12265 2024.12.14 04:42:45.808350 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12266 2024.12.14 04:42:45.808686 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
12267 2024.12.14 04:42:45.808886 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12268 2024.12.14 04:42:45.808927 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
12269 2024.12.14 04:42:45.809035 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part
12270 2024.12.14 04:42:45.809135 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part
12271 2024.12.14 04:42:45.809393 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part
12272 2024.12.14 04:42:45.809516 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
12273 2024.12.14 04:42:45.810673 [ 191 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002201607 sec., 16351.692195746107 rows/sec., 1.36 MiB/sec.
12274 2024.12.14 04:42:45.810945 [ 191 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
12275 2024.12.14 04:42:45.811346 [ 191 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12276 2024.12.14 04:42:45.811451 [ 191 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_25_6} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
12277 2024.12.14 04:42:45.811565 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12278 2024.12.14 04:42:46.163317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12279 2024.12.14 04:42:46.184677 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12280 2024.12.14 04:42:46.184733 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12281 2024.12.14 04:42:46.192217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12282 2024.12.14 04:42:46.193013 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12283 2024.12.14 04:42:46.195835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12284 2024.12.14 04:42:47.546677 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12285 2024.12.14 04:42:47.546942 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12286 2024.12.14 04:42:47.547049 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12287 2024.12.14 04:42:47.548065 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12288 2024.12.14 04:42:47.548118 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12289 2024.12.14 04:42:47.548565 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12290 2024.12.14 04:42:47.548820 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12291 2024.12.14 04:42:47.549085 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002218 sec., 6311.9927862939585 rows/sec., 454.38 KiB/sec.
12292 2024.12.14 04:42:47.549177 [ 284 ] {c7aca97c-50e4-40db-b732-897e354f6c04} <Debug> TCPHandler: Processed in 0.002638108 sec.
12293 2024.12.14 04:42:47.549503 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12294 2024.12.14 04:42:47.549800 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12295 2024.12.14 04:42:47.549870 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12296 2024.12.14 04:42:47.550718 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12297 2024.12.14 04:42:47.550762 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12298 2024.12.14 04:42:47.551219 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12299 2024.12.14 04:42:47.551478 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12300 2024.12.14 04:42:47.551680 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.001956 sec., 134458.07770961148 rows/sec., 11.83 MiB/sec.
12301 2024.12.14 04:42:47.551745 [ 286 ] {00a2ec82-9ac7-4a76-ba67-d488e2058599} <Debug> TCPHandler: Processed in 0.002434043 sec.
12302 2024.12.14 04:42:47.551914 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12303 2024.12.14 04:42:47.552063 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12304 2024.12.14 04:42:47.552126 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12305 2024.12.14 04:42:47.552875 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12306 2024.12.14 04:42:47.552917 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12307 2024.12.14 04:42:47.553286 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12308 2024.12.14 04:42:47.553527 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12309 2024.12.14 04:42:47.553692 [ 79 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12310 2024.12.14 04:42:47.553760 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001724 sec., 21461.716937354988 rows/sec., 1.54 MiB/sec.
12311 2024.12.14 04:42:47.553772 [ 79 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12312 2024.12.14 04:42:47.553861 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12313 2024.12.14 04:42:47.553880 [ 284 ] {856910f5-0ffd-40e7-9260-a0521f066db3} <Debug> TCPHandler: Processed in 0.002037723 sec.
12314 2024.12.14 04:42:47.554229 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12315 2024.12.14 04:42:47.554294 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
12316 2024.12.14 04:42:47.554738 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12317 2024.12.14 04:42:47.554882 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12318 2024.12.14 04:42:47.554898 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12319 2024.12.14 04:42:47.555001 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 67 rows starting from the beginning of the part
12320 2024.12.14 04:42:47.555516 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 37 rows starting from the beginning of the part
12321 2024.12.14 04:42:47.556228 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part
12322 2024.12.14 04:42:47.556622 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 45 rows starting from the beginning of the part
12323 2024.12.14 04:42:47.557046 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part
12324 2024.12.14 04:42:47.557444 [ 187 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 37 rows starting from the beginning of the part
12325 2024.12.14 04:42:47.558168 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12326 2024.12.14 04:42:47.558214 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12327 2024.12.14 04:42:47.558747 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12328 2024.12.14 04:42:47.559130 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2024.12.14 04:42:47.559194 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.005188985 sec., 40470.34246581942 rows/sec., 3.05 MiB/sec.
12330 2024.12.14 04:42:47.559370 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004813 sec., 2908.7886972782053 rows/sec., 203.71 KiB/sec.
12331 2024.12.14 04:42:47.559390 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12332 2024.12.14 04:42:47.559464 [ 286 ] {3d1c424f-442b-4907-9637-6e0f93410431} <Debug> TCPHandler: Processed in 0.005448222 sec.
12333 2024.12.14 04:42:47.559627 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12334 2024.12.14 04:42:47.559829 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12335 2024.12.14 04:42:47.559874 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12336 2024.12.14 04:42:47.559943 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12337 2024.12.14 04:42:47.560053 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_81_16} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12338 2024.12.14 04:42:47.560206 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12339 2024.12.14 04:42:47.560839 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12340 2024.12.14 04:42:47.560884 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12341 2024.12.14 04:42:47.561234 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12342 2024.12.14 04:42:47.561472 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12343 2024.12.14 04:42:47.561699 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00193 sec., 6735.751295336788 rows/sec., 419.97 KiB/sec.
12344 2024.12.14 04:42:47.561826 [ 284 ] {03702b1b-07e5-4977-a227-fb700d5dcead} <Debug> TCPHandler: Processed in 0.002277279 sec.
12345 2024.12.14 04:42:47.562062 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12346 2024.12.14 04:42:47.562284 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12347 2024.12.14 04:42:47.562376 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12348 2024.12.14 04:42:47.563309 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12349 2024.12.14 04:42:47.563347 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12350 2024.12.14 04:42:47.563722 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12351 2024.12.14 04:42:47.563978 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12352 2024.12.14 04:42:47.564160 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001932 sec., 213250.5175983437 rows/sec., 15.21 MiB/sec.
12353 2024.12.14 04:42:47.564213 [ 286 ] {f201de30-2a15-446b-bf1f-69c99d8fbc4c} <Debug> TCPHandler: Processed in 0.002275289 sec.
12354 2024.12.14 04:42:47.564364 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12355 2024.12.14 04:42:47.564504 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12356 2024.12.14 04:42:47.564564 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12357 2024.12.14 04:42:47.565068 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12358 2024.12.14 04:42:47.565107 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12359 2024.12.14 04:42:47.565485 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12360 2024.12.14 04:42:47.565722 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12361 2024.12.14 04:42:47.566016 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec.
12362 2024.12.14 04:42:47.566080 [ 284 ] {f22461cc-1cc8-4816-9bea-7bc6abfac427} <Debug> TCPHandler: Processed in 0.001782057 sec.
12363 2024.12.14 04:42:47.566357 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12364 2024.12.14 04:42:47.566596 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12365 2024.12.14 04:42:47.566690 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12366 2024.12.14 04:42:47.567287 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12367 2024.12.14 04:42:47.567323 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12368 2024.12.14 04:42:47.567710 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12369 2024.12.14 04:42:47.567947 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12370 2024.12.14 04:42:47.568127 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001587 sec., 149338.3742911153 rows/sec., 10.01 MiB/sec.
12371 2024.12.14 04:42:47.568178 [ 286 ] {75c784af-690c-40f5-bd54-e02f7dc2e56f} <Debug> TCPHandler: Processed in 0.001999022 sec.
12372 2024.12.14 04:42:47.568336 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12373 2024.12.14 04:42:47.568475 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12374 2024.12.14 04:42:47.568536 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12375 2024.12.14 04:42:47.569043 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12376 2024.12.14 04:42:47.569083 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12377 2024.12.14 04:42:47.569442 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
12378 2024.12.14 04:42:47.569680 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12379 2024.12.14 04:42:47.569921 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec.
12380 2024.12.14 04:42:47.569976 [ 284 ] {e7f0f1a4-895b-498c-b65b-6fbbc3b8784c} <Debug> TCPHandler: Processed in 0.001704554 sec.
12381 2024.12.14 04:42:47.570184 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12382 2024.12.14 04:42:47.570403 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12383 2024.12.14 04:42:47.570540 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12384 2024.12.14 04:42:47.571750 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12385 2024.12.14 04:42:47.571811 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12386 2024.12.14 04:42:47.572452 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12387 2024.12.14 04:42:47.572711 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12388 2024.12.14 04:42:47.572853 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12389 2024.12.14 04:42:47.572895 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12390 2024.12.14 04:42:47.572914 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002563 sec., 11705.03316426063 rows/sec., 20.97 MiB/sec.
12391 2024.12.14 04:42:47.572922 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12392 2024.12.14 04:42:47.573432 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
12393 2024.12.14 04:42:47.573520 [ 286 ] {cb0bbf9a-a194-4656-af75-6c44485578a8} <Debug> TCPHandler: Processed in 0.00344573 sec.
12394 2024.12.14 04:42:47.573883 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12395 2024.12.14 04:42:47.574278 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12396 2024.12.14 04:42:47.574414 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12397 2024.12.14 04:42:47.574939 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12398 2024.12.14 04:42:47.575076 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1631 rows starting from the beginning of the part
12399 2024.12.14 04:42:47.575668 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part
12400 2024.12.14 04:42:47.576248 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12401 2024.12.14 04:42:47.576262 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part
12402 2024.12.14 04:42:47.576297 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12403 2024.12.14 04:42:47.576830 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part
12404 2024.12.14 04:42:47.577388 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part
12405 2024.12.14 04:42:47.577441 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12406 2024.12.14 04:42:47.577892 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part
12407 2024.12.14 04:42:47.578113 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12408 2024.12.14 04:42:47.578629 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004444 sec., 18451.84518451845 rows/sec., 1.17 MiB/sec.
12409 2024.12.14 04:42:47.578861 [ 284 ] {a73684d3-f2df-493f-9e12-ce0913752b21} <Debug> TCPHandler: Processed in 0.005199236 sec.
12410 2024.12.14 04:42:47.588611 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1745 rows, containing 19 columns (19 merged, 0 gathered) in 0.015563686 sec., 112119.96952392897 rows/sec., 200.91 MiB/sec.
12411 2024.12.14 04:42:47.590654 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12412 2024.12.14 04:42:47.591144 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12413 2024.12.14 04:42:47.591246 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12414 2024.12.14 04:42:47.591413 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.57 MiB.
12415 2024.12.14 04:42:48.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.32 MiB, peak 261.86 MiB, free memory in arenas 0.00 B, will set to 251.79 MiB (RSS), difference: 3.46 MiB
12416 2024.12.14 04:42:51.712576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
12417 2024.12.14 04:42:51.713296 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12418 2024.12.14 04:42:51.713345 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12419 2024.12.14 04:42:51.713872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12420 2024.12.14 04:42:51.714138 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12421 2024.12.14 04:42:51.714347 [ 131 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12422 2024.12.14 04:42:51.714414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
12423 2024.12.14 04:42:51.714471 [ 131 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12424 2024.12.14 04:42:51.714510 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12425 2024.12.14 04:42:51.714631 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
12426 2024.12.14 04:42:51.714769 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12427 2024.12.14 04:42:51.714812 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
12428 2024.12.14 04:42:51.714894 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
12429 2024.12.14 04:42:51.715086 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
12430 2024.12.14 04:42:51.715330 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
12431 2024.12.14 04:42:51.715445 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
12432 2024.12.14 04:42:51.715651 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
12433 2024.12.14 04:42:51.718372 [ 195 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003796319 sec., 7359234.036971076 rows/sec., 105.27 MiB/sec.
12434 2024.12.14 04:42:51.718820 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12435 2024.12.14 04:42:51.719220 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12436 2024.12.14 04:42:51.719323 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_61_12} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12437 2024.12.14 04:42:51.719455 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
12438 2024.12.14 04:42:52.541296 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12439 2024.12.14 04:42:52.541512 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12440 2024.12.14 04:42:52.541595 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12441 2024.12.14 04:42:52.542375 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12442 2024.12.14 04:42:52.542429 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12443 2024.12.14 04:42:52.542861 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12444 2024.12.14 04:42:52.543130 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12445 2024.12.14 04:42:52.543385 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001914 sec., 1044.9320794148382 rows/sec., 85.21 KiB/sec.
12446 2024.12.14 04:42:52.543504 [ 284 ] {0458be43-3efc-4e86-b2eb-a5dd437d0a30} <Debug> TCPHandler: Processed in 0.002347651 sec.
12447 2024.12.14 04:42:52.543836 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12448 2024.12.14 04:42:52.544043 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12449 2024.12.14 04:42:52.544117 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12450 2024.12.14 04:42:52.544907 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12451 2024.12.14 04:42:52.544952 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12452 2024.12.14 04:42:52.545391 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12453 2024.12.14 04:42:52.545649 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12454 2024.12.14 04:42:52.545805 [ 139 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12455 2024.12.14 04:42:52.545851 [ 139 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12456 2024.12.14 04:42:52.545864 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001873 sec., 43246.12920448478 rows/sec., 3.53 MiB/sec.
12457 2024.12.14 04:42:52.545875 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12458 2024.12.14 04:42:52.545981 [ 286 ] {7591ab62-21bc-456a-9ee0-aa2baaf64d08} <Debug> TCPHandler: Processed in 0.002351661 sec.
12459 2024.12.14 04:42:52.546220 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12460 2024.12.14 04:42:52.546301 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12461 2024.12.14 04:42:52.546417 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12462 2024.12.14 04:42:52.546530 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12463 2024.12.14 04:42:52.546830 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12464 2024.12.14 04:42:52.546934 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1437 rows starting from the beginning of the part
12465 2024.12.14 04:42:52.547398 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1407 rows starting from the beginning of the part
12466 2024.12.14 04:42:52.547827 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part
12467 2024.12.14 04:42:52.548087 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 80 rows starting from the beginning of the part
12468 2024.12.14 04:42:52.548459 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 263 rows starting from the beginning of the part
12469 2024.12.14 04:42:52.548788 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 81 rows starting from the beginning of the part
12470 2024.12.14 04:42:52.549482 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12471 2024.12.14 04:42:52.549539 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12472 2024.12.14 04:42:52.550376 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12473 2024.12.14 04:42:52.550901 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12474 2024.12.14 04:42:52.551456 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.005093 sec., 2748.870999410956 rows/sec., 204.59 KiB/sec.
12475 2024.12.14 04:42:52.551598 [ 284 ] {499d34b3-588e-497a-9532-5d6b6a910a5a} <Debug> TCPHandler: Processed in 0.005525654 sec.
12476 2024.12.14 04:42:52.551843 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12477 2024.12.14 04:42:52.552078 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12478 2024.12.14 04:42:52.552217 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12479 2024.12.14 04:42:52.552589 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006581022 sec., 505088.7233016392 rows/sec., 44.28 MiB/sec.
12480 2024.12.14 04:42:52.552911 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12481 2024.12.14 04:42:52.553480 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12482 2024.12.14 04:42:52.553719 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_101_20} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12483 2024.12.14 04:42:52.553809 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12484 2024.12.14 04:42:52.553875 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
12485 2024.12.14 04:42:52.553887 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12486 2024.12.14 04:42:52.554307 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12487 2024.12.14 04:42:52.554556 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12488 2024.12.14 04:42:52.554693 [ 139 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12489 2024.12.14 04:42:52.554726 [ 139 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12490 2024.12.14 04:42:52.554749 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.002751 sec., 28353.326063249726 rows/sec., 2.21 MiB/sec.
12491 2024.12.14 04:42:52.554750 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12492 2024.12.14 04:42:52.554850 [ 286 ] {6f59892d-d9f1-410e-a74f-b7c4fdac393f} <Debug> TCPHandler: Processed in 0.003145892 sec.
12493 2024.12.14 04:42:52.554902 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12494 2024.12.14 04:42:52.555030 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12495 2024.12.14 04:42:52.555069 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part
12496 2024.12.14 04:42:52.555082 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12497 2024.12.14 04:42:52.555228 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 876 rows starting from the beginning of the part
12498 2024.12.14 04:42:52.555528 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12499 2024.12.14 04:42:52.555604 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part
12500 2024.12.14 04:42:52.555706 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12501 2024.12.14 04:42:52.555956 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 76 rows starting from the beginning of the part
12502 2024.12.14 04:42:52.556382 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 412 rows starting from the beginning of the part
12503 2024.12.14 04:42:52.556780 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 78 rows starting from the beginning of the part
12504 2024.12.14 04:42:52.557916 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12505 2024.12.14 04:42:52.557984 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12506 2024.12.14 04:42:52.559014 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12507 2024.12.14 04:42:52.559348 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12508 2024.12.14 04:42:52.559562 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12509 2024.12.14 04:42:52.559670 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12510 2024.12.14 04:42:52.559757 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12511 2024.12.14 04:42:52.559952 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004634 sec., 34743.20241691843 rows/sec., 2.42 MiB/sec.
12512 2024.12.14 04:42:52.560395 [ 284 ] {8cce97ed-44d1-4cee-9045-0ad7f2a76f94} <Debug> TCPHandler: Processed in 0.005419531 sec.
12513 2024.12.14 04:42:52.560457 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.005617997 sec., 431114.50575712306 rows/sec., 33.07 MiB/sec.
12514 2024.12.14 04:42:52.560440 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12515 2024.12.14 04:42:52.560606 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12516 2024.12.14 04:42:52.560795 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12517 2024.12.14 04:42:52.561001 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12518 2024.12.14 04:42:52.561196 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12519 2024.12.14 04:42:52.561305 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12520 2024.12.14 04:42:52.561346 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28294 rows starting from the beginning of the part
12521 2024.12.14 04:42:52.561853 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 933 rows starting from the beginning of the part
12522 2024.12.14 04:42:52.561892 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12523 2024.12.14 04:42:52.562285 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 118 rows starting from the beginning of the part
12524 2024.12.14 04:42:52.562320 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_101_20} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12525 2024.12.14 04:42:52.562679 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12526 2024.12.14 04:42:52.562689 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
12527 2024.12.14 04:42:52.563063 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
12528 2024.12.14 04:42:52.563443 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part
12529 2024.12.14 04:42:52.566129 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12530 2024.12.14 04:42:52.566192 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12531 2024.12.14 04:42:52.567808 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12532 2024.12.14 04:42:52.568438 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12533 2024.12.14 04:42:52.568716 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007868 sec., 1525.1652262328419 rows/sec., 2.73 MiB/sec.
12534 2024.12.14 04:42:52.569047 [ 286 ] {8985b6f1-2080-4725-9f83-1eb16cd42b80} <Debug> TCPHandler: Processed in 0.008538433 sec.
12535 2024.12.14 04:42:52.569369 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12536 2024.12.14 04:42:52.569778 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12537 2024.12.14 04:42:52.569952 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12538 2024.12.14 04:42:52.570719 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12539 2024.12.14 04:42:52.570760 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12540 2024.12.14 04:42:52.571420 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12541 2024.12.14 04:42:52.571775 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12542 2024.12.14 04:42:52.571985 [ 139 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12543 2024.12.14 04:42:52.572067 [ 139 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12544 2024.12.14 04:42:52.572088 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002431 sec., 24681.201151789388 rows/sec., 1.66 MiB/sec.
12545 2024.12.14 04:42:52.572121 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12546 2024.12.14 04:42:52.572249 [ 284 ] {b7a8edc4-136d-4c66-87ae-a8c9c69b9f94} <Debug> TCPHandler: Processed in 0.00307323 sec.
12547 2024.12.14 04:42:52.572382 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12548 2024.12.14 04:42:52.572546 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12549 2024.12.14 04:42:52.572583 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5804 rows starting from the beginning of the part
12550 2024.12.14 04:42:52.572736 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 38 rows starting from the beginning of the part
12551 2024.12.14 04:42:52.572999 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 44 rows starting from the beginning of the part
12552 2024.12.14 04:42:52.573084 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
12553 2024.12.14 04:42:52.573168 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
12554 2024.12.14 04:42:52.573248 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
12555 2024.12.14 04:42:52.575013 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29903 rows, containing 5 columns (5 merged, 0 gathered) in 0.015080833 sec., 1982848.0296811191 rows/sec., 133.99 MiB/sec.
12556 2024.12.14 04:42:52.575558 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12557 2024.12.14 04:42:52.575949 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12558 2024.12.14 04:42:52.576070 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6088 rows, containing 4 columns (4 merged, 0 gathered) in 0.003803169 sec., 1600770.3049746146 rows/sec., 104.51 MiB/sec.
12559 2024.12.14 04:42:52.576087 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12560 2024.12.14 04:42:52.576184 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
12561 2024.12.14 04:42:52.576413 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12562 2024.12.14 04:42:52.576701 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12563 2024.12.14 04:42:52.576778 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_101_20} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12564 2024.12.14 04:42:52.576854 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
12565 2024.12.14 04:42:53.695923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12566 2024.12.14 04:42:53.720427 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12567 2024.12.14 04:42:53.720487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12568 2024.12.14 04:42:53.728088 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12569 2024.12.14 04:42:53.728868 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12570 2024.12.14 04:42:53.729251 [ 150 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12571 2024.12.14 04:42:53.729396 [ 150 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12572 2024.12.14 04:42:53.729478 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12573 2024.12.14 04:42:53.729957 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
12574 2024.12.14 04:42:53.744407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12575 2024.12.14 04:42:53.746181 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12576 2024.12.14 04:42:53.747687 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
12577 2024.12.14 04:42:53.753334 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
12578 2024.12.14 04:42:53.758960 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
12579 2024.12.14 04:42:53.764492 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
12580 2024.12.14 04:42:53.770141 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
12581 2024.12.14 04:42:53.774634 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
12582 2024.12.14 04:42:53.831873 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.102228244 sec., 4499.734926484701 rows/sec., 23.27 MiB/sec.
12583 2024.12.14 04:42:53.835483 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12584 2024.12.14 04:42:53.838505 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12585 2024.12.14 04:42:53.838645 [ 188 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_61_12} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12586 2024.12.14 04:42:53.841117 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
12587 2024.12.14 04:42:54.365869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1774
12588 2024.12.14 04:42:54.369071 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12589 2024.12.14 04:42:54.369121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12590 2024.12.14 04:42:54.370618 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12591 2024.12.14 04:42:54.370943 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12592 2024.12.14 04:42:54.371652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774
12593 2024.12.14 04:42:57.546263 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12594 2024.12.14 04:42:57.546474 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12595 2024.12.14 04:42:57.546548 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12596 2024.12.14 04:42:57.547325 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12597 2024.12.14 04:42:57.547383 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12598 2024.12.14 04:42:57.547831 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12599 2024.12.14 04:42:57.548096 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12600 2024.12.14 04:42:57.548319 [ 145 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12601 2024.12.14 04:42:57.548382 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec.
12602 2024.12.14 04:42:57.548418 [ 145 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12603 2024.12.14 04:42:57.548500 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12604 2024.12.14 04:42:57.548521 [ 284 ] {a72c797d-2d73-4848-b258-31133672a3fe} <Debug> TCPHandler: Processed in 0.002386432 sec.
12605 2024.12.14 04:42:57.548803 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
12606 2024.12.14 04:42:57.548872 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12607 2024.12.14 04:42:57.549103 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12608 2024.12.14 04:42:57.549185 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part
12609 2024.12.14 04:42:57.549200 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12610 2024.12.14 04:42:57.549289 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12611 2024.12.14 04:42:57.549308 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
12612 2024.12.14 04:42:57.549755 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
12613 2024.12.14 04:42:57.550141 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
12614 2024.12.14 04:42:57.550514 [ 191 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
12615 2024.12.14 04:42:57.551839 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12616 2024.12.14 04:42:57.551891 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12617 2024.12.14 04:42:57.552300 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003628215 sec., 19293.233725123784 rows/sec., 1.43 MiB/sec.
12618 2024.12.14 04:42:57.552487 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12619 2024.12.14 04:42:57.552487 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12620 2024.12.14 04:42:57.552809 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12621 2024.12.14 04:42:57.552882 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12622 2024.12.14 04:42:57.553076 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_41_10} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12623 2024.12.14 04:42:57.553118 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.00402 sec., 65422.885572139305 rows/sec., 5.76 MiB/sec.
12624 2024.12.14 04:42:57.553196 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12625 2024.12.14 04:42:57.553224 [ 286 ] {e06254cd-b531-492d-a917-1acec6eefce1} <Debug> TCPHandler: Processed in 0.004559329 sec.
12626 2024.12.14 04:42:57.553372 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12627 2024.12.14 04:42:57.553501 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12628 2024.12.14 04:42:57.553555 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12629 2024.12.14 04:42:57.554208 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12630 2024.12.14 04:42:57.554250 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12631 2024.12.14 04:42:57.554630 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12632 2024.12.14 04:42:57.554868 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12633 2024.12.14 04:42:57.555100 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001624 sec., 22783.251231527094 rows/sec., 1.63 MiB/sec.
12634 2024.12.14 04:42:57.555206 [ 284 ] {bc0622fc-088e-4819-9b30-3a8162f15285} <Debug> TCPHandler: Processed in 0.001889749 sec.
12635 2024.12.14 04:42:57.555453 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2024.12.14 04:42:57.555688 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12637 2024.12.14 04:42:57.555751 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12638 2024.12.14 04:42:57.556415 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12639 2024.12.14 04:42:57.556455 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12640 2024.12.14 04:42:57.556833 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12641 2024.12.14 04:42:57.557073 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12642 2024.12.14 04:42:57.557331 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00168 sec., 8333.333333333332 rows/sec., 583.61 KiB/sec.
12643 2024.12.14 04:42:57.557422 [ 286 ] {aa844a42-bcfb-4bb8-bd33-fea34c7b85e0} <Debug> TCPHandler: Processed in 0.002093924 sec.
12644 2024.12.14 04:42:57.557639 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12645 2024.12.14 04:42:57.557781 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12646 2024.12.14 04:42:57.557839 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12647 2024.12.14 04:42:57.558468 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12648 2024.12.14 04:42:57.558507 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12649 2024.12.14 04:42:57.558866 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12650 2024.12.14 04:42:57.559115 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12651 2024.12.14 04:42:57.559300 [ 144 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
12652 2024.12.14 04:42:57.559320 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec.
12653 2024.12.14 04:42:57.559380 [ 144 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12654 2024.12.14 04:42:57.559447 [ 284 ] {64bc5385-ffe5-450b-a93b-4f5cef1d9307} <Debug> TCPHandler: Processed in 0.00190666 sec.
12655 2024.12.14 04:42:57.559451 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12656 2024.12.14 04:42:57.559753 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
12657 2024.12.14 04:42:57.559820 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12658 2024.12.14 04:42:57.560289 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12659 2024.12.14 04:42:57.560405 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part
12660 2024.12.14 04:42:57.560718 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
12661 2024.12.14 04:42:57.560872 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12662 2024.12.14 04:42:57.560970 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
12663 2024.12.14 04:42:57.561237 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
12664 2024.12.14 04:42:57.561299 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12665 2024.12.14 04:42:57.561468 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
12666 2024.12.14 04:42:57.563733 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12667 2024.12.14 04:42:57.563805 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12668 2024.12.14 04:42:57.564156 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00459249 sec., 14153.541978316773 rows/sec., 937.76 KiB/sec.
12669 2024.12.14 04:42:57.564336 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
12670 2024.12.14 04:42:57.564642 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12671 2024.12.14 04:42:57.564847 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12672 2024.12.14 04:42:57.565002 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_41_10} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
12673 2024.12.14 04:42:57.565176 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12674 2024.12.14 04:42:57.565184 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12675 2024.12.14 04:42:57.565454 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.005128 sec., 80343.21372854915 rows/sec., 5.73 MiB/sec.
12676 2024.12.14 04:42:57.565527 [ 286 ] {b259756a-6bef-44be-bcfd-b8780e23790c} <Debug> TCPHandler: Processed in 0.005958635 sec.
12677 2024.12.14 04:42:57.565679 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12678 2024.12.14 04:42:57.565827 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12679 2024.12.14 04:42:57.565889 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12680 2024.12.14 04:42:57.566436 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12681 2024.12.14 04:42:57.566476 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12682 2024.12.14 04:42:57.566843 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12683 2024.12.14 04:42:57.567081 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12684 2024.12.14 04:42:57.567287 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec.
12685 2024.12.14 04:42:57.567342 [ 284 ] {dd484de8-83d5-49d0-b6aa-f6df9886a5ed} <Debug> TCPHandler: Processed in 0.001728665 sec.
12686 2024.12.14 04:42:57.567495 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12687 2024.12.14 04:42:57.567634 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12688 2024.12.14 04:42:57.567698 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12689 2024.12.14 04:42:57.568341 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12690 2024.12.14 04:42:57.568380 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12691 2024.12.14 04:42:57.568785 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12692 2024.12.14 04:42:57.569034 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12693 2024.12.14 04:42:57.569277 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec.
12694 2024.12.14 04:42:57.569370 [ 286 ] {0b8c18d1-8cfa-4163-b314-ecbcb46555bf} <Debug> TCPHandler: Processed in 0.001941041 sec.
12695 2024.12.14 04:42:57.569521 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12696 2024.12.14 04:42:57.569674 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12697 2024.12.14 04:42:57.569726 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12698 2024.12.14 04:42:57.570193 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12699 2024.12.14 04:42:57.570231 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12700 2024.12.14 04:42:57.570594 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
12701 2024.12.14 04:42:57.570830 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12702 2024.12.14 04:42:57.570987 [ 144 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0
12703 2024.12.14 04:42:57.571045 [ 144 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12704 2024.12.14 04:42:57.571066 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec.
12705 2024.12.14 04:42:57.571080 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12706 2024.12.14 04:42:57.571253 [ 284 ] {af8d0ca7-d50a-476c-acb8-0d7b900077c7} <Debug> TCPHandler: Processed in 0.001788886 sec.
12707 2024.12.14 04:42:57.571624 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12708 2024.12.14 04:42:57.571732 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full
12709 2024.12.14 04:42:57.572154 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12710 2024.12.14 04:42:57.572288 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12711 2024.12.14 04:42:57.572343 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part
12712 2024.12.14 04:42:57.572343 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12713 2024.12.14 04:42:57.572572 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
12714 2024.12.14 04:42:57.572978 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
12715 2024.12.14 04:42:57.573353 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
12716 2024.12.14 04:42:57.573711 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
12717 2024.12.14 04:42:57.574037 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12718 2024.12.14 04:42:57.576145 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.004905368 sec., 8358.190455843476 rows/sec., 563.20 KiB/sec.
12719 2024.12.14 04:42:57.576283 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary)
12720 2024.12.14 04:42:57.576349 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12721 2024.12.14 04:42:57.576394 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12722 2024.12.14 04:42:57.576666 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12723 2024.12.14 04:42:57.576773 [ 191 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_41_9} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9
12724 2024.12.14 04:42:57.576857 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12725 2024.12.14 04:42:57.577169 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12726 2024.12.14 04:42:57.577439 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12727 2024.12.14 04:42:57.577675 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005699 sec., 5264.081417792595 rows/sec., 9.43 MiB/sec.
12728 2024.12.14 04:42:57.577790 [ 286 ] {26eb49f0-76db-4983-a8d8-47f65ba380d2} <Debug> TCPHandler: Processed in 0.006406587 sec.
12729 2024.12.14 04:42:57.577942 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12730 2024.12.14 04:42:57.578061 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12731 2024.12.14 04:42:57.578114 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12732 2024.12.14 04:42:57.578685 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12733 2024.12.14 04:42:57.578733 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12734 2024.12.14 04:42:57.579177 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12735 2024.12.14 04:42:57.579418 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12736 2024.12.14 04:42:57.579634 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec.
12737 2024.12.14 04:42:57.579700 [ 284 ] {02158eb5-67f7-4964-8ee1-09554177f1c8} <Debug> TCPHandler: Processed in 0.001817737 sec.
12738 2024.12.14 04:42:59.008472 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
12739 2024.12.14 04:42:59.008529 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
12740 2024.12.14 04:42:59.214602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
12741 2024.12.14 04:42:59.215279 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12742 2024.12.14 04:42:59.215326 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12743 2024.12.14 04:42:59.215852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12744 2024.12.14 04:42:59.216116 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12745 2024.12.14 04:42:59.216386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
12746 2024.12.14 04:43:01.244539 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
12747 2024.12.14 04:43:01.264179 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12748 2024.12.14 04:43:01.264241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12749 2024.12.14 04:43:01.272036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12750 2024.12.14 04:43:01.272771 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12751 2024.12.14 04:43:01.276950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
12752 2024.12.14 04:43:02.540867 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12753 2024.12.14 04:43:02.541048 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12754 2024.12.14 04:43:02.541118 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12755 2024.12.14 04:43:02.541911 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12756 2024.12.14 04:43:02.541956 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12757 2024.12.14 04:43:02.542389 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12758 2024.12.14 04:43:02.542634 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12759 2024.12.14 04:43:02.542849 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.00185 sec., 43243.24324324324 rows/sec., 3.53 MiB/sec.
12760 2024.12.14 04:43:02.542925 [ 284 ] {b53da6f7-da15-4d5f-a131-79a8f2b94952} <Debug> TCPHandler: Processed in 0.002188467 sec.
12761 2024.12.14 04:43:02.543220 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12762 2024.12.14 04:43:02.543427 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12763 2024.12.14 04:43:02.543501 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12764 2024.12.14 04:43:02.544251 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12765 2024.12.14 04:43:02.544304 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12766 2024.12.14 04:43:02.544757 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12767 2024.12.14 04:43:02.545015 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12768 2024.12.14 04:43:02.545273 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001898 sec., 6322.444678609062 rows/sec., 475.42 KiB/sec.
12769 2024.12.14 04:43:02.545379 [ 286 ] {97d65f9f-74f4-4501-a60a-505494e28e7b} <Debug> TCPHandler: Processed in 0.002338261 sec.
12770 2024.12.14 04:43:02.545569 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12771 2024.12.14 04:43:02.545783 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12772 2024.12.14 04:43:02.545835 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12773 2024.12.14 04:43:02.546469 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12774 2024.12.14 04:43:02.546509 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12775 2024.12.14 04:43:02.546883 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12776 2024.12.14 04:43:02.547121 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12777 2024.12.14 04:43:02.547299 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001567 sec., 48500.31908104658 rows/sec., 3.79 MiB/sec.
12778 2024.12.14 04:43:02.547354 [ 284 ] {7ee0e391-c5d6-4f02-b527-6e6f6bcef095} <Debug> TCPHandler: Processed in 0.001885098 sec.
12779 2024.12.14 04:43:02.547513 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12780 2024.12.14 04:43:02.547654 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12781 2024.12.14 04:43:02.547718 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12782 2024.12.14 04:43:02.548397 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12783 2024.12.14 04:43:02.548437 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12784 2024.12.14 04:43:02.548844 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12785 2024.12.14 04:43:02.549098 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12786 2024.12.14 04:43:02.549352 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001724 sec., 92807.42459396752 rows/sec., 6.46 MiB/sec.
12787 2024.12.14 04:43:02.549416 [ 286 ] {1cd5b390-16ae-4ffe-b69a-96a6012cff68} <Debug> TCPHandler: Processed in 0.001971571 sec.
12788 2024.12.14 04:43:02.549613 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12789 2024.12.14 04:43:02.549799 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12790 2024.12.14 04:43:02.549894 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12791 2024.12.14 04:43:02.551059 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12792 2024.12.14 04:43:02.551101 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12793 2024.12.14 04:43:02.551733 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12794 2024.12.14 04:43:02.551995 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12795 2024.12.14 04:43:02.552227 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002485 sec., 4828.97384305835 rows/sec., 8.65 MiB/sec.
12796 2024.12.14 04:43:02.552517 [ 284 ] {f8e6c457-e0b6-4340-87d7-e24d68399db3} <Debug> TCPHandler: Processed in 0.002999858 sec.
12797 2024.12.14 04:43:02.552825 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12798 2024.12.14 04:43:02.552982 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12799 2024.12.14 04:43:02.553033 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12800 2024.12.14 04:43:02.553546 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12801 2024.12.14 04:43:02.553584 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12802 2024.12.14 04:43:02.553964 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12803 2024.12.14 04:43:02.554223 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12804 2024.12.14 04:43:02.554443 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec.
12805 2024.12.14 04:43:02.554499 [ 286 ] {434e2da4-7f22-4b72-bb11-d3ced6ddf6c0} <Debug> TCPHandler: Processed in 0.001845398 sec.
12806 2024.12.14 04:43:03.819588 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12807 2024.12.14 04:43:03.819771 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12808 2024.12.14 04:43:03.819842 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12809 2024.12.14 04:43:03.820583 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12810 2024.12.14 04:43:03.820633 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12811 2024.12.14 04:43:03.821076 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12812 2024.12.14 04:43:03.821329 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12813 2024.12.14 04:43:03.821574 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec.
12814 2024.12.14 04:43:03.821642 [ 284 ] {b3ef8cf2-80ba-479f-a282-2bbed09eb53a} <Debug> TCPHandler: Processed in 0.002180677 sec.
12815 2024.12.14 04:43:03.821891 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12816 2024.12.14 04:43:03.822079 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12817 2024.12.14 04:43:03.822153 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12818 2024.12.14 04:43:03.822909 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12819 2024.12.14 04:43:03.822959 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12820 2024.12.14 04:43:03.823397 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
12821 2024.12.14 04:43:03.823665 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12822 2024.12.14 04:43:03.823947 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001918 sec., 2085.505735140772 rows/sec., 170.06 KiB/sec.
12823 2024.12.14 04:43:03.824141 [ 286 ] {c933b165-aa82-4281-bb5d-9a99d7f5119b} <Debug> TCPHandler: Processed in 0.002375372 sec.
12824 2024.12.14 04:43:03.824341 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12825 2024.12.14 04:43:03.824467 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12826 2024.12.14 04:43:03.824521 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12827 2024.12.14 04:43:03.825685 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12828 2024.12.14 04:43:03.825727 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12829 2024.12.14 04:43:03.826214 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12830 2024.12.14 04:43:03.826463 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12831 2024.12.14 04:43:03.826711 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002268 sec., 619488.5361552028 rows/sec., 51.84 MiB/sec.
12832 2024.12.14 04:43:03.826807 [ 284 ] {4df29024-5587-4083-90a0-678f005f84f3} <Debug> TCPHandler: Processed in 0.002559207 sec.
12833 2024.12.14 04:43:03.826999 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12834 2024.12.14 04:43:03.827181 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12835 2024.12.14 04:43:03.827243 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12836 2024.12.14 04:43:03.827892 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12837 2024.12.14 04:43:03.827933 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12838 2024.12.14 04:43:03.828320 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12839 2024.12.14 04:43:03.828564 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12840 2024.12.14 04:43:03.828831 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001684 sec., 24346.793349168645 rows/sec., 1.73 MiB/sec.
12841 2024.12.14 04:43:03.828900 [ 286 ] {896474ad-84f1-48f4-9feb-60e50a1d31be} <Debug> TCPHandler: Processed in 0.001994602 sec.
12842 2024.12.14 04:43:03.829116 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12843 2024.12.14 04:43:03.829299 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12844 2024.12.14 04:43:03.829349 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12845 2024.12.14 04:43:03.830036 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12846 2024.12.14 04:43:03.830077 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12847 2024.12.14 04:43:03.830452 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12848 2024.12.14 04:43:03.830692 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12849 2024.12.14 04:43:03.830959 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001677 sec., 144305.30709600475 rows/sec., 9.78 MiB/sec.
12850 2024.12.14 04:43:03.831067 [ 284 ] {9af8638e-8b49-46e6-99dd-a95eed52e7e6} <Debug> TCPHandler: Processed in 0.002058154 sec.
12851 2024.12.14 04:43:03.831281 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12852 2024.12.14 04:43:03.831423 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12853 2024.12.14 04:43:03.831482 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12854 2024.12.14 04:43:03.832163 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12855 2024.12.14 04:43:03.832211 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12856 2024.12.14 04:43:03.832595 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12857 2024.12.14 04:43:03.832843 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12858 2024.12.14 04:43:03.833047 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec.
12859 2024.12.14 04:43:03.833103 [ 286 ] {2955dccb-c18b-4044-a623-b1ba04d5e112} <Debug> TCPHandler: Processed in 0.00192116 sec.
12860 2024.12.14 04:43:03.833247 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12861 2024.12.14 04:43:03.833362 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12862 2024.12.14 04:43:03.833411 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12863 2024.12.14 04:43:03.834245 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12864 2024.12.14 04:43:03.834286 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12865 2024.12.14 04:43:03.834687 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12866 2024.12.14 04:43:03.834941 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12867 2024.12.14 04:43:03.835158 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.001818 sec., 479647.9647964797 rows/sec., 34.75 MiB/sec.
12868 2024.12.14 04:43:03.835216 [ 284 ] {70cf84d2-aed4-4b32-ba56-ac81c0e570d3} <Debug> TCPHandler: Processed in 0.002027833 sec.
12869 2024.12.14 04:43:03.835366 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12870 2024.12.14 04:43:03.835502 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12871 2024.12.14 04:43:03.835564 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12872 2024.12.14 04:43:03.836132 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12873 2024.12.14 04:43:03.836179 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12874 2024.12.14 04:43:03.836582 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12875 2024.12.14 04:43:03.836823 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12876 2024.12.14 04:43:03.837035 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec.
12877 2024.12.14 04:43:03.837086 [ 286 ] {7a36bebb-b135-474f-8c1f-70a4b2b8fc42} <Debug> TCPHandler: Processed in 0.001781727 sec.
12878 2024.12.14 04:43:03.837230 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12879 2024.12.14 04:43:03.837347 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12880 2024.12.14 04:43:03.837401 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12881 2024.12.14 04:43:03.838141 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12882 2024.12.14 04:43:03.838180 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12883 2024.12.14 04:43:03.838624 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12884 2024.12.14 04:43:03.838873 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12885 2024.12.14 04:43:03.839077 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001752 sec., 531392.6940639269 rows/sec., 35.32 MiB/sec.
12886 2024.12.14 04:43:03.839150 [ 284 ] {6b1869e8-1391-4f8f-b894-4100f7fc5d64} <Debug> TCPHandler: Processed in 0.001977251 sec.
12887 2024.12.14 04:43:03.839293 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12888 2024.12.14 04:43:03.839411 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12889 2024.12.14 04:43:03.839463 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12890 2024.12.14 04:43:03.839929 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12891 2024.12.14 04:43:03.839969 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12892 2024.12.14 04:43:03.840336 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12893 2024.12.14 04:43:03.840574 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12894 2024.12.14 04:43:03.840785 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec.
12895 2024.12.14 04:43:03.840837 [ 286 ] {bf20f11e-6ba5-41ac-be42-430fa250d3e0} <Debug> TCPHandler: Processed in 0.001601441 sec.
12896 2024.12.14 04:43:03.840975 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12897 2024.12.14 04:43:03.841092 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12898 2024.12.14 04:43:03.841173 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12899 2024.12.14 04:43:03.842301 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12900 2024.12.14 04:43:03.842340 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12901 2024.12.14 04:43:03.842985 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12902 2024.12.14 04:43:03.843245 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12903 2024.12.14 04:43:03.843506 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002437 sec., 12310.217480508823 rows/sec., 22.06 MiB/sec.
12904 2024.12.14 04:43:03.843612 [ 284 ] {1803b97e-984c-45cb-89e8-deb495bb7c47} <Debug> TCPHandler: Processed in 0.0026918 sec.
12905 2024.12.14 04:43:03.843759 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12906 2024.12.14 04:43:03.843876 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12907 2024.12.14 04:43:03.843927 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12908 2024.12.14 04:43:03.844400 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12909 2024.12.14 04:43:03.844439 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12910 2024.12.14 04:43:03.844804 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12911 2024.12.14 04:43:03.845040 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12912 2024.12.14 04:43:03.845250 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001398 sec., 27181.688125894136 rows/sec., 1.61 MiB/sec.
12913 2024.12.14 04:43:03.845301 [ 286 ] {c7241e23-9744-49df-a6a0-c842de15b28d} <Debug> TCPHandler: Processed in 0.001601482 sec.
12914 2024.12.14 04:43:04.371913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1832
12915 2024.12.14 04:43:04.375800 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12916 2024.12.14 04:43:04.375863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12917 2024.12.14 04:43:04.377406 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12918 2024.12.14 04:43:04.377723 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12919 2024.12.14 04:43:04.377980 [ 136 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12920 2024.12.14 04:43:04.378095 [ 136 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12921 2024.12.14 04:43:04.378158 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
12922 2024.12.14 04:43:04.378559 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
12923 2024.12.14 04:43:04.379187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1832
12924 2024.12.14 04:43:04.379698 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12925 2024.12.14 04:43:04.379875 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1624 rows starting from the beginning of the part
12926 2024.12.14 04:43:04.380475 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part
12927 2024.12.14 04:43:04.381052 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part
12928 2024.12.14 04:43:04.381619 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
12929 2024.12.14 04:43:04.382169 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part
12930 2024.12.14 04:43:04.382747 [ 200 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part
12931 2024.12.14 04:43:04.391501 [ 191 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1832 rows, containing 72 columns (72 merged, 0 gathered) in 0.013213464 sec., 138646.45939929152 rows/sec., 105.97 MiB/sec.
12932 2024.12.14 04:43:04.393393 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12933 2024.12.14 04:43:04.394157 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12934 2024.12.14 04:43:04.394243 [ 194 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_46_9} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12935 2024.12.14 04:43:04.394546 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB.
12936 2024.12.14 04:43:06.716522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
12937 2024.12.14 04:43:06.717167 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12938 2024.12.14 04:43:06.717220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12939 2024.12.14 04:43:06.717771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12940 2024.12.14 04:43:06.718036 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12941 2024.12.14 04:43:06.718300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
12942 2024.12.14 04:43:07.538527 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12943 2024.12.14 04:43:07.538738 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12944 2024.12.14 04:43:07.538822 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12945 2024.12.14 04:43:07.539684 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12946 2024.12.14 04:43:07.539736 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12947 2024.12.14 04:43:07.540189 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12948 2024.12.14 04:43:07.540469 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12949 2024.12.14 04:43:07.540710 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.12 MiB/sec.
12950 2024.12.14 04:43:07.540798 [ 284 ] {702fca1f-0609-4a28-a259-c1e622330a21} <Debug> TCPHandler: Processed in 0.002400613 sec.
12951 2024.12.14 04:43:07.541096 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12952 2024.12.14 04:43:07.541329 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12953 2024.12.14 04:43:07.541409 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12954 2024.12.14 04:43:07.543166 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12955 2024.12.14 04:43:07.543226 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12956 2024.12.14 04:43:07.543682 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12957 2024.12.14 04:43:07.543948 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12958 2024.12.14 04:43:07.544201 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002927 sec., 21865.391185514178 rows/sec., 1.71 MiB/sec.
12959 2024.12.14 04:43:07.544269 [ 286 ] {f2d6ecad-34e7-40ce-8a57-6617eebb32ff} <Debug> TCPHandler: Processed in 0.003342467 sec.
12960 2024.12.14 04:43:07.544422 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12961 2024.12.14 04:43:07.544557 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12962 2024.12.14 04:43:07.544632 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12963 2024.12.14 04:43:07.545296 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12964 2024.12.14 04:43:07.545347 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12965 2024.12.14 04:43:07.545796 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12966 2024.12.14 04:43:07.546057 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12967 2024.12.14 04:43:07.546261 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001732 sec., 68129.33025404158 rows/sec., 4.75 MiB/sec.
12968 2024.12.14 04:43:07.546327 [ 284 ] {b8fb6ed8-0a17-442e-b77e-ac71542e36d9} <Debug> TCPHandler: Processed in 0.001959931 sec.
12969 2024.12.14 04:43:07.546487 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12970 2024.12.14 04:43:07.546681 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12971 2024.12.14 04:43:07.546748 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12972 2024.12.14 04:43:07.547338 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12973 2024.12.14 04:43:07.547385 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12974 2024.12.14 04:43:07.547796 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12975 2024.12.14 04:43:07.548047 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12976 2024.12.14 04:43:07.548292 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001659 sec., 26522.001205545508 rows/sec., 1.78 MiB/sec.
12977 2024.12.14 04:43:07.548348 [ 286 ] {9f4a63de-d238-4185-926a-a30aeca2a66f} <Debug> TCPHandler: Processed in 0.00192506 sec.
12978 2024.12.14 04:43:08.777016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
12979 2024.12.14 04:43:08.797421 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12980 2024.12.14 04:43:08.797481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12981 2024.12.14 04:43:08.804961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12982 2024.12.14 04:43:08.805722 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2024.12.14 04:43:08.809542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12984 2024.12.14 04:43:12.540390 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12985 2024.12.14 04:43:12.540593 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12986 2024.12.14 04:43:12.540665 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12987 2024.12.14 04:43:12.541436 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12988 2024.12.14 04:43:12.541487 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12989 2024.12.14 04:43:12.541931 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12990 2024.12.14 04:43:12.542193 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12991 2024.12.14 04:43:12.542409 [ 123 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12992 2024.12.14 04:43:12.542431 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001884 sec., 42462.84501061571 rows/sec., 3.47 MiB/sec.
12993 2024.12.14 04:43:12.542500 [ 123 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12994 2024.12.14 04:43:12.542576 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
12995 2024.12.14 04:43:12.542582 [ 284 ] {0aa048fc-a98d-41a1-9637-92c57c8f7e3e} <Debug> TCPHandler: Processed in 0.00231815 sec.
12996 2024.12.14 04:43:12.542879 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
12997 2024.12.14 04:43:12.542912 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12998 2024.12.14 04:43:12.543396 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12999 2024.12.14 04:43:12.543525 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1437 rows starting from the beginning of the part
13000 2024.12.14 04:43:12.543571 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13001 2024.12.14 04:43:12.543857 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 263 rows starting from the beginning of the part
13002 2024.12.14 04:43:12.544206 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 80 rows starting from the beginning of the part
13003 2024.12.14 04:43:12.544514 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1405 rows starting from the beginning of the part
13004 2024.12.14 04:43:12.544845 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part
13005 2024.12.14 04:43:12.545191 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 80 rows starting from the beginning of the part
13006 2024.12.14 04:43:12.545702 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13007 2024.12.14 04:43:12.547677 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13008 2024.12.14 04:43:12.547762 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13009 2024.12.14 04:43:12.548474 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13010 2024.12.14 04:43:12.549067 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13011 2024.12.14 04:43:12.549095 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006416758 sec., 517551.07485742803 rows/sec., 45.37 MiB/sec.
13012 2024.12.14 04:43:12.549310 [ 123 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13013 2024.12.14 04:43:12.549416 [ 123 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13014 2024.12.14 04:43:12.549451 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.006166 sec., 1946.1563412260787 rows/sec., 146.34 KiB/sec.
13015 2024.12.14 04:43:12.549465 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13016 2024.12.14 04:43:12.549474 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13017 2024.12.14 04:43:12.549833 [ 286 ] {53b15bcb-b8c5-4495-b16a-1c21ba95e05a} <Debug> TCPHandler: Processed in 0.007090115 sec.
13018 2024.12.14 04:43:12.549910 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
13019 2024.12.14 04:43:12.550111 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13020 2024.12.14 04:43:12.550236 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13021 2024.12.14 04:43:12.550323 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 67 rows starting from the beginning of the part
13022 2024.12.14 04:43:12.550388 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13023 2024.12.14 04:43:12.550414 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13024 2024.12.14 04:43:12.550680 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 14 rows starting from the beginning of the part
13025 2024.12.14 04:43:12.550683 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13026 2024.12.14 04:43:12.550924 [ 192 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_106_21} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13027 2024.12.14 04:43:12.551211 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 37 rows starting from the beginning of the part
13028 2024.12.14 04:43:12.551388 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
13029 2024.12.14 04:43:12.551593 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part
13030 2024.12.14 04:43:12.551810 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 41 rows starting from the beginning of the part
13031 2024.12.14 04:43:12.552063 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part
13032 2024.12.14 04:43:12.553139 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13033 2024.12.14 04:43:12.553187 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13034 2024.12.14 04:43:12.553773 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13035 2024.12.14 04:43:12.553917 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.004267101 sec., 42886.259312821516 rows/sec., 3.24 MiB/sec.
13036 2024.12.14 04:43:12.554189 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13037 2024.12.14 04:43:12.554203 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13038 2024.12.14 04:43:12.554539 [ 123 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13039 2024.12.14 04:43:12.554640 [ 123 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13040 2024.12.14 04:43:12.554706 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004366 sec., 17407.237746220795 rows/sec., 1.36 MiB/sec.
13041 2024.12.14 04:43:12.554727 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13042 2024.12.14 04:43:12.555026 [ 284 ] {ecd9ed34-46d2-4965-9407-fe0658f76dc2} <Debug> TCPHandler: Processed in 0.005035671 sec.
13043 2024.12.14 04:43:12.555073 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13044 2024.12.14 04:43:12.555262 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13045 2024.12.14 04:43:12.555465 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_86_17} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13046 2024.12.14 04:43:12.555495 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13047 2024.12.14 04:43:12.555761 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13048 2024.12.14 04:43:12.555774 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13049 2024.12.14 04:43:12.555904 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part
13050 2024.12.14 04:43:12.556402 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 412 rows starting from the beginning of the part
13051 2024.12.14 04:43:12.556870 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 76 rows starting from the beginning of the part
13052 2024.12.14 04:43:12.556890 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13053 2024.12.14 04:43:12.557349 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 872 rows starting from the beginning of the part
13054 2024.12.14 04:43:12.557457 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13055 2024.12.14 04:43:12.557938 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part
13056 2024.12.14 04:43:12.558372 [ 197 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 76 rows starting from the beginning of the part
13057 2024.12.14 04:43:12.560267 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13058 2024.12.14 04:43:12.560365 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13059 2024.12.14 04:43:12.561261 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13060 2024.12.14 04:43:12.561698 [ 195 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.006791017 sec., 355764.0924768706 rows/sec., 27.28 MiB/sec.
13061 2024.12.14 04:43:12.561740 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13062 2024.12.14 04:43:12.561985 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13063 2024.12.14 04:43:12.562026 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13064 2024.12.14 04:43:12.562058 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13065 2024.12.14 04:43:12.562117 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006036 sec., 26507.620941020545 rows/sec., 1.85 MiB/sec.
13066 2024.12.14 04:43:12.562139 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13067 2024.12.14 04:43:12.562609 [ 286 ] {439b2c4d-dd6f-44b7-b4a6-5571361528fc} <Debug> TCPHandler: Processed in 0.007392973 sec.
13068 2024.12.14 04:43:12.562748 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13069 2024.12.14 04:43:12.563059 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13070 2024.12.14 04:43:12.563115 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13071 2024.12.14 04:43:12.563658 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13072 2024.12.14 04:43:12.563777 [ 186 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_106_21} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13073 2024.12.14 04:43:12.563833 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13074 2024.12.14 04:43:12.564112 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 29903 rows starting from the beginning of the part
13075 2024.12.14 04:43:12.564355 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
13076 2024.12.14 04:43:12.564448 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13077 2024.12.14 04:43:12.564953 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part
13078 2024.12.14 04:43:12.565586 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
13079 2024.12.14 04:43:12.566230 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 931 rows starting from the beginning of the part
13080 2024.12.14 04:43:12.566726 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 118 rows starting from the beginning of the part
13081 2024.12.14 04:43:12.567043 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
13082 2024.12.14 04:43:12.569506 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13083 2024.12.14 04:43:12.569577 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13084 2024.12.14 04:43:12.571144 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13085 2024.12.14 04:43:12.571442 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13086 2024.12.14 04:43:12.571664 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13087 2024.12.14 04:43:12.571795 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13088 2024.12.14 04:43:12.571858 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008426 sec., 1424.1633040588656 rows/sec., 2.55 MiB/sec.
13089 2024.12.14 04:43:12.571868 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13090 2024.12.14 04:43:12.572391 [ 284 ] {bf420221-dbd5-4f45-a2e9-bc1b892e8b6e} <Debug> TCPHandler: Processed in 0.009570309 sec.
13091 2024.12.14 04:43:12.572402 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
13092 2024.12.14 04:43:12.572646 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13093 2024.12.14 04:43:12.572897 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13094 2024.12.14 04:43:12.572977 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13095 2024.12.14 04:43:12.573369 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13096 2024.12.14 04:43:12.573524 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1745 rows starting from the beginning of the part
13097 2024.12.14 04:43:12.574537 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13098 2024.12.14 04:43:12.574538 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part
13099 2024.12.14 04:43:12.574611 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13100 2024.12.14 04:43:12.575364 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part
13101 2024.12.14 04:43:12.575996 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part
13102 2024.12.14 04:43:12.575999 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13103 2024.12.14 04:43:12.576620 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part
13104 2024.12.14 04:43:12.576750 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13105 2024.12.14 04:43:12.577176 [ 123 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13106 2024.12.14 04:43:12.577391 [ 123 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13107 2024.12.14 04:43:12.577489 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13108 2024.12.14 04:43:12.577813 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004941 sec., 12143.290831815422 rows/sec., 838.01 KiB/sec.
13109 2024.12.14 04:43:12.577840 [ 195 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part
13110 2024.12.14 04:43:12.578288 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13111 2024.12.14 04:43:12.578385 [ 286 ] {1cb75a9a-13d2-438d-a244-c7557be34bc6} <Debug> TCPHandler: Processed in 0.005867953 sec.
13112 2024.12.14 04:43:12.579086 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31509 rows, containing 5 columns (5 merged, 0 gathered) in 0.016757557 sec., 1880286.0106637264 rows/sec., 127.04 MiB/sec.
13113 2024.12.14 04:43:12.579329 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13114 2024.12.14 04:43:12.579506 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6088 rows starting from the beginning of the part
13115 2024.12.14 04:43:12.579805 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13116 2024.12.14 04:43:12.580027 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part
13117 2024.12.14 04:43:12.580604 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
13118 2024.12.14 04:43:12.580897 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13119 2024.12.14 04:43:12.580878 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 38 rows starting from the beginning of the part
13120 2024.12.14 04:43:12.581266 [ 190 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13121 2024.12.14 04:43:12.581325 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 44 rows starting from the beginning of the part
13122 2024.12.14 04:43:12.581560 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
13123 2024.12.14 04:43:12.581813 [ 189 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part
13124 2024.12.14 04:43:12.584904 [ 187 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6372 rows, containing 4 columns (4 merged, 0 gathered) in 0.007185987 sec., 886725.7900689216 rows/sec., 57.89 MiB/sec.
13125 2024.12.14 04:43:12.585322 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13126 2024.12.14 04:43:12.585692 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13127 2024.12.14 04:43:12.585798 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_106_21} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13128 2024.12.14 04:43:12.585919 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
13129 2024.12.14 04:43:12.593087 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 19 columns (19 merged, 0 gathered) in 0.021069759 sec., 87376.41469938029 rows/sec., 156.57 MiB/sec.
13130 2024.12.14 04:43:12.595120 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13131 2024.12.14 04:43:12.595551 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13132 2024.12.14 04:43:12.595634 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13133 2024.12.14 04:43:12.595792 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.22 MiB.
13134 2024.12.14 04:43:13.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.43 MiB, peak 270.62 MiB, free memory in arenas 0.00 B, will set to 258.52 MiB (RSS), difference: 5.10 MiB
13135 2024.12.14 04:43:14.008775 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
13136 2024.12.14 04:43:14.008833 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
13137 2024.12.14 04:43:14.218449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
13138 2024.12.14 04:43:14.219292 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13139 2024.12.14 04:43:14.219341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13140 2024.12.14 04:43:14.219885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13141 2024.12.14 04:43:14.220143 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13142 2024.12.14 04:43:14.220396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
13143 2024.12.14 04:43:14.379463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1852
13144 2024.12.14 04:43:14.382350 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13145 2024.12.14 04:43:14.382404 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13146 2024.12.14 04:43:14.383891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13147 2024.12.14 04:43:14.384208 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13148 2024.12.14 04:43:14.384879 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1852
13149 2024.12.14 04:43:15.001681 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001118759 sec.
13150 2024.12.14 04:43:15.133040 [ 121 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
13151 2024.12.14 04:43:15.133144 [ 121 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13152 2024.12.14 04:43:15.133187 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13153 2024.12.14 04:43:15.133517 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
13154 2024.12.14 04:43:15.134002 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13155 2024.12.14 04:43:15.134082 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part
13156 2024.12.14 04:43:15.134238 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part
13157 2024.12.14 04:43:15.134364 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
13158 2024.12.14 04:43:15.134478 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
13159 2024.12.14 04:43:15.134567 [ 196 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
13160 2024.12.14 04:43:15.135628 [ 190 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002322451 sec., 324657.0110628814 rows/sec., 23.24 MiB/sec.
13161 2024.12.14 04:43:15.135847 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
13162 2024.12.14 04:43:15.136232 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13163 2024.12.14 04:43:15.136339 [ 198 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_42_9} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
13164 2024.12.14 04:43:15.136456 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
13165 2024.12.14 04:43:15.474170 [ 119 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
13166 2024.12.14 04:43:15.474241 [ 119 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13167 2024.12.14 04:43:15.474268 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13168 2024.12.14 04:43:15.474473 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
13169 2024.12.14 04:43:15.474874 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13170 2024.12.14 04:43:15.474938 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part
13171 2024.12.14 04:43:15.475029 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
13172 2024.12.14 04:43:15.475264 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
13173 2024.12.14 04:43:15.475466 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
13174 2024.12.14 04:43:15.475644 [ 193 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
13175 2024.12.14 04:43:15.476826 [ 190 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002474944 sec., 101820.48563523052 rows/sec., 5.20 MiB/sec.
13176 2024.12.14 04:43:15.477016 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
13177 2024.12.14 04:43:15.477335 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13178 2024.12.14 04:43:15.477428 [ 200 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_42_9} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
13179 2024.12.14 04:43:15.477530 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13180 2024.12.14 04:43:16.309606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
13181 2024.12.14 04:43:16.332488 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13182 2024.12.14 04:43:16.332547 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13183 2024.12.14 04:43:16.340154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13184 2024.12.14 04:43:16.340951 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13185 2024.12.14 04:43:16.345255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
13186 2024.12.14 04:43:17.546558 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13187 2024.12.14 04:43:17.546745 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13188 2024.12.14 04:43:17.546816 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13189 2024.12.14 04:43:17.547617 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13190 2024.12.14 04:43:17.547668 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13191 2024.12.14 04:43:17.548097 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13192 2024.12.14 04:43:17.548350 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13193 2024.12.14 04:43:17.548603 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
13194 2024.12.14 04:43:17.548671 [ 284 ] {93713b65-de09-4f42-9c88-f05cf8a4a997} <Debug> TCPHandler: Processed in 0.002241858 sec.
13195 2024.12.14 04:43:17.548918 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13196 2024.12.14 04:43:17.549133 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13197 2024.12.14 04:43:17.549215 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13198 2024.12.14 04:43:17.550193 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13199 2024.12.14 04:43:17.550238 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13200 2024.12.14 04:43:17.550710 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13201 2024.12.14 04:43:17.550968 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13202 2024.12.14 04:43:17.551173 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002102 sec., 125118.93434823977 rows/sec., 11.01 MiB/sec.
13203 2024.12.14 04:43:17.551244 [ 286 ] {915938c8-73a3-4b35-ae47-5a46be8c9340} <Debug> TCPHandler: Processed in 0.002467634 sec.
13204 2024.12.14 04:43:17.551475 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13205 2024.12.14 04:43:17.551683 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13206 2024.12.14 04:43:17.551745 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13207 2024.12.14 04:43:17.552387 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13208 2024.12.14 04:43:17.552435 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13209 2024.12.14 04:43:17.552971 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13210 2024.12.14 04:43:17.553313 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13211 2024.12.14 04:43:17.553600 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.00195 sec., 18974.358974358976 rows/sec., 1.36 MiB/sec.
13212 2024.12.14 04:43:17.553714 [ 284 ] {b9151c6c-e482-4129-b6ce-8dfcb40cfbb4} <Debug> TCPHandler: Processed in 0.002367962 sec.
13213 2024.12.14 04:43:17.553944 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13214 2024.12.14 04:43:17.554095 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13215 2024.12.14 04:43:17.554157 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13216 2024.12.14 04:43:17.554855 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13217 2024.12.14 04:43:17.554902 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13218 2024.12.14 04:43:17.555275 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13219 2024.12.14 04:43:17.555520 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13220 2024.12.14 04:43:17.555694 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec.
13221 2024.12.14 04:43:17.555747 [ 286 ] {a25e45d0-e6aa-4e41-ae9a-cf204b88fca7} <Debug> TCPHandler: Processed in 0.00191388 sec.
13222 2024.12.14 04:43:17.555900 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13223 2024.12.14 04:43:17.556051 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13224 2024.12.14 04:43:17.556118 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13225 2024.12.14 04:43:17.556836 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13226 2024.12.14 04:43:17.556885 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13227 2024.12.14 04:43:17.557256 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13228 2024.12.14 04:43:17.557493 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13229 2024.12.14 04:43:17.557746 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001725 sec., 7536.231884057971 rows/sec., 469.88 KiB/sec.
13230 2024.12.14 04:43:17.557960 [ 284 ] {bf31f769-2a2f-478c-a4ca-d5692868731d} <Debug> TCPHandler: Processed in 0.002115655 sec.
13231 2024.12.14 04:43:17.558164 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13232 2024.12.14 04:43:17.558282 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13233 2024.12.14 04:43:17.558331 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13234 2024.12.14 04:43:17.559061 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13235 2024.12.14 04:43:17.559100 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13236 2024.12.14 04:43:17.559508 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13237 2024.12.14 04:43:17.559749 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13238 2024.12.14 04:43:17.559936 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001679 sec., 245384.15723645026 rows/sec., 17.50 MiB/sec.
13239 2024.12.14 04:43:17.559988 [ 286 ] {43435f00-5e94-4b8d-937e-8ed7814ddbcb} <Debug> TCPHandler: Processed in 0.00192152 sec.
13240 2024.12.14 04:43:17.560151 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13241 2024.12.14 04:43:17.560275 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13242 2024.12.14 04:43:17.560329 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13243 2024.12.14 04:43:17.560840 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13244 2024.12.14 04:43:17.560880 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13245 2024.12.14 04:43:17.561272 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13246 2024.12.14 04:43:17.561523 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13247 2024.12.14 04:43:17.561740 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec.
13248 2024.12.14 04:43:17.561797 [ 284 ] {14ca8b5e-7ff6-43ec-9064-1636e39b592f} <Debug> TCPHandler: Processed in 0.001710894 sec.
13249 2024.12.14 04:43:17.561949 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13250 2024.12.14 04:43:17.562067 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13251 2024.12.14 04:43:17.562122 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13252 2024.12.14 04:43:17.562703 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13253 2024.12.14 04:43:17.562739 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13254 2024.12.14 04:43:17.563149 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13255 2024.12.14 04:43:17.563392 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13256 2024.12.14 04:43:17.563574 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001533 sec., 154598.82583170253 rows/sec., 10.36 MiB/sec.
13257 2024.12.14 04:43:17.563627 [ 286 ] {1730131c-56dc-4394-8380-dc443178906a} <Debug> TCPHandler: Processed in 0.001732745 sec.
13258 2024.12.14 04:43:17.563774 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13259 2024.12.14 04:43:17.563900 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13260 2024.12.14 04:43:17.563955 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13261 2024.12.14 04:43:17.564443 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13262 2024.12.14 04:43:17.564486 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13263 2024.12.14 04:43:17.564866 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
13264 2024.12.14 04:43:17.565113 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13265 2024.12.14 04:43:17.565329 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec.
13266 2024.12.14 04:43:17.565381 [ 284 ] {74bda169-c2b0-4297-9821-43df7486d7df} <Debug> TCPHandler: Processed in 0.001666334 sec.
13267 2024.12.14 04:43:17.565519 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13268 2024.12.14 04:43:17.565637 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13269 2024.12.14 04:43:17.565718 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13270 2024.12.14 04:43:17.566927 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13271 2024.12.14 04:43:17.566967 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13272 2024.12.14 04:43:17.567625 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13273 2024.12.14 04:43:17.567882 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13274 2024.12.14 04:43:17.568106 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002493 sec., 12033.694344163658 rows/sec., 21.56 MiB/sec.
13275 2024.12.14 04:43:17.568357 [ 286 ] {12f9c6de-175d-4081-97b1-250bc603d156} <Debug> TCPHandler: Processed in 0.002888535 sec.
13276 2024.12.14 04:43:17.568617 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13277 2024.12.14 04:43:17.568782 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13278 2024.12.14 04:43:17.568843 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13279 2024.12.14 04:43:17.569339 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13280 2024.12.14 04:43:17.569378 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
13281 2024.12.14 04:43:17.569757 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13282 2024.12.14 04:43:17.570005 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13283 2024.12.14 04:43:17.570212 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec.
13284 2024.12.14 04:43:17.570265 [ 284 ] {2ebdf6c7-b8d9-425a-87d1-d8960d888ea2} <Debug> TCPHandler: Processed in 0.001798067 sec.
13285 2024.12.14 04:43:21.720533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
13286 2024.12.14 04:43:21.721195 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13287 2024.12.14 04:43:21.721242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13288 2024.12.14 04:43:21.721793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13289 2024.12.14 04:43:21.722058 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13290 2024.12.14 04:43:21.722330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
13291 2024.12.14 04:43:22.540608 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13292 2024.12.14 04:43:22.540800 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13293 2024.12.14 04:43:22.540875 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13294 2024.12.14 04:43:22.541680 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13295 2024.12.14 04:43:22.541734 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13296 2024.12.14 04:43:22.542173 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13297 2024.12.14 04:43:22.542424 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13298 2024.12.14 04:43:22.542664 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001916 sec., 2087.6826722338205 rows/sec., 170.24 KiB/sec.
13299 2024.12.14 04:43:22.542732 [ 284 ] {abd3928c-98b2-4d61-b9be-b042d5e9238c} <Debug> TCPHandler: Processed in 0.002255719 sec.
13300 2024.12.14 04:43:22.542988 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13301 2024.12.14 04:43:22.543179 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13302 2024.12.14 04:43:22.543251 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13303 2024.12.14 04:43:22.544027 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13304 2024.12.14 04:43:22.544071 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13305 2024.12.14 04:43:22.544521 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13306 2024.12.14 04:43:22.544789 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13307 2024.12.14 04:43:22.544996 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.001871 sec., 43826.83057188669 rows/sec., 3.57 MiB/sec.
13308 2024.12.14 04:43:22.545061 [ 286 ] {b4c250ca-61f1-4761-a483-feba132fddc0} <Debug> TCPHandler: Processed in 0.002205387 sec.
13309 2024.12.14 04:43:22.545215 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13310 2024.12.14 04:43:22.545345 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13311 2024.12.14 04:43:22.545401 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13312 2024.12.14 04:43:22.546010 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13313 2024.12.14 04:43:22.546052 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13314 2024.12.14 04:43:22.546423 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13315 2024.12.14 04:43:22.546658 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13316 2024.12.14 04:43:22.546877 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001561 sec., 10249.839846252402 rows/sec., 756.98 KiB/sec.
13317 2024.12.14 04:43:22.546934 [ 284 ] {4a15d480-1765-41a5-b199-9b832193428a} <Debug> TCPHandler: Processed in 0.001778797 sec.
13318 2024.12.14 04:43:22.547063 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13319 2024.12.14 04:43:22.547187 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13320 2024.12.14 04:43:22.547240 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13321 2024.12.14 04:43:22.547868 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13322 2024.12.14 04:43:22.547910 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13323 2024.12.14 04:43:22.548319 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13324 2024.12.14 04:43:22.548565 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13325 2024.12.14 04:43:22.548744 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001586 sec., 50441.361916771755 rows/sec., 3.94 MiB/sec.
13326 2024.12.14 04:43:22.548798 [ 286 ] {b27b334c-ea33-474d-bcec-45d78ee04abb} <Debug> TCPHandler: Processed in 0.001791686 sec.
13327 2024.12.14 04:43:22.548961 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13328 2024.12.14 04:43:22.549082 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13329 2024.12.14 04:43:22.549138 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13330 2024.12.14 04:43:22.549738 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13331 2024.12.14 04:43:22.549778 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13332 2024.12.14 04:43:22.550172 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13333 2024.12.14 04:43:22.550406 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13334 2024.12.14 04:43:22.550619 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001563 sec., 103646.83301343571 rows/sec., 7.22 MiB/sec.
13335 2024.12.14 04:43:22.550675 [ 284 ] {2992d23a-29b3-40b2-b328-02ad1cf2b50c} <Debug> TCPHandler: Processed in 0.001768466 sec.
13336 2024.12.14 04:43:22.550840 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13337 2024.12.14 04:43:22.550962 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13338 2024.12.14 04:43:22.551046 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13339 2024.12.14 04:43:22.552363 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13340 2024.12.14 04:43:22.552402 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13341 2024.12.14 04:43:22.553042 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13342 2024.12.14 04:43:22.553306 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13343 2024.12.14 04:43:22.553531 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002595 sec., 4624.277456647399 rows/sec., 8.29 MiB/sec.
13344 2024.12.14 04:43:22.553700 [ 286 ] {7d9668e2-0a65-44fb-b9b2-d227dad27953} <Debug> TCPHandler: Processed in 0.002916576 sec.
13345 2024.12.14 04:43:22.553988 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13346 2024.12.14 04:43:22.554208 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13347 2024.12.14 04:43:22.554261 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13348 2024.12.14 04:43:22.554770 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13349 2024.12.14 04:43:22.554813 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13350 2024.12.14 04:43:22.555198 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13351 2024.12.14 04:43:22.555440 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13352 2024.12.14 04:43:22.555656 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec.
13353 2024.12.14 04:43:22.555715 [ 284 ] {465689c1-1117-4fc7-9c49-dda91e96ae5c} <Debug> TCPHandler: Processed in 0.001877988 sec.
13354 2024.12.14 04:43:23.845328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13355 2024.12.14 04:43:23.868384 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13356 2024.12.14 04:43:23.868451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13357 2024.12.14 04:43:23.875870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13358 2024.12.14 04:43:23.876660 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13359 2024.12.14 04:43:23.881840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13360 2024.12.14 04:43:24.385039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1888
13361 2024.12.14 04:43:24.388182 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13362 2024.12.14 04:43:24.388241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13363 2024.12.14 04:43:24.389741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13364 2024.12.14 04:43:24.390074 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13365 2024.12.14 04:43:24.392300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1888
13366 2024.12.14 04:43:27.545973 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13367 2024.12.14 04:43:27.546203 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13368 2024.12.14 04:43:27.546286 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13369 2024.12.14 04:43:27.547047 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13370 2024.12.14 04:43:27.547104 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13371 2024.12.14 04:43:27.547542 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13372 2024.12.14 04:43:27.547803 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13373 2024.12.14 04:43:27.548071 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec.
13374 2024.12.14 04:43:27.548162 [ 284 ] {da1b3d10-cac6-4bf4-87fc-95e8f35c7b06} <Debug> TCPHandler: Processed in 0.00232254 sec.
13375 2024.12.14 04:43:27.548509 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13376 2024.12.14 04:43:27.548729 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13377 2024.12.14 04:43:27.548813 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13378 2024.12.14 04:43:27.549770 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13379 2024.12.14 04:43:27.549824 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13380 2024.12.14 04:43:27.550290 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13381 2024.12.14 04:43:27.550553 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13382 2024.12.14 04:43:27.550815 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002143 sec., 122725.15165655623 rows/sec., 10.80 MiB/sec.
13383 2024.12.14 04:43:27.550902 [ 286 ] {a6fd7d5a-a2b2-4bae-ae19-56baa9713841} <Debug> TCPHandler: Processed in 0.002590118 sec.
13384 2024.12.14 04:43:27.551090 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13385 2024.12.14 04:43:27.551414 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13386 2024.12.14 04:43:27.551557 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13387 2024.12.14 04:43:27.552521 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13388 2024.12.14 04:43:27.552562 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13389 2024.12.14 04:43:27.552930 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13390 2024.12.14 04:43:27.553170 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13391 2024.12.14 04:43:27.553414 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.002122 sec., 17436.380772855795 rows/sec., 1.25 MiB/sec.
13392 2024.12.14 04:43:27.553499 [ 284 ] {27d6e18e-f44a-47af-bba0-7f5fce73b581} <Debug> TCPHandler: Processed in 0.002478214 sec.
13393 2024.12.14 04:43:27.553821 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13394 2024.12.14 04:43:27.554067 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13395 2024.12.14 04:43:27.554162 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13396 2024.12.14 04:43:27.554844 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13397 2024.12.14 04:43:27.554887 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13398 2024.12.14 04:43:27.555252 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13399 2024.12.14 04:43:27.555496 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13400 2024.12.14 04:43:27.555708 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001702 sec., 8225.616921269095 rows/sec., 576.07 KiB/sec.
13401 2024.12.14 04:43:27.555762 [ 286 ] {aa309c83-3ee4-464c-b7da-bae36bc60f71} <Debug> TCPHandler: Processed in 0.002170276 sec.
13402 2024.12.14 04:43:27.555943 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13403 2024.12.14 04:43:27.556082 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13404 2024.12.14 04:43:27.556142 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13405 2024.12.14 04:43:27.556740 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13406 2024.12.14 04:43:27.556781 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13407 2024.12.14 04:43:27.557138 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13408 2024.12.14 04:43:27.557378 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13409 2024.12.14 04:43:27.557597 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec.
13410 2024.12.14 04:43:27.557654 [ 284 ] {185c01de-0ebe-4316-830b-ecba3bea0842} <Debug> TCPHandler: Processed in 0.001780687 sec.
13411 2024.12.14 04:43:27.557806 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13412 2024.12.14 04:43:27.557946 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13413 2024.12.14 04:43:27.558005 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13414 2024.12.14 04:43:27.558806 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2024.12.14 04:43:27.558847 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13416 2024.12.14 04:43:27.559234 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13417 2024.12.14 04:43:27.559472 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13418 2024.12.14 04:43:27.559688 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001774 sec., 232243.5174746336 rows/sec., 16.56 MiB/sec.
13419 2024.12.14 04:43:27.559743 [ 286 ] {a87d7789-045a-4847-ba1c-9523c0d822f3} <Debug> TCPHandler: Processed in 0.002006122 sec.
13420 2024.12.14 04:43:27.559916 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13421 2024.12.14 04:43:27.560062 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13422 2024.12.14 04:43:27.560123 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13423 2024.12.14 04:43:27.560641 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13424 2024.12.14 04:43:27.560681 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13425 2024.12.14 04:43:27.561062 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13426 2024.12.14 04:43:27.561297 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13427 2024.12.14 04:43:27.561505 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
13428 2024.12.14 04:43:27.561560 [ 284 ] {6a2a8b30-f330-41b6-9482-53271a0839f6} <Debug> TCPHandler: Processed in 0.001712614 sec.
13429 2024.12.14 04:43:27.561710 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13430 2024.12.14 04:43:27.561849 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13431 2024.12.14 04:43:27.561914 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13432 2024.12.14 04:43:27.562561 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13433 2024.12.14 04:43:27.562601 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13434 2024.12.14 04:43:27.563007 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13435 2024.12.14 04:43:27.563254 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13436 2024.12.14 04:43:27.563466 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec.
13437 2024.12.14 04:43:27.563522 [ 286 ] {fca623a1-ebc9-4e84-8830-ff088eb02507} <Debug> TCPHandler: Processed in 0.001880578 sec.
13438 2024.12.14 04:43:27.563675 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13439 2024.12.14 04:43:27.563794 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13440 2024.12.14 04:43:27.563847 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13441 2024.12.14 04:43:27.564315 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13442 2024.12.14 04:43:27.564355 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13443 2024.12.14 04:43:27.564719 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
13444 2024.12.14 04:43:27.564953 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13445 2024.12.14 04:43:27.565160 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec.
13446 2024.12.14 04:43:27.565213 [ 284 ] {2da86aac-b9c5-44d9-bba0-5453a1ae9784} <Debug> TCPHandler: Processed in 0.001597102 sec.
13447 2024.12.14 04:43:27.565361 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13448 2024.12.14 04:43:27.565500 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13449 2024.12.14 04:43:27.565596 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13450 2024.12.14 04:43:27.567253 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13451 2024.12.14 04:43:27.567294 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13452 2024.12.14 04:43:27.567954 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13453 2024.12.14 04:43:27.568216 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13454 2024.12.14 04:43:27.568453 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002983 sec., 10056.989607777405 rows/sec., 18.02 MiB/sec.
13455 2024.12.14 04:43:27.568561 [ 286 ] {59c8afbc-ee42-43b0-8e11-03d18352cfa8} <Debug> TCPHandler: Processed in 0.003268845 sec.
13456 2024.12.14 04:43:27.568717 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13457 2024.12.14 04:43:27.568855 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13458 2024.12.14 04:43:27.568915 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13459 2024.12.14 04:43:27.569452 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13460 2024.12.14 04:43:27.569491 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13461 2024.12.14 04:43:27.569856 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13462 2024.12.14 04:43:27.570083 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13463 2024.12.14 04:43:27.570299 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec.
13464 2024.12.14 04:43:27.570355 [ 284 ] {d4dee907-c9a6-4f9e-a4ea-54ae02a37ca2} <Debug> TCPHandler: Processed in 0.001701875 sec.
13465 2024.12.14 04:43:29.009075 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
13466 2024.12.14 04:43:29.009130 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
13467 2024.12.14 04:43:29.222474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
13468 2024.12.14 04:43:29.223165 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13469 2024.12.14 04:43:29.223219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13470 2024.12.14 04:43:29.223753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13471 2024.12.14 04:43:29.224011 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13472 2024.12.14 04:43:29.224230 [ 106 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13473 2024.12.14 04:43:29.224270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
13474 2024.12.14 04:43:29.224313 [ 106 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13475 2024.12.14 04:43:29.224346 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13476 2024.12.14 04:43:29.224555 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
13477 2024.12.14 04:43:29.224891 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13478 2024.12.14 04:43:29.225011 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part
13479 2024.12.14 04:43:29.225349 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
13480 2024.12.14 04:43:29.225809 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
13481 2024.12.14 04:43:29.226219 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
13482 2024.12.14 04:43:29.226498 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
13483 2024.12.14 04:43:29.226651 [ 193 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
13484 2024.12.14 04:43:29.229498 [ 190 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.005068152 sec., 5969828.844912307 rows/sec., 85.40 MiB/sec.
13485 2024.12.14 04:43:29.229994 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13486 2024.12.14 04:43:29.230409 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13487 2024.12.14 04:43:29.230511 [ 191 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_66_13} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13488 2024.12.14 04:43:29.230638 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
13489 2024.12.14 04:43:31.381912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13490 2024.12.14 04:43:31.404161 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13491 2024.12.14 04:43:31.404228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13492 2024.12.14 04:43:31.411676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13493 2024.12.14 04:43:31.412453 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13494 2024.12.14 04:43:31.412927 [ 104 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13495 2024.12.14 04:43:31.413110 [ 104 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13496 2024.12.14 04:43:31.413219 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13497 2024.12.14 04:43:31.414023 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
13498 2024.12.14 04:43:31.428655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13499 2024.12.14 04:43:31.430491 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13500 2024.12.14 04:43:31.432227 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
13501 2024.12.14 04:43:31.438286 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
13502 2024.12.14 04:43:31.444193 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
13503 2024.12.14 04:43:31.449888 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
13504 2024.12.14 04:43:31.455943 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
13505 2024.12.14 04:43:31.461745 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
13506 2024.12.14 04:43:31.528701 [ 190 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.115190032 sec., 4323.290751408073 rows/sec., 22.35 MiB/sec.
13507 2024.12.14 04:43:31.532635 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13508 2024.12.14 04:43:31.537324 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13509 2024.12.14 04:43:31.537455 [ 199 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_66_13} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13510 2024.12.14 04:43:31.539817 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
13511 2024.12.14 04:43:32.540764 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13512 2024.12.14 04:43:32.540981 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13513 2024.12.14 04:43:32.541061 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13514 2024.12.14 04:43:32.541910 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13515 2024.12.14 04:43:32.541961 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13516 2024.12.14 04:43:32.542400 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13517 2024.12.14 04:43:32.542650 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13518 2024.12.14 04:43:32.542901 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001977 sec., 40465.351542741526 rows/sec., 3.30 MiB/sec.
13519 2024.12.14 04:43:32.542968 [ 284 ] {ba12eb2f-ca20-4d6b-99bb-e3a0d97033b5} <Debug> TCPHandler: Processed in 0.002338071 sec.
13520 2024.12.14 04:43:32.543238 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13521 2024.12.14 04:43:32.543456 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13522 2024.12.14 04:43:32.543539 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13523 2024.12.14 04:43:32.544306 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13524 2024.12.14 04:43:32.544360 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13525 2024.12.14 04:43:32.544799 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13526 2024.12.14 04:43:32.545064 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13527 2024.12.14 04:43:32.545345 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001943 sec., 6176.016469377251 rows/sec., 464.41 KiB/sec.
13528 2024.12.14 04:43:32.545469 [ 286 ] {02c70f9d-b2b1-4bf6-9f4d-88195d030d2b} <Debug> TCPHandler: Processed in 0.002376222 sec.
13529 2024.12.14 04:43:32.545677 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13530 2024.12.14 04:43:32.545841 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13531 2024.12.14 04:43:32.545901 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13532 2024.12.14 04:43:32.546601 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13533 2024.12.14 04:43:32.546641 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13534 2024.12.14 04:43:32.547021 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13535 2024.12.14 04:43:32.547260 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13536 2024.12.14 04:43:32.547476 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001666 sec., 45618.24729891957 rows/sec., 3.56 MiB/sec.
13537 2024.12.14 04:43:32.547533 [ 284 ] {46907c19-7e6f-464a-b6d5-88170215ef8d} <Debug> TCPHandler: Processed in 0.001950721 sec.
13538 2024.12.14 04:43:32.547715 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13539 2024.12.14 04:43:32.547898 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13540 2024.12.14 04:43:32.547978 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13541 2024.12.14 04:43:32.548741 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13542 2024.12.14 04:43:32.548782 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13543 2024.12.14 04:43:32.549199 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13544 2024.12.14 04:43:32.549446 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13545 2024.12.14 04:43:32.549685 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001834 sec., 87241.00327153763 rows/sec., 6.08 MiB/sec.
13546 2024.12.14 04:43:32.549746 [ 286 ] {4efab4f8-43e1-47f0-8f7a-3b8ff49a09ac} <Debug> TCPHandler: Processed in 0.002114055 sec.
13547 2024.12.14 04:43:32.549924 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13548 2024.12.14 04:43:32.550065 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13549 2024.12.14 04:43:32.550163 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13550 2024.12.14 04:43:32.551385 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13551 2024.12.14 04:43:32.551426 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13552 2024.12.14 04:43:32.552050 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13553 2024.12.14 04:43:32.552306 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13554 2024.12.14 04:43:32.552597 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002558 sec., 4691.164972634871 rows/sec., 8.41 MiB/sec.
13555 2024.12.14 04:43:32.552928 [ 284 ] {561c5008-32b5-4081-a74b-b7847ca1f9ff} <Debug> TCPHandler: Processed in 0.00306586 sec.
13556 2024.12.14 04:43:32.553226 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13557 2024.12.14 04:43:32.553465 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13558 2024.12.14 04:43:32.553528 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13559 2024.12.14 04:43:32.554035 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13560 2024.12.14 04:43:32.554075 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13561 2024.12.14 04:43:32.554468 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13562 2024.12.14 04:43:32.554712 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13563 2024.12.14 04:43:32.554935 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec.
13564 2024.12.14 04:43:32.554989 [ 286 ] {99f250f8-d678-443e-9f6c-44fe752d1cef} <Debug> TCPHandler: Processed in 0.001946381 sec.
13565 2024.12.14 04:43:33.820575 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13566 2024.12.14 04:43:33.820783 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13567 2024.12.14 04:43:33.820864 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13568 2024.12.14 04:43:33.821678 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13569 2024.12.14 04:43:33.821729 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13570 2024.12.14 04:43:33.822150 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13571 2024.12.14 04:43:33.822399 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13572 2024.12.14 04:43:33.822567 [ 102 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13573 2024.12.14 04:43:33.822606 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
13574 2024.12.14 04:43:33.822616 [ 102 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13575 2024.12.14 04:43:33.822658 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13576 2024.12.14 04:43:33.822683 [ 284 ] {302ebd73-865c-4894-a95a-d8b9041d6e59} <Debug> TCPHandler: Processed in 0.002237659 sec.
13577 2024.12.14 04:43:33.822801 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
13578 2024.12.14 04:43:33.822926 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13579 2024.12.14 04:43:33.822960 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part
13580 2024.12.14 04:43:33.823008 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13581 2024.12.14 04:43:33.823045 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
13582 2024.12.14 04:43:33.823292 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
13583 2024.12.14 04:43:33.823610 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
13584 2024.12.14 04:43:33.823692 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13585 2024.12.14 04:43:33.823770 [ 186 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
13586 2024.12.14 04:43:33.824056 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13587 2024.12.14 04:43:33.826388 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13588 2024.12.14 04:43:33.826487 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13589 2024.12.14 04:43:33.826568 [ 189 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003821839 sec., 18315.789859279786 rows/sec., 1.36 MiB/sec.
13590 2024.12.14 04:43:33.826819 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13591 2024.12.14 04:43:33.827018 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
13592 2024.12.14 04:43:33.827279 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13593 2024.12.14 04:43:33.827335 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13594 2024.12.14 04:43:33.827415 [ 187 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_45_11} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13595 2024.12.14 04:43:33.827662 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13596 2024.12.14 04:43:33.827780 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.004345 sec., 1841.1967779056388 rows/sec., 150.14 KiB/sec.
13597 2024.12.14 04:43:33.828009 [ 286 ] {bf509f3b-813d-4f44-9c5e-8780d8de43bb} <Debug> TCPHandler: Processed in 0.005155144 sec.
13598 2024.12.14 04:43:33.828235 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13599 2024.12.14 04:43:33.828375 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13600 2024.12.14 04:43:33.828434 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13601 2024.12.14 04:43:33.829898 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13602 2024.12.14 04:43:33.829939 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13603 2024.12.14 04:43:33.830416 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13604 2024.12.14 04:43:33.830664 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13605 2024.12.14 04:43:33.830805 [ 102 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13606 2024.12.14 04:43:33.830836 [ 102 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13607 2024.12.14 04:43:33.830858 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.00251 sec., 560557.7689243028 rows/sec., 46.90 MiB/sec.
13608 2024.12.14 04:43:33.830862 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13609 2024.12.14 04:43:33.830971 [ 284 ] {f3647967-01cd-4f40-8d64-488f94666072} <Debug> TCPHandler: Processed in 0.002830004 sec.
13610 2024.12.14 04:43:33.831071 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13611 2024.12.14 04:43:33.831178 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13612 2024.12.14 04:43:33.831255 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13613 2024.12.14 04:43:33.831324 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1437 rows starting from the beginning of the part
13614 2024.12.14 04:43:33.831428 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13615 2024.12.14 04:43:33.831593 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 263 rows starting from the beginning of the part
13616 2024.12.14 04:43:33.831653 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13617 2024.12.14 04:43:33.831883 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part
13618 2024.12.14 04:43:33.832211 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 263 rows starting from the beginning of the part
13619 2024.12.14 04:43:33.832472 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 80 rows starting from the beginning of the part
13620 2024.12.14 04:43:33.832739 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1407 rows starting from the beginning of the part
13621 2024.12.14 04:43:33.834302 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13622 2024.12.14 04:43:33.834396 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13623 2024.12.14 04:43:33.835432 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13624 2024.12.14 04:43:33.835790 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13625 2024.12.14 04:43:33.835984 [ 102 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13626 2024.12.14 04:43:33.836063 [ 102 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13627 2024.12.14 04:43:33.836062 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.004703 sec., 9568.36062088029 rows/sec., 695.41 KiB/sec.
13628 2024.12.14 04:43:33.836109 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13629 2024.12.14 04:43:33.836444 [ 286 ] {e4d0fb1d-66c0-416e-bc53-26cb1dcf3856} <Debug> TCPHandler: Processed in 0.005345459 sec.
13630 2024.12.14 04:43:33.836770 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13631 2024.12.14 04:43:33.836802 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13632 2024.12.14 04:43:33.837359 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3532 rows, containing 5 columns (5 merged, 0 gathered) in 0.006386997 sec., 552998.537497356 rows/sec., 48.71 MiB/sec.
13633 2024.12.14 04:43:33.837403 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13634 2024.12.14 04:43:33.837416 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13635 2024.12.14 04:43:33.837473 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 67 rows starting from the beginning of the part
13636 2024.12.14 04:43:33.837542 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13637 2024.12.14 04:43:33.837801 [ 197 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13638 2024.12.14 04:43:33.837989 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 37 rows starting from the beginning of the part
13639 2024.12.14 04:43:33.838517 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part
13640 2024.12.14 04:43:33.839013 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 37 rows starting from the beginning of the part
13641 2024.12.14 04:43:33.839183 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13642 2024.12.14 04:43:33.839556 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 12 rows starting from the beginning of the part
13643 2024.12.14 04:43:33.839785 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_111_22} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13644 2024.12.14 04:43:33.840092 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 45 rows starting from the beginning of the part
13645 2024.12.14 04:43:33.840157 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
13646 2024.12.14 04:43:33.841308 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13647 2024.12.14 04:43:33.841381 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13648 2024.12.14 04:43:33.842482 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13649 2024.12.14 04:43:33.842862 [ 194 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.006588322 sec., 32481.715374567302 rows/sec., 2.44 MiB/sec.
13650 2024.12.14 04:43:33.843032 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13651 2024.12.14 04:43:33.843097 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13652 2024.12.14 04:43:33.843517 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006301 sec., 38406.60212664656 rows/sec., 2.60 MiB/sec.
13653 2024.12.14 04:43:33.843788 [ 284 ] {8819c5c4-355b-4dc4-8697-6c57a0959d31} <Debug> TCPHandler: Processed in 0.007203387 sec.
13654 2024.12.14 04:43:33.844054 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13655 2024.12.14 04:43:33.844082 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13656 2024.12.14 04:43:33.844384 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13657 2024.12.14 04:43:33.844522 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13658 2024.12.14 04:43:33.844524 [ 201 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_91_18} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13659 2024.12.14 04:43:33.844734 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13660 2024.12.14 04:43:33.845283 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13661 2024.12.14 04:43:33.845327 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13662 2024.12.14 04:43:33.845700 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13663 2024.12.14 04:43:33.845945 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13664 2024.12.14 04:43:33.846115 [ 102 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
13665 2024.12.14 04:43:33.846170 [ 102 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13666 2024.12.14 04:43:33.846209 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001923 sec., 6760.270410816433 rows/sec., 421.50 KiB/sec.
13667 2024.12.14 04:43:33.846218 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13668 2024.12.14 04:43:33.846404 [ 286 ] {13b4f862-ccac-43c9-bf3e-77f4889e8c28} <Debug> TCPHandler: Processed in 0.002476285 sec.
13669 2024.12.14 04:43:33.846526 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
13670 2024.12.14 04:43:33.846681 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13671 2024.12.14 04:43:33.847149 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13672 2024.12.14 04:43:33.847198 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13673 2024.12.14 04:43:33.847296 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part
13674 2024.12.14 04:43:33.847434 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13675 2024.12.14 04:43:33.847799 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
13676 2024.12.14 04:43:33.848325 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part
13677 2024.12.14 04:43:33.848894 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
13678 2024.12.14 04:43:33.849190 [ 194 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part
13679 2024.12.14 04:43:33.850491 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004153028 sec., 15651.23086095254 rows/sec., 1.01 MiB/sec.
13680 2024.12.14 04:43:33.850525 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13681 2024.12.14 04:43:33.850593 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13682 2024.12.14 04:43:33.850681 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
13683 2024.12.14 04:43:33.851189 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13684 2024.12.14 04:43:33.851282 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13685 2024.12.14 04:43:33.851308 [ 201 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_45_11} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
13686 2024.12.14 04:43:33.851457 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13687 2024.12.14 04:43:33.851642 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13688 2024.12.14 04:43:33.851791 [ 102 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13689 2024.12.14 04:43:33.851824 [ 102 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13690 2024.12.14 04:43:33.851844 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.004833 sec., 181253.87957790194 rows/sec., 13.14 MiB/sec.
13691 2024.12.14 04:43:33.851852 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13692 2024.12.14 04:43:33.851969 [ 284 ] {e927a04a-c372-488a-b543-279e329ceae0} <Debug> TCPHandler: Processed in 0.005431082 sec.
13693 2024.12.14 04:43:33.852089 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13694 2024.12.14 04:43:33.852173 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13695 2024.12.14 04:43:33.852260 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13696 2024.12.14 04:43:33.852352 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part
13697 2024.12.14 04:43:33.852394 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13698 2024.12.14 04:43:33.852606 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 412 rows starting from the beginning of the part
13699 2024.12.14 04:43:33.852630 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13700 2024.12.14 04:43:33.852916 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 80 rows starting from the beginning of the part
13701 2024.12.14 04:43:33.853220 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 412 rows starting from the beginning of the part
13702 2024.12.14 04:43:33.853669 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 76 rows starting from the beginning of the part
13703 2024.12.14 04:43:33.853978 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 876 rows starting from the beginning of the part
13704 2024.12.14 04:43:33.855080 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13705 2024.12.14 04:43:33.855158 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13706 2024.12.14 04:43:33.856029 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13707 2024.12.14 04:43:33.856505 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13708 2024.12.14 04:43:33.856753 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004438 sec., 1351.9603424966201 rows/sec., 70.63 KiB/sec.
13709 2024.12.14 04:43:33.856815 [ 286 ] {61f9c269-422c-4a8f-96c9-db16dab8d862} <Debug> TCPHandler: Processed in 0.004720813 sec.
13710 2024.12.14 04:43:33.857028 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13711 2024.12.14 04:43:33.857249 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005284318 sec., 524571.0042431209 rows/sec., 40.06 MiB/sec.
13712 2024.12.14 04:43:33.857272 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13713 2024.12.14 04:43:33.857352 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13714 2024.12.14 04:43:33.857509 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13715 2024.12.14 04:43:33.858064 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13716 2024.12.14 04:43:33.858197 [ 192 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_111_22} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13717 2024.12.14 04:43:33.858358 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
13718 2024.12.14 04:43:33.858639 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13719 2024.12.14 04:43:33.858682 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13720 2024.12.14 04:43:33.859139 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13721 2024.12.14 04:43:33.859385 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13722 2024.12.14 04:43:33.859533 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13723 2024.12.14 04:43:33.859573 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13724 2024.12.14 04:43:33.859583 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.002365 sec., 394503.1712473573 rows/sec., 26.22 MiB/sec.
13725 2024.12.14 04:43:33.859604 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13726 2024.12.14 04:43:33.859688 [ 284 ] {ca03e43f-70c1-4851-9b3b-d3437c64bf42} <Debug> TCPHandler: Processed in 0.002772882 sec.
13727 2024.12.14 04:43:33.859743 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13728 2024.12.14 04:43:33.859878 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13729 2024.12.14 04:43:33.859891 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13730 2024.12.14 04:43:33.859951 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 31509 rows starting from the beginning of the part
13731 2024.12.14 04:43:33.860267 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part
13732 2024.12.14 04:43:33.860302 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13733 2024.12.14 04:43:33.860470 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 162 rows starting from the beginning of the part
13734 2024.12.14 04:43:33.860577 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13735 2024.12.14 04:43:33.860813 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part
13736 2024.12.14 04:43:33.861188 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
13737 2024.12.14 04:43:33.861577 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 933 rows starting from the beginning of the part
13738 2024.12.14 04:43:33.862907 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13739 2024.12.14 04:43:33.862963 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13740 2024.12.14 04:43:33.863451 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
13741 2024.12.14 04:43:33.863707 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13742 2024.12.14 04:43:33.864117 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004023 sec., 248.5707183693761 rows/sec., 16.75 KiB/sec.
13743 2024.12.14 04:43:33.864288 [ 286 ] {5a14d0ad-a7f6-4fc6-bc18-d7dbff69bf87} <Debug> TCPHandler: Processed in 0.004496728 sec.
13744 2024.12.14 04:43:33.864502 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13745 2024.12.14 04:43:33.864662 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13746 2024.12.14 04:43:33.864770 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13747 2024.12.14 04:43:33.866263 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13748 2024.12.14 04:43:33.866301 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13749 2024.12.14 04:43:33.867052 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13750 2024.12.14 04:43:33.867348 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13751 2024.12.14 04:43:33.867621 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13752 2024.12.14 04:43:33.867678 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003046 sec., 9848.98227183191 rows/sec., 17.65 MiB/sec.
13753 2024.12.14 04:43:33.867708 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13754 2024.12.14 04:43:33.867822 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13755 2024.12.14 04:43:33.868420 [ 284 ] {fbee7c39-7a99-4c6f-b14d-69ea06c2dd7c} <Debug> TCPHandler: Processed in 0.004018575 sec.
13756 2024.12.14 04:43:33.868440 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13757 2024.12.14 04:43:33.868713 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13758 2024.12.14 04:43:33.869514 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13759 2024.12.14 04:43:33.869797 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13760 2024.12.14 04:43:33.871489 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13761 2024.12.14 04:43:33.871882 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1841 rows starting from the beginning of the part
13762 2024.12.14 04:43:33.872841 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 30 rows starting from the beginning of the part
13763 2024.12.14 04:43:33.873823 [ 196 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33238 rows, containing 5 columns (5 merged, 0 gathered) in 0.014124468 sec., 2353221.374426279 rows/sec., 158.95 MiB/sec.
13764 2024.12.14 04:43:33.874213 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part
13765 2024.12.14 04:43:33.874272 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13766 2024.12.14 04:43:33.874355 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13767 2024.12.14 04:43:33.874367 [ 191 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13768 2024.12.14 04:43:33.875259 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 30 rows starting from the beginning of the part
13769 2024.12.14 04:43:33.875554 [ 191 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13770 2024.12.14 04:43:33.876104 [ 191 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13771 2024.12.14 04:43:33.876297 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 12 rows starting from the beginning of the part
13772 2024.12.14 04:43:33.876392 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
13773 2024.12.14 04:43:33.876433 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13774 2024.12.14 04:43:33.876953 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 30 rows starting from the beginning of the part
13775 2024.12.14 04:43:33.877567 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13776 2024.12.14 04:43:33.877905 [ 99 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13777 2024.12.14 04:43:33.878010 [ 99 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13778 2024.12.14 04:43:33.878095 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13779 2024.12.14 04:43:33.878327 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.009045 sec., 4201.216141514649 rows/sec., 254.48 KiB/sec.
13780 2024.12.14 04:43:33.878491 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13781 2024.12.14 04:43:33.878522 [ 286 ] {1ecabe19-1458-4c3d-bb1e-546d90029703} <Debug> TCPHandler: Processed in 0.00996568 sec.
13782 2024.12.14 04:43:33.878832 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13783 2024.12.14 04:43:33.878887 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6372 rows starting from the beginning of the part
13784 2024.12.14 04:43:33.879245 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part
13785 2024.12.14 04:43:33.879545 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
13786 2024.12.14 04:43:33.879915 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part
13787 2024.12.14 04:43:33.880278 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
13788 2024.12.14 04:43:33.880525 [ 199 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 38 rows starting from the beginning of the part
13789 2024.12.14 04:43:33.883808 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6694 rows, containing 4 columns (4 merged, 0 gathered) in 0.005568025 sec., 1202221.613588301 rows/sec., 78.44 MiB/sec.
13790 2024.12.14 04:43:33.884846 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13791 2024.12.14 04:43:33.885340 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13792 2024.12.14 04:43:33.885450 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_111_22} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13793 2024.12.14 04:43:33.885542 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13794 2024.12.14 04:43:33.890983 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 19 columns (19 merged, 0 gathered) in 0.022958358 sec., 85154.17348226732 rows/sec., 152.59 MiB/sec.
13795 2024.12.14 04:43:33.892989 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13796 2024.12.14 04:43:33.893439 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13797 2024.12.14 04:43:33.893528 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13798 2024.12.14 04:43:33.893692 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.40 MiB.
13799 2024.12.14 04:43:34.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.29 MiB, peak 278.68 MiB, free memory in arenas 0.00 B, will set to 265.13 MiB (RSS), difference: 3.84 MiB
13800 2024.12.14 04:43:34.392500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1946
13801 2024.12.14 04:43:34.396065 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13802 2024.12.14 04:43:34.396120 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
13803 2024.12.14 04:43:34.397620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13804 2024.12.14 04:43:34.397945 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13805 2024.12.14 04:43:34.399485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1946
13806 2024.12.14 04:43:36.724422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
13807 2024.12.14 04:43:36.725099 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13808 2024.12.14 04:43:36.725156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13809 2024.12.14 04:43:36.725710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13810 2024.12.14 04:43:36.725981 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13811 2024.12.14 04:43:36.726244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
13812 2024.12.14 04:43:37.538369 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13813 2024.12.14 04:43:37.538555 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13814 2024.12.14 04:43:37.538626 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13815 2024.12.14 04:43:37.539398 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13816 2024.12.14 04:43:37.539448 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13817 2024.12.14 04:43:37.539884 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13818 2024.12.14 04:43:37.540134 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13819 2024.12.14 04:43:37.540337 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.35 MiB/sec.
13820 2024.12.14 04:43:37.540401 [ 284 ] {495e1c4a-8d57-4eee-9f86-8ce6e1f44a74} <Debug> TCPHandler: Processed in 0.002159016 sec.
13821 2024.12.14 04:43:37.540659 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13822 2024.12.14 04:43:37.540851 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13823 2024.12.14 04:43:37.540926 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13824 2024.12.14 04:43:37.541713 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13825 2024.12.14 04:43:37.541758 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13826 2024.12.14 04:43:37.542217 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13827 2024.12.14 04:43:37.542480 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13828 2024.12.14 04:43:37.542718 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec.
13829 2024.12.14 04:43:37.542787 [ 286 ] {487f2bec-5e64-4e9c-b45a-f1d731a91241} <Debug> TCPHandler: Processed in 0.002262909 sec.
13830 2024.12.14 04:43:37.542953 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13831 2024.12.14 04:43:37.543101 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13832 2024.12.14 04:43:37.543165 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13833 2024.12.14 04:43:37.543812 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13834 2024.12.14 04:43:37.543849 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13835 2024.12.14 04:43:37.544257 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13836 2024.12.14 04:43:37.544505 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13837 2024.12.14 04:43:37.544688 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001626 sec., 72570.72570725706 rows/sec., 5.06 MiB/sec.
13838 2024.12.14 04:43:37.544744 [ 284 ] {f1be496b-1674-4f1c-8679-de1e197b2050} <Debug> TCPHandler: Processed in 0.001861138 sec.
13839 2024.12.14 04:43:37.544911 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13840 2024.12.14 04:43:37.545059 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13841 2024.12.14 04:43:37.545124 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13842 2024.12.14 04:43:37.545713 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13843 2024.12.14 04:43:37.545753 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13844 2024.12.14 04:43:37.546160 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13845 2024.12.14 04:43:37.546411 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13846 2024.12.14 04:43:37.546620 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001598 sec., 27534.41802252816 rows/sec., 1.85 MiB/sec.
13847 2024.12.14 04:43:37.546673 [ 286 ] {eb36a98b-efb3-4adb-a7c2-649288d9757b} <Debug> TCPHandler: Processed in 0.001829408 sec.
13848 2024.12.14 04:43:38.928738 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13849 2024.12.14 04:43:38.948680 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13850 2024.12.14 04:43:38.948747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13851 2024.12.14 04:43:38.955825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13852 2024.12.14 04:43:38.956571 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13853 2024.12.14 04:43:38.959218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13854 2024.12.14 04:43:42.541234 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13855 2024.12.14 04:43:42.541461 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13856 2024.12.14 04:43:42.541542 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13857 2024.12.14 04:43:42.542360 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13858 2024.12.14 04:43:42.542413 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13859 2024.12.14 04:43:42.542862 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13860 2024.12.14 04:43:42.543133 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13861 2024.12.14 04:43:42.543370 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001961 sec., 40795.5124936257 rows/sec., 3.33 MiB/sec.
13862 2024.12.14 04:43:42.543466 [ 284 ] {75f6bd58-f6d1-45e9-89cc-c40840af4933} <Debug> TCPHandler: Processed in 0.002370562 sec.
13863 2024.12.14 04:43:42.543750 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13864 2024.12.14 04:43:42.544014 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13865 2024.12.14 04:43:42.544096 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13866 2024.12.14 04:43:42.544948 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13867 2024.12.14 04:43:42.544997 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13868 2024.12.14 04:43:42.545453 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13869 2024.12.14 04:43:42.545722 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13870 2024.12.14 04:43:42.545984 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00203 sec., 5911.330049261083 rows/sec., 444.50 KiB/sec.
13871 2024.12.14 04:43:42.546075 [ 286 ] {c60c3e07-49ba-4fb4-868a-cff6716328f6} <Debug> TCPHandler: Processed in 0.002492196 sec.
13872 2024.12.14 04:43:42.546316 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13873 2024.12.14 04:43:42.546632 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13874 2024.12.14 04:43:42.546732 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13875 2024.12.14 04:43:42.547374 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13876 2024.12.14 04:43:42.547416 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13877 2024.12.14 04:43:42.547790 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13878 2024.12.14 04:43:42.548031 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13879 2024.12.14 04:43:42.548246 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00173 sec., 43930.63583815029 rows/sec., 3.43 MiB/sec.
13880 2024.12.14 04:43:42.548302 [ 284 ] {21906bd8-7487-4dc4-b6e8-ddbcdbe2e184} <Debug> TCPHandler: Processed in 0.002133665 sec.
13881 2024.12.14 04:43:42.548509 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13882 2024.12.14 04:43:42.548740 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13883 2024.12.14 04:43:42.548841 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13884 2024.12.14 04:43:42.549468 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13885 2024.12.14 04:43:42.549509 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13886 2024.12.14 04:43:42.549928 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13887 2024.12.14 04:43:42.550182 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13888 2024.12.14 04:43:42.550427 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec.
13889 2024.12.14 04:43:42.550519 [ 286 ] {564c203a-907c-4f63-ada0-aabad0fb95a6} <Debug> TCPHandler: Processed in 0.002123795 sec.
13890 2024.12.14 04:43:42.550706 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13891 2024.12.14 04:43:42.551044 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13892 2024.12.14 04:43:42.551294 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13893 2024.12.14 04:43:42.552489 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13894 2024.12.14 04:43:42.552528 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13895 2024.12.14 04:43:42.553163 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13896 2024.12.14 04:43:42.553421 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13897 2024.12.14 04:43:42.553670 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002745 sec., 4371.584699453552 rows/sec., 7.83 MiB/sec.
13898 2024.12.14 04:43:42.553786 [ 284 ] {3607c482-8a3f-431a-9a9c-86d7e62c5687} <Debug> TCPHandler: Processed in 0.003178783 sec.
13899 2024.12.14 04:43:42.553965 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13900 2024.12.14 04:43:42.554108 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13901 2024.12.14 04:43:42.554170 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13902 2024.12.14 04:43:42.554759 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13903 2024.12.14 04:43:42.554807 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13904 2024.12.14 04:43:42.555218 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13905 2024.12.14 04:43:42.555462 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13906 2024.12.14 04:43:42.555672 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec.
13907 2024.12.14 04:43:42.555725 [ 286 ] {da725613-6b4e-4c45-9904-5f1f79e8d642} <Debug> TCPHandler: Processed in 0.001840468 sec.
13908 2024.12.14 04:43:44.009179 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache
13909 2024.12.14 04:43:44.009237 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache
13910 2024.12.14 04:43:44.226376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
13911 2024.12.14 04:43:44.227039 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13912 2024.12.14 04:43:44.227090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13913 2024.12.14 04:43:44.227606 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13914 2024.12.14 04:43:44.227859 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13915 2024.12.14 04:43:44.228111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
13916 2024.12.14 04:43:44.399752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1966
13917 2024.12.14 04:43:44.402591 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13918 2024.12.14 04:43:44.402644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13919 2024.12.14 04:43:44.404113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13920 2024.12.14 04:43:44.404426 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13921 2024.12.14 04:43:44.406111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1966
13922 2024.12.14 04:43:45.504198 [ 84 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0
13923 2024.12.14 04:43:45.504296 [ 84 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13924 2024.12.14 04:43:45.504338 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13925 2024.12.14 04:43:45.504575 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full
13926 2024.12.14 04:43:45.504984 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13927 2024.12.14 04:43:45.505029 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part
13928 2024.12.14 04:43:45.505122 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
13929 2024.12.14 04:43:45.505364 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
13930 2024.12.14 04:43:45.505612 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
13931 2024.12.14 04:43:45.505816 [ 193 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13932 2024.12.14 04:43:45.507013 [ 187 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002566257 sec., 17535.266343160485 rows/sec., 1.15 MiB/sec.
13933 2024.12.14 04:43:45.507201 [ 187 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary)
13934 2024.12.14 04:43:45.507546 [ 187 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13935 2024.12.14 04:43:45.507640 [ 187 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_45_10} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10
13936 2024.12.14 04:43:45.507745 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13937 2024.12.14 04:43:45.872136 [ 84 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
13938 2024.12.14 04:43:45.872214 [ 84 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13939 2024.12.14 04:43:45.872243 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13940 2024.12.14 04:43:45.872531 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
13941 2024.12.14 04:43:45.872802 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13942 2024.12.14 04:43:45.872868 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
13943 2024.12.14 04:43:45.873052 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part
13944 2024.12.14 04:43:45.873262 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part
13945 2024.12.14 04:43:45.873494 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part
13946 2024.12.14 04:43:45.873677 [ 193 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
13947 2024.12.14 04:43:45.874834 [ 187 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002483035 sec., 14498.386047719825 rows/sec., 1.21 MiB/sec.
13948 2024.12.14 04:43:45.875032 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
13949 2024.12.14 04:43:45.875370 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13950 2024.12.14 04:43:45.875463 [ 188 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_29_7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
13951 2024.12.14 04:43:45.875570 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13952 2024.12.14 04:43:46.459286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
13953 2024.12.14 04:43:46.480359 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13954 2024.12.14 04:43:46.480425 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13955 2024.12.14 04:43:46.487700 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13956 2024.12.14 04:43:46.488494 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13957 2024.12.14 04:43:46.492721 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
13958 2024.12.14 04:43:47.546099 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13959 2024.12.14 04:43:47.546302 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13960 2024.12.14 04:43:47.546381 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13961 2024.12.14 04:43:47.547214 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13962 2024.12.14 04:43:47.547262 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13963 2024.12.14 04:43:47.547696 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13964 2024.12.14 04:43:47.547979 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13965 2024.12.14 04:43:47.548181 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec.
13966 2024.12.14 04:43:47.548248 [ 284 ] {aa5778a5-4ebd-4bfe-8477-79bf6a2ee86f} <Debug> TCPHandler: Processed in 0.0022864 sec.
13967 2024.12.14 04:43:47.548509 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13968 2024.12.14 04:43:47.548706 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13969 2024.12.14 04:43:47.548779 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13970 2024.12.14 04:43:47.549698 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13971 2024.12.14 04:43:47.549752 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13972 2024.12.14 04:43:47.550218 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13973 2024.12.14 04:43:47.550476 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13974 2024.12.14 04:43:47.550709 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002058 sec., 127793.97473275024 rows/sec., 11.24 MiB/sec.
13975 2024.12.14 04:43:47.550777 [ 286 ] {259ffd0c-9215-4ae0-9a03-deafd95872d5} <Debug> TCPHandler: Processed in 0.002403992 sec.
13976 2024.12.14 04:43:47.550951 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13977 2024.12.14 04:43:47.551099 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13978 2024.12.14 04:43:47.551160 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13979 2024.12.14 04:43:47.551876 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13980 2024.12.14 04:43:47.551923 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13981 2024.12.14 04:43:47.552313 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13982 2024.12.14 04:43:47.552551 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13983 2024.12.14 04:43:47.552728 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001666 sec., 22208.88355342137 rows/sec., 1.59 MiB/sec.
13984 2024.12.14 04:43:47.552784 [ 284 ] {e1ffb64a-f6fb-4bac-b4b9-85f60fdd3246} <Debug> TCPHandler: Processed in 0.00189912 sec.
13985 2024.12.14 04:43:47.552931 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13986 2024.12.14 04:43:47.553058 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13987 2024.12.14 04:43:47.553119 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13988 2024.12.14 04:43:47.553818 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13989 2024.12.14 04:43:47.553867 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13990 2024.12.14 04:43:47.554268 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13991 2024.12.14 04:43:47.554511 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13992 2024.12.14 04:43:47.554741 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001714 sec., 8168.028004667444 rows/sec., 572.04 KiB/sec.
13993 2024.12.14 04:43:47.554798 [ 286 ] {ae1a247b-de58-4e72-883f-8397e1ec4568} <Debug> TCPHandler: Processed in 0.00192481 sec.
13994 2024.12.14 04:43:47.554938 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13995 2024.12.14 04:43:47.555055 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13996 2024.12.14 04:43:47.555105 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13997 2024.12.14 04:43:47.555682 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13998 2024.12.14 04:43:47.555719 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
13999 2024.12.14 04:43:47.556075 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
14000 2024.12.14 04:43:47.556321 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14001 2024.12.14 04:43:47.556506 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
14002 2024.12.14 04:43:47.556605 [ 284 ] {8b4355a7-d1e8-4b22-8805-daf2f0e7f16b} <Debug> TCPHandler: Processed in 0.001720774 sec.
14003 2024.12.14 04:43:47.556795 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14004 2024.12.14 04:43:47.556912 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14005 2024.12.14 04:43:47.556961 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14006 2024.12.14 04:43:47.557707 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14007 2024.12.14 04:43:47.557748 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14008 2024.12.14 04:43:47.558141 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14009 2024.12.14 04:43:47.558399 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14010 2024.12.14 04:43:47.558630 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001739 sec., 236917.76883266243 rows/sec., 16.89 MiB/sec.
14011 2024.12.14 04:43:47.558693 [ 286 ] {682e957d-d443-4138-a459-8652cab165c7} <Debug> TCPHandler: Processed in 0.002000242 sec.
14012 2024.12.14 04:43:47.558863 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14013 2024.12.14 04:43:47.559184 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14014 2024.12.14 04:43:47.559347 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14015 2024.12.14 04:43:47.560138 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14016 2024.12.14 04:43:47.560177 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14017 2024.12.14 04:43:47.560540 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
14018 2024.12.14 04:43:47.560791 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14019 2024.12.14 04:43:47.560981 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001915 sec., 3133.159268929504 rows/sec., 163.70 KiB/sec.
14020 2024.12.14 04:43:47.561103 [ 284 ] {ec533760-174a-4f62-8ce5-8dca37958333} <Debug> TCPHandler: Processed in 0.00231411 sec.
14021 2024.12.14 04:43:47.561300 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14022 2024.12.14 04:43:47.561437 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14023 2024.12.14 04:43:47.561497 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14024 2024.12.14 04:43:47.562169 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14025 2024.12.14 04:43:47.562208 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14026 2024.12.14 04:43:47.562610 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14027 2024.12.14 04:43:47.562848 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14028 2024.12.14 04:43:47.563061 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec.
14029 2024.12.14 04:43:47.563115 [ 286 ] {3aa7f360-9af4-4a1c-8bcc-4ccfb0380785} <Debug> TCPHandler: Processed in 0.0019283 sec.
14030 2024.12.14 04:43:47.563265 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14031 2024.12.14 04:43:47.563404 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14032 2024.12.14 04:43:47.563464 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14033 2024.12.14 04:43:47.564014 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14034 2024.12.14 04:43:47.564059 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14035 2024.12.14 04:43:47.564423 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
14036 2024.12.14 04:43:47.564656 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14037 2024.12.14 04:43:47.564829 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
14038 2024.12.14 04:43:47.564880 [ 284 ] {1a8cafef-3661-4ce6-be1e-e8ecf59c3b81} <Debug> TCPHandler: Processed in 0.001682924 sec.
14039 2024.12.14 04:43:47.565015 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14040 2024.12.14 04:43:47.565146 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14041 2024.12.14 04:43:47.565238 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14042 2024.12.14 04:43:47.566539 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14043 2024.12.14 04:43:47.566577 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14044 2024.12.14 04:43:47.567231 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
14045 2024.12.14 04:43:47.567496 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14046 2024.12.14 04:43:47.567727 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00261 sec., 11494.252873563219 rows/sec., 20.60 MiB/sec.
14047 2024.12.14 04:43:47.567836 [ 286 ] {2cb82b34-f1c7-4a9d-9030-405ebf80fb8f} <Debug> TCPHandler: Processed in 0.002875265 sec.
14048 2024.12.14 04:43:47.567991 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14049 2024.12.14 04:43:47.568127 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14050 2024.12.14 04:43:47.568187 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14051 2024.12.14 04:43:47.568747 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14052 2024.12.14 04:43:47.568791 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14053 2024.12.14 04:43:47.569211 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14054 2024.12.14 04:43:47.569444 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14055 2024.12.14 04:43:47.569626 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec.
14056 2024.12.14 04:43:47.569678 [ 284 ] {6e94adfc-b480-4524-9b45-d780c2eb54b6} <Debug> TCPHandler: Processed in 0.001751076 sec.
14057 2024.12.14 04:43:51.728243 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
14058 2024.12.14 04:43:51.728888 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14059 2024.12.14 04:43:51.728936 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14060 2024.12.14 04:43:51.729459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14061 2024.12.14 04:43:51.729714 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14062 2024.12.14 04:43:51.729976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
14063 2024.12.14 04:43:52.540872 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14064 2024.12.14 04:43:52.541058 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14065 2024.12.14 04:43:52.541130 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14066 2024.12.14 04:43:52.541866 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14067 2024.12.14 04:43:52.541917 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14068 2024.12.14 04:43:52.542328 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
14069 2024.12.14 04:43:52.542573 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14070 2024.12.14 04:43:52.542827 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001819 sec., 1099.5052226498076 rows/sec., 89.66 KiB/sec.
14071 2024.12.14 04:43:52.542894 [ 284 ] {285d8cf4-e801-476c-93f9-7805ad63636a} <Debug> TCPHandler: Processed in 0.002148806 sec.
14072 2024.12.14 04:43:52.543158 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14073 2024.12.14 04:43:52.543357 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14074 2024.12.14 04:43:52.543431 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14075 2024.12.14 04:43:52.544214 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14076 2024.12.14 04:43:52.544258 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14077 2024.12.14 04:43:52.544700 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14078 2024.12.14 04:43:52.544974 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14079 2024.12.14 04:43:52.545213 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001909 sec., 42430.59193294919 rows/sec., 3.46 MiB/sec.
14080 2024.12.14 04:43:52.545281 [ 286 ] {6981576a-385b-48f0-9aef-1928bddad735} <Debug> TCPHandler: Processed in 0.002263049 sec.
14081 2024.12.14 04:43:52.545444 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14082 2024.12.14 04:43:52.545591 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14083 2024.12.14 04:43:52.545653 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14084 2024.12.14 04:43:52.546386 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14085 2024.12.14 04:43:52.546428 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14086 2024.12.14 04:43:52.546802 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14087 2024.12.14 04:43:52.547046 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14088 2024.12.14 04:43:52.547297 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001735 sec., 8069.164265129683 rows/sec., 600.57 KiB/sec.
14089 2024.12.14 04:43:52.547374 [ 284 ] {4e3ea11d-db11-4453-889e-69e499da3653} <Debug> TCPHandler: Processed in 0.001992361 sec.
14090 2024.12.14 04:43:52.547640 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14091 2024.12.14 04:43:52.548120 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14092 2024.12.14 04:43:52.548283 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14093 2024.12.14 04:43:52.548921 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14094 2024.12.14 04:43:52.548961 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14095 2024.12.14 04:43:52.549328 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14096 2024.12.14 04:43:52.549572 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14097 2024.12.14 04:43:52.549798 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001852 sec., 42116.63066954644 rows/sec., 3.29 MiB/sec.
14098 2024.12.14 04:43:52.549859 [ 286 ] {2b645c49-f123-4445-9938-971d61654bc7} <Debug> TCPHandler: Processed in 0.002361011 sec.
14099 2024.12.14 04:43:52.550079 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14100 2024.12.14 04:43:52.550297 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14101 2024.12.14 04:43:52.550362 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14102 2024.12.14 04:43:52.551038 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14103 2024.12.14 04:43:52.551085 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14104 2024.12.14 04:43:52.551504 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14105 2024.12.14 04:43:52.551736 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14106 2024.12.14 04:43:52.551955 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001696 sec., 94929.24528301887 rows/sec., 6.61 MiB/sec.
14107 2024.12.14 04:43:52.552013 [ 284 ] {64ea5898-6be0-440e-9472-baa48870e11d} <Debug> TCPHandler: Processed in 0.002054473 sec.
14108 2024.12.14 04:43:52.552152 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14109 2024.12.14 04:43:52.552275 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14110 2024.12.14 04:43:52.552370 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14111 2024.12.14 04:43:52.553672 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14112 2024.12.14 04:43:52.553711 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14113 2024.12.14 04:43:52.554339 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14114 2024.12.14 04:43:52.554608 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14115 2024.12.14 04:43:52.554844 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002599 sec., 4617.16044632551 rows/sec., 8.27 MiB/sec.
14116 2024.12.14 04:43:52.554958 [ 286 ] {6cbf1f79-cded-4034-b27d-1e37f2c30255} <Debug> TCPHandler: Processed in 0.002861154 sec.
14117 2024.12.14 04:43:52.555120 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14118 2024.12.14 04:43:52.555264 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14119 2024.12.14 04:43:52.555324 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14120 2024.12.14 04:43:52.555913 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14121 2024.12.14 04:43:52.555961 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14122 2024.12.14 04:43:52.556385 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14123 2024.12.14 04:43:52.556626 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14124 2024.12.14 04:43:52.556849 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec.
14125 2024.12.14 04:43:52.556901 [ 284 ] {7ff22de2-3a2b-48d2-a32f-ba68e9c1aac4} <Debug> TCPHandler: Processed in 0.001849328 sec.
14126 2024.12.14 04:43:53.992792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
14127 2024.12.14 04:43:54.015139 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14128 2024.12.14 04:43:54.015191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14129 2024.12.14 04:43:54.022662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14130 2024.12.14 04:43:54.023437 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14131 2024.12.14 04:43:54.026501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
14132 2024.12.14 04:43:54.406285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2002
14133 2024.12.14 04:43:54.409588 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14134 2024.12.14 04:43:54.409638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14135 2024.12.14 04:43:54.411176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14136 2024.12.14 04:43:54.411486 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14137 2024.12.14 04:43:54.411664 [ 74 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14138 2024.12.14 04:43:54.411737 [ 74 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14139 2024.12.14 04:43:54.411784 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14140 2024.12.14 04:43:54.413041 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
14141 2024.12.14 04:43:54.413706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2002
14142 2024.12.14 04:43:54.414182 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14143 2024.12.14 04:43:54.414354 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1832 rows starting from the beginning of the part
14144 2024.12.14 04:43:54.414859 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part
14145 2024.12.14 04:43:54.415358 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part
14146 2024.12.14 04:43:54.415871 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part
14147 2024.12.14 04:43:54.416361 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part
14148 2024.12.14 04:43:54.416820 [ 188 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part
14149 2024.12.14 04:43:54.425850 [ 191 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 72 columns (72 merged, 0 gathered) in 0.013873242 sec., 144306.57232101914 rows/sec., 109.60 MiB/sec.
14150 2024.12.14 04:43:54.427748 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14151 2024.12.14 04:43:54.428526 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14152 2024.12.14 04:43:54.428614 [ 190 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_51_10} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14153 2024.12.14 04:43:54.428908 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB.
14154 2024.12.14 04:43:57.545988 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14155 2024.12.14 04:43:57.546192 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14156 2024.12.14 04:43:57.546265 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14157 2024.12.14 04:43:57.547828 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14158 2024.12.14 04:43:57.547874 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14159 2024.12.14 04:43:57.548303 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
14160 2024.12.14 04:43:57.548567 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14161 2024.12.14 04:43:57.548770 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002629 sec., 5325.218714340053 rows/sec., 383.34 KiB/sec.
14162 2024.12.14 04:43:57.548836 [ 284 ] {bd2a897d-237e-4c88-8cd7-b943028d99ea} <Debug> TCPHandler: Processed in 0.002979647 sec.
14163 2024.12.14 04:43:57.549116 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14164 2024.12.14 04:43:57.549335 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14165 2024.12.14 04:43:57.549419 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14166 2024.12.14 04:43:57.550339 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14167 2024.12.14 04:43:57.550394 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14168 2024.12.14 04:43:57.550866 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14169 2024.12.14 04:43:57.551137 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14170 2024.12.14 04:43:57.551332 [ 70 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14171 2024.12.14 04:43:57.551398 [ 70 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14172 2024.12.14 04:43:57.551406 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002124 sec., 123822.97551789077 rows/sec., 10.90 MiB/sec.
14173 2024.12.14 04:43:57.551440 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14174 2024.12.14 04:43:57.551591 [ 286 ] {45d844d4-cd83-4bf8-871a-1569edea8353} <Debug> TCPHandler: Processed in 0.002621558 sec.
14175 2024.12.14 04:43:57.551670 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14176 2024.12.14 04:43:57.551785 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14177 2024.12.14 04:43:57.551805 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14178 2024.12.14 04:43:57.551842 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1437 rows starting from the beginning of the part
14179 2024.12.14 04:43:57.551942 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14180 2024.12.14 04:43:57.551953 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part
14181 2024.12.14 04:43:57.552086 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14182 2024.12.14 04:43:57.552329 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 80 rows starting from the beginning of the part
14183 2024.12.14 04:43:57.552622 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 263 rows starting from the beginning of the part
14184 2024.12.14 04:43:57.552915 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 81 rows starting from the beginning of the part
14185 2024.12.14 04:43:57.553185 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 263 rows starting from the beginning of the part
14186 2024.12.14 04:43:57.554161 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14187 2024.12.14 04:43:57.554211 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14188 2024.12.14 04:43:57.554784 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14189 2024.12.14 04:43:57.555050 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14190 2024.12.14 04:43:57.555555 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.003646 sec., 10148.107515085025 rows/sec., 743.81 KiB/sec.
14191 2024.12.14 04:43:57.555569 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.004009055 sec., 543769.0428292952 rows/sec., 48.00 MiB/sec.
14192 2024.12.14 04:43:57.555648 [ 284 ] {e2f6fdf6-19f8-4dd3-a3f4-422f274cc1b8} <Debug> TCPHandler: Processed in 0.003922553 sec.
14193 2024.12.14 04:43:57.555972 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14194 2024.12.14 04:43:57.555987 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14195 2024.12.14 04:43:57.556473 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14196 2024.12.14 04:43:57.556726 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14197 2024.12.14 04:43:57.556908 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14198 2024.12.14 04:43:57.557266 [ 190 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_116_23} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14199 2024.12.14 04:43:57.557550 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
14200 2024.12.14 04:43:57.558386 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14201 2024.12.14 04:43:57.558433 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14202 2024.12.14 04:43:57.558799 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
14203 2024.12.14 04:43:57.559045 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14204 2024.12.14 04:43:57.559219 [ 70 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
14205 2024.12.14 04:43:57.559277 [ 70 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14206 2024.12.14 04:43:57.559296 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003011 sec., 4649.618067087346 rows/sec., 325.63 KiB/sec.
14207 2024.12.14 04:43:57.559314 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14208 2024.12.14 04:43:57.559454 [ 286 ] {9b771c90-8954-46cd-9a8b-a987c23e2190} <Debug> TCPHandler: Processed in 0.003692276 sec.
14209 2024.12.14 04:43:57.559512 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
14210 2024.12.14 04:43:57.559659 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14211 2024.12.14 04:43:57.559669 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14212 2024.12.14 04:43:57.559730 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 242 rows starting from the beginning of the part
14213 2024.12.14 04:43:57.559904 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14214 2024.12.14 04:43:57.560038 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
14215 2024.12.14 04:43:57.560056 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14216 2024.12.14 04:43:57.560355 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
14217 2024.12.14 04:43:57.560716 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part
14218 2024.12.14 04:43:57.561069 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
14219 2024.12.14 04:43:57.561446 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14220 2024.12.14 04:43:57.562934 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14221 2024.12.14 04:43:57.562994 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14222 2024.12.14 04:43:57.563981 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
14223 2024.12.14 04:43:57.564383 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004947849 sec., 109138.33465815145 rows/sec., 7.82 MiB/sec.
14224 2024.12.14 04:43:57.564539 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14225 2024.12.14 04:43:57.564588 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
14226 2024.12.14 04:43:57.564976 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005167 sec., 2515.9667118250436 rows/sec., 156.87 KiB/sec.
14227 2024.12.14 04:43:57.565154 [ 284 ] {7b154e64-ef14-4ed4-a35b-15b04d66228b} <Debug> TCPHandler: Processed in 0.005583545 sec.
14228 2024.12.14 04:43:57.565186 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14229 2024.12.14 04:43:57.565352 [ 191 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_47_10} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
14230 2024.12.14 04:43:57.565353 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14231 2024.12.14 04:43:57.565445 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
14232 2024.12.14 04:43:57.565518 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14233 2024.12.14 04:43:57.565575 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14234 2024.12.14 04:43:57.566405 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14235 2024.12.14 04:43:57.566450 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14236 2024.12.14 04:43:57.566830 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14237 2024.12.14 04:43:57.567076 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14238 2024.12.14 04:43:57.567276 [ 70 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14239 2024.12.14 04:43:57.567317 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.001827 sec., 225506.2944718117 rows/sec., 16.08 MiB/sec.
14240 2024.12.14 04:43:57.567331 [ 70 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14241 2024.12.14 04:43:57.567405 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14242 2024.12.14 04:43:57.567444 [ 286 ] {428d49da-518b-4282-8a34-fc704114ac9e} <Debug> TCPHandler: Processed in 0.002185477 sec.
14243 2024.12.14 04:43:57.567662 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14244 2024.12.14 04:43:57.567686 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14245 2024.12.14 04:43:57.567869 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14246 2024.12.14 04:43:57.567985 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14247 2024.12.14 04:43:57.567997 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14248 2024.12.14 04:43:57.568102 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part
14249 2024.12.14 04:43:57.568497 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part
14250 2024.12.14 04:43:57.568835 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 76 rows starting from the beginning of the part
14251 2024.12.14 04:43:57.569106 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 412 rows starting from the beginning of the part
14252 2024.12.14 04:43:57.569252 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 78 rows starting from the beginning of the part
14253 2024.12.14 04:43:57.569695 [ 196 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 412 rows starting from the beginning of the part
14254 2024.12.14 04:43:57.570306 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14255 2024.12.14 04:43:57.570358 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14256 2024.12.14 04:43:57.571154 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
14257 2024.12.14 04:43:57.571649 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14258 2024.12.14 04:43:57.571909 [ 70 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
14259 2024.12.14 04:43:57.571968 [ 70 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14260 2024.12.14 04:43:57.571991 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004193 sec., 1430.9563558311472 rows/sec., 74.76 KiB/sec.
14261 2024.12.14 04:43:57.572004 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14262 2024.12.14 04:43:57.572265 [ 284 ] {0622b571-e893-444f-993e-0ce79a96a6d6} <Debug> TCPHandler: Processed in 0.004688922 sec.
14263 2024.12.14 04:43:57.572743 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
14264 2024.12.14 04:43:57.572746 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14265 2024.12.14 04:43:57.573521 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996246 sec., 326537.6370482465 rows/sec., 25.00 MiB/sec.
14266 2024.12.14 04:43:57.573692 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14267 2024.12.14 04:43:57.573812 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part
14268 2024.12.14 04:43:57.573906 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14269 2024.12.14 04:43:57.574234 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
14270 2024.12.14 04:43:57.574252 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14271 2024.12.14 04:43:57.574541 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
14272 2024.12.14 04:43:57.574819 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14273 2024.12.14 04:43:57.574887 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
14274 2024.12.14 04:43:57.575005 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14275 2024.12.14 04:43:57.575183 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_116_23} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14276 2024.12.14 04:43:57.575252 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
14277 2024.12.14 04:43:57.575507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14278 2024.12.14 04:43:57.575577 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
14279 2024.12.14 04:43:57.577451 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14280 2024.12.14 04:43:57.577521 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14281 2024.12.14 04:43:57.578438 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.006284683 sec., 44870.99826673835 rows/sec., 2.29 MiB/sec.
14282 2024.12.14 04:43:57.578614 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14283 2024.12.14 04:43:57.578623 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
14284 2024.12.14 04:43:57.579041 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14285 2024.12.14 04:43:57.579133 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14286 2024.12.14 04:43:57.579332 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14287 2024.12.14 04:43:57.579381 [ 201 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_47_10} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
14288 2024.12.14 04:43:57.579431 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14289 2024.12.14 04:43:57.579515 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14290 2024.12.14 04:43:57.579590 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0057 sec., 41578.94736842105 rows/sec., 2.79 MiB/sec.
14291 2024.12.14 04:43:57.579819 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14292 2024.12.14 04:43:57.579833 [ 286 ] {0e862832-e0d3-4db3-a732-6094c7548d92} <Debug> TCPHandler: Processed in 0.007410433 sec.
14293 2024.12.14 04:43:57.579917 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14294 2024.12.14 04:43:57.580048 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14295 2024.12.14 04:43:57.580084 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14296 2024.12.14 04:43:57.580117 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_111_22, total 33238 rows starting from the beginning of the part
14297 2024.12.14 04:43:57.580200 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14298 2024.12.14 04:43:57.580258 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 118 rows starting from the beginning of the part
14299 2024.12.14 04:43:57.580319 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14300 2024.12.14 04:43:57.580582 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part
14301 2024.12.14 04:43:57.580904 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part
14302 2024.12.14 04:43:57.581184 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 161 rows starting from the beginning of the part
14303 2024.12.14 04:43:57.581562 [ 194 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part
14304 2024.12.14 04:43:57.582354 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14305 2024.12.14 04:43:57.582400 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14306 2024.12.14 04:43:57.582884 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
14307 2024.12.14 04:43:57.583151 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14308 2024.12.14 04:43:57.583396 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003244 sec., 308.26140567200986 rows/sec., 20.77 KiB/sec.
14309 2024.12.14 04:43:57.583493 [ 284 ] {108384d3-b9ee-4806-9666-1e0a5e9bc376} <Debug> TCPHandler: Processed in 0.003526081 sec.
14310 2024.12.14 04:43:57.583704 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14311 2024.12.14 04:43:57.583994 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14312 2024.12.14 04:43:57.584139 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14313 2024.12.14 04:43:57.585800 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14314 2024.12.14 04:43:57.585843 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14315 2024.12.14 04:43:57.586835 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14316 2024.12.14 04:43:57.587273 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14317 2024.12.14 04:43:57.587617 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003714 sec., 8077.544426494346 rows/sec., 14.47 MiB/sec.
14318 2024.12.14 04:43:57.587774 [ 286 ] {fa72ff8b-a5d1-48c6-b846-e45686ecbb5d} <Debug> TCPHandler: Processed in 0.004184559 sec.
14319 2024.12.14 04:43:57.587943 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14320 2024.12.14 04:43:57.588114 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14321 2024.12.14 04:43:57.588186 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14322 2024.12.14 04:43:57.588865 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14323 2024.12.14 04:43:57.588906 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14324 2024.12.14 04:43:57.589336 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14325 2024.12.14 04:43:57.589621 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14326 2024.12.14 04:43:57.589832 [ 71 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14327 2024.12.14 04:43:57.589902 [ 71 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14328 2024.12.14 04:43:57.589908 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001825 sec., 44931.50684931507 rows/sec., 2.85 MiB/sec.
14329 2024.12.14 04:43:57.589942 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14330 2024.12.14 04:43:57.590094 [ 284 ] {66d93d49-df5b-481a-99a6-47a77d877bfd} <Debug> TCPHandler: Processed in 0.002215597 sec.
14331 2024.12.14 04:43:57.590254 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14332 2024.12.14 04:43:57.590639 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14333 2024.12.14 04:43:57.590750 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6694 rows starting from the beginning of the part
14334 2024.12.14 04:43:57.590837 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34151 rows, containing 5 columns (5 merged, 0 gathered) in 0.011191461 sec., 3051522.942357571 rows/sec., 206.18 MiB/sec.
14335 2024.12.14 04:43:57.591032 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 44 rows starting from the beginning of the part
14336 2024.12.14 04:43:57.591152 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
14337 2024.12.14 04:43:57.591278 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14338 2024.12.14 04:43:57.591578 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part
14339 2024.12.14 04:43:57.591741 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part
14340 2024.12.14 04:43:57.592126 [ 197 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part
14341 2024.12.14 04:43:57.592361 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14342 2024.12.14 04:43:57.592617 [ 198 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14343 2024.12.14 04:43:57.592766 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
14344 2024.12.14 04:43:57.594950 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7022 rows, containing 4 columns (4 merged, 0 gathered) in 0.004861637 sec., 1444369.4582709486 rows/sec., 94.25 MiB/sec.
14345 2024.12.14 04:43:57.595507 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14346 2024.12.14 04:43:57.595831 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14347 2024.12.14 04:43:57.595922 [ 192 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_116_23} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14348 2024.12.14 04:43:57.596020 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB.
14349 2024.12.14 04:43:59.009484 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
14350 2024.12.14 04:43:59.009546 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
14351 2024.12.14 04:43:59.196449 [ 225 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14352 2024.12.14 04:43:59.196491 [ 225 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14353 2024.12.14 04:43:59.202871 [ 225 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14354 2024.12.14 04:43:59.230106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
14355 2024.12.14 04:43:59.230841 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14356 2024.12.14 04:43:59.230899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
14357 2024.12.14 04:43:59.231521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14358 2024.12.14 04:43:59.231822 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14359 2024.12.14 04:43:59.232100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
14360 2024.12.14 04:44:00.030215 [ 221 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14361 2024.12.14 04:44:00.030271 [ 221 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14362 2024.12.14 04:44:00.032430 [ 221 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14363 2024.12.14 04:44:01.526578 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
14364 2024.12.14 04:44:01.548168 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14365 2024.12.14 04:44:01.548239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14366 2024.12.14 04:44:01.555620 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14367 2024.12.14 04:44:01.556433 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14368 2024.12.14 04:44:01.559501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
14369 2024.12.14 04:44:02.037689 [ 222 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14370 2024.12.14 04:44:02.037782 [ 222 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14371 2024.12.14 04:44:02.040186 [ 222 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14372 2024.12.14 04:44:02.526726 [ 225 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14373 2024.12.14 04:44:02.526788 [ 225 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14374 2024.12.14 04:44:02.528791 [ 225 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14375 2024.12.14 04:44:02.540812 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14376 2024.12.14 04:44:02.541017 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14377 2024.12.14 04:44:02.541095 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14378 2024.12.14 04:44:02.541951 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14379 2024.12.14 04:44:02.541997 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14380 2024.12.14 04:44:02.542436 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14381 2024.12.14 04:44:02.542687 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14382 2024.12.14 04:44:02.542936 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001974 sec., 40526.849037487336 rows/sec., 3.31 MiB/sec.
14383 2024.12.14 04:44:02.543005 [ 284 ] {712798f0-0392-4f1c-823c-aacbfc89a34f} <Debug> TCPHandler: Processed in 0.002327951 sec.
14384 2024.12.14 04:44:02.543276 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14385 2024.12.14 04:44:02.543491 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14386 2024.12.14 04:44:02.543572 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14387 2024.12.14 04:44:02.544339 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14388 2024.12.14 04:44:02.544382 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14389 2024.12.14 04:44:02.544841 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14390 2024.12.14 04:44:02.545104 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14391 2024.12.14 04:44:02.545251 [ 63 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14392 2024.12.14 04:44:02.545301 [ 63 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14393 2024.12.14 04:44:02.545305 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001874 sec., 6403.415154749199 rows/sec., 481.51 KiB/sec.
14394 2024.12.14 04:44:02.545329 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14395 2024.12.14 04:44:02.545408 [ 286 ] {dbd121e5-7f21-4ef3-8f9c-8a4720bf7bc5} <Debug> TCPHandler: Processed in 0.00227367 sec.
14396 2024.12.14 04:44:02.545583 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
14397 2024.12.14 04:44:02.545694 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14398 2024.12.14 04:44:02.546068 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14399 2024.12.14 04:44:02.546197 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 67 rows starting from the beginning of the part
14400 2024.12.14 04:44:02.546279 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14401 2024.12.14 04:44:02.546550 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14402 2024.12.14 04:44:02.546749 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 12 rows starting from the beginning of the part
14403 2024.12.14 04:44:02.547559 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 37 rows starting from the beginning of the part
14404 2024.12.14 04:44:02.548174 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 14 rows starting from the beginning of the part
14405 2024.12.14 04:44:02.548866 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 37 rows starting from the beginning of the part
14406 2024.12.14 04:44:02.549245 [ 195 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part
14407 2024.12.14 04:44:02.550269 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14408 2024.12.14 04:44:02.550375 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14409 2024.12.14 04:44:02.550486 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14410 2024.12.14 04:44:02.550571 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14411 2024.12.14 04:44:02.552287 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14412 2024.12.14 04:44:02.552854 [ 186 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.007434893 sec., 24075.66591745167 rows/sec., 1.82 MiB/sec.
14413 2024.12.14 04:44:02.553104 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14414 2024.12.14 04:44:02.553262 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14415 2024.12.14 04:44:02.553827 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.007759 sec., 9795.076685139837 rows/sec., 783.11 KiB/sec.
14416 2024.12.14 04:44:02.554022 [ 284 ] {62911b81-b2e6-4af2-997c-efe3b9c57e81} <Debug> TCPHandler: Processed in 0.008500602 sec.
14417 2024.12.14 04:44:02.554201 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14418 2024.12.14 04:44:02.554263 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14419 2024.12.14 04:44:02.554459 [ 192 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_96_19} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14420 2024.12.14 04:44:02.554620 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14421 2024.12.14 04:44:02.554691 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14422 2024.12.14 04:44:02.554741 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14423 2024.12.14 04:44:02.555573 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14424 2024.12.14 04:44:02.555614 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14425 2024.12.14 04:44:02.555808 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14426 2024.12.14 04:44:02.556129 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14427 2024.12.14 04:44:02.556481 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14428 2024.12.14 04:44:02.556659 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002159 sec., 74108.38351088467 rows/sec., 5.16 MiB/sec.
14429 2024.12.14 04:44:02.556717 [ 286 ] {e70565a0-7543-43d4-87d8-1d80e62bdce8} <Debug> TCPHandler: Processed in 0.002583337 sec.
14430 2024.12.14 04:44:02.556885 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14431 2024.12.14 04:44:02.557031 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14432 2024.12.14 04:44:02.557130 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14433 2024.12.14 04:44:02.558343 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14434 2024.12.14 04:44:02.558383 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14435 2024.12.14 04:44:02.559041 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14436 2024.12.14 04:44:02.559299 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14437 2024.12.14 04:44:02.559506 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14438 2024.12.14 04:44:02.559579 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002571 sec., 4667.444574095683 rows/sec., 8.36 MiB/sec.
14439 2024.12.14 04:44:02.559590 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14440 2024.12.14 04:44:02.559679 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14441 2024.12.14 04:44:02.560014 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
14442 2024.12.14 04:44:02.560024 [ 284 ] {80f2f24e-7b02-4efe-a2f9-4a781f26779f} <Debug> TCPHandler: Processed in 0.003206473 sec.
14443 2024.12.14 04:44:02.560280 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14444 2024.12.14 04:44:02.560474 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14445 2024.12.14 04:44:02.560502 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14446 2024.12.14 04:44:02.560555 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14447 2024.12.14 04:44:02.560619 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1955 rows starting from the beginning of the part
14448 2024.12.14 04:44:02.561353 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 12 rows starting from the beginning of the part
14449 2024.12.14 04:44:02.561984 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 30 rows starting from the beginning of the part
14450 2024.12.14 04:44:02.562576 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14451 2024.12.14 04:44:02.562625 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part
14452 2024.12.14 04:44:02.562627 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14453 2024.12.14 04:44:02.563198 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 30 rows starting from the beginning of the part
14454 2024.12.14 04:44:02.563764 [ 187 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part
14455 2024.12.14 04:44:02.563796 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14456 2024.12.14 04:44:02.564398 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14457 2024.12.14 04:44:02.564667 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004245 sec., 14134.275618374559 rows/sec., 975.41 KiB/sec.
14458 2024.12.14 04:44:02.564756 [ 286 ] {9b5b6801-21bd-45b1-b8dc-a5c77eeb6eed} <Debug> TCPHandler: Processed in 0.00457994 sec.
14459 2024.12.14 04:44:02.573431 [ 192 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2051 rows, containing 19 columns (19 merged, 0 gathered) in 0.013631426 sec., 150461.14764515465 rows/sec., 269.62 MiB/sec.
14460 2024.12.14 04:44:02.575825 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14461 2024.12.14 04:44:02.576336 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14462 2024.12.14 04:44:02.576438 [ 193 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14463 2024.12.14 04:44:02.576633 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.80 MiB.
14464 2024.12.14 04:44:03.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.56 MiB, peak 284.30 MiB, free memory in arenas 0.00 B, will set to 269.09 MiB (RSS), difference: 2.52 MiB
14465 2024.12.14 04:44:03.244205 [ 220 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14466 2024.12.14 04:44:03.244289 [ 220 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14467 2024.12.14 04:44:03.246450 [ 220 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
14468 2024.12.14 04:44:03.819680 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14469 2024.12.14 04:44:03.819885 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14470 2024.12.14 04:44:03.819961 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14471 2024.12.14 04:44:03.820775 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14472 2024.12.14 04:44:03.820818 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14473 2024.12.14 04:44:03.821266 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14474 2024.12.14 04:44:03.821515 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14475 2024.12.14 04:44:03.821715 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec.
14476 2024.12.14 04:44:03.821769 [ 284 ] {6e20a9a5-250a-4b4a-9263-fdc6ed4c43b1} <Debug> TCPHandler: Processed in 0.002223478 sec.
14477 2024.12.14 04:44:03.822067 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14478 2024.12.14 04:44:03.822287 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14479 2024.12.14 04:44:03.822370 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14480 2024.12.14 04:44:03.823186 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14481 2024.12.14 04:44:03.823238 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14482 2024.12.14 04:44:03.823670 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
14483 2024.12.14 04:44:03.823932 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14484 2024.12.14 04:44:03.824219 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001994 sec., 2006.0180541624873 rows/sec., 163.58 KiB/sec.
14485 2024.12.14 04:44:03.824446 [ 286 ] {836775bf-f95a-4b67-96fe-f84801a8c0e7} <Debug> TCPHandler: Processed in 0.002523315 sec.
14486 2024.12.14 04:44:03.824627 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14487 2024.12.14 04:44:03.824752 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14488 2024.12.14 04:44:03.824801 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14489 2024.12.14 04:44:03.826205 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14490 2024.12.14 04:44:03.826243 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14491 2024.12.14 04:44:03.826715 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14492 2024.12.14 04:44:03.826978 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14493 2024.12.14 04:44:03.827167 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Debug> executeQuery: Read 1405 rows, 120.41 KiB in 0.002439 sec., 576055.7605576055 rows/sec., 48.21 MiB/sec.
14494 2024.12.14 04:44:03.827220 [ 284 ] {6ab7af7a-ebc3-496f-8382-e416ebea45f0} <Debug> TCPHandler: Processed in 0.002659879 sec.
14495 2024.12.14 04:44:03.827386 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14496 2024.12.14 04:44:03.827534 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14497 2024.12.14 04:44:03.827598 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14498 2024.12.14 04:44:03.828251 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14499 2024.12.14 04:44:03.828294 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14500 2024.12.14 04:44:03.828672 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14501 2024.12.14 04:44:03.828933 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14502 2024.12.14 04:44:03.829166 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Debug> executeQuery: Read 41 rows, 2.99 KiB in 0.001665 sec., 24624.624624624623 rows/sec., 1.75 MiB/sec.
14503 2024.12.14 04:44:03.829277 [ 286 ] {55370803-9097-4640-bd47-e7d0dfae31ee} <Debug> TCPHandler: Processed in 0.001957602 sec.
14504 2024.12.14 04:44:03.829502 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14505 2024.12.14 04:44:03.829679 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14506 2024.12.14 04:44:03.829737 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14507 2024.12.14 04:44:03.830523 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14508 2024.12.14 04:44:03.830570 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14509 2024.12.14 04:44:03.830968 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14510 2024.12.14 04:44:03.831210 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14511 2024.12.14 04:44:03.831384 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001737 sec., 139320.66781807714 rows/sec., 9.44 MiB/sec.
14512 2024.12.14 04:44:03.831439 [ 284 ] {c3338003-58ae-4001-bfda-2584ca669345} <Debug> TCPHandler: Processed in 0.002056284 sec.
14513 2024.12.14 04:44:03.831586 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14514 2024.12.14 04:44:03.831713 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14515 2024.12.14 04:44:03.831771 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14516 2024.12.14 04:44:03.832471 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14517 2024.12.14 04:44:03.832521 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14518 2024.12.14 04:44:03.832911 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14519 2024.12.14 04:44:03.833159 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14520 2024.12.14 04:44:03.833374 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec.
14521 2024.12.14 04:44:03.833431 [ 286 ] {e3daf7fc-4f16-4a4d-b67c-e65d29501c25} <Debug> TCPHandler: Processed in 0.00190039 sec.
14522 2024.12.14 04:44:03.833572 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14523 2024.12.14 04:44:03.833689 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14524 2024.12.14 04:44:03.833746 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14525 2024.12.14 04:44:03.834873 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14526 2024.12.14 04:44:03.834910 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14527 2024.12.14 04:44:03.835309 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14528 2024.12.14 04:44:03.835547 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14529 2024.12.14 04:44:03.835740 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Debug> executeQuery: Read 872 rows, 64.70 KiB in 0.002074 sec., 420443.587270974 rows/sec., 30.46 MiB/sec.
14530 2024.12.14 04:44:03.835797 [ 284 ] {0376cb9d-3937-43c6-9ea9-04da5a635482} <Debug> TCPHandler: Processed in 0.002278769 sec.
14531 2024.12.14 04:44:03.835952 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14532 2024.12.14 04:44:03.836092 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14533 2024.12.14 04:44:03.836152 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14534 2024.12.14 04:44:03.836712 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14535 2024.12.14 04:44:03.836753 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14536 2024.12.14 04:44:03.837137 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14537 2024.12.14 04:44:03.837376 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14538 2024.12.14 04:44:03.837591 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec.
14539 2024.12.14 04:44:03.837650 [ 286 ] {57525d1c-ae3b-4270-854f-45ebc8f44270} <Debug> TCPHandler: Processed in 0.001763446 sec.
14540 2024.12.14 04:44:03.837802 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14541 2024.12.14 04:44:03.837942 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14542 2024.12.14 04:44:03.838004 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14543 2024.12.14 04:44:03.838941 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14544 2024.12.14 04:44:03.838980 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14545 2024.12.14 04:44:03.839427 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14546 2024.12.14 04:44:03.839679 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14547 2024.12.14 04:44:03.839900 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Debug> executeQuery: Read 931 rows, 63.36 KiB in 0.001984 sec., 469254.0322580645 rows/sec., 31.19 MiB/sec.
14548 2024.12.14 04:44:03.839982 [ 284 ] {6e7f62fb-0cfa-4452-afbd-0174181daca1} <Debug> TCPHandler: Processed in 0.002248029 sec.
14549 2024.12.14 04:44:03.840145 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14550 2024.12.14 04:44:03.840495 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14551 2024.12.14 04:44:03.840677 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14552 2024.12.14 04:44:03.841997 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14553 2024.12.14 04:44:03.842037 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14554 2024.12.14 04:44:03.842402 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
14555 2024.12.14 04:44:03.842639 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14556 2024.12.14 04:44:03.842857 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002499 sec., 400.16006402561027 rows/sec., 26.96 KiB/sec.
14557 2024.12.14 04:44:03.842911 [ 286 ] {b5f1035f-7411-495f-9dbe-4b796a81db97} <Debug> TCPHandler: Processed in 0.002847844 sec.
14558 2024.12.14 04:44:03.843067 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14559 2024.12.14 04:44:03.843209 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14560 2024.12.14 04:44:03.843303 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14561 2024.12.14 04:44:03.844571 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14562 2024.12.14 04:44:03.844610 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14563 2024.12.14 04:44:03.845284 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14564 2024.12.14 04:44:03.845548 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14565 2024.12.14 04:44:03.845797 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002619 sec., 11454.753722794962 rows/sec., 20.53 MiB/sec.
14566 2024.12.14 04:44:03.845907 [ 284 ] {5b2ad615-5e75-401d-8aaf-6300e93a9b9e} <Debug> TCPHandler: Processed in 0.002905606 sec.
14567 2024.12.14 04:44:03.846131 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14568 2024.12.14 04:44:03.846372 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14569 2024.12.14 04:44:03.846470 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14570 2024.12.14 04:44:03.847108 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14571 2024.12.14 04:44:03.847149 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14572 2024.12.14 04:44:03.847555 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14573 2024.12.14 04:44:03.847808 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14574 2024.12.14 04:44:03.848046 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.00172 sec., 22093.023255813954 rows/sec., 1.31 MiB/sec.
14575 2024.12.14 04:44:03.848110 [ 286 ] {9e813f53-54a2-4ad1-b451-f4ad22afdd26} <Debug> TCPHandler: Processed in 0.002090484 sec.
14576 2024.12.14 04:44:04.413999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2060
14577 2024.12.14 04:44:04.417656 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14578 2024.12.14 04:44:04.417706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14579 2024.12.14 04:44:04.419242 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14580 2024.12.14 04:44:04.419545 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14581 2024.12.14 04:44:04.420534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2060
14582 2024.12.14 04:44:06.732259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
14583 2024.12.14 04:44:06.733096 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14584 2024.12.14 04:44:06.733163 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14585 2024.12.14 04:44:06.733827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14586 2024.12.14 04:44:06.734145 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14587 2024.12.14 04:44:06.734363 [ 56 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14588 2024.12.14 04:44:06.734408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
14589 2024.12.14 04:44:06.734431 [ 56 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14590 2024.12.14 04:44:06.734468 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14591 2024.12.14 04:44:06.734738 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::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
14592 2024.12.14 04:44:06.735172 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14593 2024.12.14 04:44:06.735245 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
14594 2024.12.14 04:44:06.735350 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
14595 2024.12.14 04:44:06.735569 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
14596 2024.12.14 04:44:06.735854 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
14597 2024.12.14 04:44:06.736007 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
14598 2024.12.14 04:44:06.736153 [ 199 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
14599 2024.12.14 04:44:06.739925 [ 190 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.005345329 sec., 6082506.801732877 rows/sec., 87.01 MiB/sec.
14600 2024.12.14 04:44:06.740502 [ 190 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14601 2024.12.14 04:44:06.740970 [ 190 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14602 2024.12.14 04:44:06.741086 [ 190 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_71_14} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14603 2024.12.14 04:44:06.741240 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
14604 2024.12.14 04:44:07.538319 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14605 2024.12.14 04:44:07.538507 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14606 2024.12.14 04:44:07.538578 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14607 2024.12.14 04:44:07.539366 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14608 2024.12.14 04:44:07.539413 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14609 2024.12.14 04:44:07.539849 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14610 2024.12.14 04:44:07.540108 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14611 2024.12.14 04:44:07.540316 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec.
14612 2024.12.14 04:44:07.540380 [ 284 ] {24d3509b-2374-444c-871d-72488bb56210} <Debug> TCPHandler: Processed in 0.002187207 sec.
14613 2024.12.14 04:44:07.540631 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14614 2024.12.14 04:44:07.540831 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14615 2024.12.14 04:44:07.540909 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14616 2024.12.14 04:44:07.541712 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14617 2024.12.14 04:44:07.541764 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14618 2024.12.14 04:44:07.542222 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14619 2024.12.14 04:44:07.542497 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14620 2024.12.14 04:44:07.542755 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001979 sec., 32339.56543708944 rows/sec., 2.52 MiB/sec.
14621 2024.12.14 04:44:07.542825 [ 286 ] {6345a9e1-d2ef-42f3-9120-1b8fdf8eb74b} <Debug> TCPHandler: Processed in 0.0023249 sec.
14622 2024.12.14 04:44:07.542989 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14623 2024.12.14 04:44:07.543132 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14624 2024.12.14 04:44:07.543196 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14625 2024.12.14 04:44:07.543883 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14626 2024.12.14 04:44:07.543926 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14627 2024.12.14 04:44:07.544328 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14628 2024.12.14 04:44:07.544580 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14629 2024.12.14 04:44:07.544759 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001659 sec., 71127.18505123568 rows/sec., 4.96 MiB/sec.
14630 2024.12.14 04:44:07.544816 [ 284 ] {2f9dc29b-aa44-421a-8466-89c98611d750} <Debug> TCPHandler: Processed in 0.001896459 sec.
14631 2024.12.14 04:44:07.544998 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14632 2024.12.14 04:44:07.545146 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14633 2024.12.14 04:44:07.545214 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14634 2024.12.14 04:44:07.545816 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14635 2024.12.14 04:44:07.545861 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14636 2024.12.14 04:44:07.546257 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14637 2024.12.14 04:44:07.546506 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14638 2024.12.14 04:44:07.546739 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001622 sec., 27127.00369913687 rows/sec., 1.83 MiB/sec.
14639 2024.12.14 04:44:07.546801 [ 286 ] {e82044b6-a149-417c-81ee-ce79c67d1d98} <Debug> TCPHandler: Processed in 0.001873589 sec.
14640 2024.12.14 04:44:09.059569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536
14641 2024.12.14 04:44:09.085209 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14642 2024.12.14 04:44:09.085269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14643 2024.12.14 04:44:09.092720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14644 2024.12.14 04:44:09.093610 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14645 2024.12.14 04:44:09.094097 [ 53 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14646 2024.12.14 04:44:09.094270 [ 53 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14647 2024.12.14 04:44:09.094352 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14648 2024.12.14 04:44:09.094832 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::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
14649 2024.12.14 04:44:09.114402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536
14650 2024.12.14 04:44:09.115680 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14651 2024.12.14 04:44:09.116990 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
14652 2024.12.14 04:44:09.122410 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
14653 2024.12.14 04:44:09.128966 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
14654 2024.12.14 04:44:09.134678 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
14655 2024.12.14 04:44:09.140491 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
14656 2024.12.14 04:44:09.146399 [ 200 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part
14657 2024.12.14 04:44:09.207342 [ 198 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.11283682 sec., 4750.222489432084 rows/sec., 24.56 MiB/sec.
14658 2024.12.14 04:44:09.210704 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14659 2024.12.14 04:44:09.213870 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14660 2024.12.14 04:44:09.214002 [ 189 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_71_14} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14661 2024.12.14 04:44:09.216835 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14662 2024.12.14 04:44:12.541529 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14663 2024.12.14 04:44:12.541757 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14664 2024.12.14 04:44:12.541839 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14665 2024.12.14 04:44:12.542648 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14666 2024.12.14 04:44:12.542695 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14667 2024.12.14 04:44:12.543199 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14668 2024.12.14 04:44:12.543462 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14669 2024.12.14 04:44:12.543681 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001982 sec., 40363.26942482341 rows/sec., 3.30 MiB/sec.
14670 2024.12.14 04:44:12.543748 [ 284 ] {3f8efdbf-f706-44b6-b76e-01278547bb1c} <Debug> TCPHandler: Processed in 0.002358702 sec.
14671 2024.12.14 04:44:12.544024 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14672 2024.12.14 04:44:12.544242 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14673 2024.12.14 04:44:12.544324 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14674 2024.12.14 04:44:12.545166 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14675 2024.12.14 04:44:12.545213 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14676 2024.12.14 04:44:12.545667 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14677 2024.12.14 04:44:12.545933 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14678 2024.12.14 04:44:12.546186 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002003 sec., 5991.013479780329 rows/sec., 450.50 KiB/sec.
14679 2024.12.14 04:44:12.546253 [ 286 ] {c10bf55c-c62c-4aa2-a432-24288771a757} <Debug> TCPHandler: Processed in 0.002368982 sec.
14680 2024.12.14 04:44:12.546402 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14681 2024.12.14 04:44:12.546551 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14682 2024.12.14 04:44:12.546613 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14683 2024.12.14 04:44:12.547324 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14684 2024.12.14 04:44:12.547364 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14685 2024.12.14 04:44:12.547757 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14686 2024.12.14 04:44:12.548005 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14687 2024.12.14 04:44:12.548199 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001683 sec., 45157.456922162804 rows/sec., 3.53 MiB/sec.
14688 2024.12.14 04:44:12.548254 [ 284 ] {8d5eb995-4af9-4006-bf8c-edd1e98272bb} <Debug> TCPHandler: Processed in 0.00192169 sec.
14689 2024.12.14 04:44:12.548469 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14690 2024.12.14 04:44:12.548703 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14691 2024.12.14 04:44:12.548808 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14692 2024.12.14 04:44:12.549527 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14693 2024.12.14 04:44:12.549568 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14694 2024.12.14 04:44:12.549997 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14695 2024.12.14 04:44:12.550278 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14696 2024.12.14 04:44:12.550509 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001864 sec., 85836.90987124463 rows/sec., 5.98 MiB/sec.
14697 2024.12.14 04:44:12.550572 [ 286 ] {16791f0d-30cf-40b5-bc92-956703c16917} <Debug> TCPHandler: Processed in 0.002214587 sec.
14698 2024.12.14 04:44:12.550746 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14699 2024.12.14 04:44:12.551082 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14700 2024.12.14 04:44:12.551233 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14701 2024.12.14 04:44:12.552374 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14702 2024.12.14 04:44:12.552414 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14703 2024.12.14 04:44:12.553064 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
14704 2024.12.14 04:44:12.553332 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14705 2024.12.14 04:44:12.553563 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002605 sec., 4606.525911708253 rows/sec., 8.25 MiB/sec.
14706 2024.12.14 04:44:12.553672 [ 284 ] {501641cc-76f0-418e-b17a-12009ef5bf4d} <Debug> TCPHandler: Processed in 0.003017838 sec.
14707 2024.12.14 04:44:12.553826 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14708 2024.12.14 04:44:12.553970 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14709 2024.12.14 04:44:12.554033 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14710 2024.12.14 04:44:12.554634 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14711 2024.12.14 04:44:12.554681 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14712 2024.12.14 04:44:12.555134 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14713 2024.12.14 04:44:12.555387 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14714 2024.12.14 04:44:12.555637 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001697 sec., 35356.511490866236 rows/sec., 2.38 MiB/sec.
14715 2024.12.14 04:44:12.555697 [ 286 ] {e6063517-31b2-4e96-b4a7-1e078af363d9} <Debug> TCPHandler: Processed in 0.00194016 sec.
14716 2024.12.14 04:44:14.009591 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
14717 2024.12.14 04:44:14.009647 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
14718 2024.12.14 04:44:14.234574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
14719 2024.12.14 04:44:14.235481 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14720 2024.12.14 04:44:14.235521 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14721 2024.12.14 04:44:14.236057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14722 2024.12.14 04:44:14.236325 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14723 2024.12.14 04:44:14.236525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
14724 2024.12.14 04:44:14.420811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2080
14725 2024.12.14 04:44:14.423687 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14726 2024.12.14 04:44:14.423745 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14727 2024.12.14 04:44:14.425277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14728 2024.12.14 04:44:14.425598 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14729 2024.12.14 04:44:14.426280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2080
14730 2024.12.14 04:44:16.614495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543
14731 2024.12.14 04:44:16.637878 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14732 2024.12.14 04:44:16.637946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14733 2024.12.14 04:44:16.645302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14734 2024.12.14 04:44:16.646099 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14735 2024.12.14 04:44:16.649414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
14736 2024.12.14 04:44:17.546428 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14737 2024.12.14 04:44:17.546641 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14738 2024.12.14 04:44:17.546720 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14739 2024.12.14 04:44:17.547502 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14740 2024.12.14 04:44:17.547551 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14741 2024.12.14 04:44:17.547984 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14742 2024.12.14 04:44:17.548243 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14743 2024.12.14 04:44:17.548445 [ 43 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14744 2024.12.14 04:44:17.548512 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec.
14745 2024.12.14 04:44:17.548539 [ 43 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14746 2024.12.14 04:44:17.548606 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14747 2024.12.14 04:44:17.548632 [ 284 ] {09cce5dc-0e19-44aa-8fda-a165d1f4c12a} <Debug> TCPHandler: Processed in 0.002341321 sec.
14748 2024.12.14 04:44:17.548841 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14749 2024.12.14 04:44:17.548939 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14750 2024.12.14 04:44:17.549071 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14751 2024.12.14 04:44:17.549150 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part
14752 2024.12.14 04:44:17.549223 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14753 2024.12.14 04:44:17.549356 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
14754 2024.12.14 04:44:17.549435 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14755 2024.12.14 04:44:17.549750 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
14756 2024.12.14 04:44:17.550099 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
14757 2024.12.14 04:44:17.550355 [ 197 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
14758 2024.12.14 04:44:17.552437 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14759 2024.12.14 04:44:17.552527 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14760 2024.12.14 04:44:17.552892 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004157369 sec., 16837.572031734493 rows/sec., 1.25 MiB/sec.
14761 2024.12.14 04:44:17.553137 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14762 2024.12.14 04:44:17.553463 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14763 2024.12.14 04:44:17.553643 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14764 2024.12.14 04:44:17.553805 [ 198 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_49_12} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14765 2024.12.14 04:44:17.553958 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14766 2024.12.14 04:44:17.553991 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14767 2024.12.14 04:44:17.554169 [ 43 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14768 2024.12.14 04:44:17.554213 [ 43 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14769 2024.12.14 04:44:17.554224 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005099 sec., 51578.74092959404 rows/sec., 4.54 MiB/sec.
14770 2024.12.14 04:44:17.554237 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14771 2024.12.14 04:44:17.554384 [ 286 ] {c69b400c-952f-4c00-846a-487cf030ab1f} <Debug> TCPHandler: Processed in 0.005599186 sec.
14772 2024.12.14 04:44:17.554467 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14773 2024.12.14 04:44:17.554590 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14774 2024.12.14 04:44:17.554662 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14775 2024.12.14 04:44:17.554713 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1437 rows starting from the beginning of the part
14776 2024.12.14 04:44:17.554868 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14777 2024.12.14 04:44:17.555029 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14778 2024.12.14 04:44:17.555013 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 80 rows starting from the beginning of the part
14779 2024.12.14 04:44:17.555457 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1405 rows starting from the beginning of the part
14780 2024.12.14 04:44:17.555806 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part
14781 2024.12.14 04:44:17.556184 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 80 rows starting from the beginning of the part
14782 2024.12.14 04:44:17.556541 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 263 rows starting from the beginning of the part
14783 2024.12.14 04:44:17.557568 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14784 2024.12.14 04:44:17.557663 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14785 2024.12.14 04:44:17.558509 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14786 2024.12.14 04:44:17.558992 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14787 2024.12.14 04:44:17.559281 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.004518 sec., 8189.464364763169 rows/sec., 600.25 KiB/sec.
14788 2024.12.14 04:44:17.559429 [ 284 ] {d988965b-e3df-493a-b7ee-eacc808dfd7f} <Debug> TCPHandler: Processed in 0.004922428 sec.
14789 2024.12.14 04:44:17.559953 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14790 2024.12.14 04:44:17.560265 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.005910704 sec., 561862.004932069 rows/sec., 49.26 MiB/sec.
14791 2024.12.14 04:44:17.560518 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14792 2024.12.14 04:44:17.560660 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14793 2024.12.14 04:44:17.560724 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14794 2024.12.14 04:44:17.561502 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14795 2024.12.14 04:44:17.561696 [ 201 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_121_24} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14796 2024.12.14 04:44:17.561856 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
14797 2024.12.14 04:44:17.562078 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14798 2024.12.14 04:44:17.562122 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14799 2024.12.14 04:44:17.562500 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14800 2024.12.14 04:44:17.562759 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14801 2024.12.14 04:44:17.562976 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002581 sec., 5424.254165052305 rows/sec., 379.88 KiB/sec.
14802 2024.12.14 04:44:17.563078 [ 286 ] {896aa95f-46d8-434a-8060-afe5a11539ba} <Debug> TCPHandler: Processed in 0.003476601 sec.
14803 2024.12.14 04:44:17.563284 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14804 2024.12.14 04:44:17.563431 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14805 2024.12.14 04:44:17.563488 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14806 2024.12.14 04:44:17.564163 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14807 2024.12.14 04:44:17.564212 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14808 2024.12.14 04:44:17.564584 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14809 2024.12.14 04:44:17.564829 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14810 2024.12.14 04:44:17.564981 [ 43 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
14811 2024.12.14 04:44:17.565037 [ 43 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14812 2024.12.14 04:44:17.565078 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14813 2024.12.14 04:44:17.565075 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec.
14814 2024.12.14 04:44:17.565349 [ 284 ] {55ea6202-5781-47ac-9931-01709749d0fb} <Debug> TCPHandler: Processed in 0.002155416 sec.
14815 2024.12.14 04:44:17.565406 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
14816 2024.12.14 04:44:17.565859 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14817 2024.12.14 04:44:17.565986 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14818 2024.12.14 04:44:17.566123 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part
14819 2024.12.14 04:44:17.566525 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
14820 2024.12.14 04:44:17.566738 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14821 2024.12.14 04:44:17.566858 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
14822 2024.12.14 04:44:17.566926 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14823 2024.12.14 04:44:17.567112 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
14824 2024.12.14 04:44:17.567425 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
14825 2024.12.14 04:44:17.569644 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14826 2024.12.14 04:44:17.569736 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14827 2024.12.14 04:44:17.569942 [ 198 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004779945 sec., 13598.482827731283 rows/sec., 900.98 KiB/sec.
14828 2024.12.14 04:44:17.570133 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
14829 2024.12.14 04:44:17.570345 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14830 2024.12.14 04:44:17.570491 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14831 2024.12.14 04:44:17.570591 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_49_12} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
14832 2024.12.14 04:44:17.570632 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14833 2024.12.14 04:44:17.570709 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
14834 2024.12.14 04:44:17.570814 [ 43 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14835 2024.12.14 04:44:17.570854 [ 43 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14836 2024.12.14 04:44:17.570865 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.00453 sec., 90949.22737306842 rows/sec., 6.49 MiB/sec.
14837 2024.12.14 04:44:17.570880 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14838 2024.12.14 04:44:17.571065 [ 286 ] {9624715f-7f6a-4160-b755-d5d054ac1177} <Debug> TCPHandler: Processed in 0.005609576 sec.
14839 2024.12.14 04:44:17.571154 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14840 2024.12.14 04:44:17.571288 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14841 2024.12.14 04:44:17.571414 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14842 2024.12.14 04:44:17.571479 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part
14843 2024.12.14 04:44:17.571532 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14844 2024.12.14 04:44:17.571868 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14845 2024.12.14 04:44:17.571894 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 76 rows starting from the beginning of the part
14846 2024.12.14 04:44:17.572378 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 872 rows starting from the beginning of the part
14847 2024.12.14 04:44:17.572841 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part
14848 2024.12.14 04:44:17.573158 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 76 rows starting from the beginning of the part
14849 2024.12.14 04:44:17.573626 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 412 rows starting from the beginning of the part
14850 2024.12.14 04:44:17.574696 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14851 2024.12.14 04:44:17.574742 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14852 2024.12.14 04:44:17.575307 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14853 2024.12.14 04:44:17.575579 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14854 2024.12.14 04:44:17.576017 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004535 sec., 1323.0429988974643 rows/sec., 69.12 KiB/sec.
14855 2024.12.14 04:44:17.576423 [ 284 ] {494a4869-a332-4cac-8cfb-d964e763a4ec} <Debug> TCPHandler: Processed in 0.005235367 sec.
14856 2024.12.14 04:44:17.576435 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005438042 sec., 444277.55431090825 rows/sec., 34.07 MiB/sec.
14857 2024.12.14 04:44:17.576809 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14858 2024.12.14 04:44:17.576826 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14859 2024.12.14 04:44:17.577137 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14860 2024.12.14 04:44:17.577270 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14861 2024.12.14 04:44:17.577543 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14862 2024.12.14 04:44:17.577806 [ 194 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_121_24} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14863 2024.12.14 04:44:17.577950 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
14864 2024.12.14 04:44:17.578320 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14865 2024.12.14 04:44:17.578364 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14866 2024.12.14 04:44:17.578773 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14867 2024.12.14 04:44:17.579020 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14868 2024.12.14 04:44:17.579213 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14869 2024.12.14 04:44:17.579235 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002155 sec., 109976.79814385151 rows/sec., 7.37 MiB/sec.
14870 2024.12.14 04:44:17.579325 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14871 2024.12.14 04:44:17.579392 [ 286 ] {6562ed79-c760-4474-94a5-1110f1a3e69f} <Debug> TCPHandler: Processed in 0.002819194 sec.
14872 2024.12.14 04:44:17.579413 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14873 2024.12.14 04:44:17.579639 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14874 2024.12.14 04:44:17.579734 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14875 2024.12.14 04:44:17.580007 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14876 2024.12.14 04:44:17.580228 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14877 2024.12.14 04:44:17.580238 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14878 2024.12.14 04:44:17.580497 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_116_23, total 34151 rows starting from the beginning of the part
14879 2024.12.14 04:44:17.581470 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
14880 2024.12.14 04:44:17.582266 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 931 rows starting from the beginning of the part
14881 2024.12.14 04:44:17.582999 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 118 rows starting from the beginning of the part
14882 2024.12.14 04:44:17.583323 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part
14883 2024.12.14 04:44:17.583549 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14884 2024.12.14 04:44:17.583667 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14885 2024.12.14 04:44:17.583681 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part
14886 2024.12.14 04:44:17.584778 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
14887 2024.12.14 04:44:17.585154 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14888 2024.12.14 04:44:17.585474 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005625 sec., 177.77777777777777 rows/sec., 11.98 KiB/sec.
14889 2024.12.14 04:44:17.585567 [ 284 ] {f9ba6a1d-d3d5-4b08-88e0-5bf616939373} <Debug> TCPHandler: Processed in 0.006064538 sec.
14890 2024.12.14 04:44:17.585746 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14891 2024.12.14 04:44:17.585890 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14892 2024.12.14 04:44:17.585994 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14893 2024.12.14 04:44:17.587670 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14894 2024.12.14 04:44:17.587710 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14895 2024.12.14 04:44:17.588441 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
14896 2024.12.14 04:44:17.588709 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14897 2024.12.14 04:44:17.589005 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00315 sec., 9523.809523809523 rows/sec., 17.07 MiB/sec.
14898 2024.12.14 04:44:17.589367 [ 286 ] {467d97be-167f-47b6-8e1b-670480db27d1} <Debug> TCPHandler: Processed in 0.003674536 sec.
14899 2024.12.14 04:44:17.589724 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14900 2024.12.14 04:44:17.590058 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14901 2024.12.14 04:44:17.590140 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14902 2024.12.14 04:44:17.591298 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14903 2024.12.14 04:44:17.591338 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14904 2024.12.14 04:44:17.591832 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14905 2024.12.14 04:44:17.592159 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14906 2024.12.14 04:44:17.592406 [ 44 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14907 2024.12.14 04:44:17.592491 [ 44 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14908 2024.12.14 04:44:17.592526 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14909 2024.12.14 04:44:17.592549 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002606 sec., 31465.848042977745 rows/sec., 2.00 MiB/sec.
14910 2024.12.14 04:44:17.592710 [ 284 ] {e0964304-6bca-42de-94a7-8d556bfa78fa} <Debug> TCPHandler: Processed in 0.003236034 sec.
14911 2024.12.14 04:44:17.592737 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14912 2024.12.14 04:44:17.592926 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14913 2024.12.14 04:44:17.592961 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7022 rows starting from the beginning of the part
14914 2024.12.14 04:44:17.593271 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
14915 2024.12.14 04:44:17.593612 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 38 rows starting from the beginning of the part
14916 2024.12.14 04:44:17.593927 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 44 rows starting from the beginning of the part
14917 2024.12.14 04:44:17.593927 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35757 rows, containing 5 columns (5 merged, 0 gathered) in 0.014365974 sec., 2489006.31450398 rows/sec., 168.16 MiB/sec.
14918 2024.12.14 04:44:17.594084 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part
14919 2024.12.14 04:44:17.594325 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part
14920 2024.12.14 04:44:17.594562 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14921 2024.12.14 04:44:17.595229 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14922 2024.12.14 04:44:17.595374 [ 195 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14923 2024.12.14 04:44:17.595480 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
14924 2024.12.14 04:44:17.597142 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004509777 sec., 1620035.7578656327 rows/sec., 105.70 MiB/sec.
14925 2024.12.14 04:44:17.598189 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14926 2024.12.14 04:44:17.598553 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14927 2024.12.14 04:44:17.598640 [ 193 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_121_24} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14928 2024.12.14 04:44:17.598733 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB.
14929 2024.12.14 04:44:21.736671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
14930 2024.12.14 04:44:21.737378 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14931 2024.12.14 04:44:21.737436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14932 2024.12.14 04:44:21.737986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14933 2024.12.14 04:44:21.738255 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14934 2024.12.14 04:44:21.738573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
14935 2024.12.14 04:44:22.541755 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14936 2024.12.14 04:44:22.541969 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14937 2024.12.14 04:44:22.542050 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14938 2024.12.14 04:44:22.542853 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14939 2024.12.14 04:44:22.542903 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14940 2024.12.14 04:44:22.543346 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
14941 2024.12.14 04:44:22.543608 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14942 2024.12.14 04:44:22.543879 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 166.58 KiB/sec.
14943 2024.12.14 04:44:22.543981 [ 284 ] {2a73f14a-1f53-4bc9-948b-5d599f924f5b} <Debug> TCPHandler: Processed in 0.002361651 sec.
14944 2024.12.14 04:44:22.544313 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14945 2024.12.14 04:44:22.544521 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14946 2024.12.14 04:44:22.544605 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14947 2024.12.14 04:44:22.545498 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14948 2024.12.14 04:44:22.545553 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14949 2024.12.14 04:44:22.546024 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14950 2024.12.14 04:44:22.546292 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14951 2024.12.14 04:44:22.546547 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Debug> executeQuery: Read 82 rows, 6.83 KiB in 0.002082 sec., 39385.20653218059 rows/sec., 3.21 MiB/sec.
14952 2024.12.14 04:44:22.546657 [ 286 ] {74c64ffd-7ede-44ad-8fbc-c1cf97c24f7a} <Debug> TCPHandler: Processed in 0.002529226 sec.
14953 2024.12.14 04:44:22.546884 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14954 2024.12.14 04:44:22.547183 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14955 2024.12.14 04:44:22.547246 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14956 2024.12.14 04:44:22.547880 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14957 2024.12.14 04:44:22.547922 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14958 2024.12.14 04:44:22.548295 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14959 2024.12.14 04:44:22.548546 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14960 2024.12.14 04:44:22.548776 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001673 sec., 9563.658099222952 rows/sec., 706.30 KiB/sec.
14961 2024.12.14 04:44:22.548879 [ 284 ] {e4e1ba10-45da-43ce-97b1-38f280fc0b5e} <Debug> TCPHandler: Processed in 0.002124526 sec.
14962 2024.12.14 04:44:22.549062 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14963 2024.12.14 04:44:22.549279 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14964 2024.12.14 04:44:22.549335 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14965 2024.12.14 04:44:22.549983 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14966 2024.12.14 04:44:22.550024 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14967 2024.12.14 04:44:22.550431 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14968 2024.12.14 04:44:22.550682 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14969 2024.12.14 04:44:22.550889 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001657 sec., 48280.024140012065 rows/sec., 3.77 MiB/sec.
14970 2024.12.14 04:44:22.550945 [ 286 ] {a5758dc5-4f2a-4f04-98c9-cd2032d2521c} <Debug> TCPHandler: Processed in 0.001988761 sec.
14971 2024.12.14 04:44:22.551127 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14972 2024.12.14 04:44:22.551270 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14973 2024.12.14 04:44:22.551334 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14974 2024.12.14 04:44:22.551978 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14975 2024.12.14 04:44:22.552020 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14976 2024.12.14 04:44:22.552439 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14977 2024.12.14 04:44:22.552690 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14978 2024.12.14 04:44:22.552904 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001666 sec., 97238.89555822329 rows/sec., 6.77 MiB/sec.
14979 2024.12.14 04:44:22.552963 [ 284 ] {d2a4a26b-c92a-46c2-b2d8-71c865a6e2d9} <Debug> TCPHandler: Processed in 0.001903369 sec.
14980 2024.12.14 04:44:22.553120 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14981 2024.12.14 04:44:22.553262 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14982 2024.12.14 04:44:22.553357 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14983 2024.12.14 04:44:22.554533 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14984 2024.12.14 04:44:22.554575 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14985 2024.12.14 04:44:22.555208 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
14986 2024.12.14 04:44:22.555478 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14987 2024.12.14 04:44:22.555733 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002504 sec., 4792.3322683706065 rows/sec., 8.59 MiB/sec.
14988 2024.12.14 04:44:22.555845 [ 286 ] {7007c865-bbcb-409f-9a70-1743511bc106} <Debug> TCPHandler: Processed in 0.002792633 sec.
14989 2024.12.14 04:44:22.556008 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14990 2024.12.14 04:44:22.556148 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14991 2024.12.14 04:44:22.556210 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14992 2024.12.14 04:44:22.556740 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14993 2024.12.14 04:44:22.556780 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
14994 2024.12.14 04:44:22.557167 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14995 2024.12.14 04:44:22.557423 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14996 2024.12.14 04:44:22.557669 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec.
14997 2024.12.14 04:44:22.557764 [ 284 ] {9008c3bd-428c-43c6-be52-7804033be44c} <Debug> TCPHandler: Processed in 0.001823667 sec.
14998 2024.12.14 04:44:24.149484 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
14999 2024.12.14 04:44:24.171445 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15000 2024.12.14 04:44:24.171502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15001 2024.12.14 04:44:24.178815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15002 2024.12.14 04:44:24.179595 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15003 2024.12.14 04:44:24.184439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
15004 2024.12.14 04:44:24.426443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2116
15005 2024.12.14 04:44:24.430250 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15006 2024.12.14 04:44:24.430306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15007 2024.12.14 04:44:24.431890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15008 2024.12.14 04:44:24.432197 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15009 2024.12.14 04:44:24.432613 [ 218 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15010 2024.12.14 04:44:24.432681 [ 218 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15011 2024.12.14 04:44:24.434653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2116
15012 2024.12.14 04:44:24.435994 [ 218 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15013 2024.12.14 04:44:27.259326 [ 220 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15014 2024.12.14 04:44:27.259394 [ 220 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15015 2024.12.14 04:44:27.261365 [ 220 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15016 2024.12.14 04:44:27.546516 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15017 2024.12.14 04:44:27.546734 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15018 2024.12.14 04:44:27.546815 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15019 2024.12.14 04:44:27.547686 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15020 2024.12.14 04:44:27.547741 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15021 2024.12.14 04:44:27.548197 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
15022 2024.12.14 04:44:27.548462 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15023 2024.12.14 04:44:27.548732 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec.
15024 2024.12.14 04:44:27.548857 [ 284 ] {6f323810-12fd-4d96-bc3f-e265fadca8ca} <Debug> TCPHandler: Processed in 0.002478705 sec.
15025 2024.12.14 04:44:27.549226 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15026 2024.12.14 04:44:27.549531 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15027 2024.12.14 04:44:27.549649 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15028 2024.12.14 04:44:27.550556 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15029 2024.12.14 04:44:27.550605 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15030 2024.12.14 04:44:27.551107 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15031 2024.12.14 04:44:27.551367 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15032 2024.12.14 04:44:27.551622 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002174 sec., 120975.16099356025 rows/sec., 10.64 MiB/sec.
15033 2024.12.14 04:44:27.551684 [ 286 ] {fb725eb2-8213-4036-b330-138aa9e9acba} <Debug> TCPHandler: Processed in 0.00268614 sec.
15034 2024.12.14 04:44:27.551692 [ 223 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15035 2024.12.14 04:44:27.551726 [ 223 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15036 2024.12.14 04:44:27.551868 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15037 2024.12.14 04:44:27.552023 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15038 2024.12.14 04:44:27.552130 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15039 2024.12.14 04:44:27.553440 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15040 2024.12.14 04:44:27.553513 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15041 2024.12.14 04:44:27.554371 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15042 2024.12.14 04:44:27.554830 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15043 2024.12.14 04:44:27.555134 [ 33 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15044 2024.12.14 04:44:27.555250 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.003241 sec., 11416.229558778155 rows/sec., 836.75 KiB/sec.
15045 2024.12.14 04:44:27.555249 [ 33 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15046 2024.12.14 04:44:27.555374 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15047 2024.12.14 04:44:27.555477 [ 223 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15048 2024.12.14 04:44:27.555519 [ 284 ] {e97e4b98-4e65-421c-9688-9d150358c5c7} <Debug> TCPHandler: Processed in 0.003734477 sec.
15049 2024.12.14 04:44:27.555859 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15050 2024.12.14 04:44:27.556047 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
15051 2024.12.14 04:44:27.556210 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15052 2024.12.14 04:44:27.556400 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15053 2024.12.14 04:44:27.556701 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15054 2024.12.14 04:44:27.556898 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 67 rows starting from the beginning of the part
15055 2024.12.14 04:44:27.557725 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 41 rows starting from the beginning of the part
15056 2024.12.14 04:44:27.558637 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 12 rows starting from the beginning of the part
15057 2024.12.14 04:44:27.558954 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 37 rows starting from the beginning of the part
15058 2024.12.14 04:44:27.559312 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 16 rows starting from the beginning of the part
15059 2024.12.14 04:44:27.559668 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 37 rows starting from the beginning of the part
15060 2024.12.14 04:44:27.560346 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15061 2024.12.14 04:44:27.560408 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15062 2024.12.14 04:44:27.561399 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
15063 2024.12.14 04:44:27.562366 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15064 2024.12.14 04:44:27.563275 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.007716851 sec., 27213.172834359506 rows/sec., 2.05 MiB/sec.
15065 2024.12.14 04:44:27.563299 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007198 sec., 1944.9847179772157 rows/sec., 136.21 KiB/sec.
15066 2024.12.14 04:44:27.563435 [ 286 ] {cb872f75-1620-4ee4-bf6d-ad5b694b3f57} <Debug> TCPHandler: Processed in 0.007787043 sec.
15067 2024.12.14 04:44:27.563529 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15068 2024.12.14 04:44:27.563627 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15069 2024.12.14 04:44:27.563847 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15070 2024.12.14 04:44:27.563946 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15071 2024.12.14 04:44:27.563965 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15072 2024.12.14 04:44:27.564253 [ 193 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_101_20} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15073 2024.12.14 04:44:27.564568 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15074 2024.12.14 04:44:27.565392 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15075 2024.12.14 04:44:27.565436 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15076 2024.12.14 04:44:27.565809 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
15077 2024.12.14 04:44:27.566073 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15078 2024.12.14 04:44:27.566256 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002471 sec., 5261.027923917442 rows/sec., 328.02 KiB/sec.
15079 2024.12.14 04:44:27.566311 [ 284 ] {13b3cab0-e25f-4eb4-ae0a-2b841697eab1} <Debug> TCPHandler: Processed in 0.002755241 sec.
15080 2024.12.14 04:44:27.566524 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15081 2024.12.14 04:44:27.566707 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15082 2024.12.14 04:44:27.566795 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15083 2024.12.14 04:44:27.567704 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15084 2024.12.14 04:44:27.567744 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15085 2024.12.14 04:44:27.568147 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15086 2024.12.14 04:44:27.568392 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15087 2024.12.14 04:44:27.568606 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.00193 sec., 213471.50259067357 rows/sec., 15.22 MiB/sec.
15088 2024.12.14 04:44:27.568659 [ 286 ] {fa3e5447-0175-4f76-8186-f32d05ac7e98} <Debug> TCPHandler: Processed in 0.002245648 sec.
15089 2024.12.14 04:44:27.568821 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15090 2024.12.14 04:44:27.568993 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15091 2024.12.14 04:44:27.569055 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15092 2024.12.14 04:44:27.569623 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15093 2024.12.14 04:44:27.569662 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15094 2024.12.14 04:44:27.570034 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
15095 2024.12.14 04:44:27.570278 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15096 2024.12.14 04:44:27.570516 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
15097 2024.12.14 04:44:27.570668 [ 284 ] {87e65225-478c-4908-bb8c-7f77a9e0b3cc} <Debug> TCPHandler: Processed in 0.00191386 sec.
15098 2024.12.14 04:44:27.570932 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15099 2024.12.14 04:44:27.571081 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15100 2024.12.14 04:44:27.571145 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15101 2024.12.14 04:44:27.571776 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15102 2024.12.14 04:44:27.571816 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15103 2024.12.14 04:44:27.572229 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15104 2024.12.14 04:44:27.572496 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15105 2024.12.14 04:44:27.572738 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec.
15106 2024.12.14 04:44:27.572780 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15107 2024.12.14 04:44:27.572815 [ 286 ] {93dfa7db-6553-49cd-85fb-22c72e18ed19} <Debug> TCPHandler: Processed in 0.002037383 sec.
15108 2024.12.14 04:44:27.572838 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15109 2024.12.14 04:44:27.572999 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15110 2024.12.14 04:44:27.573147 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15111 2024.12.14 04:44:27.573214 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15112 2024.12.14 04:44:27.573821 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15113 2024.12.14 04:44:27.573864 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15114 2024.12.14 04:44:27.574317 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
15115 2024.12.14 04:44:27.574611 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15116 2024.12.14 04:44:27.574764 [ 30 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0
15117 2024.12.14 04:44:27.574838 [ 30 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15118 2024.12.14 04:44:27.574891 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15119 2024.12.14 04:44:27.574900 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001766 sec., 566.2514156285391 rows/sec., 38.16 KiB/sec.
15120 2024.12.14 04:44:27.575278 [ 284 ] {51302c20-e746-4c10-8ae5-0eafd4c10358} <Debug> TCPHandler: Processed in 0.002373042 sec.
15121 2024.12.14 04:44:27.575507 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full
15122 2024.12.14 04:44:27.575642 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15123 2024.12.14 04:44:27.576028 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15124 2024.12.14 04:44:27.576162 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part
15125 2024.12.14 04:44:27.576590 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
15126 2024.12.14 04:44:27.577011 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
15127 2024.12.14 04:44:27.577382 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15128 2024.12.14 04:44:27.577478 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
15129 2024.12.14 04:44:27.577920 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
15130 2024.12.14 04:44:27.578352 [ 188 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
15131 2024.12.14 04:44:27.579111 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15132 2024.12.14 04:44:27.580291 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15133 2024.12.14 04:44:27.583321 [ 199 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.008309607 sec., 6017.131736795735 rows/sec., 405.45 KiB/sec.
15134 2024.12.14 04:44:27.583506 [ 190 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary)
15135 2024.12.14 04:44:27.584196 [ 190 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15136 2024.12.14 04:44:27.584446 [ 190 ] {fb5c9591-e8b4-458c-ae41-0ca60d154fe2::all_1_50_11} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11
15137 2024.12.14 04:44:27.584686 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
15138 2024.12.14 04:44:27.584805 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15139 2024.12.14 04:44:27.584850 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15140 2024.12.14 04:44:27.585512 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15141 2024.12.14 04:44:27.585777 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15142 2024.12.14 04:44:27.585965 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15143 2024.12.14 04:44:27.586028 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15144 2024.12.14 04:44:27.586054 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.008667 sec., 3461.405330564209 rows/sec., 6.20 MiB/sec.
15145 2024.12.14 04:44:27.586070 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15146 2024.12.14 04:44:27.586328 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
15147 2024.12.14 04:44:27.586332 [ 286 ] {9d2a7f28-30e9-40af-a1ea-14eea7d82680} <Debug> TCPHandler: Processed in 0.010866133 sec.
15148 2024.12.14 04:44:27.586541 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15149 2024.12.14 04:44:27.586791 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15150 2024.12.14 04:44:27.586807 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15151 2024.12.14 04:44:27.586930 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2051 rows starting from the beginning of the part
15152 2024.12.14 04:44:27.586940 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15153 2024.12.14 04:44:27.587871 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 30 rows starting from the beginning of the part
15154 2024.12.14 04:44:27.588532 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 12 rows starting from the beginning of the part
15155 2024.12.14 04:44:27.589297 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 30 rows starting from the beginning of the part
15156 2024.12.14 04:44:27.589341 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15157 2024.12.14 04:44:27.589417 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15158 2024.12.14 04:44:27.589914 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 12 rows starting from the beginning of the part
15159 2024.12.14 04:44:27.590539 [ 199 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 30 rows starting from the beginning of the part
15160 2024.12.14 04:44:27.591258 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15161 2024.12.14 04:44:27.591862 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15162 2024.12.14 04:44:27.592365 [ 222 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15163 2024.12.14 04:44:27.592465 [ 222 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15164 2024.12.14 04:44:27.592621 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005867 sec., 13976.478609169933 rows/sec., 908.98 KiB/sec.
15165 2024.12.14 04:44:27.592990 [ 284 ] {f5fd92c9-2aaa-49e6-b13e-e791a82a2a2c} <Debug> TCPHandler: Processed in 0.00653021 sec.
15166 2024.12.14 04:44:27.595381 [ 222 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15167 2024.12.14 04:44:27.603734 [ 190 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2165 rows, containing 19 columns (19 merged, 0 gathered) in 0.017540267 sec., 123430.27617538549 rows/sec., 221.18 MiB/sec.
15168 2024.12.14 04:44:27.605808 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15169 2024.12.14 04:44:27.606271 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15170 2024.12.14 04:44:27.606363 [ 189 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15171 2024.12.14 04:44:27.606524 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.31 MiB.
15172 2024.12.14 04:44:28.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.04 MiB, peak 288.32 MiB, free memory in arenas 0.00 B, will set to 271.38 MiB (RSS), difference: 1.34 MiB
15173 2024.12.14 04:44:29.009701 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
15174 2024.12.14 04:44:29.009771 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
15175 2024.12.14 04:44:29.238767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
15176 2024.12.14 04:44:29.239607 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15177 2024.12.14 04:44:29.239650 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15178 2024.12.14 04:44:29.240294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15179 2024.12.14 04:44:29.240581 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15180 2024.12.14 04:44:29.240793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
15181 2024.12.14 04:44:31.684518 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
15182 2024.12.14 04:44:31.707818 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15183 2024.12.14 04:44:31.707884 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15184 2024.12.14 04:44:31.716104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15185 2024.12.14 04:44:31.716931 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15186 2024.12.14 04:44:31.720284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
15187 2024.12.14 04:44:32.540708 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15188 2024.12.14 04:44:32.540919 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15189 2024.12.14 04:44:32.541001 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15190 2024.12.14 04:44:32.541894 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15191 2024.12.14 04:44:32.541946 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15192 2024.12.14 04:44:32.542390 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15193 2024.12.14 04:44:32.542655 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15194 2024.12.14 04:44:32.542870 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.00201 sec., 39800.99502487562 rows/sec., 3.25 MiB/sec.
15195 2024.12.14 04:44:32.542938 [ 284 ] {b5772923-e895-4c68-acd2-c41a6d332649} <Debug> TCPHandler: Processed in 0.002366942 sec.
15196 2024.12.14 04:44:32.543206 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15197 2024.12.14 04:44:32.543414 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15198 2024.12.14 04:44:32.543492 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15199 2024.12.14 04:44:32.544249 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15200 2024.12.14 04:44:32.544293 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15201 2024.12.14 04:44:32.544727 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15202 2024.12.14 04:44:32.544982 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15203 2024.12.14 04:44:32.545216 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001861 sec., 6448.1461579795805 rows/sec., 484.87 KiB/sec.
15204 2024.12.14 04:44:32.545273 [ 286 ] {a555de4a-4042-489b-82cd-f2601efd8e69} <Debug> TCPHandler: Processed in 0.002209408 sec.
15205 2024.12.14 04:44:32.545444 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15206 2024.12.14 04:44:32.545592 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15207 2024.12.14 04:44:32.545652 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15208 2024.12.14 04:44:32.546313 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15209 2024.12.14 04:44:32.546352 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15210 2024.12.14 04:44:32.546728 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15211 2024.12.14 04:44:32.546963 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15212 2024.12.14 04:44:32.547146 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00159 sec., 47798.74213836478 rows/sec., 3.73 MiB/sec.
15213 2024.12.14 04:44:32.547202 [ 284 ] {24ced88c-59fe-4b93-9fe3-8d2730307d06} <Debug> TCPHandler: Processed in 0.001828678 sec.
15214 2024.12.14 04:44:32.547429 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15215 2024.12.14 04:44:32.547656 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15216 2024.12.14 04:44:32.547754 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15217 2024.12.14 04:44:32.548369 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15218 2024.12.14 04:44:32.548408 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15219 2024.12.14 04:44:32.548812 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15220 2024.12.14 04:44:32.549068 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15221 2024.12.14 04:44:32.549280 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec.
15222 2024.12.14 04:44:32.549331 [ 286 ] {c00badaf-4fdf-4403-a186-76c4f3953612} <Debug> TCPHandler: Processed in 0.002008673 sec.
15223 2024.12.14 04:44:32.549486 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15224 2024.12.14 04:44:32.549627 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15225 2024.12.14 04:44:32.549721 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15226 2024.12.14 04:44:32.550888 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15227 2024.12.14 04:44:32.550928 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15228 2024.12.14 04:44:32.551570 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15229 2024.12.14 04:44:32.551832 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15230 2024.12.14 04:44:32.552036 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002441 sec., 4916.018025399427 rows/sec., 8.81 MiB/sec.
15231 2024.12.14 04:44:32.552145 [ 284 ] {a0f9d994-b06c-449e-94d9-61e70d5250e2} <Debug> TCPHandler: Processed in 0.002727181 sec.
15232 2024.12.14 04:44:32.552311 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15233 2024.12.14 04:44:32.552451 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15234 2024.12.14 04:44:32.552512 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15235 2024.12.14 04:44:32.553051 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15236 2024.12.14 04:44:32.553090 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15237 2024.12.14 04:44:32.553471 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15238 2024.12.14 04:44:32.553715 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15239 2024.12.14 04:44:32.553935 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec.
15240 2024.12.14 04:44:32.553985 [ 286 ] {13c646ca-8570-4dad-85e7-b97cffa3fc60} <Debug> TCPHandler: Processed in 0.001743616 sec.
15241 2024.12.14 04:44:32.996388 [ 221 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15242 2024.12.14 04:44:32.996471 [ 221 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15243 2024.12.14 04:44:32.998939 [ 221 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15244 2024.12.14 04:44:33.389179 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15245 2024.12.14 04:44:33.389268 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15246 2024.12.14 04:44:33.391504 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
15247 2024.12.14 04:44:33.819903 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15248 2024.12.14 04:44:33.820123 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15249 2024.12.14 04:44:33.820206 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15250 2024.12.14 04:44:33.821028 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15251 2024.12.14 04:44:33.821083 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15252 2024.12.14 04:44:33.821526 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15253 2024.12.14 04:44:33.821793 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15254 2024.12.14 04:44:33.822045 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec.
15255 2024.12.14 04:44:33.822114 [ 284 ] {37ac206f-e1e6-4989-b5fc-1e39cf7f4b05} <Debug> TCPHandler: Processed in 0.002355502 sec.
15256 2024.12.14 04:44:33.822352 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15257 2024.12.14 04:44:33.822539 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15258 2024.12.14 04:44:33.822612 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15259 2024.12.14 04:44:33.823361 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15260 2024.12.14 04:44:33.823403 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15261 2024.12.14 04:44:33.823841 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
15262 2024.12.14 04:44:33.824108 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15263 2024.12.14 04:44:33.824310 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001824 sec., 4385.964912280701 rows/sec., 357.64 KiB/sec.
15264 2024.12.14 04:44:33.824375 [ 286 ] {4f3fd402-d144-44f8-99b5-e0011aebeab7} <Debug> TCPHandler: Processed in 0.002153976 sec.
15265 2024.12.14 04:44:33.824534 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15266 2024.12.14 04:44:33.824667 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15267 2024.12.14 04:44:33.824722 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15268 2024.12.14 04:44:33.826406 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15269 2024.12.14 04:44:33.826450 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15270 2024.12.14 04:44:33.826927 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15271 2024.12.14 04:44:33.827191 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15272 2024.12.14 04:44:33.827428 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Debug> executeQuery: Read 1407 rows, 120.55 KiB in 0.00279 sec., 504301.0752688172 rows/sec., 42.20 MiB/sec.
15273 2024.12.14 04:44:33.827490 [ 284 ] {152646d3-c899-4231-8221-620a1670ab2e} <Debug> TCPHandler: Processed in 0.003016919 sec.
15274 2024.12.14 04:44:33.827667 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15275 2024.12.14 04:44:33.827817 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15276 2024.12.14 04:44:33.827881 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15277 2024.12.14 04:44:33.828613 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15278 2024.12.14 04:44:33.828660 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15279 2024.12.14 04:44:33.829079 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15280 2024.12.14 04:44:33.829335 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15281 2024.12.14 04:44:33.829510 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Debug> executeQuery: Read 45 rows, 3.27 KiB in 0.001733 sec., 25966.532025389497 rows/sec., 1.84 MiB/sec.
15282 2024.12.14 04:44:33.829565 [ 286 ] {bce8fdd6-3491-49a0-b67a-cdf974464dc8} <Debug> TCPHandler: Processed in 0.001968111 sec.
15283 2024.12.14 04:44:33.829719 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15284 2024.12.14 04:44:33.829842 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15285 2024.12.14 04:44:33.829901 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15286 2024.12.14 04:44:33.830713 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15287 2024.12.14 04:44:33.830763 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15288 2024.12.14 04:44:33.831172 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15289 2024.12.14 04:44:33.831420 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15290 2024.12.14 04:44:33.831676 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001855 sec., 130458.22102425875 rows/sec., 8.84 MiB/sec.
15291 2024.12.14 04:44:33.831771 [ 284 ] {980bc4d1-13ab-4d5c-b2a4-b99d1010c93b} <Debug> TCPHandler: Processed in 0.002108595 sec.
15292 2024.12.14 04:44:33.831995 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15293 2024.12.14 04:44:33.832167 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15294 2024.12.14 04:44:33.832227 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15295 2024.12.14 04:44:33.832900 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15296 2024.12.14 04:44:33.832938 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15297 2024.12.14 04:44:33.833312 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15298 2024.12.14 04:44:33.833564 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15299 2024.12.14 04:44:33.833746 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec.
15300 2024.12.14 04:44:33.833797 [ 286 ] {a87b7381-e22c-429e-b8c6-32306f06ee7e} <Debug> TCPHandler: Processed in 0.00193502 sec.
15301 2024.12.14 04:44:33.833956 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15302 2024.12.14 04:44:33.834100 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15303 2024.12.14 04:44:33.834157 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15304 2024.12.14 04:44:33.835151 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15305 2024.12.14 04:44:33.835191 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15306 2024.12.14 04:44:33.835605 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15307 2024.12.14 04:44:33.835855 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15308 2024.12.14 04:44:33.836083 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Debug> executeQuery: Read 876 rows, 65.03 KiB in 0.002014 sec., 434955.3128103277 rows/sec., 31.53 MiB/sec.
15309 2024.12.14 04:44:33.836142 [ 284 ] {59a6825c-8b54-4842-aa1b-de52bc3f4cd6} <Debug> TCPHandler: Processed in 0.002253139 sec.
15310 2024.12.14 04:44:33.836343 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15311 2024.12.14 04:44:33.836566 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15312 2024.12.14 04:44:33.836661 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15313 2024.12.14 04:44:33.837269 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15314 2024.12.14 04:44:33.837306 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15315 2024.12.14 04:44:33.837685 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15316 2024.12.14 04:44:33.837936 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15317 2024.12.14 04:44:33.838126 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001616 sec., 3712.871287128713 rows/sec., 193.98 KiB/sec.
15318 2024.12.14 04:44:33.838177 [ 286 ] {583ab425-2c75-4782-af83-690411d45f88} <Debug> TCPHandler: Processed in 0.001943801 sec.
15319 2024.12.14 04:44:33.838342 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15320 2024.12.14 04:44:33.838483 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15321 2024.12.14 04:44:33.838545 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15322 2024.12.14 04:44:33.839367 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15323 2024.12.14 04:44:33.839408 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15324 2024.12.14 04:44:33.839871 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15325 2024.12.14 04:44:33.840126 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15326 2024.12.14 04:44:33.840344 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Debug> executeQuery: Read 933 rows, 63.50 KiB in 0.001894 sec., 492608.23653643084 rows/sec., 32.74 MiB/sec.
15327 2024.12.14 04:44:33.840401 [ 284 ] {7476e84b-edce-4513-b1e8-469427d3740d} <Debug> TCPHandler: Processed in 0.002127106 sec.
15328 2024.12.14 04:44:33.840554 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15329 2024.12.14 04:44:33.840693 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15330 2024.12.14 04:44:33.840753 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15331 2024.12.14 04:44:33.841232 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15332 2024.12.14 04:44:33.841269 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15333 2024.12.14 04:44:33.841632 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
15334 2024.12.14 04:44:33.841878 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15335 2024.12.14 04:44:33.842063 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec.
15336 2024.12.14 04:44:33.842116 [ 286 ] {561a6779-f48f-4814-8b57-fe7f422eb360} <Debug> TCPHandler: Processed in 0.001628762 sec.
15337 2024.12.14 04:44:33.842330 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15338 2024.12.14 04:44:33.842484 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15339 2024.12.14 04:44:33.842580 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15340 2024.12.14 04:44:33.843902 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15341 2024.12.14 04:44:33.843945 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15342 2024.12.14 04:44:33.844628 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
15343 2024.12.14 04:44:33.844890 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15344 2024.12.14 04:44:33.845154 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002703 sec., 11098.779134295228 rows/sec., 19.89 MiB/sec.
15345 2024.12.14 04:44:33.845262 [ 284 ] {d015c97c-0646-4f71-8048-214c50f1fc58} <Debug> TCPHandler: Processed in 0.003048689 sec.
15346 2024.12.14 04:44:33.845412 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15347 2024.12.14 04:44:33.845550 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15348 2024.12.14 04:44:33.845612 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15349 2024.12.14 04:44:33.846136 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15350 2024.12.14 04:44:33.846174 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15351 2024.12.14 04:44:33.846554 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15352 2024.12.14 04:44:33.846808 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15353 2024.12.14 04:44:33.846988 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Debug> executeQuery: Read 38 rows, 2.30 KiB in 0.001469 sec., 25867.93737236215 rows/sec., 1.53 MiB/sec.
15354 2024.12.14 04:44:33.847040 [ 286 ] {3c594b72-9c37-41a5-b81a-f2cf79cc9821} <Debug> TCPHandler: Processed in 0.001694234 sec.
15355 2024.12.14 04:44:34.434872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2174
15356 2024.12.14 04:44:34.438504 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15357 2024.12.14 04:44:34.438552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15358 2024.12.14 04:44:34.440131 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15359 2024.12.14 04:44:34.440463 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15360 2024.12.14 04:44:34.441126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2174
15361 2024.12.14 04:44:36.740933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
15362 2024.12.14 04:44:36.741596 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15363 2024.12.14 04:44:36.741647 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15364 2024.12.14 04:44:36.742188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15365 2024.12.14 04:44:36.742454 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15366 2024.12.14 04:44:36.742711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
15367 2024.12.14 04:44:37.538347 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15368 2024.12.14 04:44:37.538532 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15369 2024.12.14 04:44:37.538602 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15370 2024.12.14 04:44:37.539382 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2024.12.14 04:44:37.539434 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15372 2024.12.14 04:44:37.539864 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15373 2024.12.14 04:44:37.540131 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2024.12.14 04:44:37.540346 [ 129 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15375 2024.12.14 04:44:37.540368 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.28 MiB/sec.
15376 2024.12.14 04:44:37.540427 [ 129 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15377 2024.12.14 04:44:37.540505 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15378 2024.12.14 04:44:37.540515 [ 284 ] {b830354b-a660-4218-bfcf-bedcf5ff6928} <Debug> TCPHandler: Processed in 0.00229697 sec.
15379 2024.12.14 04:44:37.540836 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15380 2024.12.14 04:44:37.540921 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15381 2024.12.14 04:44:37.541371 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15382 2024.12.14 04:44:37.541509 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1437 rows starting from the beginning of the part
15383 2024.12.14 04:44:37.541632 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15384 2024.12.14 04:44:37.541981 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part
15385 2024.12.14 04:44:37.542291 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 263 rows starting from the beginning of the part
15386 2024.12.14 04:44:37.542673 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 80 rows starting from the beginning of the part
15387 2024.12.14 04:44:37.542774 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15388 2024.12.14 04:44:37.543177 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1407 rows starting from the beginning of the part
15389 2024.12.14 04:44:37.543489 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part
15390 2024.12.14 04:44:37.546122 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15391 2024.12.14 04:44:37.546212 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15392 2024.12.14 04:44:37.547017 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15393 2024.12.14 04:44:37.547541 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.00692726 sec., 479987.7585076928 rows/sec., 42.07 MiB/sec.
15394 2024.12.14 04:44:37.547553 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15395 2024.12.14 04:44:37.547843 [ 129 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15396 2024.12.14 04:44:37.547859 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15397 2024.12.14 04:44:37.547922 [ 129 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15398 2024.12.14 04:44:37.548039 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15399 2024.12.14 04:44:37.548174 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00675 sec., 9481.481481481482 rows/sec., 757.81 KiB/sec.
15400 2024.12.14 04:44:37.548440 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15401 2024.12.14 04:44:37.548568 [ 286 ] {a18befaf-8c9b-4cfd-bc14-f17e4f698fa8} <Debug> TCPHandler: Processed in 0.007891776 sec.
15402 2024.12.14 04:44:37.548745 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15403 2024.12.14 04:44:37.548870 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15404 2024.12.14 04:44:37.548908 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15405 2024.12.14 04:44:37.549017 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part
15406 2024.12.14 04:44:37.549105 [ 200 ] {1caf7b62-fc13-497c-897c-dc3d198bd596::all_1_126_25} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15407 2024.12.14 04:44:37.549183 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15408 2024.12.14 04:44:37.549434 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15409 2024.12.14 04:44:37.549456 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15410 2024.12.14 04:44:37.549476 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 80 rows starting from the beginning of the part
15411 2024.12.14 04:44:37.549747 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 412 rows starting from the beginning of the part
15412 2024.12.14 04:44:37.550003 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 76 rows starting from the beginning of the part
15413 2024.12.14 04:44:37.550234 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 876 rows starting from the beginning of the part
15414 2024.12.14 04:44:37.550390 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part
15415 2024.12.14 04:44:37.551140 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15416 2024.12.14 04:44:37.551186 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15417 2024.12.14 04:44:37.551750 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15418 2024.12.14 04:44:37.552037 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15419 2024.12.14 04:44:37.552277 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 5 parts from all_1_121_24 to all_125_125_0
15420 2024.12.14 04:44:37.552340 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15421 2024.12.14 04:44:37.552396 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15422 2024.12.14 04:44:37.552418 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.003325 sec., 35488.72180451128 rows/sec., 2.47 MiB/sec.
15423 2024.12.14 04:44:37.552829 [ 284 ] {9cab81bf-c430-464d-961e-f9d6b3a75935} <Debug> TCPHandler: Processed in 0.004098237 sec.
15424 2024.12.14 04:44:37.553012 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_121_24 to all_125_125_0 into Compact with storage Full
15425 2024.12.14 04:44:37.553432 [ 190 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263517 sec., 460528.5781351139 rows/sec., 35.33 MiB/sec.
15426 2024.12.14 04:44:37.553469 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15427 2024.12.14 04:44:37.553600 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15428 2024.12.14 04:44:37.553784 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_121_24, total 35757 rows starting from the beginning of the part
15429 2024.12.14 04:44:37.553953 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15430 2024.12.14 04:44:37.554103 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15431 2024.12.14 04:44:37.554446 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15432 2024.12.14 04:44:37.554737 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 162 rows starting from the beginning of the part
15433 2024.12.14 04:44:37.555845 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15434 2024.12.14 04:44:37.555877 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part
15435 2024.12.14 04:44:37.556540 [ 191 ] {95ea26c8-d580-47d3-881b-3e07805b7c14::all_1_126_25} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15436 2024.12.14 04:44:37.556870 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part
15437 2024.12.14 04:44:37.557084 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
15438 2024.12.14 04:44:37.557657 [ 200 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 933 rows starting from the beginning of the part
15439 2024.12.14 04:44:37.558827 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15440 2024.12.14 04:44:37.558896 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15441 2024.12.14 04:44:37.559491 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15442 2024.12.14 04:44:37.559814 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15443 2024.12.14 04:44:37.560079 [ 129 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15444 2024.12.14 04:44:37.560184 [ 129 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15445 2024.12.14 04:44:37.560283 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15446 2024.12.14 04:44:37.560404 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.006491 sec., 6778.616545986751 rows/sec., 466.99 KiB/sec.
15447 2024.12.14 04:44:37.560703 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15448 2024.12.14 04:44:37.560957 [ 286 ] {c9271205-1b04-42af-8cdd-fbc362f6016b} <Debug> TCPHandler: Processed in 0.007980268 sec.
15449 2024.12.14 04:44:37.561181 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15450 2024.12.14 04:44:37.561283 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7306 rows starting from the beginning of the part
15451 2024.12.14 04:44:37.561519 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part
15452 2024.12.14 04:44:37.561714 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part
15453 2024.12.14 04:44:37.561876 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part
15454 2024.12.14 04:44:37.562024 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 38 rows starting from the beginning of the part
15455 2024.12.14 04:44:37.562276 [ 190 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 44 rows starting from the beginning of the part
15456 2024.12.14 04:44:37.565176 [ 194 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7590 rows, containing 4 columns (4 merged, 0 gathered) in 0.004747114 sec., 1598866.1742692506 rows/sec., 104.32 MiB/sec.
15457 2024.12.14 04:44:37.565587 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15458 2024.12.14 04:44:37.566004 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15459 2024.12.14 04:44:37.566126 [ 186 ] {32746dc8-e57e-44e2-9273-259182c4ec90::all_1_126_25} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15460 2024.12.14 04:44:37.566264 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB.
15461 2024.12.14 04:44:37.567887 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37249 rows, containing 5 columns (5 merged, 0 gathered) in 0.01532793 sec., 2430138.9685365213 rows/sec., 164.15 MiB/sec.
15462 2024.12.14 04:44:37.568201 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Trace> MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary)
15463 2024.12.14 04:44:37.568497 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15464 2024.12.14 04:44:37.568570 [ 192 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 5 parts: [all_1_121_24, all_125_125_0] -> all_1_125_25
15465 2024.12.14 04:44:37.568647 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
15466 2024.12.14 04:44:37.889587 [ 223 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15467 2024.12.14 04:44:37.889649 [ 223 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15468 2024.12.14 04:44:37.891580 [ 223 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15469 2024.12.14 04:44:38.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.79 MiB, peak 288.32 MiB, free memory in arenas 0.00 B, will set to 271.38 MiB (RSS), difference: 3.59 MiB
15470 2024.12.14 04:44:38.061089 [ 218 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15471 2024.12.14 04:44:38.061146 [ 218 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15472 2024.12.14 04:44:38.063130 [ 218 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15473 2024.12.14 04:44:39.220355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
15474 2024.12.14 04:44:39.242271 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15475 2024.12.14 04:44:39.242320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15476 2024.12.14 04:44:39.250236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15477 2024.12.14 04:44:39.251037 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15478 2024.12.14 04:44:39.255341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
15479 2024.12.14 04:44:42.540809 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15480 2024.12.14 04:44:42.541017 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15481 2024.12.14 04:44:42.541091 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15482 2024.12.14 04:44:42.541910 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15483 2024.12.14 04:44:42.541961 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15484 2024.12.14 04:44:42.542413 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15485 2024.12.14 04:44:42.542670 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15486 2024.12.14 04:44:42.542900 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Debug> executeQuery: Read 80 rows, 6.69 KiB in 0.001942 sec., 41194.6446961895 rows/sec., 3.36 MiB/sec.
15487 2024.12.14 04:44:42.542969 [ 284 ] {73ac6d4f-e85b-4d89-908f-66176cf7ab6b} <Debug> TCPHandler: Processed in 0.00228655 sec.
15488 2024.12.14 04:44:42.543261 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15489 2024.12.14 04:44:42.543478 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15490 2024.12.14 04:44:42.543561 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15491 2024.12.14 04:44:42.544396 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15492 2024.12.14 04:44:42.544449 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15493 2024.12.14 04:44:42.544897 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15494 2024.12.14 04:44:42.545159 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15495 2024.12.14 04:44:42.545390 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001973 sec., 6082.108464267613 rows/sec., 457.35 KiB/sec.
15496 2024.12.14 04:44:42.545457 [ 286 ] {bc55d897-0549-4a07-977d-111286cc5f2b} <Debug> TCPHandler: Processed in 0.002339061 sec.
15497 2024.12.14 04:44:42.545627 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15498 2024.12.14 04:44:42.545754 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15499 2024.12.14 04:44:42.545807 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15500 2024.12.14 04:44:42.546451 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15501 2024.12.14 04:44:42.546494 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15502 2024.12.14 04:44:42.546890 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15503 2024.12.14 04:44:42.547144 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15504 2024.12.14 04:44:42.547360 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001637 sec., 46426.389737324374 rows/sec., 3.62 MiB/sec.
15505 2024.12.14 04:44:42.547417 [ 284 ] {f1af60c4-be93-4c0b-816a-9a9962c9d1c6} <Debug> TCPHandler: Processed in 0.001848248 sec.
15506 2024.12.14 04:44:42.547590 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15507 2024.12.14 04:44:42.547737 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15508 2024.12.14 04:44:42.547803 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15509 2024.12.14 04:44:42.548428 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15510 2024.12.14 04:44:42.548469 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15511 2024.12.14 04:44:42.548880 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15512 2024.12.14 04:44:42.549137 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15513 2024.12.14 04:44:42.549362 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec.
15514 2024.12.14 04:44:42.549432 [ 286 ] {b209c30c-2ec8-4492-9f31-c0fd4c63ddea} <Debug> TCPHandler: Processed in 0.00191147 sec.
15515 2024.12.14 04:44:42.549608 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15516 2024.12.14 04:44:42.549893 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15517 2024.12.14 04:44:42.550167 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15518 2024.12.14 04:44:42.551542 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15519 2024.12.14 04:44:42.551584 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15520 2024.12.14 04:44:42.552239 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
15521 2024.12.14 04:44:42.552507 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15522 2024.12.14 04:44:42.552762 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002977 sec., 4030.9035942223713 rows/sec., 7.22 MiB/sec.
15523 2024.12.14 04:44:42.552875 [ 284 ] {9c211fec-2d42-4cda-a844-1e612e9b9426} <Debug> TCPHandler: Processed in 0.003343876 sec.
15524 2024.12.14 04:44:42.553048 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15525 2024.12.14 04:44:42.553199 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15526 2024.12.14 04:44:42.553261 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15527 2024.12.14 04:44:42.553859 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15528 2024.12.14 04:44:42.553908 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15529 2024.12.14 04:44:42.554365 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15530 2024.12.14 04:44:42.554617 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15531 2024.12.14 04:44:42.554847 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec.
15532 2024.12.14 04:44:42.554924 [ 286 ] {248df489-db3e-44fe-86f3-76b4aa9008c1} <Debug> TCPHandler: Processed in 0.001948371 sec.
15533 2024.12.14 04:44:44.009834 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
15534 2024.12.14 04:44:44.009891 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
15535 2024.12.14 04:44:44.242885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
15536 2024.12.14 04:44:44.243623 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15537 2024.12.14 04:44:44.243676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15538 2024.12.14 04:44:44.244214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15539 2024.12.14 04:44:44.244476 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15540 2024.12.14 04:44:44.244709 [ 101 ] {} <Debug> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15541 2024.12.14 04:44:44.244740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
15542 2024.12.14 04:44:44.244788 [ 101 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15543 2024.12.14 04:44:44.244816 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15544 2024.12.14 04:44:44.244966 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
15545 2024.12.14 04:44:44.245127 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15546 2024.12.14 04:44:44.245171 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part
15547 2024.12.14 04:44:44.245252 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
15548 2024.12.14 04:44:44.245460 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
15549 2024.12.14 04:44:44.245649 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
15550 2024.12.14 04:44:44.245788 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
15551 2024.12.14 04:44:44.245875 [ 186 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
15552 2024.12.14 04:44:44.248988 [ 197 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004093937 sec., 8507947.240028365 rows/sec., 121.71 MiB/sec.
15553 2024.12.14 04:44:44.249274 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15554 2024.12.14 04:44:44.249609 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15555 2024.12.14 04:44:44.249691 [ 192 ] {f8c1511f-ad44-46fe-a53d-6bdb52c7036f::all_1_76_15} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15556 2024.12.14 04:44:44.249802 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
15557 2024.12.14 04:44:44.441371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2194
15558 2024.12.14 04:44:44.444133 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15559 2024.12.14 04:44:44.444182 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15560 2024.12.14 04:44:44.445644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15561 2024.12.14 04:44:44.445951 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15562 2024.12.14 04:44:44.446243 [ 101 ] {} <Debug> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
15563 2024.12.14 04:44:44.446386 [ 101 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15564 2024.12.14 04:44:44.446484 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15565 2024.12.14 04:44:44.447309 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::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
15566 2024.12.14 04:44:44.448439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2194
15567 2024.12.14 04:44:44.449133 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15568 2024.12.14 04:44:44.449334 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2002 rows starting from the beginning of the part
15569 2024.12.14 04:44:44.450030 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part
15570 2024.12.14 04:44:44.450681 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part
15571 2024.12.14 04:44:44.451293 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part
15572 2024.12.14 04:44:44.451914 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part
15573 2024.12.14 04:44:44.452542 [ 201 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part
15574 2024.12.14 04:44:44.462039 [ 192 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 72 columns (72 merged, 0 gathered) in 0.015324489 sec., 143169.53733334926 rows/sec., 108.08 MiB/sec.
15575 2024.12.14 04:44:44.464074 [ 192 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15576 2024.12.14 04:44:44.464910 [ 192 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15577 2024.12.14 04:44:44.465007 [ 192 ] {9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a::all_1_56_11} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15578 2024.12.14 04:44:44.465393 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
15579 2024.12.14 04:44:44.794447 [ 101 ] {} <Debug> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
15580 2024.12.14 04:44:44.794516 [ 101 ] {} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15581 2024.12.14 04:44:44.794544 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15582 2024.12.14 04:44:44.794778 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::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
15583 2024.12.14 04:44:44.795072 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15584 2024.12.14 04:44:44.795118 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
15585 2024.12.14 04:44:44.795219 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part
15586 2024.12.14 04:44:44.795492 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part
15587 2024.12.14 04:44:44.795721 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part
15588 2024.12.14 04:44:44.795932 [ 195 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
15589 2024.12.14 04:44:44.797114 [ 192 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002483975 sec., 14492.89948570336 rows/sec., 1.21 MiB/sec.
15590 2024.12.14 04:44:44.797288 [ 187 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
15591 2024.12.14 04:44:44.797653 [ 187 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15592 2024.12.14 04:44:44.797753 [ 187 ] {720bb69a-c1de-4fad-b1ae-f73145739742::all_1_33_8} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
15593 2024.12.14 04:44:44.797857 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15594 2024.12.14 04:44:45.649468 [ 83 ] {} <Debug> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
15595 2024.12.14 04:44:45.649566 [ 83 ] {} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15596 2024.12.14 04:44:45.649607 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
15597 2024.12.14 04:44:45.649913 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
15598 2024.12.14 04:44:45.650679 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15599 2024.12.14 04:44:45.650786 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 242 rows starting from the beginning of the part
15600 2024.12.14 04:44:45.650898 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part
15601 2024.12.14 04:44:45.651136 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
15602 2024.12.14 04:44:45.651393 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
15603 2024.12.14 04:44:45.651502 [ 192 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part
15604 2024.12.14 04:44:45.652574 [ 187 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002853324 sec., 264253.20082822704 rows/sec., 18.92 MiB/sec.
15605 2024.12.14 04:44:45.652737 [ 188 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
15606 2024.12.14 04:44:45.653040 [ 188 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15607 2024.12.14 04:44:45.653128 [ 188 ] {c6c6622b-60d2-4047-992a-8c9df36d2af3::all_1_51_11} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
15608 2024.12.14 04:44:45.653217 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
15609 2024.12.14 04:44:46.683541 [ 79 ] {} <Debug> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
15610 2024.12.14 04:44:46.683636 [ 79 ] {} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15611 2024.12.14 04:44:46.683663 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15612 2024.12.14 04:44:46.683835 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
15613 2024.12.14 04:44:46.684123 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15614 2024.12.14 04:44:46.684170 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part
15615 2024.12.14 04:44:46.684256 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
15616 2024.12.14 04:44:46.684374 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
15617 2024.12.14 04:44:46.684511 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
15618 2024.12.14 04:44:46.684579 [ 192 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
15619 2024.12.14 04:44:46.685560 [ 187 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001814467 sec., 168644.5661453198 rows/sec., 8.60 MiB/sec.
15620 2024.12.14 04:44:46.685777 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
15621 2024.12.14 04:44:46.686197 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15622 2024.12.14 04:44:46.686306 [ 199 ] {4d5df238-9336-494d-84ae-9a5928db335a::all_1_51_11} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
15623 2024.12.14 04:44:46.686417 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15624 2024.12.14 04:44:46.755420 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
15625 2024.12.14 04:44:46.779773 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15626 2024.12.14 04:44:46.779816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15627 2024.12.14 04:44:46.787331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15628 2024.12.14 04:44:46.788141 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15629 2024.12.14 04:44:46.788426 [ 79 ] {} <Debug> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15630 2024.12.14 04:44:46.788493 [ 79 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15631 2024.12.14 04:44:46.788538 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15632 2024.12.14 04:44:46.789140 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
15633 2024.12.14 04:44:46.804529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
15634 2024.12.14 04:44:46.806237 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15635 2024.12.14 04:44:46.807667 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part
15636 2024.12.14 04:44:46.813695 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part
15637 2024.12.14 04:44:46.819967 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
15638 2024.12.14 04:44:46.825921 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
15639 2024.12.14 04:44:46.834746 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
15640 2024.12.14 04:44:46.840772 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
15641 2024.12.14 04:44:46.915930 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.127256456 sec., 4502.718510407048 rows/sec., 23.28 MiB/sec.
15642 2024.12.14 04:44:46.918713 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15643 2024.12.14 04:44:46.921508 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15644 2024.12.14 04:44:46.921640 [ 193 ] {afca4b53-73d7-4c3e-ab47-13efbd2b8c41::all_1_76_15} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15645 2024.12.14 04:44:46.923709 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
15646 2024.12.14 04:44:47.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.49 MiB, peak 289.89 MiB, free memory in arenas 0.00 B, will set to 271.38 MiB (RSS), difference: -1.11 MiB
15647 2024.12.14 04:44:47.001883 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15648 2024.12.14 04:44:47.001943 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15649 2024.12.14 04:44:47.004082 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15650 2024.12.14 04:44:47.546711 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15651 2024.12.14 04:44:47.546950 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15652 2024.12.14 04:44:47.547043 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15653 2024.12.14 04:44:47.547884 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15654 2024.12.14 04:44:47.547931 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15655 2024.12.14 04:44:47.548361 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15656 2024.12.14 04:44:47.548613 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15657 2024.12.14 04:44:47.548878 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001984 sec., 7056.451612903225 rows/sec., 507.97 KiB/sec.
15658 2024.12.14 04:44:47.549011 [ 284 ] {12c3dda2-7198-46ab-b6d4-c03c266dc658} <Debug> TCPHandler: Processed in 0.002452324 sec.
15659 2024.12.14 04:44:47.549336 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15660 2024.12.14 04:44:47.549546 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15661 2024.12.14 04:44:47.549617 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15662 2024.12.14 04:44:47.550501 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15663 2024.12.14 04:44:47.550543 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15664 2024.12.14 04:44:47.551013 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15665 2024.12.14 04:44:47.551286 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15666 2024.12.14 04:44:47.551512 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002006 sec., 131106.67996011965 rows/sec., 11.54 MiB/sec.
15667 2024.12.14 04:44:47.551585 [ 286 ] {ba72f40e-b30d-426c-af2d-1cff6bd0180b} <Debug> TCPHandler: Processed in 0.002451313 sec.
15668 2024.12.14 04:44:47.551615 [ 225 ] {} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15669 2024.12.14 04:44:47.551691 [ 225 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15670 2024.12.14 04:44:47.551755 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15671 2024.12.14 04:44:47.552043 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15672 2024.12.14 04:44:47.552096 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15673 2024.12.14 04:44:47.553452 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15674 2024.12.14 04:44:47.553509 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15675 2024.12.14 04:44:47.554176 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15676 2024.12.14 04:44:47.554579 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15677 2024.12.14 04:44:47.554986 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.003045 sec., 12151.067323481117 rows/sec., 890.61 KiB/sec.
15678 2024.12.14 04:44:47.555091 [ 284 ] {86d515d0-340d-4de7-a931-a52692bdbf1b} <Debug> TCPHandler: Processed in 0.003416459 sec.
15679 2024.12.14 04:44:47.555287 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15680 2024.12.14 04:44:47.555404 [ 225 ] {} <Debug> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15681 2024.12.14 04:44:47.555522 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15682 2024.12.14 04:44:47.555678 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15683 2024.12.14 04:44:47.557296 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15684 2024.12.14 04:44:47.557335 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15685 2024.12.14 04:44:47.557700 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15686 2024.12.14 04:44:47.557942 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15687 2024.12.14 04:44:47.558119 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002689 sec., 5206.396429899591 rows/sec., 364.62 KiB/sec.
15688 2024.12.14 04:44:47.558175 [ 286 ] {22e13373-9dbf-4801-ab95-28a267917abe} <Debug> TCPHandler: Processed in 0.002984768 sec.
15689 2024.12.14 04:44:47.558342 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15690 2024.12.14 04:44:47.558481 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15691 2024.12.14 04:44:47.558539 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15692 2024.12.14 04:44:47.559233 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15693 2024.12.14 04:44:47.559281 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15694 2024.12.14 04:44:47.559656 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15695 2024.12.14 04:44:47.559899 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15696 2024.12.14 04:44:47.560116 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec.
15697 2024.12.14 04:44:47.560170 [ 284 ] {d312d744-d618-419a-9c46-50f70ea3de1a} <Debug> TCPHandler: Processed in 0.001895209 sec.
15698 2024.12.14 04:44:47.560320 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15699 2024.12.14 04:44:47.560449 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15700 2024.12.14 04:44:47.560508 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15701 2024.12.14 04:44:47.561377 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15702 2024.12.14 04:44:47.561419 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15703 2024.12.14 04:44:47.561808 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15704 2024.12.14 04:44:47.562050 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15705 2024.12.14 04:44:47.562238 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.00182 sec., 226373.62637362638 rows/sec., 16.14 MiB/sec.
15706 2024.12.14 04:44:47.562279 [ 219 ] {} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15707 2024.12.14 04:44:47.562304 [ 286 ] {09182e80-0693-4de3-bb18-f29ae937313c} <Debug> TCPHandler: Processed in 0.002039203 sec.
15708 2024.12.14 04:44:47.562320 [ 219 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15709 2024.12.14 04:44:47.562490 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15710 2024.12.14 04:44:47.562639 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15711 2024.12.14 04:44:47.562699 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15712 2024.12.14 04:44:47.564081 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15713 2024.12.14 04:44:47.564123 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15714 2024.12.14 04:44:47.564809 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15715 2024.12.14 04:44:47.565245 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15716 2024.12.14 04:44:47.565587 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002968 sec., 2021.563342318059 rows/sec., 105.62 KiB/sec.
15717 2024.12.14 04:44:47.565765 [ 284 ] {6075e924-ebd9-4a1a-b52c-733cc26f86d3} <Debug> TCPHandler: Processed in 0.003375588 sec.
15718 2024.12.14 04:44:47.565951 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15719 2024.12.14 04:44:47.566085 [ 219 ] {} <Debug> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15720 2024.12.14 04:44:47.566108 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15721 2024.12.14 04:44:47.566227 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15722 2024.12.14 04:44:47.567165 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15723 2024.12.14 04:44:47.567203 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15724 2024.12.14 04:44:47.567603 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15725 2024.12.14 04:44:47.567842 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15726 2024.12.14 04:44:47.568016 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001946 sec., 121788.28365878726 rows/sec., 8.16 MiB/sec.
15727 2024.12.14 04:44:47.568067 [ 286 ] {60bf472e-3198-4d1c-8ded-be457cc71c0e} <Debug> TCPHandler: Processed in 0.002185187 sec.
15728 2024.12.14 04:44:47.568230 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15729 2024.12.14 04:44:47.568367 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15730 2024.12.14 04:44:47.568427 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15731 2024.12.14 04:44:47.568981 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15732 2024.12.14 04:44:47.569027 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15733 2024.12.14 04:44:47.569446 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
15734 2024.12.14 04:44:47.569691 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15735 2024.12.14 04:44:47.569892 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec.
15736 2024.12.14 04:44:47.569944 [ 284 ] {36757acb-7231-4b83-8531-0561b1cdc2cd} <Debug> TCPHandler: Processed in 0.001782236 sec.
15737 2024.12.14 04:44:47.570087 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15738 2024.12.14 04:44:47.570205 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15739 2024.12.14 04:44:47.570285 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15740 2024.12.14 04:44:47.571490 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15741 2024.12.14 04:44:47.571529 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15742 2024.12.14 04:44:47.572210 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
15743 2024.12.14 04:44:47.572468 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15744 2024.12.14 04:44:47.572693 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002513 sec., 11937.92280143255 rows/sec., 21.39 MiB/sec.
15745 2024.12.14 04:44:47.572877 [ 286 ] {e5e2a90e-0521-4c66-8494-29b6ea499b4c} <Debug> TCPHandler: Processed in 0.002850154 sec.
15746 2024.12.14 04:44:47.573124 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15747 2024.12.14 04:44:47.573464 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15748 2024.12.14 04:44:47.573620 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15749 2024.12.14 04:44:47.574214 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15750 2024.12.14 04:44:47.574278 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15751 2024.12.14 04:44:47.574644 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15752 2024.12.14 04:44:47.574881 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15753 2024.12.14 04:44:47.575093 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001751 sec., 46830.382638492294 rows/sec., 2.97 MiB/sec.
15754 2024.12.14 04:44:47.575146 [ 284 ] {da14a1cd-6328-431e-bdab-0c9e4cae30db} <Debug> TCPHandler: Processed in 0.002169317 sec.
15755 2024.12.14 04:44:48.715282 [ 221 ] {} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15756 2024.12.14 04:44:48.715359 [ 221 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15757 2024.12.14 04:44:48.717279 [ 221 ] {} <Debug> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15758 2024.12.14 04:44:51.744874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
15759 2024.12.14 04:44:51.745546 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15760 2024.12.14 04:44:51.745589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15761 2024.12.14 04:44:51.746115 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15762 2024.12.14 04:44:51.746369 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15763 2024.12.14 04:44:51.746590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
15764 2024.12.14 04:44:52.540964 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15765 2024.12.14 04:44:52.541153 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15766 2024.12.14 04:44:52.541224 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15767 2024.12.14 04:44:52.541978 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15768 2024.12.14 04:44:52.542021 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15769 2024.12.14 04:44:52.542443 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
15770 2024.12.14 04:44:52.542697 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Trace> oximeter.fields_ipaddr (720bb69a-c1de-4fad-b1ae-f73145739742): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15771 2024.12.14 04:44:52.542943 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001826 sec., 1095.290251916758 rows/sec., 89.31 KiB/sec.
15772 2024.12.14 04:44:52.543139 [ 284 ] {3867c57a-0301-4f7f-ae69-398fc0bbe555} <Debug> TCPHandler: Processed in 0.00229748 sec.
15773 2024.12.14 04:44:52.543409 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15774 2024.12.14 04:44:52.543598 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15775 2024.12.14 04:44:52.543670 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15776 2024.12.14 04:44:52.544426 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15777 2024.12.14 04:44:52.544473 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15778 2024.12.14 04:44:52.544917 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15779 2024.12.14 04:44:52.545181 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15780 2024.12.14 04:44:52.545437 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Debug> executeQuery: Read 81 rows, 6.76 KiB in 0.001889 sec., 42879.830598200104 rows/sec., 3.50 MiB/sec.
15781 2024.12.14 04:44:52.545519 [ 286 ] {92eebbc6-80f7-4b00-a298-52ce8baeda59} <Debug> TCPHandler: Processed in 0.002240328 sec.
15782 2024.12.14 04:44:52.545705 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15783 2024.12.14 04:44:52.546060 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15784 2024.12.14 04:44:52.546217 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15785 2024.12.14 04:44:52.547532 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15786 2024.12.14 04:44:52.547572 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15787 2024.12.14 04:44:52.547952 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15788 2024.12.14 04:44:52.548216 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15789 2024.12.14 04:44:52.548364 [ 150 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15790 2024.12.14 04:44:52.548408 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.002487 sec., 5629.2722155207075 rows/sec., 418.98 KiB/sec.
15791 2024.12.14 04:44:52.548413 [ 150 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15792 2024.12.14 04:44:52.548460 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15793 2024.12.14 04:44:52.548489 [ 284 ] {1547a1df-dfc4-4b6a-b2f1-f6f280f482f4} <Debug> TCPHandler: Processed in 0.002852545 sec.
15794 2024.12.14 04:44:52.548824 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15795 2024.12.14 04:44:52.548846 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15796 2024.12.14 04:44:52.549429 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15797 2024.12.14 04:44:52.549586 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15798 2024.12.14 04:44:52.549697 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15799 2024.12.14 04:44:52.549741 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 67 rows starting from the beginning of the part
15800 2024.12.14 04:44:52.550330 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 12 rows starting from the beginning of the part
15801 2024.12.14 04:44:52.550876 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 45 rows starting from the beginning of the part
15802 2024.12.14 04:44:52.551473 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 12 rows starting from the beginning of the part
15803 2024.12.14 04:44:52.551874 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 37 rows starting from the beginning of the part
15804 2024.12.14 04:44:52.552185 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 14 rows starting from the beginning of the part
15805 2024.12.14 04:44:52.553720 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15806 2024.12.14 04:44:52.553800 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15807 2024.12.14 04:44:52.554872 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15808 2024.12.14 04:44:52.555123 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.00654773 sec., 28559.516046019 rows/sec., 2.15 MiB/sec.
15809 2024.12.14 04:44:52.555320 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15810 2024.12.14 04:44:52.555392 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15811 2024.12.14 04:44:52.555754 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.006581 sec., 11852.302081750493 rows/sec., 948.07 KiB/sec.
15812 2024.12.14 04:44:52.555907 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15813 2024.12.14 04:44:52.555918 [ 286 ] {d4e01d72-d3c3-459b-b9d7-373f98d14766} <Debug> TCPHandler: Processed in 0.00728747 sec.
15814 2024.12.14 04:44:52.556078 [ 189 ] {97a77c8a-7373-416f-8970-8d3f669781d0::all_1_106_21} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15815 2024.12.14 04:44:52.556133 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15816 2024.12.14 04:44:52.556224 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
15817 2024.12.14 04:44:52.556325 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15818 2024.12.14 04:44:52.556391 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15819 2024.12.14 04:44:52.556995 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15820 2024.12.14 04:44:52.557034 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15821 2024.12.14 04:44:52.557434 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15822 2024.12.14 04:44:52.557673 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15823 2024.12.14 04:44:52.557856 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec.
15824 2024.12.14 04:44:52.557911 [ 284 ] {2576fe2f-fda5-4420-b4fd-f75684785616} <Debug> TCPHandler: Processed in 0.001864628 sec.
15825 2024.12.14 04:44:52.558128 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15826 2024.12.14 04:44:52.558353 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15827 2024.12.14 04:44:52.558495 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15828 2024.12.14 04:44:52.559680 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15829 2024.12.14 04:44:52.559720 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15830 2024.12.14 04:44:52.560378 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
15831 2024.12.14 04:44:52.560657 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15832 2024.12.14 04:44:52.560865 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
15833 2024.12.14 04:44:52.560930 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15834 2024.12.14 04:44:52.560969 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15835 2024.12.14 04:44:52.560975 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002668 sec., 4497.751124437781 rows/sec., 8.06 MiB/sec.
15836 2024.12.14 04:44:52.561370 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
15837 2024.12.14 04:44:52.561400 [ 286 ] {487ef791-277c-4739-88d5-bdb6854f8cb2} <Debug> TCPHandler: Processed in 0.003381288 sec.
15838 2024.12.14 04:44:52.561605 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15839 2024.12.14 04:44:52.561800 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15840 2024.12.14 04:44:52.561840 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15841 2024.12.14 04:44:52.561881 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15842 2024.12.14 04:44:52.561952 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2165 rows starting from the beginning of the part
15843 2024.12.14 04:44:52.562623 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 12 rows starting from the beginning of the part
15844 2024.12.14 04:44:52.563130 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 30 rows starting from the beginning of the part
15845 2024.12.14 04:44:52.563676 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15846 2024.12.14 04:44:52.563705 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 12 rows starting from the beginning of the part
15847 2024.12.14 04:44:52.563722 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15848 2024.12.14 04:44:52.564271 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 30 rows starting from the beginning of the part
15849 2024.12.14 04:44:52.564689 [ 198 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 12 rows starting from the beginning of the part
15850 2024.12.14 04:44:52.564710 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15851 2024.12.14 04:44:52.565127 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15852 2024.12.14 04:44:52.565430 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003688 sec., 16268.980477223427 rows/sec., 1.10 MiB/sec.
15853 2024.12.14 04:44:52.565512 [ 284 ] {11bba5ed-7482-4819-88c8-e8fe0b86aaf0} <Debug> TCPHandler: Processed in 0.004016334 sec.
15854 2024.12.14 04:44:52.572133 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2261 rows, containing 19 columns (19 merged, 0 gathered) in 0.011052599 sec., 204567.26965304723 rows/sec., 366.58 MiB/sec.
15855 2024.12.14 04:44:52.574317 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
15856 2024.12.14 04:44:52.574802 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15857 2024.12.14 04:44:52.574895 [ 196 ] {76c0ee48-0b8e-468f-83c9-c55fbcbf64e1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
15858 2024.12.14 04:44:52.575073 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.38 MiB.
15859 2024.12.14 04:44:54.304615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
15860 2024.12.14 04:44:54.328320 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15861 2024.12.14 04:44:54.328391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15862 2024.12.14 04:44:54.336949 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15863 2024.12.14 04:44:54.337886 [ 243 ] {} <Trace> system.metric_log (afca4b53-73d7-4c3e-ab47-13efbd2b8c41): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15864 2024.12.14 04:44:54.342583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
15865 2024.12.14 04:44:54.448629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2230
15866 2024.12.14 04:44:54.452190 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15867 2024.12.14 04:44:54.452245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15868 2024.12.14 04:44:54.453816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15869 2024.12.14 04:44:54.454147 [ 242 ] {} <Trace> system.query_log (9c46550e-c6c3-430b-a0e4-ef17b0ceaf2a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15870 2024.12.14 04:44:54.455287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230
15871 2024.12.14 04:44:57.058957 [ 224 ] {} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15872 2024.12.14 04:44:57.059030 [ 224 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15873 2024.12.14 04:44:57.061041 [ 224 ] {} <Debug> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15874 2024.12.14 04:44:57.143806 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15875 2024.12.14 04:44:57.143869 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15876 2024.12.14 04:44:57.146002 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15877 2024.12.14 04:44:57.354205 [ 222 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15878 2024.12.14 04:44:57.354257 [ 222 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15879 2024.12.14 04:44:57.355852 [ 222 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15880 2024.12.14 04:44:57.546261 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15881 2024.12.14 04:44:57.546451 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15882 2024.12.14 04:44:57.546529 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15883 2024.12.14 04:44:57.547290 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15884 2024.12.14 04:44:57.547338 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15885 2024.12.14 04:44:57.547758 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15886 2024.12.14 04:44:57.548013 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15887 2024.12.14 04:44:57.548225 [ 143 ] {} <Debug> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15888 2024.12.14 04:44:57.548283 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
15889 2024.12.14 04:44:57.548352 [ 143 ] {} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15890 2024.12.14 04:44:57.548425 [ 284 ] {b8999943-80e5-41b8-9172-2dfdf3016680} <Debug> TCPHandler: Processed in 0.002292609 sec.
15891 2024.12.14 04:44:57.548437 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15892 2024.12.14 04:44:57.548649 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15893 2024.12.14 04:44:57.548809 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15894 2024.12.14 04:44:57.548811 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15895 2024.12.14 04:44:57.548848 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part
15896 2024.12.14 04:44:57.549017 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
15897 2024.12.14 04:44:57.549339 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15898 2024.12.14 04:44:57.549372 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
15899 2024.12.14 04:44:57.549668 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15900 2024.12.14 04:44:57.549730 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
15901 2024.12.14 04:44:57.550137 [ 190 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
15902 2024.12.14 04:44:57.552854 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004278062 sec., 16362.54921036675 rows/sec., 1.21 MiB/sec.
15903 2024.12.14 04:44:57.552895 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15904 2024.12.14 04:44:57.552966 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15905 2024.12.14 04:44:57.553176 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15906 2024.12.14 04:44:57.553820 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15907 2024.12.14 04:44:57.553990 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15908 2024.12.14 04:44:57.554129 [ 196 ] {52e4c910-c885-4abb-bc5d-3742f8ebdaca::all_1_53_13} <Trace> oximeter.fields_i16 (52e4c910-c885-4abb-bc5d-3742f8ebdaca) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15909 2024.12.14 04:44:57.554279 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Trace> oximeter.fields_string (1caf7b62-fc13-497c-897c-dc3d198bd596): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15910 2024.12.14 04:44:57.554316 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15911 2024.12.14 04:44:57.554557 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005482 sec., 47975.19153593579 rows/sec., 4.22 MiB/sec.
15912 2024.12.14 04:44:57.554686 [ 286 ] {18aeba62-0e26-4eba-9b32-11c5d0f734cc} <Debug> TCPHandler: Processed in 0.00610408 sec.
15913 2024.12.14 04:44:57.554857 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15914 2024.12.14 04:44:57.555005 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15915 2024.12.14 04:44:57.555056 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15916 2024.12.14 04:44:57.555660 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15917 2024.12.14 04:44:57.555700 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15918 2024.12.14 04:44:57.556077 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
15919 2024.12.14 04:44:57.556314 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Trace> oximeter.fields_u16 (97a77c8a-7373-416f-8970-8d3f669781d0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15920 2024.12.14 04:44:57.556518 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001543 sec., 23979.261179520414 rows/sec., 1.72 MiB/sec.
15921 2024.12.14 04:44:57.556573 [ 284 ] {7f43d334-3ad2-481c-ab1b-9545ff9f763d} <Debug> TCPHandler: Processed in 0.001790027 sec.
15922 2024.12.14 04:44:57.556725 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15923 2024.12.14 04:44:57.556869 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15924 2024.12.14 04:44:57.556930 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15925 2024.12.14 04:44:57.557642 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15926 2024.12.14 04:44:57.557688 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15927 2024.12.14 04:44:57.558074 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15928 2024.12.14 04:44:57.558330 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Trace> oximeter.fields_u32 (c6c6622b-60d2-4047-992a-8c9df36d2af3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15929 2024.12.14 04:44:57.558550 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001708 sec., 8196.721311475409 rows/sec., 574.04 KiB/sec.
15930 2024.12.14 04:44:57.558644 [ 286 ] {8184f11c-26dd-4a89-86f5-fcf5d7f88011} <Debug> TCPHandler: Processed in 0.001975802 sec.
15931 2024.12.14 04:44:57.558877 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15932 2024.12.14 04:44:57.559016 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15933 2024.12.14 04:44:57.559074 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15934 2024.12.14 04:44:57.559746 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15935 2024.12.14 04:44:57.559789 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15936 2024.12.14 04:44:57.560144 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15937 2024.12.14 04:44:57.560375 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15938 2024.12.14 04:44:57.560536 [ 143 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
15939 2024.12.14 04:44:57.560594 [ 143 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15940 2024.12.14 04:44:57.560624 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec.
15941 2024.12.14 04:44:57.560629 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15942 2024.12.14 04:44:57.560867 [ 284 ] {617861ab-0426-4c3c-8ebc-eea093b7fe9d} <Debug> TCPHandler: Processed in 0.002087524 sec.
15943 2024.12.14 04:44:57.560884 [ 218 ] {} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15944 2024.12.14 04:44:57.560974 [ 218 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15945 2024.12.14 04:44:57.561232 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15946 2024.12.14 04:44:57.561247 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
15947 2024.12.14 04:44:57.561662 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15948 2024.12.14 04:44:57.561801 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15949 2024.12.14 04:44:57.561833 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15950 2024.12.14 04:44:57.561892 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part
15951 2024.12.14 04:44:57.562430 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
15952 2024.12.14 04:44:57.563017 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part
15953 2024.12.14 04:44:57.563834 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part
15954 2024.12.14 04:44:57.564363 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part
15955 2024.12.14 04:44:57.566222 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15956 2024.12.14 04:44:57.566306 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15957 2024.12.14 04:44:57.567468 [ 218 ] {} <Debug> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15958 2024.12.14 04:44:57.567771 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15959 2024.12.14 04:44:57.567841 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007074464 sec., 9187.975230349606 rows/sec., 608.76 KiB/sec.
15960 2024.12.14 04:44:57.568042 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
15961 2024.12.14 04:44:57.568638 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Trace> oximeter.fields_uuid (95ea26c8-d580-47d3-881b-3e07805b7c14): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15962 2024.12.14 04:44:57.569093 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15963 2024.12.14 04:44:57.569262 [ 191 ] {0aed1d09-3335-499d-ba14-c41d6a985fa0::all_1_53_13} <Trace> oximeter.fields_u8 (0aed1d09-3335-499d-ba14-c41d6a985fa0) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
15964 2024.12.14 04:44:57.569264 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.007695 sec., 53541.260558804424 rows/sec., 3.82 MiB/sec.
15965 2024.12.14 04:44:57.569505 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15966 2024.12.14 04:44:57.569506 [ 286 ] {1c7fbc57-d5de-4b64-a205-98ab3abc8b71} <Debug> TCPHandler: Processed in 0.008513772 sec.
15967 2024.12.14 04:44:57.569678 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15968 2024.12.14 04:44:57.569806 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15969 2024.12.14 04:44:57.569867 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15970 2024.12.14 04:44:57.570483 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15971 2024.12.14 04:44:57.570542 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15972 2024.12.14 04:44:57.571059 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
15973 2024.12.14 04:44:57.571375 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Trace> oximeter.measurements_bool (4d5df238-9336-494d-84ae-9a5928db335a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15974 2024.12.14 04:44:57.571625 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001848 sec., 3246.753246753247 rows/sec., 169.63 KiB/sec.
15975 2024.12.14 04:44:57.571701 [ 284 ] {cb31d0c4-46f8-4874-a0cd-dfdebacb37a4} <Debug> TCPHandler: Processed in 0.002078474 sec.
15976 2024.12.14 04:44:57.571871 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15977 2024.12.14 04:44:57.572013 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15978 2024.12.14 04:44:57.572079 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15979 2024.12.14 04:44:57.572767 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15980 2024.12.14 04:44:57.572805 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15981 2024.12.14 04:44:57.573214 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15982 2024.12.14 04:44:57.573464 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15983 2024.12.14 04:44:57.573651 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0
15984 2024.12.14 04:44:57.573675 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec.
15985 2024.12.14 04:44:57.573696 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15986 2024.12.14 04:44:57.573759 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
15987 2024.12.14 04:44:57.573812 [ 286 ] {439acd06-2274-4e17-8007-8ca898d3bfbc} <Debug> TCPHandler: Processed in 0.002003432 sec.
15988 2024.12.14 04:44:57.574032 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15989 2024.12.14 04:44:57.574032 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full
15990 2024.12.14 04:44:57.574178 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15991 2024.12.14 04:44:57.574225 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15992 2024.12.14 04:44:57.574245 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15993 2024.12.14 04:44:57.574279 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_25, total 37249 rows starting from the beginning of the part
15994 2024.12.14 04:44:57.574601 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 118 rows starting from the beginning of the part
15995 2024.12.14 04:44:57.574908 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part
15996 2024.12.14 04:44:57.575127 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 237 rows starting from the beginning of the part
15997 2024.12.14 04:44:57.575245 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 161 rows starting from the beginning of the part
15998 2024.12.14 04:44:57.575542 [ 186 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part
15999 2024.12.14 04:44:57.576011 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16000 2024.12.14 04:44:57.576054 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
16001 2024.12.14 04:44:57.576595 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
16002 2024.12.14 04:44:57.576855 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16003 2024.12.14 04:44:57.577053 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002912 sec., 343.4065934065934 rows/sec., 23.14 KiB/sec.
16004 2024.12.14 04:44:57.577132 [ 284 ] {40020c45-0dfd-436d-a867-e509f9e42f93} <Debug> TCPHandler: Processed in 0.003205434 sec.
16005 2024.12.14 04:44:57.577326 [ 286 ] {} <Trace> TCP-Session: 4d3062fe-6e00-45d4-bade-0adba1078e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16006 2024.12.14 04:44:57.577587 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45414) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16007 2024.12.14 04:44:57.577830 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16008 2024.12.14 04:44:57.579707 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16009 2024.12.14 04:44:57.579750 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
16010 2024.12.14 04:44:57.580715 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
16011 2024.12.14 04:44:57.581113 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Trace> oximeter.measurements_histogramu64 (76c0ee48-0b8e-468f-83c9-c55fbcbf64e1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16012 2024.12.14 04:44:57.581382 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003881 sec., 7729.966503478485 rows/sec., 13.85 MiB/sec.
16013 2024.12.14 04:44:57.581617 [ 286 ] {98134d09-4e01-4492-80ba-f1cecc61c4f9} <Debug> TCPHandler: Processed in 0.004390475 sec.
16014 2024.12.14 04:44:57.581781 [ 284 ] {} <Trace> TCP-Session: 202a9a2a-f7e9-4299-b613-3490e39a7833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16015 2024.12.14 04:44:57.581956 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36316) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16016 2024.12.14 04:44:57.582020 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16017 2024.12.14 04:44:57.582685 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16018 2024.12.14 04:44:57.582735 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
16019 2024.12.14 04:44:57.583139 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
16020 2024.12.14 04:44:57.583391 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Trace> oximeter.measurements_u64 (32746dc8-e57e-44e2-9273-259182c4ec90): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16021 2024.12.14 04:44:57.583588 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0017 sec., 48235.29411764706 rows/sec., 3.06 MiB/sec.
16022 2024.12.14 04:44:57.583639 [ 284 ] {9ed767e1-652c-4df3-80d0-216d53d4d85a} <Debug> TCPHandler: Processed in 0.00192924 sec.
16023 2024.12.14 04:44:57.583904 [ 201 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38162 rows, containing 5 columns (5 merged, 0 gathered) in 0.010034282 sec., 3803162.0000314917 rows/sec., 256.96 MiB/sec.
16024 2024.12.14 04:44:57.584483 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Trace> MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary)
16025 2024.12.14 04:44:57.584831 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16026 2024.12.14 04:44:57.584913 [ 188 ] {6bf5b5eb-f47a-43a1-bf54-21688b1e2f68::all_1_130_26} <Trace> oximeter.measurements_cumulativeu64 (6bf5b5eb-f47a-43a1-bf54-21688b1e2f68) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26
16027 2024.12.14 04:44:57.585007 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
16028 2024.12.14 04:44:58.784208 [ 223 ] {} <Trace> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
16029 2024.12.14 04:44:58.784289 [ 223 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
16030 2024.12.14 04:44:58.786368 [ 223 ] {} <Debug> oximeter.measurements_f64 (fb5c9591-e8b4-458c-ae41-0ca60d154fe2): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
16031 2024.12.14 04:44:59.009939 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
16032 2024.12.14 04:44:59.010012 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
16033 2024.12.14 04:44:59.246715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
16034 2024.12.14 04:44:59.247420 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16035 2024.12.14 04:44:59.247472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
16036 2024.12.14 04:44:59.248029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16037 2024.12.14 04:44:59.248290 [ 244 ] {} <Trace> system.asynchronous_metric_log (f8c1511f-ad44-46fe-a53d-6bdb52c7036f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16038 2024.12.14 04:44:59.248549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746