Max level shown:
1 [ Jan 17 08:00:24 Enabled. ]
2 [ Jan 17 08:00:24 Rereading configuration. ]
3 [ Jan 17 08:00:25 Rereading configuration. ]
4 [ Jan 17 08:00:29 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 [ Jan 17 08:00:30 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.01.17 08:00:30.867128 [ 1 ] {} <Information> Application: Will watch for the process with pid 27393
29 2025.01.17 08:00:30.867603 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.17 08:00:31.090746 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27393
31 2025.01.17 08:00:31.091483 [ 1 ] {} <Information> Application: starting up
32 2025.01.17 08:00:31.093685 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.17 08:00:31.176487 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.17 08:00:31.199500 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.17 08:00:31.199542 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.17 08:00:31.199555 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.17 08:00:31.199617 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.17 08:00:31.199992 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.17 08:00:31.201550 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.01.17 08:00:31.202345 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.17 08:00:31.202674 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.01.17 08:00:31.202693 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.01.17 08:00:31.202708 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.17 08:00:31.202879 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.17 08:00:31.203752 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.17 08:00:31.208854 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.17 08:00:31.209649 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.17 08:00:31.211076 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.17 08:00:31.211142 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.17 08:00:31.212739 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.01.17 08:00:31.213217 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.17 08:00:31.217067 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.17 08:00:31.217802 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.17 08:00:31.219257 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.17 08:00:31.219689 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.17 08:00:31.220023 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.17 08:00:31.220401 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.17 08:00:31.221830 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.17 08:00:31.221856 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.17 08:00:31.221908 [ 178 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.17 08:00:31.221985 [ 178 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.17 08:00:31.232855 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.17 08:00:31.232879 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000145472 sec
68 2025.01.17 08:00:31.232922 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.17 08:00:31.232942 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.17 08:00:31.234075 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.17 08:00:31.235117 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.17 08:00:31.244997 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.17 08:00:31.245040 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.17 08:00:31.245063 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.17 08:00:31.245075 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.17 08:00:31.245105 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.17 08:00:31.245126 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.17 08:00:31.247244 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.17 08:00:31.247288 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.17 08:00:31.247308 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.17 08:00:31.247487 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.17 08:00:31.247507 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.17 08:00:31.247542 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.17 08:00:31.247563 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.17 08:00:31.247576 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.17 08:00:31.247605 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.17 08:00:31.247624 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.17 08:00:31.272762 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.17 08:00:31.280828 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.17 08:00:31.280863 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5681e-05 sec
91 2025.01.17 08:00:31.280878 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.17 08:00:31.280892 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.17 08:00:31.280918 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.17 08:00:31.281129 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.17 08:00:31.281173 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.17 08:00:31.281187 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.17 08:00:31.281199 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.01.17 08:00:31.281211 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.17 08:00:31.285245 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.17 08:00:31.285454 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.01.17 08:00:31.285845 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.8081e-05 sec.
102 2025.01.17 08:00:31.286768 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.17 08:00:31.286850 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.17 08:00:31.286866 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.17 08:00:31.963140 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50852
106 2025.01.17 08:00:31.963419 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.17 08:00:31.963479 [ 3 ] {} <Debug> TCP-Session: 18c7ad08-47fb-48eb-a92c-0e2ff69b4c63 Authenticating user 'default' from [fd00:1122:3344:101::e]:50852
108 2025.01.17 08:00:31.963515 [ 3 ] {} <Debug> TCP-Session: 18c7ad08-47fb-48eb-a92c-0e2ff69b4c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.17 08:00:31.963540 [ 3 ] {} <Debug> TCP-Session: 18c7ad08-47fb-48eb-a92c-0e2ff69b4c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.17 08:00:31.963633 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.17 08:00:31.963663 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.01.17 08:00:31.963693 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.01.17 08:00:31.964011 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62518
114 2025.01.17 08:00:31.964212 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.17 08:00:31.964272 [ 4 ] {} <Debug> TCP-Session: cc371008-1aa6-4e13-bff4-3a46c3bff692 Authenticating user 'default' from [fd00:1122:3344:101::e]:62518
116 2025.01.17 08:00:31.964307 [ 4 ] {} <Debug> TCP-Session: cc371008-1aa6-4e13-bff4-3a46c3bff692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.17 08:00:31.964340 [ 4 ] {} <Debug> TCP-Session: cc371008-1aa6-4e13-bff4-3a46c3bff692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.17 08:00:31.964936 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39378
119 2025.01.17 08:00:31.964955 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59456
120 2025.01.17 08:00:31.965030 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.01.17 08:00:31.965068 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64101
122 2025.01.17 08:00:31.965162 [ 253 ] {} <Debug> TCP-Session: b68f9079-6938-4fcc-a052-3fa217e9d663 Authenticating user 'default' from [fd00:1122:3344:101::e]:39378
123 2025.01.17 08:00:31.965271 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2025.01.17 08:00:31.965282 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54990
125 2025.01.17 08:00:31.965282 [ 253 ] {} <Debug> TCP-Session: b68f9079-6938-4fcc-a052-3fa217e9d663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
126 2025.01.17 08:00:31.965404 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51398
127 2025.01.17 08:00:31.965472 [ 5 ] {} <Debug> TCP-Session: 5611e0c6-07d3-49a0-bc0a-5aab37a4b11e Authenticating user 'default' from [fd00:1122:3344:101::e]:59456
128 2025.01.17 08:00:31.965490 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2025.01.17 08:00:31.965637 [ 253 ] {} <Debug> TCP-Session: b68f9079-6938-4fcc-a052-3fa217e9d663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2025.01.17 08:00:31.965647 [ 5 ] {} <Debug> TCP-Session: 5611e0c6-07d3-49a0-bc0a-5aab37a4b11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2025.01.17 08:00:31.965667 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36611
132 2025.01.17 08:00:31.965748 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.01.17 08:00:31.965819 [ 5 ] {} <Debug> TCP-Session: 5611e0c6-07d3-49a0-bc0a-5aab37a4b11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
134 2025.01.17 08:00:31.965807 [ 254 ] {} <Debug> TCP-Session: 1c5945f2-737c-4beb-bf17-d5f0a326ca80 Authenticating user 'default' from [fd00:1122:3344:101::e]:64101
135 2025.01.17 08:00:31.966034 [ 256 ] {} <Debug> TCP-Session: c5dc9772-4aac-4d3b-8684-a44dbda9cc23 Authenticating user 'default' from [fd00:1122:3344:101::e]:51398
136 2025.01.17 08:00:31.966095 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2025.01.17 08:00:31.966118 [ 256 ] {} <Debug> TCP-Session: c5dc9772-4aac-4d3b-8684-a44dbda9cc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2025.01.17 08:00:31.966121 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.01.17 08:00:31.966149 [ 255 ] {} <Debug> TCP-Session: 54a6c7e2-97fc-415a-8902-2c500126a6ee Authenticating user 'default' from [fd00:1122:3344:101::e]:54990
140 2025.01.17 08:00:31.966111 [ 254 ] {} <Debug> TCP-Session: 1c5945f2-737c-4beb-bf17-d5f0a326ca80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2025.01.17 08:00:31.966185 [ 256 ] {} <Debug> TCP-Session: c5dc9772-4aac-4d3b-8684-a44dbda9cc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.17 08:00:31.966210 [ 255 ] {} <Debug> TCP-Session: 54a6c7e2-97fc-415a-8902-2c500126a6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.01.17 08:00:31.966227 [ 257 ] {} <Debug> TCP-Session: 0020f444-b911-49e6-adab-f6d011e0288b Authenticating user 'default' from [fd00:1122:3344:101::e]:36611
144 2025.01.17 08:00:31.966245 [ 254 ] {} <Debug> TCP-Session: 1c5945f2-737c-4beb-bf17-d5f0a326ca80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.17 08:00:31.966266 [ 255 ] {} <Debug> TCP-Session: 54a6c7e2-97fc-415a-8902-2c500126a6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.17 08:00:31.966365 [ 257 ] {} <Debug> TCP-Session: 0020f444-b911-49e6-adab-f6d011e0288b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.17 08:00:31.966422 [ 257 ] {} <Debug> TCP-Session: 0020f444-b911-49e6-adab-f6d011e0288b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.17 08:00:32.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.17 MiB, peak 117.17 MiB, free memory in arenas 0.00 B, will set to 119.41 MiB (RSS), difference: 2.24 MiB
149 2025.01.17 08:00:32.363778 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33082
150 2025.01.17 08:00:32.364572 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.01.17 08:00:32.364601 [ 258 ] {} <Debug> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Authenticating user 'default' from [fd00:1122:3344:101::d]:33082
152 2025.01.17 08:00:32.364620 [ 258 ] {} <Debug> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.17 08:00:32.364645 [ 258 ] {} <Debug> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.01.17 08:00:32.364701 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.01.17 08:00:32.364725 [ 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
156 2025.01.17 08:00:32.364750 [ 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
157 2025.01.17 08:00:32.365070 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59631
158 2025.01.17 08:00:32.365330 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47424
159 2025.01.17 08:00:32.365335 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.17 08:00:32.365393 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60165
161 2025.01.17 08:00:32.365706 [ 259 ] {} <Debug> TCP-Session: ae3bbd41-4887-4629-9b64-61ba82fb5e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:59631
162 2025.01.17 08:00:32.365650 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
163 2025.01.17 08:00:32.365818 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52487
164 2025.01.17 08:00:32.365859 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50340
165 2025.01.17 08:00:32.365861 [ 260 ] {} <Debug> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Authenticating user 'default' from [fd00:1122:3344:101::d]:47424
166 2025.01.17 08:00:32.365829 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2025.01.17 08:00:32.366107 [ 260 ] {} <Debug> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
168 2025.01.17 08:00:32.366157 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63398
169 2025.01.17 08:00:32.366218 [ 259 ] {} <Debug> TCP-Session: ae3bbd41-4887-4629-9b64-61ba82fb5e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2025.01.17 08:00:32.366046 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.01.17 08:00:32.366258 [ 259 ] {} <Debug> TCP-Session: ae3bbd41-4887-4629-9b64-61ba82fb5e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.17 08:00:32.366235 [ 261 ] {} <Debug> TCP-Session: bc1b0898-984b-4557-abef-5cba32bc232a Authenticating user 'default' from [fd00:1122:3344:101::d]:60165
173 2025.01.17 08:00:32.366217 [ 260 ] {} <Debug> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2025.01.17 08:00:32.366192 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2025.01.17 08:00:32.366447 [ 261 ] {} <Debug> TCP-Session: bc1b0898-984b-4557-abef-5cba32bc232a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
176 2025.01.17 08:00:32.366460 [ 263 ] {} <Debug> TCP-Session: d4a9f96c-86b1-42e3-81c3-f96e9b801bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50340
177 2025.01.17 08:00:32.366583 [ 262 ] {} <Debug> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Authenticating user 'default' from [fd00:1122:3344:101::d]:52487
178 2025.01.17 08:00:32.366597 [ 261 ] {} <Debug> TCP-Session: bc1b0898-984b-4557-abef-5cba32bc232a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.01.17 08:00:32.366588 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49674
180 2025.01.17 08:00:32.366656 [ 262 ] {} <Debug> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.01.17 08:00:32.366497 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2025.01.17 08:00:32.366633 [ 263 ] {} <Debug> TCP-Session: d4a9f96c-86b1-42e3-81c3-f96e9b801bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.01.17 08:00:32.366659 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39311
184 2025.01.17 08:00:32.367522 [ 263 ] {} <Debug> TCP-Session: d4a9f96c-86b1-42e3-81c3-f96e9b801bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.17 08:00:32.368539 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
186 2025.01.17 08:00:32.368530 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
187 2025.01.17 08:00:32.368565 [ 262 ] {} <Debug> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.01.17 08:00:32.368607 [ 264 ] {} <Debug> TCP-Session: 08d3df4f-e7ef-4579-8c4d-4f314f1e2afc Authenticating user 'default' from [fd00:1122:3344:101::d]:63398
189 2025.01.17 08:00:32.368624 [ 266 ] {} <Debug> TCP-Session: 52352a95-17cd-4f46-bb5e-576a46e3e95c Authenticating user 'default' from [fd00:1122:3344:101::d]:49674
190 2025.01.17 08:00:32.368582 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
191 2025.01.17 08:00:32.368649 [ 265 ] {} <Debug> TCP-Session: 10daf27d-16a5-455e-b866-21f85d557c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:39311
192 2025.01.17 08:00:32.368764 [ 264 ] {} <Debug> TCP-Session: 08d3df4f-e7ef-4579-8c4d-4f314f1e2afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2025.01.17 08:00:32.368785 [ 266 ] {} <Debug> TCP-Session: 52352a95-17cd-4f46-bb5e-576a46e3e95c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
194 2025.01.17 08:00:32.368798 [ 265 ] {} <Debug> TCP-Session: 10daf27d-16a5-455e-b866-21f85d557c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.01.17 08:00:32.368833 [ 264 ] {} <Debug> TCP-Session: 08d3df4f-e7ef-4579-8c4d-4f314f1e2afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.17 08:00:32.368849 [ 266 ] {} <Debug> TCP-Session: 52352a95-17cd-4f46-bb5e-576a46e3e95c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.01.17 08:00:32.368863 [ 265 ] {} <Debug> TCP-Session: 10daf27d-16a5-455e-b866-21f85d557c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
198 2025.01.17 08:00:32.371553 [ 258 ] {3570268c-5338-4c09-b3eb-6f5561a1d1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
199 2025.01.17 08:00:32.433916 [ 258 ] {3570268c-5338-4c09-b3eb-6f5561a1d1dc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33082) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
200 
201 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
202 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
203 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
204 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
205 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
206 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
207 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
208 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
209 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
210 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
211 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
212 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
213 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
214 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
215 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
216 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
217 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
222 
223 2025.01.17 08:00:32.434732 [ 258 ] {3570268c-5338-4c09-b3eb-6f5561a1d1dc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
224 
225 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
226 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
227 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
228 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
229 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
230 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
231 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
232 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
233 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
234 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
235 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
236 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
237 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
238 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
239 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
240 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
241 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
242 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
243 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
244 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
245 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
246 
247 2025.01.17 08:00:32.434853 [ 258 ] {3570268c-5338-4c09-b3eb-6f5561a1d1dc} <Debug> TCPHandler: Processed in 0.06834534 sec.
248 2025.01.17 08:00:32.435175 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
249 2025.01.17 08:00:32.435413 [ 260 ] {7b0a9221-3a13-48bc-9eba-5dc23778dc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
250 2025.01.17 08:00:32.435795 [ 260 ] {7b0a9221-3a13-48bc-9eba-5dc23778dc34} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47424) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
251 
252 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
253 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
254 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
255 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
256 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
257 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
258 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
259 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
260 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
261 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
262 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
263 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
264 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
265 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
266 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
267 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
268 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
269 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
270 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
271 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
272 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
273 
274 2025.01.17 08:00:32.435953 [ 260 ] {7b0a9221-3a13-48bc-9eba-5dc23778dc34} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
275 
276 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
277 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
278 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
279 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
280 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
281 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
282 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
283 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
284 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
285 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
286 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
287 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
288 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
289 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
290 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
291 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
292 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
293 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
294 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
295 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
296 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
297 
298 2025.01.17 08:00:32.436065 [ 260 ] {7b0a9221-3a13-48bc-9eba-5dc23778dc34} <Debug> TCPHandler: Processed in 0.001044245 sec.
299 2025.01.17 08:00:32.436344 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2025.01.17 08:00:32.437623 [ 258 ] {9aece109-f7e7-44e0-ae10-5d652fc7bb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) DROP DATABASE IF EXISTS oximeter (stage: Complete)
301 2025.01.17 08:00:32.438301 [ 258 ] {9aece109-f7e7-44e0-ae10-5d652fc7bb69} <Debug> TCPHandler: Processed in 0.00205464 sec.
302 2025.01.17 08:00:32.438520 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
303 2025.01.17 08:00:32.438654 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
304 2025.01.17 08:00:32.438785 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
305 2025.01.17 08:00:32.440468 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
306 2025.01.17 08:00:32.440491 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5521e-05 sec
307 2025.01.17 08:00:32.440520 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Trace> ReferentialDeps: No tables
308 2025.01.17 08:00:32.440532 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Trace> LoadingDeps: No tables
309 2025.01.17 08:00:32.440555 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Information> DatabaseAtomic (oximeter): Starting up tables.
310 2025.01.17 08:00:32.440606 [ 260 ] {ff670c02-7482-4873-a07c-36a1ad705ffa} <Debug> TCPHandler: Processed in 0.002154591 sec.
311 2025.01.17 08:00:32.440792 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
312 2025.01.17 08:00:32.441021 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) /* The version table contains metadata about the `oximeter` database */
313 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
314 2025.01.17 08:00:32.441093 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
315 2025.01.17 08:00:32.448005 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
316 2025.01.17 08:00:32.453840 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Debug> oximeter.version (ddeab1ad-c147-41e1-9199-77d80ff75114): Loading data parts
317 2025.01.17 08:00:32.454473 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Debug> oximeter.version (ddeab1ad-c147-41e1-9199-77d80ff75114): There are no data parts
318 2025.01.17 08:00:32.461419 [ 258 ] {c6a65c43-6cbd-456d-b06f-26718002147d} <Debug> TCPHandler: Processed in 0.020742417 sec.
319 2025.01.17 08:00:32.461609 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
320 2025.01.17 08:00:32.461907 [ 260 ] {51b02f94-20dd-4cb8-91b1-c99eb92823bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) /* The measurement tables contain all individual samples from each timeseries.
321 *
322 * Each table stores a single datum type, and otherwise contains nearly the same
323 * structure. The primary sorting key is on the timeseries name, key, and then
324 * timestamp, so that all timeseries from the same schema are grouped, followed
325 * by all samples from the same timeseries.
326 *
327 * This reflects that one usually looks up the _key_ in one or more field table,
328 * and then uses that to index quickly into the measurements tables.
329 */
330 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)
331 2025.01.17 08:00:32.461979 [ 260 ] {51b02f94-20dd-4cb8-91b1-c99eb92823bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
332 2025.01.17 08:00:32.488647 [ 260 ] {51b02f94-20dd-4cb8-91b1-c99eb92823bf} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Loading data parts
333 2025.01.17 08:00:32.488839 [ 260 ] {51b02f94-20dd-4cb8-91b1-c99eb92823bf} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): There are no data parts
334 2025.01.17 08:00:32.497978 [ 260 ] {51b02f94-20dd-4cb8-91b1-c99eb92823bf} <Debug> TCPHandler: Processed in 0.036362382 sec.
335 2025.01.17 08:00:32.498213 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
336 2025.01.17 08:00:32.498466 [ 258 ] {68f321f9-96b2-4969-b7a9-0f1100a308e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
337 2025.01.17 08:00:32.498578 [ 258 ] {68f321f9-96b2-4969-b7a9-0f1100a308e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
338 2025.01.17 08:00:32.505656 [ 258 ] {68f321f9-96b2-4969-b7a9-0f1100a308e5} <Debug> oximeter.measurements_i8 (bc2d24d0-453a-4ffe-9138-a751c2c00821): Loading data parts
339 2025.01.17 08:00:32.505937 [ 258 ] {68f321f9-96b2-4969-b7a9-0f1100a308e5} <Debug> oximeter.measurements_i8 (bc2d24d0-453a-4ffe-9138-a751c2c00821): There are no data parts
340 2025.01.17 08:00:32.513528 [ 258 ] {68f321f9-96b2-4969-b7a9-0f1100a308e5} <Debug> TCPHandler: Processed in 0.0153795 sec.
341 2025.01.17 08:00:32.513776 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2025.01.17 08:00:32.514003 [ 260 ] {ebe7f7b6-0b97-478f-89ff-581cfd32bd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
343 2025.01.17 08:00:32.514065 [ 260 ] {ebe7f7b6-0b97-478f-89ff-581cfd32bd0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
344 2025.01.17 08:00:32.522297 [ 260 ] {ebe7f7b6-0b97-478f-89ff-581cfd32bd0a} <Debug> oximeter.measurements_u8 (22e450f8-f4ee-4355-ac9d-da0b8bc200f4): Loading data parts
345 2025.01.17 08:00:32.522531 [ 260 ] {ebe7f7b6-0b97-478f-89ff-581cfd32bd0a} <Debug> oximeter.measurements_u8 (22e450f8-f4ee-4355-ac9d-da0b8bc200f4): There are no data parts
346 2025.01.17 08:00:32.529234 [ 260 ] {ebe7f7b6-0b97-478f-89ff-581cfd32bd0a} <Debug> TCPHandler: Processed in 0.015515023 sec.
347 2025.01.17 08:00:32.529468 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
348 2025.01.17 08:00:32.529712 [ 258 ] {1feb43d2-b100-4fc5-91e7-a59af8225ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
349 2025.01.17 08:00:32.529802 [ 258 ] {1feb43d2-b100-4fc5-91e7-a59af8225ff4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
350 2025.01.17 08:00:32.538033 [ 258 ] {1feb43d2-b100-4fc5-91e7-a59af8225ff4} <Debug> oximeter.measurements_i16 (ae6471e1-1902-4b06-9590-e0fb0777b480): Loading data parts
351 2025.01.17 08:00:32.538313 [ 258 ] {1feb43d2-b100-4fc5-91e7-a59af8225ff4} <Debug> oximeter.measurements_i16 (ae6471e1-1902-4b06-9590-e0fb0777b480): There are no data parts
352 2025.01.17 08:00:32.545344 [ 258 ] {1feb43d2-b100-4fc5-91e7-a59af8225ff4} <Debug> TCPHandler: Processed in 0.015943739 sec.
353 2025.01.17 08:00:32.545531 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
354 2025.01.17 08:00:32.545781 [ 260 ] {3c09d523-5f72-44c3-880c-03698e44bc8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
355 2025.01.17 08:00:32.545863 [ 260 ] {3c09d523-5f72-44c3-880c-03698e44bc8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
356 2025.01.17 08:00:32.553733 [ 260 ] {3c09d523-5f72-44c3-880c-03698e44bc8f} <Debug> oximeter.measurements_u16 (65a9f977-10cf-4311-968b-a6e21539090f): Loading data parts
357 2025.01.17 08:00:32.553984 [ 260 ] {3c09d523-5f72-44c3-880c-03698e44bc8f} <Debug> oximeter.measurements_u16 (65a9f977-10cf-4311-968b-a6e21539090f): There are no data parts
358 2025.01.17 08:00:32.555849 [ 260 ] {3c09d523-5f72-44c3-880c-03698e44bc8f} <Debug> TCPHandler: Processed in 0.010383919 sec.
359 2025.01.17 08:00:32.556121 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
360 2025.01.17 08:00:32.556378 [ 258 ] {14e81ebb-ddc9-402b-979b-bde4e8510169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
361 2025.01.17 08:00:32.556456 [ 258 ] {14e81ebb-ddc9-402b-979b-bde4e8510169} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
362 2025.01.17 08:00:32.558380 [ 258 ] {14e81ebb-ddc9-402b-979b-bde4e8510169} <Debug> oximeter.measurements_i32 (91ee85df-8621-4cd2-b0fe-ab597e3ebe57): Loading data parts
363 2025.01.17 08:00:32.558531 [ 258 ] {14e81ebb-ddc9-402b-979b-bde4e8510169} <Debug> oximeter.measurements_i32 (91ee85df-8621-4cd2-b0fe-ab597e3ebe57): There are no data parts
364 2025.01.17 08:00:32.559849 [ 258 ] {14e81ebb-ddc9-402b-979b-bde4e8510169} <Debug> TCPHandler: Processed in 0.003838935 sec.
365 2025.01.17 08:00:32.560032 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
366 2025.01.17 08:00:32.560264 [ 260 ] {420eef0b-1705-428d-a78d-eeeb94fdfc1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
367 2025.01.17 08:00:32.560343 [ 260 ] {420eef0b-1705-428d-a78d-eeeb94fdfc1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
368 2025.01.17 08:00:32.562271 [ 260 ] {420eef0b-1705-428d-a78d-eeeb94fdfc1b} <Debug> oximeter.measurements_u32 (654e0b61-b335-4e45-a6dc-7def94a6d13d): Loading data parts
369 2025.01.17 08:00:32.562480 [ 260 ] {420eef0b-1705-428d-a78d-eeeb94fdfc1b} <Debug> oximeter.measurements_u32 (654e0b61-b335-4e45-a6dc-7def94a6d13d): There are no data parts
370 2025.01.17 08:00:32.563795 [ 260 ] {420eef0b-1705-428d-a78d-eeeb94fdfc1b} <Debug> TCPHandler: Processed in 0.003828195 sec.
371 2025.01.17 08:00:32.563978 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
372 2025.01.17 08:00:32.564212 [ 258 ] {52368a7f-e91c-431c-b9a2-ed20e36ecd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
373 2025.01.17 08:00:32.564294 [ 258 ] {52368a7f-e91c-431c-b9a2-ed20e36ecd68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
374 2025.01.17 08:00:32.566352 [ 258 ] {52368a7f-e91c-431c-b9a2-ed20e36ecd68} <Debug> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Loading data parts
375 2025.01.17 08:00:32.566555 [ 258 ] {52368a7f-e91c-431c-b9a2-ed20e36ecd68} <Debug> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): There are no data parts
376 2025.01.17 08:00:32.567803 [ 258 ] {52368a7f-e91c-431c-b9a2-ed20e36ecd68} <Debug> TCPHandler: Processed in 0.003879786 sec.
377 2025.01.17 08:00:32.567981 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2025.01.17 08:00:32.568231 [ 260 ] {d0d8ea64-daea-4652-b297-138c7006a0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
379 2025.01.17 08:00:32.568315 [ 260 ] {d0d8ea64-daea-4652-b297-138c7006a0ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
380 2025.01.17 08:00:32.570423 [ 260 ] {d0d8ea64-daea-4652-b297-138c7006a0ca} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Loading data parts
381 2025.01.17 08:00:32.570583 [ 260 ] {d0d8ea64-daea-4652-b297-138c7006a0ca} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): There are no data parts
382 2025.01.17 08:00:32.571906 [ 260 ] {d0d8ea64-daea-4652-b297-138c7006a0ca} <Debug> TCPHandler: Processed in 0.003991147 sec.
383 2025.01.17 08:00:32.572111 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
384 2025.01.17 08:00:32.572370 [ 258 ] {f314df4c-c703-4382-9e4e-737f5b493d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
385 2025.01.17 08:00:32.572457 [ 258 ] {f314df4c-c703-4382-9e4e-737f5b493d7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
386 2025.01.17 08:00:32.574587 [ 258 ] {f314df4c-c703-4382-9e4e-737f5b493d7d} <Debug> oximeter.measurements_f32 (6405a398-d476-47d7-9bd1-6d5048ee5e69): Loading data parts
387 2025.01.17 08:00:32.574746 [ 258 ] {f314df4c-c703-4382-9e4e-737f5b493d7d} <Debug> oximeter.measurements_f32 (6405a398-d476-47d7-9bd1-6d5048ee5e69): There are no data parts
388 2025.01.17 08:00:32.575986 [ 258 ] {f314df4c-c703-4382-9e4e-737f5b493d7d} <Debug> TCPHandler: Processed in 0.003941256 sec.
389 2025.01.17 08:00:32.576169 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
390 2025.01.17 08:00:32.576416 [ 260 ] {8e58cd63-e014-43a6-a502-5a3ac467766a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
391 2025.01.17 08:00:32.576507 [ 260 ] {8e58cd63-e014-43a6-a502-5a3ac467766a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
392 2025.01.17 08:00:32.578545 [ 260 ] {8e58cd63-e014-43a6-a502-5a3ac467766a} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Loading data parts
393 2025.01.17 08:00:32.578755 [ 260 ] {8e58cd63-e014-43a6-a502-5a3ac467766a} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): There are no data parts
394 2025.01.17 08:00:32.579974 [ 260 ] {8e58cd63-e014-43a6-a502-5a3ac467766a} <Debug> TCPHandler: Processed in 0.003871156 sec.
395 2025.01.17 08:00:32.580163 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2025.01.17 08:00:32.580393 [ 258 ] {dfbaef80-1c49-4d58-b0ef-fa78b086c3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
397 2025.01.17 08:00:32.580457 [ 258 ] {dfbaef80-1c49-4d58-b0ef-fa78b086c3e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
398 2025.01.17 08:00:32.582366 [ 258 ] {dfbaef80-1c49-4d58-b0ef-fa78b086c3e9} <Debug> oximeter.measurements_string (8327bed6-c2b6-4828-9a77-045be18e2c24): Loading data parts
399 2025.01.17 08:00:32.582586 [ 258 ] {dfbaef80-1c49-4d58-b0ef-fa78b086c3e9} <Debug> oximeter.measurements_string (8327bed6-c2b6-4828-9a77-045be18e2c24): There are no data parts
400 2025.01.17 08:00:32.583854 [ 258 ] {dfbaef80-1c49-4d58-b0ef-fa78b086c3e9} <Debug> TCPHandler: Processed in 0.003759674 sec.
401 2025.01.17 08:00:32.584034 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
402 2025.01.17 08:00:32.584262 [ 260 ] {5f24e791-c2eb-4f2f-bc97-7eb4078d8a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
403 * NOTE: Right now we can't unambiguously record a nullable byte array.
404 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
405 * a string isn't palatable for a few reasons.
406 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
407 * details.
408 */
409 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
410 2025.01.17 08:00:32.584344 [ 260 ] {5f24e791-c2eb-4f2f-bc97-7eb4078d8a3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
411 2025.01.17 08:00:32.586235 [ 260 ] {5f24e791-c2eb-4f2f-bc97-7eb4078d8a3d} <Debug> oximeter.measurements_bytes (4be1bdba-1be8-4645-ab29-3962344094f4): Loading data parts
412 2025.01.17 08:00:32.586450 [ 260 ] {5f24e791-c2eb-4f2f-bc97-7eb4078d8a3d} <Debug> oximeter.measurements_bytes (4be1bdba-1be8-4645-ab29-3962344094f4): There are no data parts
413 2025.01.17 08:00:32.587664 [ 260 ] {5f24e791-c2eb-4f2f-bc97-7eb4078d8a3d} <Debug> TCPHandler: Processed in 0.003696933 sec.
414 2025.01.17 08:00:32.587842 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2025.01.17 08:00:32.588077 [ 258 ] {abb5d5f7-43d8-4db6-b402-7d63af9154d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
416 2025.01.17 08:00:32.588140 [ 258 ] {abb5d5f7-43d8-4db6-b402-7d63af9154d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
417 2025.01.17 08:00:32.590107 [ 258 ] {abb5d5f7-43d8-4db6-b402-7d63af9154d9} <Debug> oximeter.measurements_cumulativei64 (7957f8b1-81fa-43ef-8d50-cdff663089a1): Loading data parts
418 2025.01.17 08:00:32.590309 [ 258 ] {abb5d5f7-43d8-4db6-b402-7d63af9154d9} <Debug> oximeter.measurements_cumulativei64 (7957f8b1-81fa-43ef-8d50-cdff663089a1): There are no data parts
419 2025.01.17 08:00:32.591614 [ 258 ] {abb5d5f7-43d8-4db6-b402-7d63af9154d9} <Debug> TCPHandler: Processed in 0.003830055 sec.
420 2025.01.17 08:00:32.591811 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2025.01.17 08:00:32.592071 [ 260 ] {a5b0de40-331e-42b5-bb24-1e94f8f780c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
422 2025.01.17 08:00:32.592158 [ 260 ] {a5b0de40-331e-42b5-bb24-1e94f8f780c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
423 2025.01.17 08:00:32.594299 [ 260 ] {a5b0de40-331e-42b5-bb24-1e94f8f780c0} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Loading data parts
424 2025.01.17 08:00:32.594469 [ 260 ] {a5b0de40-331e-42b5-bb24-1e94f8f780c0} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): There are no data parts
425 2025.01.17 08:00:32.595745 [ 260 ] {a5b0de40-331e-42b5-bb24-1e94f8f780c0} <Debug> TCPHandler: Processed in 0.003999286 sec.
426 2025.01.17 08:00:32.595928 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2025.01.17 08:00:32.596176 [ 258 ] {36c3a363-dedd-40d3-89b1-e5b0fd02f473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
428 2025.01.17 08:00:32.596249 [ 258 ] {36c3a363-dedd-40d3-89b1-e5b0fd02f473} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
429 2025.01.17 08:00:32.598293 [ 258 ] {36c3a363-dedd-40d3-89b1-e5b0fd02f473} <Debug> oximeter.measurements_cumulativef32 (1bc4a7ae-f92d-4d12-a9fe-665af593b936): Loading data parts
430 2025.01.17 08:00:32.598447 [ 258 ] {36c3a363-dedd-40d3-89b1-e5b0fd02f473} <Debug> oximeter.measurements_cumulativef32 (1bc4a7ae-f92d-4d12-a9fe-665af593b936): There are no data parts
431 2025.01.17 08:00:32.599710 [ 258 ] {36c3a363-dedd-40d3-89b1-e5b0fd02f473} <Debug> TCPHandler: Processed in 0.003838265 sec.
432 2025.01.17 08:00:32.599897 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2025.01.17 08:00:32.600183 [ 260 ] {7202813b-32e0-4e54-b15c-f97ee2ef064a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
434 2025.01.17 08:00:32.600246 [ 260 ] {7202813b-32e0-4e54-b15c-f97ee2ef064a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2025.01.17 08:00:32.602276 [ 260 ] {7202813b-32e0-4e54-b15c-f97ee2ef064a} <Debug> oximeter.measurements_cumulativef64 (fdbae5bc-3759-45f6-a018-373ac03c39db): Loading data parts
436 2025.01.17 08:00:32.602431 [ 260 ] {7202813b-32e0-4e54-b15c-f97ee2ef064a} <Debug> oximeter.measurements_cumulativef64 (fdbae5bc-3759-45f6-a018-373ac03c39db): There are no data parts
437 2025.01.17 08:00:32.603681 [ 260 ] {7202813b-32e0-4e54-b15c-f97ee2ef064a} <Debug> TCPHandler: Processed in 0.003850285 sec.
438 2025.01.17 08:00:32.603903 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2025.01.17 08:00:32.604198 [ 258 ] {51956f35-587b-4a39-af05-9810c092bbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 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)
450 2025.01.17 08:00:32.604292 [ 258 ] {51956f35-587b-4a39-af05-9810c092bbd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2025.01.17 08:00:32.606533 [ 258 ] {51956f35-587b-4a39-af05-9810c092bbd3} <Debug> oximeter.measurements_histogrami8 (09acc162-f35a-4661-a042-7f6a607e5a89): Loading data parts
452 2025.01.17 08:00:32.606702 [ 258 ] {51956f35-587b-4a39-af05-9810c092bbd3} <Debug> oximeter.measurements_histogrami8 (09acc162-f35a-4661-a042-7f6a607e5a89): There are no data parts
453 2025.01.17 08:00:32.608092 [ 258 ] {51956f35-587b-4a39-af05-9810c092bbd3} <Debug> TCPHandler: Processed in 0.00424711 sec.
454 2025.01.17 08:00:32.608282 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.01.17 08:00:32.608658 [ 260 ] {9654bf13-b422-4e63-99d5-77765f5f047b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
456 2025.01.17 08:00:32.608751 [ 260 ] {9654bf13-b422-4e63-99d5-77765f5f047b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2025.01.17 08:00:32.611110 [ 260 ] {9654bf13-b422-4e63-99d5-77765f5f047b} <Debug> oximeter.measurements_histogramu8 (6071947a-b8ab-4147-9069-cfb3aa2a20d7): Loading data parts
458 2025.01.17 08:00:32.611313 [ 260 ] {9654bf13-b422-4e63-99d5-77765f5f047b} <Debug> oximeter.measurements_histogramu8 (6071947a-b8ab-4147-9069-cfb3aa2a20d7): There are no data parts
459 2025.01.17 08:00:32.612553 [ 260 ] {9654bf13-b422-4e63-99d5-77765f5f047b} <Debug> TCPHandler: Processed in 0.004398483 sec.
460 2025.01.17 08:00:32.612813 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.01.17 08:00:32.613102 [ 258 ] {dd5b4535-5e90-497f-ab8e-2475ec8c6d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
462 2025.01.17 08:00:32.613189 [ 258 ] {dd5b4535-5e90-497f-ab8e-2475ec8c6d44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2025.01.17 08:00:32.615437 [ 258 ] {dd5b4535-5e90-497f-ab8e-2475ec8c6d44} <Debug> oximeter.measurements_histogrami16 (488393ff-d159-4ac0-b7b0-d7cae30f54c5): Loading data parts
464 2025.01.17 08:00:32.615605 [ 258 ] {dd5b4535-5e90-497f-ab8e-2475ec8c6d44} <Debug> oximeter.measurements_histogrami16 (488393ff-d159-4ac0-b7b0-d7cae30f54c5): There are no data parts
465 2025.01.17 08:00:32.617000 [ 258 ] {dd5b4535-5e90-497f-ab8e-2475ec8c6d44} <Debug> TCPHandler: Processed in 0.004242681 sec.
466 2025.01.17 08:00:32.617199 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.01.17 08:00:32.617574 [ 260 ] {0df98111-774e-408e-b34c-9ada6894318d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
468 2025.01.17 08:00:32.617667 [ 260 ] {0df98111-774e-408e-b34c-9ada6894318d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2025.01.17 08:00:32.620146 [ 260 ] {0df98111-774e-408e-b34c-9ada6894318d} <Debug> oximeter.measurements_histogramu16 (47f450f6-f31d-49bf-add0-e739c5a208ec): Loading data parts
470 2025.01.17 08:00:32.620312 [ 260 ] {0df98111-774e-408e-b34c-9ada6894318d} <Debug> oximeter.measurements_histogramu16 (47f450f6-f31d-49bf-add0-e739c5a208ec): There are no data parts
471 2025.01.17 08:00:32.621638 [ 260 ] {0df98111-774e-408e-b34c-9ada6894318d} <Debug> TCPHandler: Processed in 0.004505815 sec.
472 2025.01.17 08:00:32.621844 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.01.17 08:00:32.622192 [ 258 ] {5fc8edf8-8e86-443f-a4ad-501d1baa558c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
474 2025.01.17 08:00:32.622295 [ 258 ] {5fc8edf8-8e86-443f-a4ad-501d1baa558c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2025.01.17 08:00:32.624508 [ 258 ] {5fc8edf8-8e86-443f-a4ad-501d1baa558c} <Debug> oximeter.measurements_histogrami32 (9db341d1-762a-4fb8-98a1-39455c88426d): Loading data parts
476 2025.01.17 08:00:32.624667 [ 258 ] {5fc8edf8-8e86-443f-a4ad-501d1baa558c} <Debug> oximeter.measurements_histogrami32 (9db341d1-762a-4fb8-98a1-39455c88426d): There are no data parts
477 2025.01.17 08:00:32.626046 [ 258 ] {5fc8edf8-8e86-443f-a4ad-501d1baa558c} <Debug> TCPHandler: Processed in 0.004268621 sec.
478 2025.01.17 08:00:32.626244 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.01.17 08:00:32.626589 [ 260 ] {3fa46f88-788e-4ec9-87d9-90936aeb1344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
480 2025.01.17 08:00:32.626697 [ 260 ] {3fa46f88-788e-4ec9-87d9-90936aeb1344} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2025.01.17 08:00:32.629206 [ 260 ] {3fa46f88-788e-4ec9-87d9-90936aeb1344} <Debug> oximeter.measurements_histogramu32 (17cf231d-ba40-4899-9ee6-be7d07845abd): Loading data parts
482 2025.01.17 08:00:32.629361 [ 260 ] {3fa46f88-788e-4ec9-87d9-90936aeb1344} <Debug> oximeter.measurements_histogramu32 (17cf231d-ba40-4899-9ee6-be7d07845abd): There are no data parts
483 2025.01.17 08:00:32.630714 [ 260 ] {3fa46f88-788e-4ec9-87d9-90936aeb1344} <Debug> TCPHandler: Processed in 0.004538775 sec.
484 2025.01.17 08:00:32.630929 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.01.17 08:00:32.631264 [ 258 ] {f0567925-c3d1-41ac-b0a8-eaa01c0a25c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
486 2025.01.17 08:00:32.631360 [ 258 ] {f0567925-c3d1-41ac-b0a8-eaa01c0a25c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2025.01.17 08:00:32.633707 [ 258 ] {f0567925-c3d1-41ac-b0a8-eaa01c0a25c8} <Debug> oximeter.measurements_histogrami64 (d17810ee-28e4-4f53-b8ad-3f3b9f9cf71e): Loading data parts
488 2025.01.17 08:00:32.633869 [ 258 ] {f0567925-c3d1-41ac-b0a8-eaa01c0a25c8} <Debug> oximeter.measurements_histogrami64 (d17810ee-28e4-4f53-b8ad-3f3b9f9cf71e): There are no data parts
489 2025.01.17 08:00:32.635174 [ 258 ] {f0567925-c3d1-41ac-b0a8-eaa01c0a25c8} <Debug> TCPHandler: Processed in 0.004310742 sec.
490 2025.01.17 08:00:32.635380 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2025.01.17 08:00:32.635727 [ 260 ] {2bbb972e-9af3-4c12-84a0-9262b1c685c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
492 2025.01.17 08:00:32.635841 [ 260 ] {2bbb972e-9af3-4c12-84a0-9262b1c685c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2025.01.17 08:00:32.638162 [ 260 ] {2bbb972e-9af3-4c12-84a0-9262b1c685c0} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Loading data parts
494 2025.01.17 08:00:32.638355 [ 260 ] {2bbb972e-9af3-4c12-84a0-9262b1c685c0} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): There are no data parts
495 2025.01.17 08:00:32.639680 [ 260 ] {2bbb972e-9af3-4c12-84a0-9262b1c685c0} <Debug> TCPHandler: Processed in 0.004367042 sec.
496 2025.01.17 08:00:32.639893 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2025.01.17 08:00:32.640232 [ 258 ] {f2c348db-5c99-4c04-8c2a-8984a7495a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
498 2025.01.17 08:00:32.640329 [ 258 ] {f2c348db-5c99-4c04-8c2a-8984a7495a27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2025.01.17 08:00:32.642784 [ 258 ] {f2c348db-5c99-4c04-8c2a-8984a7495a27} <Debug> oximeter.measurements_histogramf32 (2660e101-dfd3-4bd2-bdcc-2ecd0074a7f7): Loading data parts
500 2025.01.17 08:00:32.642944 [ 258 ] {f2c348db-5c99-4c04-8c2a-8984a7495a27} <Debug> oximeter.measurements_histogramf32 (2660e101-dfd3-4bd2-bdcc-2ecd0074a7f7): There are no data parts
501 2025.01.17 08:00:32.644254 [ 258 ] {f2c348db-5c99-4c04-8c2a-8984a7495a27} <Debug> TCPHandler: Processed in 0.004427643 sec.
502 2025.01.17 08:00:32.644432 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2025.01.17 08:00:32.644721 [ 260 ] {f0256c98-ce6a-4eef-af6e-bdd15ac586e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
504 2025.01.17 08:00:32.644806 [ 260 ] {f0256c98-ce6a-4eef-af6e-bdd15ac586e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2025.01.17 08:00:32.647200 [ 260 ] {f0256c98-ce6a-4eef-af6e-bdd15ac586e4} <Debug> oximeter.measurements_histogramf64 (4d7cdb3c-a032-4a75-b281-b5875db0fc50): Loading data parts
506 2025.01.17 08:00:32.647360 [ 260 ] {f0256c98-ce6a-4eef-af6e-bdd15ac586e4} <Debug> oximeter.measurements_histogramf64 (4d7cdb3c-a032-4a75-b281-b5875db0fc50): There are no data parts
507 2025.01.17 08:00:32.648677 [ 260 ] {f0256c98-ce6a-4eef-af6e-bdd15ac586e4} <Debug> TCPHandler: Processed in 0.004303102 sec.
508 2025.01.17 08:00:32.648890 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2025.01.17 08:00:32.649103 [ 258 ] {7644be5d-551a-4545-83f8-3c3ff0152d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 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)
535 2025.01.17 08:00:32.649199 [ 258 ] {7644be5d-551a-4545-83f8-3c3ff0152d5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2025.01.17 08:00:32.651329 [ 258 ] {7644be5d-551a-4545-83f8-3c3ff0152d5c} <Debug> oximeter.fields_bool (c391d53e-dc3e-4a02-98dc-5205b6d65b9b): Loading data parts
537 2025.01.17 08:00:32.651489 [ 258 ] {7644be5d-551a-4545-83f8-3c3ff0152d5c} <Debug> oximeter.fields_bool (c391d53e-dc3e-4a02-98dc-5205b6d65b9b): There are no data parts
538 2025.01.17 08:00:32.652766 [ 258 ] {7644be5d-551a-4545-83f8-3c3ff0152d5c} <Debug> TCPHandler: Processed in 0.003933646 sec.
539 2025.01.17 08:00:32.652973 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2025.01.17 08:00:32.653221 [ 260 ] {02fb6a08-214b-4780-a71c-d8a7ea166f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
541 2025.01.17 08:00:32.653313 [ 260 ] {02fb6a08-214b-4780-a71c-d8a7ea166f27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2025.01.17 08:00:32.655649 [ 260 ] {02fb6a08-214b-4780-a71c-d8a7ea166f27} <Debug> oximeter.fields_i8 (53fe8170-daf7-48b5-9f51-db546d04eed2): Loading data parts
543 2025.01.17 08:00:32.655822 [ 260 ] {02fb6a08-214b-4780-a71c-d8a7ea166f27} <Debug> oximeter.fields_i8 (53fe8170-daf7-48b5-9f51-db546d04eed2): There are no data parts
544 2025.01.17 08:00:32.657082 [ 260 ] {02fb6a08-214b-4780-a71c-d8a7ea166f27} <Debug> TCPHandler: Processed in 0.0041743 sec.
545 2025.01.17 08:00:32.657276 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2025.01.17 08:00:32.657569 [ 258 ] {79a66a6b-4653-4278-874f-656b82f9f1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
547 2025.01.17 08:00:32.657649 [ 258 ] {79a66a6b-4653-4278-874f-656b82f9f1b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2025.01.17 08:00:32.659868 [ 258 ] {79a66a6b-4653-4278-874f-656b82f9f1b9} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Loading data parts
549 2025.01.17 08:00:32.660081 [ 258 ] {79a66a6b-4653-4278-874f-656b82f9f1b9} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): There are no data parts
550 2025.01.17 08:00:32.661418 [ 258 ] {79a66a6b-4653-4278-874f-656b82f9f1b9} <Debug> TCPHandler: Processed in 0.004214781 sec.
551 2025.01.17 08:00:32.661589 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2025.01.17 08:00:32.661794 [ 260 ] {0fc084e7-0a6e-4248-b0eb-a73e21ebfb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
553 2025.01.17 08:00:32.661882 [ 260 ] {0fc084e7-0a6e-4248-b0eb-a73e21ebfb99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2025.01.17 08:00:32.663981 [ 260 ] {0fc084e7-0a6e-4248-b0eb-a73e21ebfb99} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Loading data parts
555 2025.01.17 08:00:32.664190 [ 260 ] {0fc084e7-0a6e-4248-b0eb-a73e21ebfb99} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): There are no data parts
556 2025.01.17 08:00:32.665560 [ 260 ] {0fc084e7-0a6e-4248-b0eb-a73e21ebfb99} <Debug> TCPHandler: Processed in 0.004026118 sec.
557 2025.01.17 08:00:32.665737 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2025.01.17 08:00:32.666029 [ 258 ] {b7cc090c-2971-40af-9ea0-a13a12ad7d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
559 2025.01.17 08:00:32.666110 [ 258 ] {b7cc090c-2971-40af-9ea0-a13a12ad7d6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2025.01.17 08:00:32.668388 [ 258 ] {b7cc090c-2971-40af-9ea0-a13a12ad7d6b} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Loading data parts
561 2025.01.17 08:00:32.668597 [ 258 ] {b7cc090c-2971-40af-9ea0-a13a12ad7d6b} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): There are no data parts
562 2025.01.17 08:00:32.670025 [ 258 ] {b7cc090c-2971-40af-9ea0-a13a12ad7d6b} <Debug> TCPHandler: Processed in 0.004353922 sec.
563 2025.01.17 08:00:32.670194 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2025.01.17 08:00:32.670398 [ 260 ] {82023b4f-a5cb-4df0-a0a3-85358335201b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
565 2025.01.17 08:00:32.670497 [ 260 ] {82023b4f-a5cb-4df0-a0a3-85358335201b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2025.01.17 08:00:32.673052 [ 260 ] {82023b4f-a5cb-4df0-a0a3-85358335201b} <Debug> oximeter.fields_i32 (d499431f-9926-4490-884f-900fe52615a5): Loading data parts
567 2025.01.17 08:00:32.673222 [ 260 ] {82023b4f-a5cb-4df0-a0a3-85358335201b} <Debug> oximeter.fields_i32 (d499431f-9926-4490-884f-900fe52615a5): There are no data parts
568 2025.01.17 08:00:32.674631 [ 260 ] {82023b4f-a5cb-4df0-a0a3-85358335201b} <Debug> TCPHandler: Processed in 0.004491734 sec.
569 2025.01.17 08:00:32.674826 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2025.01.17 08:00:32.675060 [ 258 ] {df05b20f-5728-4109-8a7a-bf1ec616ff46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
571 2025.01.17 08:00:32.675142 [ 258 ] {df05b20f-5728-4109-8a7a-bf1ec616ff46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2025.01.17 08:00:32.677138 [ 258 ] {df05b20f-5728-4109-8a7a-bf1ec616ff46} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Loading data parts
573 2025.01.17 08:00:32.677352 [ 258 ] {df05b20f-5728-4109-8a7a-bf1ec616ff46} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): There are no data parts
574 2025.01.17 08:00:32.678715 [ 258 ] {df05b20f-5728-4109-8a7a-bf1ec616ff46} <Debug> TCPHandler: Processed in 0.003946257 sec.
575 2025.01.17 08:00:32.678883 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2025.01.17 08:00:32.679088 [ 260 ] {749b6c7f-c32b-47bc-9d51-419e61db4fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
577 2025.01.17 08:00:32.679174 [ 260 ] {749b6c7f-c32b-47bc-9d51-419e61db4fda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2025.01.17 08:00:32.681280 [ 260 ] {749b6c7f-c32b-47bc-9d51-419e61db4fda} <Debug> oximeter.fields_i64 (3686fa7c-cd05-429a-bb10-134d2f3d6ceb): Loading data parts
579 2025.01.17 08:00:32.681444 [ 260 ] {749b6c7f-c32b-47bc-9d51-419e61db4fda} <Debug> oximeter.fields_i64 (3686fa7c-cd05-429a-bb10-134d2f3d6ceb): There are no data parts
580 2025.01.17 08:00:32.682868 [ 260 ] {749b6c7f-c32b-47bc-9d51-419e61db4fda} <Debug> TCPHandler: Processed in 0.004041248 sec.
581 2025.01.17 08:00:32.683078 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2025.01.17 08:00:32.683307 [ 258 ] {1e9036ed-3651-4481-a8cd-480011c5a74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
583 2025.01.17 08:00:32.683413 [ 258 ] {1e9036ed-3651-4481-a8cd-480011c5a74a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2025.01.17 08:00:32.685558 [ 258 ] {1e9036ed-3651-4481-a8cd-480011c5a74a} <Debug> oximeter.fields_u64 (86bde0ba-939a-4383-b481-3cf2c63026cf): Loading data parts
585 2025.01.17 08:00:32.685729 [ 258 ] {1e9036ed-3651-4481-a8cd-480011c5a74a} <Debug> oximeter.fields_u64 (86bde0ba-939a-4383-b481-3cf2c63026cf): There are no data parts
586 2025.01.17 08:00:32.687082 [ 258 ] {1e9036ed-3651-4481-a8cd-480011c5a74a} <Debug> TCPHandler: Processed in 0.004060908 sec.
587 2025.01.17 08:00:32.687276 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2025.01.17 08:00:32.687551 [ 260 ] {766ae874-99f5-497c-8d86-34a7c90fd6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
589 2025.01.17 08:00:32.687629 [ 260 ] {766ae874-99f5-497c-8d86-34a7c90fd6c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2025.01.17 08:00:32.689740 [ 260 ] {766ae874-99f5-497c-8d86-34a7c90fd6c7} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Loading data parts
591 2025.01.17 08:00:32.689900 [ 260 ] {766ae874-99f5-497c-8d86-34a7c90fd6c7} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): There are no data parts
592 2025.01.17 08:00:32.691162 [ 260 ] {766ae874-99f5-497c-8d86-34a7c90fd6c7} <Debug> TCPHandler: Processed in 0.003952666 sec.
593 2025.01.17 08:00:32.691361 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2025.01.17 08:00:32.691609 [ 258 ] {0d98cbca-b662-47a3-8536-f16c06ed22f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
595 2025.01.17 08:00:32.691707 [ 258 ] {0d98cbca-b662-47a3-8536-f16c06ed22f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2025.01.17 08:00:32.693787 [ 258 ] {0d98cbca-b662-47a3-8536-f16c06ed22f4} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Loading data parts
597 2025.01.17 08:00:32.694048 [ 258 ] {0d98cbca-b662-47a3-8536-f16c06ed22f4} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): There are no data parts
598 2025.01.17 08:00:32.695289 [ 258 ] {0d98cbca-b662-47a3-8536-f16c06ed22f4} <Debug> TCPHandler: Processed in 0.003994468 sec.
599 2025.01.17 08:00:32.695479 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2025.01.17 08:00:32.695765 [ 260 ] {d4f0ab8c-ff7f-42d6-9139-cb81167c951a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
601 2025.01.17 08:00:32.695842 [ 260 ] {d4f0ab8c-ff7f-42d6-9139-cb81167c951a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2025.01.17 08:00:32.697920 [ 260 ] {d4f0ab8c-ff7f-42d6-9139-cb81167c951a} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Loading data parts
603 2025.01.17 08:00:32.698073 [ 260 ] {d4f0ab8c-ff7f-42d6-9139-cb81167c951a} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): There are no data parts
604 2025.01.17 08:00:32.699301 [ 260 ] {d4f0ab8c-ff7f-42d6-9139-cb81167c951a} <Debug> TCPHandler: Processed in 0.003889446 sec.
605 2025.01.17 08:00:32.699506 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2025.01.17 08:00:32.699850 [ 258 ] {eccd4695-98f3-4fb7-99f6-2762f110a6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) /* The timeseries schema table stores the extracted schema for the samples
607 * oximeter collects.
608 */
609 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)
610 2025.01.17 08:00:32.699974 [ 258 ] {eccd4695-98f3-4fb7-99f6-2762f110a6e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2025.01.17 08:00:32.702015 [ 258 ] {eccd4695-98f3-4fb7-99f6-2762f110a6e3} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Loading data parts
612 2025.01.17 08:00:32.702241 [ 258 ] {eccd4695-98f3-4fb7-99f6-2762f110a6e3} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): There are no data parts
613 2025.01.17 08:00:32.703659 [ 258 ] {eccd4695-98f3-4fb7-99f6-2762f110a6e3} <Debug> TCPHandler: Processed in 0.004217331 sec.
614 2025.01.17 08:00:32.703906 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2025.01.17 08:00:32.704078 [ 258 ] {db574581-3363-407b-8634-80cefe458d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2025.01.17 08:00:32.704747 [ 258 ] {db574581-3363-407b-8634-80cefe458d48} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2025.01.17 08:00:32.714839 [ 268 ] {db574581-3363-407b-8634-80cefe458d48} <Trace> oximeter.version (ddeab1ad-c147-41e1-9199-77d80ff75114): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2025.01.17 08:00:32.714884 [ 268 ] {db574581-3363-407b-8634-80cefe458d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
619 2025.01.17 08:00:32.718711 [ 268 ] {db574581-3363-407b-8634-80cefe458d48} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2025.01.17 08:00:32.719149 [ 268 ] {db574581-3363-407b-8634-80cefe458d48} <Trace> oximeter.version (ddeab1ad-c147-41e1-9199-77d80ff75114): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
621 2025.01.17 08:00:32.719487 [ 258 ] {db574581-3363-407b-8634-80cefe458d48} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015453 sec., 64.7123535883 rows/sec., 1.01 KiB/sec.
622 2025.01.17 08:00:32.720042 [ 258 ] {db574581-3363-407b-8634-80cefe458d48} <Debug> TCPHandler: Processed in 0.016183063 sec.
623 2025.01.17 08:00:33.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.78 MiB, peak 126.78 MiB, free memory in arenas 0.00 B, will set to 139.82 MiB (RSS), difference: 13.05 MiB
624 2025.01.17 08:00:33.664150 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39492
625 2025.01.17 08:00:33.664272 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
626 2025.01.17 08:00:33.664340 [ 269 ] {} <Debug> TCP-Session: 65f1ae1b-0544-4879-8722-6924b1c0cfe1 Authenticating user 'default' from [fd00:1122:3344:101::a]:39492
627 2025.01.17 08:00:33.664362 [ 269 ] {} <Debug> TCP-Session: 65f1ae1b-0544-4879-8722-6924b1c0cfe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
628 2025.01.17 08:00:33.664376 [ 269 ] {} <Debug> TCP-Session: 65f1ae1b-0544-4879-8722-6924b1c0cfe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
629 2025.01.17 08:00:33.664452 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
630 2025.01.17 08:00:33.664478 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
631 2025.01.17 08:00:33.664522 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
632 2025.01.17 08:00:33.665571 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52266
633 2025.01.17 08:00:33.665578 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60916
634 2025.01.17 08:00:33.665754 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37466
635 2025.01.17 08:00:33.665939 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2025.01.17 08:00:33.665793 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51743
637 2025.01.17 08:00:33.666044 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
638 2025.01.17 08:00:33.666210 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34163
639 2025.01.17 08:00:33.666230 [ 271 ] {} <Debug> TCP-Session: bbf0cbfc-1e5c-40f0-8584-998496e17355 Authenticating user 'default' from [fd00:1122:3344:101::a]:52266
640 2025.01.17 08:00:33.666287 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37602
641 2025.01.17 08:00:33.666403 [ 270 ] {} <Debug> TCP-Session: 83eb8724-6a46-4f47-80ca-59489c3354d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:60916
642 2025.01.17 08:00:33.666572 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47013
643 2025.01.17 08:00:33.666561 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
644 2025.01.17 08:00:33.666600 [ 271 ] {} <Debug> TCP-Session: bbf0cbfc-1e5c-40f0-8584-998496e17355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
645 2025.01.17 08:00:33.666571 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
646 2025.01.17 08:00:33.666726 [ 271 ] {} <Debug> TCP-Session: bbf0cbfc-1e5c-40f0-8584-998496e17355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
647 2025.01.17 08:00:33.666739 [ 270 ] {} <Debug> TCP-Session: 83eb8724-6a46-4f47-80ca-59489c3354d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
648 2025.01.17 08:00:33.666795 [ 274 ] {} <Debug> TCP-Session: 5d5090c1-0355-49ee-b729-81c10b658ff6 Authenticating user 'default' from [fd00:1122:3344:101::a]:34163
649 2025.01.17 08:00:33.666942 [ 270 ] {} <Debug> TCP-Session: 83eb8724-6a46-4f47-80ca-59489c3354d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2025.01.17 08:00:33.667007 [ 272 ] {} <Debug> TCP-Session: 81bfdff1-a12c-4dc2-ade1-71cd8440889a Authenticating user 'default' from [fd00:1122:3344:101::a]:51743
651 2025.01.17 08:00:33.667006 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
652 2025.01.17 08:00:33.666995 [ 274 ] {} <Debug> TCP-Session: 5d5090c1-0355-49ee-b729-81c10b658ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
653 2025.01.17 08:00:33.667121 [ 274 ] {} <Debug> TCP-Session: 5d5090c1-0355-49ee-b729-81c10b658ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2025.01.17 08:00:33.667149 [ 272 ] {} <Debug> TCP-Session: 81bfdff1-a12c-4dc2-ade1-71cd8440889a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2025.01.17 08:00:33.667157 [ 276 ] {} <Debug> TCP-Session: a74ed5e4-cdea-4cf5-93ec-dd9b92c1f7af Authenticating user 'default' from [fd00:1122:3344:101::a]:47013
656 2025.01.17 08:00:33.667221 [ 276 ] {} <Debug> TCP-Session: a74ed5e4-cdea-4cf5-93ec-dd9b92c1f7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2025.01.17 08:00:33.667234 [ 272 ] {} <Debug> TCP-Session: 81bfdff1-a12c-4dc2-ade1-71cd8440889a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
658 2025.01.17 08:00:33.667401 [ 276 ] {} <Debug> TCP-Session: a74ed5e4-cdea-4cf5-93ec-dd9b92c1f7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2025.01.17 08:00:33.677324 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
660 2025.01.17 08:00:33.677470 [ 275 ] {} <Debug> TCP-Session: e81140fd-923e-41e0-b52b-f38416f5a6b0 Authenticating user 'default' from [fd00:1122:3344:101::a]:37602
661 2025.01.17 08:00:33.677507 [ 275 ] {} <Debug> TCP-Session: e81140fd-923e-41e0-b52b-f38416f5a6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.01.17 08:00:33.677534 [ 275 ] {} <Debug> TCP-Session: e81140fd-923e-41e0-b52b-f38416f5a6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.01.17 08:00:33.683686 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
664 2025.01.17 08:00:33.683745 [ 273 ] {} <Debug> TCP-Session: b5cab19b-df56-4363-a640-7ed035bfa7d8 Authenticating user 'default' from [fd00:1122:3344:101::a]:37466
665 2025.01.17 08:00:33.683765 [ 273 ] {} <Debug> TCP-Session: b5cab19b-df56-4363-a640-7ed035bfa7d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
666 2025.01.17 08:00:33.683828 [ 273 ] {} <Debug> TCP-Session: b5cab19b-df56-4363-a640-7ed035bfa7d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
667 2025.01.17 08:00:34.814325 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40807
668 2025.01.17 08:00:34.814537 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2025.01.17 08:00:34.814616 [ 277 ] {} <Debug> TCP-Session: 90a9bb50-12e2-43c2-a2c8-c561fc4d68ce Authenticating user 'default' from [fd00:1122:3344:101::c]:40807
670 2025.01.17 08:00:34.814671 [ 277 ] {} <Debug> TCP-Session: 90a9bb50-12e2-43c2-a2c8-c561fc4d68ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2025.01.17 08:00:34.814691 [ 277 ] {} <Debug> TCP-Session: 90a9bb50-12e2-43c2-a2c8-c561fc4d68ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2025.01.17 08:00:34.814780 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2025.01.17 08:00:34.814855 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2025.01.17 08:00:34.814898 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
675 2025.01.17 08:00:34.815974 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34758
676 2025.01.17 08:00:34.816041 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63159
677 2025.01.17 08:00:34.816195 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50984
678 2025.01.17 08:00:34.816206 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2025.01.17 08:00:34.816351 [ 278 ] {} <Debug> TCP-Session: 0c1ed7b4-fc54-4b19-8c84-54c2e8e92e20 Authenticating user 'default' from [fd00:1122:3344:101::c]:34758
680 2025.01.17 08:00:34.816385 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55163
681 2025.01.17 08:00:34.816354 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
682 2025.01.17 08:00:34.816565 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52821
683 2025.01.17 08:00:34.816606 [ 279 ] {} <Debug> TCP-Session: 98cf9829-ff0e-4987-8930-d5d35022e922 Authenticating user 'default' from [fd00:1122:3344:101::c]:63159
684 2025.01.17 08:00:34.816619 [ 278 ] {} <Debug> TCP-Session: 0c1ed7b4-fc54-4b19-8c84-54c2e8e92e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2025.01.17 08:00:34.816797 [ 278 ] {} <Debug> TCP-Session: 0c1ed7b4-fc54-4b19-8c84-54c2e8e92e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2025.01.17 08:00:34.816817 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39558
687 2025.01.17 08:00:34.816929 [ 279 ] {} <Debug> TCP-Session: 98cf9829-ff0e-4987-8930-d5d35022e922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2025.01.17 08:00:34.817078 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
689 2025.01.17 08:00:34.817130 [ 279 ] {} <Debug> TCP-Session: 98cf9829-ff0e-4987-8930-d5d35022e922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2025.01.17 08:00:34.817201 [ 282 ] {} <Debug> TCP-Session: 4ecef76c-a47f-41d4-943b-d54d04621ffe Authenticating user 'default' from [fd00:1122:3344:101::c]:52821
691 2025.01.17 08:00:34.817270 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2025.01.17 08:00:34.817212 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40260
693 2025.01.17 08:00:34.817325 [ 282 ] {} <Debug> TCP-Session: 4ecef76c-a47f-41d4-943b-d54d04621ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2025.01.17 08:00:34.817353 [ 281 ] {} <Debug> TCP-Session: 946a11af-ade5-4cf4-8be8-c914b8a7830c Authenticating user 'default' from [fd00:1122:3344:101::c]:55163
695 2025.01.17 08:00:34.817465 [ 282 ] {} <Debug> TCP-Session: 4ecef76c-a47f-41d4-943b-d54d04621ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2025.01.17 08:00:34.817507 [ 281 ] {} <Debug> TCP-Session: 946a11af-ade5-4cf4-8be8-c914b8a7830c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2025.01.17 08:00:34.817589 [ 281 ] {} <Debug> TCP-Session: 946a11af-ade5-4cf4-8be8-c914b8a7830c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.01.17 08:00:34.823645 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.01.17 08:00:34.823682 [ 283 ] {} <Debug> TCP-Session: 50d67ba5-d123-4db5-9d2e-64990f599d31 Authenticating user 'default' from [fd00:1122:3344:101::c]:39558
700 2025.01.17 08:00:34.823753 [ 283 ] {} <Debug> TCP-Session: 50d67ba5-d123-4db5-9d2e-64990f599d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2025.01.17 08:00:34.823767 [ 283 ] {} <Debug> TCP-Session: 50d67ba5-d123-4db5-9d2e-64990f599d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2025.01.17 08:00:34.823819 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2025.01.17 08:00:34.824028 [ 284 ] {} <Debug> TCP-Session: c0eb9a32-b468-4151-bf67-1f2ce4f07201 Authenticating user 'default' from [fd00:1122:3344:101::c]:40260
704 2025.01.17 08:00:34.824079 [ 284 ] {} <Debug> TCP-Session: c0eb9a32-b468-4151-bf67-1f2ce4f07201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.01.17 08:00:34.824094 [ 284 ] {} <Debug> TCP-Session: c0eb9a32-b468-4151-bf67-1f2ce4f07201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.01.17 08:00:34.829827 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
707 2025.01.17 08:00:34.829958 [ 280 ] {} <Debug> TCP-Session: 03861809-2a5c-47d2-9712-78bcd005d691 Authenticating user 'default' from [fd00:1122:3344:101::c]:50984
708 2025.01.17 08:00:34.829978 [ 280 ] {} <Debug> TCP-Session: 03861809-2a5c-47d2-9712-78bcd005d691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
709 2025.01.17 08:00:34.829991 [ 280 ] {} <Debug> TCP-Session: 03861809-2a5c-47d2-9712-78bcd005d691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2025.01.17 08:00:35.309213 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39772
711 2025.01.17 08:00:35.309426 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
712 2025.01.17 08:00:35.309460 [ 285 ] {} <Debug> TCP-Session: a11c9fc9-12d1-4ba5-9a59-8186b2681a2a Authenticating user 'default' from [fd00:1122:3344:101::b]:39772
713 2025.01.17 08:00:35.309548 [ 285 ] {} <Debug> TCP-Session: a11c9fc9-12d1-4ba5-9a59-8186b2681a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
714 2025.01.17 08:00:35.309562 [ 285 ] {} <Debug> TCP-Session: a11c9fc9-12d1-4ba5-9a59-8186b2681a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
715 2025.01.17 08:00:35.309645 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
716 2025.01.17 08:00:35.309704 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
717 2025.01.17 08:00:35.309722 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
718 2025.01.17 08:00:35.310680 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36613
719 2025.01.17 08:00:35.310768 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33947
720 2025.01.17 08:00:35.311161 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
721 2025.01.17 08:00:35.311271 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58493
722 2025.01.17 08:00:35.311195 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56142
723 2025.01.17 08:00:35.311343 [ 287 ] {} <Debug> TCP-Session: bbeca582-9151-4296-b52e-0447cd762802 Authenticating user 'default' from [fd00:1122:3344:101::b]:33947
724 2025.01.17 08:00:35.311184 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56151
725 2025.01.17 08:00:35.311593 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35480
726 2025.01.17 08:00:35.311729 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47804
727 2025.01.17 08:00:35.311833 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
728 2025.01.17 08:00:35.311984 [ 287 ] {} <Debug> TCP-Session: bbeca582-9151-4296-b52e-0447cd762802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
729 2025.01.17 08:00:35.312169 [ 289 ] {} <Debug> TCP-Session: 719085b6-b517-4052-9a54-08069ea6a141 Authenticating user 'default' from [fd00:1122:3344:101::b]:56151
730 2025.01.17 08:00:35.312177 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
731 2025.01.17 08:00:35.312204 [ 287 ] {} <Debug> TCP-Session: bbeca582-9151-4296-b52e-0447cd762802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
732 2025.01.17 08:00:35.312232 [ 289 ] {} <Debug> TCP-Session: 719085b6-b517-4052-9a54-08069ea6a141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
733 2025.01.17 08:00:35.312242 [ 292 ] {} <Debug> TCP-Session: 2ac5c23b-9810-4e60-886d-f434c0cbd199 Authenticating user 'default' from [fd00:1122:3344:101::b]:47804
734 2025.01.17 08:00:35.312339 [ 289 ] {} <Debug> TCP-Session: 719085b6-b517-4052-9a54-08069ea6a141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2025.01.17 08:00:35.312362 [ 292 ] {} <Debug> TCP-Session: 2ac5c23b-9810-4e60-886d-f434c0cbd199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
736 2025.01.17 08:00:35.312513 [ 292 ] {} <Debug> TCP-Session: 2ac5c23b-9810-4e60-886d-f434c0cbd199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
737 2025.01.17 08:00:35.318792 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
738 2025.01.17 08:00:35.318901 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
739 2025.01.17 08:00:35.318888 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
740 2025.01.17 08:00:35.318877 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2025.01.17 08:00:35.319012 [ 290 ] {} <Debug> TCP-Session: 61c3a48f-cb7a-4cbf-8985-30e704f45dc4 Authenticating user 'default' from [fd00:1122:3344:101::b]:58493
742 2025.01.17 08:00:35.319032 [ 291 ] {} <Debug> TCP-Session: df905c00-c01b-4bb8-a2d4-8fbd5c8dffa5 Authenticating user 'default' from [fd00:1122:3344:101::b]:35480
743 2025.01.17 08:00:35.319004 [ 286 ] {} <Debug> TCP-Session: 88cfb405-44f5-42f6-a85a-5df92592f6b7 Authenticating user 'default' from [fd00:1122:3344:101::b]:36613
744 2025.01.17 08:00:35.319080 [ 288 ] {} <Debug> TCP-Session: c753df4d-be6a-4759-8232-35fe5a5fb97f Authenticating user 'default' from [fd00:1122:3344:101::b]:56142
745 2025.01.17 08:00:35.319107 [ 291 ] {} <Debug> TCP-Session: df905c00-c01b-4bb8-a2d4-8fbd5c8dffa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
746 2025.01.17 08:00:35.319124 [ 290 ] {} <Debug> TCP-Session: 61c3a48f-cb7a-4cbf-8985-30e704f45dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
747 2025.01.17 08:00:35.319142 [ 286 ] {} <Debug> TCP-Session: 88cfb405-44f5-42f6-a85a-5df92592f6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
748 2025.01.17 08:00:35.319165 [ 288 ] {} <Debug> TCP-Session: c753df4d-be6a-4759-8232-35fe5a5fb97f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
749 2025.01.17 08:00:35.319174 [ 291 ] {} <Debug> TCP-Session: df905c00-c01b-4bb8-a2d4-8fbd5c8dffa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
750 2025.01.17 08:00:35.319196 [ 290 ] {} <Debug> TCP-Session: 61c3a48f-cb7a-4cbf-8985-30e704f45dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
751 2025.01.17 08:00:35.319306 [ 286 ] {} <Debug> TCP-Session: 88cfb405-44f5-42f6-a85a-5df92592f6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2025.01.17 08:00:35.319418 [ 288 ] {} <Debug> TCP-Session: c753df4d-be6a-4759-8232-35fe5a5fb97f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
753 2025.01.17 08:00:38.748078 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2025.01.17 08:00:38.748151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2025.01.17 08:00:38.748207 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2025.01.17 08:00:38.748326 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.17 08:00:38.757695 [ 244 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Loading data parts
758 2025.01.17 08:00:38.758028 [ 244 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): There are no data parts
759 2025.01.17 08:00:38.768792 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.01.17 08:00:38.768833 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
761 2025.01.17 08:00:38.770468 [ 243 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Loading data parts
762 2025.01.17 08:00:38.770661 [ 243 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): There are no data parts
763 2025.01.17 08:00:38.770731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
764 2025.01.17 08:00:38.771715 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
765 2025.01.17 08:00:38.772439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
766 2025.01.17 08:00:38.794742 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.01.17 08:00:38.794790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
768 2025.01.17 08:00:38.802043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.01.17 08:00:38.802763 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2025.01.17 08:00:38.805102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2025.01.17 08:00:39.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.39 MiB, peak 150.39 MiB, free memory in arenas 0.00 B, will set to 151.20 MiB (RSS), difference: 4.81 MiB
772 2025.01.17 08:00:41.248088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2025.01.17 08:00:41.248197 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2025.01.17 08:00:41.253107 [ 242 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Loading data parts
775 2025.01.17 08:00:41.253350 [ 242 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): There are no data parts
776 2025.01.17 08:00:41.259175 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2025.01.17 08:00:41.259222 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
778 2025.01.17 08:00:41.261007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2025.01.17 08:00:41.261305 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2025.01.17 08:00:41.261779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2025.01.17 08:00:42.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.39 MiB, peak 155.39 MiB, free memory in arenas 0.00 B, will set to 151.68 MiB (RSS), difference: -3.71 MiB
782 2025.01.17 08:00:46.222024 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
783 2025.01.17 08:00:46.222093 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
784 2025.01.17 08:00:46.272715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
785 2025.01.17 08:00:46.273759 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2025.01.17 08:00:46.273815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
787 2025.01.17 08:00:46.274391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2025.01.17 08:00:46.274655 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2025.01.17 08:00:46.274869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2025.01.17 08:00:46.305328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2025.01.17 08:00:46.327534 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2025.01.17 08:00:46.327608 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
793 2025.01.17 08:00:46.334215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2025.01.17 08:00:46.334981 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2025.01.17 08:00:46.337839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2025.01.17 08:00:47.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.35 MiB, peak 156.35 MiB, free memory in arenas 0.00 B, will set to 154.40 MiB (RSS), difference: 2.04 MiB
797 2025.01.17 08:00:52.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.41 MiB, peak 156.35 MiB, free memory in arenas 0.00 B, will set to 154.43 MiB (RSS), difference: 4.02 MiB
798 2025.01.17 08:00:53.775096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
799 2025.01.17 08:00:53.775705 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2025.01.17 08:00:53.775743 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
801 2025.01.17 08:00:53.776338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2025.01.17 08:00:53.776585 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
803 2025.01.17 08:00:53.776756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
804 2025.01.17 08:00:53.838050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2025.01.17 08:00:53.856899 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2025.01.17 08:00:53.857004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
807 2025.01.17 08:00:53.863920 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2025.01.17 08:00:53.864755 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
809 2025.01.17 08:00:53.867872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2025.01.17 08:00:57.725652 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
811 2025.01.17 08:00:57.725869 [ 258 ] {0513d203-82f9-4f48-b112-e74a6c1f1c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
812 2025.01.17 08:00:57.726256 [ 258 ] {0513d203-82f9-4f48-b112-e74a6c1f1c7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
813 2025.01.17 08:00:57.726484 [ 258 ] {0513d203-82f9-4f48-b112-e74a6c1f1c7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
814 2025.01.17 08:00:57.727321 [ 258 ] {0513d203-82f9-4f48-b112-e74a6c1f1c7f} <Debug> TCPHandler: Processed in 0.001796746 sec.
815 2025.01.17 08:00:57.729407 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
816 2025.01.17 08:00:57.729647 [ 260 ] {1ab443a3-a76b-4c7c-8522-64a6d2911e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
817 2025.01.17 08:00:57.731481 [ 260 ] {1ab443a3-a76b-4c7c-8522-64a6d2911e6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
818 2025.01.17 08:00:57.731564 [ 260 ] {1ab443a3-a76b-4c7c-8522-64a6d2911e6e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
819 2025.01.17 08:00:57.732186 [ 260 ] {1ab443a3-a76b-4c7c-8522-64a6d2911e6e} <Debug> TCPHandler: Processed in 0.002908101 sec.
820 2025.01.17 08:00:57.732491 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
821 2025.01.17 08:00:57.732663 [ 258 ] {a17e1d36-a593-4e40-b336-42c6a1251c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
822 2025.01.17 08:00:57.733100 [ 258 ] {a17e1d36-a593-4e40-b336-42c6a1251c8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
823 2025.01.17 08:00:57.733161 [ 258 ] {a17e1d36-a593-4e40-b336-42c6a1251c8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
824 2025.01.17 08:00:57.733698 [ 258 ] {a17e1d36-a593-4e40-b336-42c6a1251c8c} <Debug> TCPHandler: Processed in 0.001267428 sec.
825 2025.01.17 08:00:57.733941 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2025.01.17 08:00:57.734099 [ 260 ] {ec4d30b9-b7a0-4054-85bc-7d2041abe6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
827 2025.01.17 08:00:57.734474 [ 260 ] {ec4d30b9-b7a0-4054-85bc-7d2041abe6ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
828 2025.01.17 08:00:57.734532 [ 260 ] {ec4d30b9-b7a0-4054-85bc-7d2041abe6ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
829 2025.01.17 08:00:57.735027 [ 260 ] {ec4d30b9-b7a0-4054-85bc-7d2041abe6ea} <Debug> TCPHandler: Processed in 0.001141286 sec.
830 2025.01.17 08:00:57.735269 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2025.01.17 08:00:57.735428 [ 258 ] {aef8c748-eb29-4d57-b7fd-cae853ee9e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
832 2025.01.17 08:00:57.735799 [ 258 ] {aef8c748-eb29-4d57-b7fd-cae853ee9e20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2025.01.17 08:00:57.735858 [ 258 ] {aef8c748-eb29-4d57-b7fd-cae853ee9e20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2025.01.17 08:00:57.736375 [ 258 ] {aef8c748-eb29-4d57-b7fd-cae853ee9e20} <Debug> TCPHandler: Processed in 0.001165707 sec.
835 2025.01.17 08:00:57.736638 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
836 2025.01.17 08:00:57.736790 [ 260 ] {4b5712ad-78ff-41f4-93ea-f9f2b7595938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
837 2025.01.17 08:00:57.737156 [ 260 ] {4b5712ad-78ff-41f4-93ea-f9f2b7595938} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
838 2025.01.17 08:00:57.737214 [ 260 ] {4b5712ad-78ff-41f4-93ea-f9f2b7595938} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
839 2025.01.17 08:00:57.737683 [ 260 ] {4b5712ad-78ff-41f4-93ea-f9f2b7595938} <Debug> TCPHandler: Processed in 0.001101426 sec.
840 2025.01.17 08:00:57.737909 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2025.01.17 08:00:57.738062 [ 258 ] {16ae6443-26f6-4dba-853e-4494f781d3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
842 2025.01.17 08:00:57.738432 [ 258 ] {16ae6443-26f6-4dba-853e-4494f781d3e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
843 2025.01.17 08:00:57.738489 [ 258 ] {16ae6443-26f6-4dba-853e-4494f781d3e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
844 2025.01.17 08:00:57.738998 [ 258 ] {16ae6443-26f6-4dba-853e-4494f781d3e0} <Debug> TCPHandler: Processed in 0.001141856 sec.
845 2025.01.17 08:00:57.739232 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2025.01.17 08:00:57.739384 [ 260 ] {266c0714-a4a6-49c2-8812-5353d457ba50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
847 2025.01.17 08:00:57.739753 [ 260 ] {266c0714-a4a6-49c2-8812-5353d457ba50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
848 2025.01.17 08:00:57.739809 [ 260 ] {266c0714-a4a6-49c2-8812-5353d457ba50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
849 2025.01.17 08:00:57.740262 [ 260 ] {266c0714-a4a6-49c2-8812-5353d457ba50} <Debug> TCPHandler: Processed in 0.001084355 sec.
850 2025.01.17 08:00:57.740515 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.01.17 08:00:57.740669 [ 258 ] {e2ec82d3-dfe8-42a6-bd7d-b6a1f314cf4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
852 2025.01.17 08:00:57.741044 [ 258 ] {e2ec82d3-dfe8-42a6-bd7d-b6a1f314cf4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
853 2025.01.17 08:00:57.741100 [ 258 ] {e2ec82d3-dfe8-42a6-bd7d-b6a1f314cf4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
854 2025.01.17 08:00:57.741593 [ 258 ] {e2ec82d3-dfe8-42a6-bd7d-b6a1f314cf4c} <Debug> TCPHandler: Processed in 0.001132426 sec.
855 2025.01.17 08:00:57.741845 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
856 2025.01.17 08:00:57.741999 [ 260 ] {cf310725-054a-48bb-b24b-5e21403a0e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
857 2025.01.17 08:00:57.742369 [ 260 ] {cf310725-054a-48bb-b24b-5e21403a0e1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
858 2025.01.17 08:00:57.742423 [ 260 ] {cf310725-054a-48bb-b24b-5e21403a0e1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
859 2025.01.17 08:00:57.742873 [ 260 ] {cf310725-054a-48bb-b24b-5e21403a0e1a} <Debug> TCPHandler: Processed in 0.001082796 sec.
860 2025.01.17 08:00:57.743124 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
861 2025.01.17 08:00:57.743281 [ 258 ] {e0831fc5-9ea1-4fcc-adba-50c38c7556ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
862 2025.01.17 08:00:57.743735 [ 258 ] {e0831fc5-9ea1-4fcc-adba-50c38c7556ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
863 2025.01.17 08:00:57.743805 [ 258 ] {e0831fc5-9ea1-4fcc-adba-50c38c7556ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
864 2025.01.17 08:00:57.744386 [ 258 ] {e0831fc5-9ea1-4fcc-adba-50c38c7556ba} <Debug> TCPHandler: Processed in 0.001316899 sec.
865 2025.01.17 08:00:57.744659 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
866 2025.01.17 08:00:57.744817 [ 260 ] {a46cc61d-19bb-4168-8413-2e3543755a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
867 2025.01.17 08:00:57.745200 [ 260 ] {a46cc61d-19bb-4168-8413-2e3543755a93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
868 2025.01.17 08:00:57.745257 [ 260 ] {a46cc61d-19bb-4168-8413-2e3543755a93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
869 2025.01.17 08:00:57.745719 [ 260 ] {a46cc61d-19bb-4168-8413-2e3543755a93} <Debug> TCPHandler: Processed in 0.001114036 sec.
870 2025.01.17 08:00:57.745968 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.01.17 08:00:57.746130 [ 258 ] {ca9d174b-3319-42cf-b585-3d2da0710073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
872 2025.01.17 08:00:57.746521 [ 258 ] {ca9d174b-3319-42cf-b585-3d2da0710073} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
873 2025.01.17 08:00:57.746579 [ 258 ] {ca9d174b-3319-42cf-b585-3d2da0710073} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
874 2025.01.17 08:00:57.747086 [ 258 ] {ca9d174b-3319-42cf-b585-3d2da0710073} <Debug> TCPHandler: Processed in 0.001173897 sec.
875 2025.01.17 08:00:57.747330 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
876 2025.01.17 08:00:57.747519 [ 260 ] {450d9886-5bc3-4a9a-beac-727a69eafdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
877 2025.01.17 08:00:57.747983 [ 260 ] {450d9886-5bc3-4a9a-beac-727a69eafdba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
878 2025.01.17 08:00:57.748050 [ 260 ] {450d9886-5bc3-4a9a-beac-727a69eafdba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
879 2025.01.17 08:00:57.748556 [ 260 ] {450d9886-5bc3-4a9a-beac-727a69eafdba} <Debug> TCPHandler: Processed in 0.001283848 sec.
880 2025.01.17 08:00:57.748799 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.01.17 08:00:57.748962 [ 258 ] {0ca5788e-c48d-484a-b524-309fad9e816c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
882 2025.01.17 08:00:57.749359 [ 258 ] {0ca5788e-c48d-484a-b524-309fad9e816c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2025.01.17 08:00:57.749416 [ 258 ] {0ca5788e-c48d-484a-b524-309fad9e816c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
884 2025.01.17 08:00:57.749917 [ 258 ] {0ca5788e-c48d-484a-b524-309fad9e816c} <Debug> TCPHandler: Processed in 0.001171017 sec.
885 2025.01.17 08:00:57.750158 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
886 2025.01.17 08:00:57.750315 [ 260 ] {a9b71b6e-fe86-462d-b0f6-91aa128d503e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
887 2025.01.17 08:00:57.750760 [ 260 ] {a9b71b6e-fe86-462d-b0f6-91aa128d503e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
888 2025.01.17 08:00:57.750824 [ 260 ] {a9b71b6e-fe86-462d-b0f6-91aa128d503e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
889 2025.01.17 08:00:57.751404 [ 260 ] {a9b71b6e-fe86-462d-b0f6-91aa128d503e} <Debug> TCPHandler: Processed in 0.001297738 sec.
890 2025.01.17 08:00:57.751663 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
891 2025.01.17 08:00:57.751829 [ 258 ] {c2556b89-a8c6-4ba4-9aad-e14785218c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
892 2025.01.17 08:00:57.752238 [ 258 ] {c2556b89-a8c6-4ba4-9aad-e14785218c59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
893 2025.01.17 08:00:57.752295 [ 258 ] {c2556b89-a8c6-4ba4-9aad-e14785218c59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
894 2025.01.17 08:00:57.752806 [ 258 ] {c2556b89-a8c6-4ba4-9aad-e14785218c59} <Debug> TCPHandler: Processed in 0.001199837 sec.
895 2025.01.17 08:00:57.753056 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2025.01.17 08:00:57.753218 [ 260 ] {952e974e-34c9-4a81-b1c7-9126792c980b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
897 2025.01.17 08:00:57.753615 [ 260 ] {952e974e-34c9-4a81-b1c7-9126792c980b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
898 2025.01.17 08:00:57.753671 [ 260 ] {952e974e-34c9-4a81-b1c7-9126792c980b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
899 2025.01.17 08:00:57.754140 [ 260 ] {952e974e-34c9-4a81-b1c7-9126792c980b} <Debug> TCPHandler: Processed in 0.001137916 sec.
900 2025.01.17 08:00:57.761595 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
901 2025.01.17 08:00:57.761724 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
902 2025.01.17 08:00:57.761780 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
903 2025.01.17 08:00:57.762537 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
904 2025.01.17 08:00:57.762587 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
905 2025.01.17 08:00:57.763158 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
906 2025.01.17 08:00:57.763389 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
907 2025.01.17 08:00:57.763611 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001921 sec., 9370.119729307653 rows/sec., 1.28 MiB/sec.
908 2025.01.17 08:00:57.763706 [ 258 ] {7fd94da5-7fda-407a-b26d-9b846e9be403} <Debug> TCPHandler: Processed in 0.002166712 sec.
909 2025.01.17 08:00:57.763854 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
910 2025.01.17 08:00:57.764001 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
911 2025.01.17 08:00:57.764059 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
912 2025.01.17 08:00:57.765870 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
913 2025.01.17 08:00:57.765916 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
914 2025.01.17 08:00:57.766377 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
915 2025.01.17 08:00:57.766636 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
916 2025.01.17 08:00:57.766864 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002904 sec., 19283.74655647383 rows/sec., 1.48 MiB/sec.
917 2025.01.17 08:00:57.766927 [ 260 ] {ad44b7e2-e0e8-434f-9894-8f181fe68964} <Debug> TCPHandler: Processed in 0.003139405 sec.
918 2025.01.17 08:00:57.767108 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
919 2025.01.17 08:00:57.767282 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
920 2025.01.17 08:00:57.767354 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
921 2025.01.17 08:00:57.768088 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
922 2025.01.17 08:00:57.768137 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
923 2025.01.17 08:00:57.768544 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
924 2025.01.17 08:00:57.768785 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
925 2025.01.17 08:00:57.769048 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001796 sec., 35634.74387527839 rows/sec., 2.78 MiB/sec.
926 2025.01.17 08:00:57.769120 [ 258 ] {62196986-7802-4368-8d56-6b4003e4502c} <Debug> TCPHandler: Processed in 0.0020938 sec.
927 2025.01.17 08:00:57.769261 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2025.01.17 08:00:57.769390 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
929 2025.01.17 08:00:57.769451 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
930 2025.01.17 08:00:57.770176 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
931 2025.01.17 08:00:57.770221 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
932 2025.01.17 08:00:57.770677 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
933 2025.01.17 08:00:57.770919 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
934 2025.01.17 08:00:57.771119 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec.
935 2025.01.17 08:00:57.771173 [ 260 ] {05dd970e-10f5-4ff0-9503-53697f366a33} <Debug> TCPHandler: Processed in 0.001970698 sec.
936 2025.01.17 08:00:57.771319 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.01.17 08:00:57.771458 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
938 2025.01.17 08:00:57.771518 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
939 2025.01.17 08:00:57.772084 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
940 2025.01.17 08:00:57.772133 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
941 2025.01.17 08:00:57.772543 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
942 2025.01.17 08:00:57.772780 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
943 2025.01.17 08:00:57.772987 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec.
944 2025.01.17 08:00:57.773055 [ 258 ] {7ae4d8f5-84e4-4d53-bfe8-70d2d47a2c11} <Debug> TCPHandler: Processed in 0.001796366 sec.
945 2025.01.17 08:01:01.222344 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
946 2025.01.17 08:01:01.222412 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
947 2025.01.17 08:01:01.262503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
948 2025.01.17 08:01:01.266819 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2025.01.17 08:01:01.266865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
950 2025.01.17 08:01:01.268341 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2025.01.17 08:01:01.268639 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2025.01.17 08:01:01.269503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
953 2025.01.17 08:01:01.276992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
954 2025.01.17 08:01:01.278060 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
955 2025.01.17 08:01:01.278105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
956 2025.01.17 08:01:01.278648 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
957 2025.01.17 08:01:01.278907 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
958 2025.01.17 08:01:01.279205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
959 2025.01.17 08:01:01.368049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
960 2025.01.17 08:01:01.387444 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
961 2025.01.17 08:01:01.387503 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
962 2025.01.17 08:01:01.394280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
963 2025.01.17 08:01:01.395057 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
964 2025.01.17 08:01:01.397601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
965 2025.01.17 08:01:02.732681 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
966 2025.01.17 08:01:02.732924 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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)
967 2025.01.17 08:01:02.733352 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
968 2025.01.17 08:01:02.733427 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <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
969 2025.01.17 08:01:02.733732 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
970 2025.01.17 08:01:02.733971 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
971 2025.01.17 08:01:02.734326 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
972 2025.01.17 08:01:02.735433 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
973 2025.01.17 08:01:02.735485 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
974 2025.01.17 08:01:02.735507 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
975 2025.01.17 08:01:02.735620 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <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'))"
976 2025.01.17 08:01:02.735647 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
977 2025.01.17 08:01:02.737633 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.004813 sec., 3739.8711822148352 rows/sec., 152.99 KiB/sec.
978 2025.01.17 08:01:02.737759 [ 258 ] {e5dfb653-c74e-4c0c-b35b-9f5fca7bc616} <Debug> TCPHandler: Processed in 0.005202064 sec.
979 2025.01.17 08:01:02.738715 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
980 2025.01.17 08:01:02.738966 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
981 2025.01.17 08:01:02.739347 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
982 2025.01.17 08:01:02.739394 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <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
983 2025.01.17 08:01:02.739687 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
984 2025.01.17 08:01:02.739770 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
985 2025.01.17 08:01:02.739949 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
986 2025.01.17 08:01:02.739988 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
987 2025.01.17 08:01:02.740014 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
988 2025.01.17 08:01:02.740032 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
989 2025.01.17 08:01:02.740078 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <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'))"
990 2025.01.17 08:01:02.740101 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
991 2025.01.17 08:01:02.740690 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001828 sec., 9846.827133479212 rows/sec., 402.81 KiB/sec.
992 2025.01.17 08:01:02.740781 [ 260 ] {dc80da74-4b68-400b-b953-0854e729c57a} <Debug> TCPHandler: Processed in 0.002189782 sec.
993 2025.01.17 08:01:02.741135 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
994 2025.01.17 08:01:02.741347 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
995 2025.01.17 08:01:02.741673 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
996 2025.01.17 08:01:02.741716 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
997 2025.01.17 08:01:02.741986 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
998 2025.01.17 08:01:02.742053 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
999 2025.01.17 08:01:02.742200 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1000 2025.01.17 08:01:02.742234 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1001 2025.01.17 08:01:02.742258 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1002 2025.01.17 08:01:02.742277 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1003 2025.01.17 08:01:02.742321 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <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_data_link:link_enabled', 'switch_rib:active_routes'))"
1004 2025.01.17 08:01:02.742344 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1005 2025.01.17 08:01:02.742921 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001673 sec., 10759.115361625822 rows/sec., 440.12 KiB/sec.
1006 2025.01.17 08:01:02.743030 [ 258 ] {2a71beda-ac12-4376-a8fd-1dc62e78c2c2} <Debug> TCPHandler: Processed in 0.001964908 sec.
1007 2025.01.17 08:01:02.743852 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1008 2025.01.17 08:01:02.744063 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1009 2025.01.17 08:01:02.744436 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1010 2025.01.17 08:01:02.744489 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1011 2025.01.17 08:01:02.744763 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1012 2025.01.17 08:01:02.744834 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1013 2025.01.17 08:01:02.744984 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1014 2025.01.17 08:01:02.745017 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1015 2025.01.17 08:01:02.745041 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1016 2025.01.17 08:01:02.745059 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1017 2025.01.17 08:01:02.745103 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1018 2025.01.17 08:01:02.745126 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1019 2025.01.17 08:01:02.745620 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001657 sec., 10863.005431502716 rows/sec., 444.37 KiB/sec.
1020 2025.01.17 08:01:02.745703 [ 260 ] {6a751e4f-e016-4849-9f36-a0b26ec6b9a4} <Debug> TCPHandler: Processed in 0.001921927 sec.
1021 2025.01.17 08:01:02.745954 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1022 2025.01.17 08:01:02.746154 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1023 2025.01.17 08:01:02.746517 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1024 2025.01.17 08:01:02.746561 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1025 2025.01.17 08:01:02.746829 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1026 2025.01.17 08:01:02.746897 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1027 2025.01.17 08:01:02.747043 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1028 2025.01.17 08:01:02.747076 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1029 2025.01.17 08:01:02.747101 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1030 2025.01.17 08:01:02.747118 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1031 2025.01.17 08:01:02.747163 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1032 2025.01.17 08:01:02.747186 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1033 2025.01.17 08:01:02.747767 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001706 sec., 10550.996483001172 rows/sec., 431.61 KiB/sec.
1034 2025.01.17 08:01:02.747877 [ 258 ] {726161f1-9af0-494b-a75f-bd81aeae7fcf} <Debug> TCPHandler: Processed in 0.001992309 sec.
1035 2025.01.17 08:01:02.748171 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1036 2025.01.17 08:01:02.748382 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1037 2025.01.17 08:01:02.748711 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1038 2025.01.17 08:01:02.748755 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1039 2025.01.17 08:01:02.749025 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1040 2025.01.17 08:01:02.749091 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1041 2025.01.17 08:01:02.749236 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1042 2025.01.17 08:01:02.749268 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1043 2025.01.17 08:01:02.749291 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1044 2025.01.17 08:01:02.749308 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1045 2025.01.17 08:01:02.749351 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1046 2025.01.17 08:01:02.749374 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1047 2025.01.17 08:01:02.749850 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001569 sec., 11472.27533460803 rows/sec., 469.30 KiB/sec.
1048 2025.01.17 08:01:02.749932 [ 260 ] {585262fc-ddac-406b-b2c0-69edf616958e} <Debug> TCPHandler: Processed in 0.001830576 sec.
1049 2025.01.17 08:01:02.750160 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1050 2025.01.17 08:01:02.750334 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_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)
1051 2025.01.17 08:01:02.750642 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1052 2025.01.17 08:01:02.750685 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <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_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
1053 2025.01.17 08:01:02.750960 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1054 2025.01.17 08:01:02.751027 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1055 2025.01.17 08:01:02.751176 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1056 2025.01.17 08:01:02.751210 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1057 2025.01.17 08:01:02.751234 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1058 2025.01.17 08:01:02.751253 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1059 2025.01.17 08:01:02.751302 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1060 2025.01.17 08:01:02.751327 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1061 2025.01.17 08:01:02.751884 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001628 sec., 11056.511056511055 rows/sec., 452.29 KiB/sec.
1062 2025.01.17 08:01:02.751994 [ 258 ] {1ae03fcf-36b6-4d76-a1fd-6c320e7a22f4} <Debug> TCPHandler: Processed in 0.001891087 sec.
1063 2025.01.17 08:01:02.752237 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2025.01.17 08:01:02.752453 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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_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)
1065 2025.01.17 08:01:02.752771 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1066 2025.01.17 08:01:02.752814 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <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_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
1067 2025.01.17 08:01:02.753095 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1068 2025.01.17 08:01:02.753163 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1069 2025.01.17 08:01:02.753313 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1070 2025.01.17 08:01:02.753346 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1071 2025.01.17 08:01:02.753369 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1072 2025.01.17 08:01:02.753385 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1073 2025.01.17 08:01:02.753427 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <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_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'))"
1074 2025.01.17 08:01:02.753451 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1075 2025.01.17 08:01:02.753937 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001585 sec., 11356.466876971608 rows/sec., 464.56 KiB/sec.
1076 2025.01.17 08:01:02.754019 [ 260 ] {68242ab1-4139-4f63-8696-2429f796b2f8} <Debug> TCPHandler: Processed in 0.001848977 sec.
1077 2025.01.17 08:01:02.754278 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2025.01.17 08:01:02.754452 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_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)
1079 2025.01.17 08:01:02.754812 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1080 2025.01.17 08:01:02.754866 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <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_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
1081 2025.01.17 08:01:02.755211 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1082 2025.01.17 08:01:02.755291 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1083 2025.01.17 08:01:02.755469 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1084 2025.01.17 08:01:02.755510 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1085 2025.01.17 08:01:02.755534 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1086 2025.01.17 08:01:02.755552 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1087 2025.01.17 08:01:02.755595 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <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_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'))"
1088 2025.01.17 08:01:02.755619 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1089 2025.01.17 08:01:02.756239 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001867 sec., 9641.1355115158 rows/sec., 394.39 KiB/sec.
1090 2025.01.17 08:01:02.756350 [ 258 ] {67a67638-b130-4a97-b2d0-c64017cd4a42} <Debug> TCPHandler: Processed in 0.002127911 sec.
1091 2025.01.17 08:01:02.756602 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1092 2025.01.17 08:01:02.756812 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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_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)
1093 2025.01.17 08:01:02.757185 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1094 2025.01.17 08:01:02.757238 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <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_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
1095 2025.01.17 08:01:02.757700 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1096 2025.01.17 08:01:02.757768 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1097 2025.01.17 08:01:02.757915 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1098 2025.01.17 08:01:02.757949 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1099 2025.01.17 08:01:02.757972 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1100 2025.01.17 08:01:02.757989 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1101 2025.01.17 08:01:02.758032 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <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_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'))"
1102 2025.01.17 08:01:02.758055 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1103 2025.01.17 08:01:02.758553 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001842 sec., 9771.986970684038 rows/sec., 399.74 KiB/sec.
1104 2025.01.17 08:01:02.758636 [ 260 ] {6273d7c4-0adc-4970-966f-b4e2338d3c12} <Debug> TCPHandler: Processed in 0.00209898 sec.
1105 2025.01.17 08:01:02.758967 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1106 2025.01.17 08:01:02.759299 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_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)
1107 2025.01.17 08:01:02.759715 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1108 2025.01.17 08:01:02.759759 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <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_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
1109 2025.01.17 08:01:02.760048 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1110 2025.01.17 08:01:02.760113 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1111 2025.01.17 08:01:02.760263 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1112 2025.01.17 08:01:02.760299 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1113 2025.01.17 08:01:02.760323 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1114 2025.01.17 08:01:02.760340 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1115 2025.01.17 08:01:02.760383 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <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_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'))"
1116 2025.01.17 08:01:02.760407 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1117 2025.01.17 08:01:02.760945 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001811 sec., 9939.260077305356 rows/sec., 406.59 KiB/sec.
1118 2025.01.17 08:01:02.761057 [ 258 ] {a1c14feb-dbff-4088-a1fa-016c3276ff20} <Debug> TCPHandler: Processed in 0.002201541 sec.
1119 2025.01.17 08:01:02.761307 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1120 2025.01.17 08:01:02.761486 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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_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)
1121 2025.01.17 08:01:02.761859 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1122 2025.01.17 08:01:02.761914 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <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_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
1123 2025.01.17 08:01:02.762275 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1124 2025.01.17 08:01:02.762356 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1125 2025.01.17 08:01:02.762532 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1126 2025.01.17 08:01:02.762566 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1127 2025.01.17 08:01:02.762589 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1128 2025.01.17 08:01:02.762606 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1129 2025.01.17 08:01:02.762647 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <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_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'))"
1130 2025.01.17 08:01:02.762671 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1131 2025.01.17 08:01:02.763156 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001754 sec., 10262.257696693274 rows/sec., 419.80 KiB/sec.
1132 2025.01.17 08:01:02.763238 [ 260 ] {065861fd-fd5a-4814-8e0c-656e6178631c} <Debug> TCPHandler: Processed in 0.001991329 sec.
1133 2025.01.17 08:01:02.767443 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1134 2025.01.17 08:01:02.767654 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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_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)
1135 2025.01.17 08:01:02.768034 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1136 2025.01.17 08:01:02.768091 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <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_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
1137 2025.01.17 08:01:02.768604 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1138 2025.01.17 08:01:02.768680 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1139 2025.01.17 08:01:02.768828 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1140 2025.01.17 08:01:02.768862 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1141 2025.01.17 08:01:02.768886 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1142 2025.01.17 08:01:02.768904 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1143 2025.01.17 08:01:02.768948 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <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_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'))"
1144 2025.01.17 08:01:02.768972 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1145 2025.01.17 08:01:02.769516 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001965 sec., 9160.305343511449 rows/sec., 374.72 KiB/sec.
1146 2025.01.17 08:01:02.769627 [ 258 ] {e99090f7-1ba4-4db3-a68b-b7df137ffb57} <Debug> TCPHandler: Processed in 0.002252702 sec.
1147 2025.01.17 08:01:02.769870 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1148 2025.01.17 08:01:02.770026 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1149 2025.01.17 08:01:02.770086 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1150 2025.01.17 08:01:02.770881 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1151 2025.01.17 08:01:02.770924 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1152 2025.01.17 08:01:02.771436 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1153 2025.01.17 08:01:02.771661 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1154 2025.01.17 08:01:02.771886 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001905 sec., 6824.146981627297 rows/sec., 1.35 MiB/sec.
1155 2025.01.17 08:01:02.771949 [ 260 ] {25fba762-6415-48ae-8f05-9ca3994e21e7} <Debug> TCPHandler: Processed in 0.002146331 sec.
1156 2025.01.17 08:01:02.772100 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1157 2025.01.17 08:01:02.772251 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1158 2025.01.17 08:01:02.772309 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1159 2025.01.17 08:01:02.773522 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1160 2025.01.17 08:01:02.773566 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1161 2025.01.17 08:01:02.773983 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1162 2025.01.17 08:01:02.774236 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1163 2025.01.17 08:01:02.774511 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002295 sec., 6100.217864923747 rows/sec., 439.13 KiB/sec.
1164 2025.01.17 08:01:02.774579 [ 258 ] {04e6711e-e908-47f1-9610-f73ffb4d53da} <Debug> TCPHandler: Processed in 0.002545657 sec.
1165 2025.01.17 08:01:02.774731 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1166 2025.01.17 08:01:02.774882 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1167 2025.01.17 08:01:02.774941 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1168 2025.01.17 08:01:02.775709 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1169 2025.01.17 08:01:02.775749 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1170 2025.01.17 08:01:02.776127 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1171 2025.01.17 08:01:02.776373 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1172 2025.01.17 08:01:02.776578 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001729 sec., 126662.81087333718 rows/sec., 11.06 MiB/sec.
1173 2025.01.17 08:01:02.776635 [ 260 ] {ea8937a4-0384-443a-83c8-19cddb137d6a} <Debug> TCPHandler: Processed in 0.001971828 sec.
1174 2025.01.17 08:01:02.776837 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1175 2025.01.17 08:01:02.777060 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1176 2025.01.17 08:01:02.777148 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1177 2025.01.17 08:01:02.778119 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1178 2025.01.17 08:01:02.778156 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1179 2025.01.17 08:01:02.778506 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1180 2025.01.17 08:01:02.778748 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1181 2025.01.17 08:01:02.779021 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001991 sec., 7533.90256152687 rows/sec., 531.20 KiB/sec.
1182 2025.01.17 08:01:02.779082 [ 258 ] {b747d554-b8c3-4ed9-8329-55261dc1a91e} <Debug> TCPHandler: Processed in 0.002354393 sec.
1183 2025.01.17 08:01:02.779233 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2025.01.17 08:01:02.779382 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1185 2025.01.17 08:01:02.779438 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1186 2025.01.17 08:01:02.780013 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1187 2025.01.17 08:01:02.780054 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1188 2025.01.17 08:01:02.780412 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1189 2025.01.17 08:01:02.780649 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1190 2025.01.17 08:01:02.780877 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec.
1191 2025.01.17 08:01:02.780930 [ 260 ] {2509657f-922a-4104-bcf9-a44f9c12e3c3} <Debug> TCPHandler: Processed in 0.001764986 sec.
1192 2025.01.17 08:01:02.781131 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2025.01.17 08:01:02.781354 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1194 2025.01.17 08:01:02.781442 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1195 2025.01.17 08:01:02.782059 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.01.17 08:01:02.782099 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1197 2025.01.17 08:01:02.782446 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1198 2025.01.17 08:01:02.782678 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2025.01.17 08:01:02.782876 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec.
1200 2025.01.17 08:01:02.782928 [ 258 ] {2c5b107e-71c3-4362-9bfa-3094010b2aed} <Debug> TCPHandler: Processed in 0.001910297 sec.
1201 2025.01.17 08:01:02.783071 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2025.01.17 08:01:02.783212 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1203 2025.01.17 08:01:02.783268 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1204 2025.01.17 08:01:02.784021 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2025.01.17 08:01:02.784061 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1206 2025.01.17 08:01:02.784444 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1207 2025.01.17 08:01:02.784682 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2025.01.17 08:01:02.784889 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00171 sec., 228070.1754385965 rows/sec., 16.17 MiB/sec.
1209 2025.01.17 08:01:02.784942 [ 260 ] {3fa60189-a73c-4d06-9136-3cbe75926899} <Debug> TCPHandler: Processed in 0.001939008 sec.
1210 2025.01.17 08:01:02.785142 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2025.01.17 08:01:02.785363 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1212 2025.01.17 08:01:02.785453 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1213 2025.01.17 08:01:02.785968 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2025.01.17 08:01:02.786007 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1215 2025.01.17 08:01:02.786363 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1216 2025.01.17 08:01:02.786592 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2025.01.17 08:01:02.786793 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec.
1218 2025.01.17 08:01:02.786955 [ 258 ] {7b85cf0c-604c-4049-bffd-dd6f127d4443} <Debug> TCPHandler: Processed in 0.001922337 sec.
1219 2025.01.17 08:01:02.787109 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2025.01.17 08:01:02.787252 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1221 2025.01.17 08:01:02.787311 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1222 2025.01.17 08:01:02.787901 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2025.01.17 08:01:02.787940 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1224 2025.01.17 08:01:02.788322 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1225 2025.01.17 08:01:02.788551 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2025.01.17 08:01:02.788723 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001504 sec., 157579.78723404257 rows/sec., 10.56 MiB/sec.
1227 2025.01.17 08:01:02.788774 [ 260 ] {4ace52f2-77cb-4cd7-80c1-1bd198cfefef} <Debug> TCPHandler: Processed in 0.001733895 sec.
1228 2025.01.17 08:01:02.788973 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2025.01.17 08:01:02.789195 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1230 2025.01.17 08:01:02.789287 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1231 2025.01.17 08:01:02.789877 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2025.01.17 08:01:02.789916 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1233 2025.01.17 08:01:02.790273 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1234 2025.01.17 08:01:02.790508 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2025.01.17 08:01:02.790789 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 41.01 KiB/sec.
1236 2025.01.17 08:01:02.790844 [ 258 ] {f17412f0-738d-4a5f-aa55-76394c685832} <Debug> TCPHandler: Processed in 0.001976678 sec.
1237 2025.01.17 08:01:02.790981 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2025.01.17 08:01:02.791102 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1239 2025.01.17 08:01:02.791178 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1240 2025.01.17 08:01:02.792232 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2025.01.17 08:01:02.792269 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1242 2025.01.17 08:01:02.795148 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1243 2025.01.17 08:01:02.795465 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2025.01.17 08:01:02.795770 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004672 sec., 1712.3287671232877 rows/sec., 3.07 MiB/sec.
1245 2025.01.17 08:01:02.795918 [ 260 ] {7af29e1b-d7a9-4130-9077-0990c23ed302} <Debug> TCPHandler: Processed in 0.004993222 sec.
1246 2025.01.17 08:01:02.796117 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2025.01.17 08:01:02.796255 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1248 2025.01.17 08:01:02.796313 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1249 2025.01.17 08:01:02.796820 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2025.01.17 08:01:02.796858 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1251 2025.01.17 08:01:02.797217 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1252 2025.01.17 08:01:02.797447 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2025.01.17 08:01:02.797727 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec.
1254 2025.01.17 08:01:02.797780 [ 258 ] {65787237-2793-4c56-881b-3cadacb846bf} <Debug> TCPHandler: Processed in 0.001731345 sec.
1255 2025.01.17 08:01:07.731805 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2025.01.17 08:01:07.732020 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1257 2025.01.17 08:01:07.732100 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1258 2025.01.17 08:01:07.732904 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2025.01.17 08:01:07.732954 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1260 2025.01.17 08:01:07.733373 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1261 2025.01.17 08:01:07.733620 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2025.01.17 08:01:07.733859 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec.
1263 2025.01.17 08:01:07.733921 [ 258 ] {a2ff63b2-188c-4510-a9a6-520bf09eb767} <Debug> TCPHandler: Processed in 0.002249792 sec.
1264 2025.01.17 08:01:07.734160 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2025.01.17 08:01:07.734352 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1266 2025.01.17 08:01:07.734423 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1267 2025.01.17 08:01:07.735161 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2025.01.17 08:01:07.735211 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1269 2025.01.17 08:01:07.735636 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1270 2025.01.17 08:01:07.735897 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2025.01.17 08:01:07.736137 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec.
1272 2025.01.17 08:01:07.736199 [ 260 ] {59fd9aa1-157f-4124-9e42-3b5ffe167d45} <Debug> TCPHandler: Processed in 0.002166401 sec.
1273 2025.01.17 08:01:07.736356 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2025.01.17 08:01:07.736501 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1275 2025.01.17 08:01:07.736564 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1276 2025.01.17 08:01:07.737165 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2025.01.17 08:01:07.737205 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1278 2025.01.17 08:01:07.737607 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1279 2025.01.17 08:01:07.737841 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2025.01.17 08:01:07.738040 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec.
1281 2025.01.17 08:01:07.738094 [ 258 ] {3f946021-3060-44f7-87fa-6c5ff34f4906} <Debug> TCPHandler: Processed in 0.001806316 sec.
1282 2025.01.17 08:01:07.738243 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2025.01.17 08:01:07.738373 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1284 2025.01.17 08:01:07.738427 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1285 2025.01.17 08:01:07.738941 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2025.01.17 08:01:07.738983 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1287 2025.01.17 08:01:07.739365 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1288 2025.01.17 08:01:07.739607 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2025.01.17 08:01:07.739834 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec.
1290 2025.01.17 08:01:07.739915 [ 260 ] {93f70906-7e13-438d-8833-8dfa0c7c0408} <Debug> TCPHandler: Processed in 0.001732664 sec.
1291 2025.01.17 08:01:08.779429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1292 2025.01.17 08:01:08.780048 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1293 2025.01.17 08:01:08.780088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1294 2025.01.17 08:01:08.780627 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1295 2025.01.17 08:01:08.780880 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1296 2025.01.17 08:01:08.781098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1297 2025.01.17 08:01:08.897774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1298 2025.01.17 08:01:08.916697 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1299 2025.01.17 08:01:08.916762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1300 2025.01.17 08:01:08.923841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1301 2025.01.17 08:01:08.924609 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1302 2025.01.17 08:01:08.927362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1303 2025.01.17 08:01:11.269940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194
1304 2025.01.17 08:01:11.273688 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1305 2025.01.17 08:01:11.273731 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1306 2025.01.17 08:01:11.275212 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1307 2025.01.17 08:01:11.275518 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1308 2025.01.17 08:01:11.276146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194
1309 2025.01.17 08:01:12.737333 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2025.01.17 08:01:12.737638 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1311 2025.01.17 08:01:12.737752 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1312 2025.01.17 08:01:12.738530 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2025.01.17 08:01:12.738575 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1314 2025.01.17 08:01:12.738990 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1315 2025.01.17 08:01:12.739246 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2025.01.17 08:01:12.739542 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec.
1317 2025.01.17 08:01:12.739622 [ 258 ] {67ce8ac5-2e6c-4a27-b5c7-212213ccb99a} <Debug> TCPHandler: Processed in 0.002477236 sec.
1318 2025.01.17 08:01:12.739858 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2025.01.17 08:01:12.740049 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1320 2025.01.17 08:01:12.740119 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1321 2025.01.17 08:01:12.740925 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2025.01.17 08:01:12.740974 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1323 2025.01.17 08:01:12.741435 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1324 2025.01.17 08:01:12.741692 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2025.01.17 08:01:12.741931 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001935 sec., 113178.2945736434 rows/sec., 9.88 MiB/sec.
1326 2025.01.17 08:01:12.741998 [ 260 ] {62b93991-20cf-45aa-9b6b-f35193d7a636} <Debug> TCPHandler: Processed in 0.002267283 sec.
1327 2025.01.17 08:01:12.742138 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1328 2025.01.17 08:01:12.742254 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1329 2025.01.17 08:01:12.742304 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1330 2025.01.17 08:01:12.742847 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2025.01.17 08:01:12.742885 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1332 2025.01.17 08:01:12.743222 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1333 2025.01.17 08:01:12.743509 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2025.01.17 08:01:12.743750 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001514 sec., 9907.529722589168 rows/sec., 698.56 KiB/sec.
1335 2025.01.17 08:01:12.743805 [ 258 ] {e525524e-5e22-448e-b609-4685d3556d37} <Debug> TCPHandler: Processed in 0.001722905 sec.
1336 2025.01.17 08:01:12.743955 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1337 2025.01.17 08:01:12.744087 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1338 2025.01.17 08:01:12.744139 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1339 2025.01.17 08:01:12.744750 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1340 2025.01.17 08:01:12.744792 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1341 2025.01.17 08:01:12.745169 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1342 2025.01.17 08:01:12.745410 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1343 2025.01.17 08:01:12.745618 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec.
1344 2025.01.17 08:01:12.745675 [ 260 ] {7e0e1375-4709-4dd7-9d75-88a4c9a79989} <Debug> TCPHandler: Processed in 0.001778936 sec.
1345 2025.01.17 08:01:12.745821 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1346 2025.01.17 08:01:12.745944 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1347 2025.01.17 08:01:12.745999 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1348 2025.01.17 08:01:12.746670 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1349 2025.01.17 08:01:12.746717 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1350 2025.01.17 08:01:12.747104 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1351 2025.01.17 08:01:12.747343 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1352 2025.01.17 08:01:12.747548 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec.
1353 2025.01.17 08:01:12.747598 [ 258 ] {47eb6d53-1f24-49b8-b5a9-1b02973c7c2c} <Debug> TCPHandler: Processed in 0.001834866 sec.
1354 2025.01.17 08:01:12.747737 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1355 2025.01.17 08:01:12.747857 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1356 2025.01.17 08:01:12.747908 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1357 2025.01.17 08:01:12.748743 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1358 2025.01.17 08:01:12.748792 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1359 2025.01.17 08:01:12.749192 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1360 2025.01.17 08:01:12.749427 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1361 2025.01.17 08:01:12.749647 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001815 sec., 214876.03305785125 rows/sec., 15.24 MiB/sec.
1362 2025.01.17 08:01:12.749700 [ 260 ] {9630d5cf-af3c-492d-9187-5ae69cbe4eeb} <Debug> TCPHandler: Processed in 0.002019549 sec.
1363 2025.01.17 08:01:12.749835 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1364 2025.01.17 08:01:12.749960 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1365 2025.01.17 08:01:12.750018 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1366 2025.01.17 08:01:12.750588 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1367 2025.01.17 08:01:12.750634 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1368 2025.01.17 08:01:12.751038 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1369 2025.01.17 08:01:12.751265 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1370 2025.01.17 08:01:12.751469 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec.
1371 2025.01.17 08:01:12.751516 [ 258 ] {1d094cd6-f70b-4f2c-888c-c749295f5f2d} <Debug> TCPHandler: Processed in 0.001734854 sec.
1372 2025.01.17 08:01:12.751650 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1373 2025.01.17 08:01:12.751764 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1374 2025.01.17 08:01:12.751816 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1375 2025.01.17 08:01:12.752597 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1376 2025.01.17 08:01:12.752645 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1377 2025.01.17 08:01:12.753078 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1378 2025.01.17 08:01:12.753316 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1379 2025.01.17 08:01:12.753523 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001783 sec., 132922.04150308468 rows/sec., 8.91 MiB/sec.
1380 2025.01.17 08:01:12.753575 [ 260 ] {da3d32cf-b7f5-438e-950f-979da4bc72cd} <Debug> TCPHandler: Processed in 0.001980128 sec.
1381 2025.01.17 08:01:12.753720 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1382 2025.01.17 08:01:12.753834 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1383 2025.01.17 08:01:12.753885 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1384 2025.01.17 08:01:12.754426 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1385 2025.01.17 08:01:12.754472 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1386 2025.01.17 08:01:12.754895 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1387 2025.01.17 08:01:12.755127 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1388 2025.01.17 08:01:12.755339 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec.
1389 2025.01.17 08:01:12.755389 [ 258 ] {cddbbba6-999d-48eb-afbf-adb50c328be1} <Debug> TCPHandler: Processed in 0.001725485 sec.
1390 2025.01.17 08:01:12.755522 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1391 2025.01.17 08:01:12.755646 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1392 2025.01.17 08:01:12.755724 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1393 2025.01.17 08:01:12.756825 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2025.01.17 08:01:12.756866 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1395 2025.01.17 08:01:12.757481 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1396 2025.01.17 08:01:12.757738 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2025.01.17 08:01:12.757969 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002348 sec., 3407.155025553663 rows/sec., 6.11 MiB/sec.
1398 2025.01.17 08:01:12.758071 [ 260 ] {00412d31-23f0-4043-adf5-e48aa3b87970} <Debug> TCPHandler: Processed in 0.002604578 sec.
1399 2025.01.17 08:01:12.758267 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1400 2025.01.17 08:01:12.758491 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1401 2025.01.17 08:01:12.758583 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1402 2025.01.17 08:01:12.759226 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1403 2025.01.17 08:01:12.759265 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1404 2025.01.17 08:01:12.759626 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1405 2025.01.17 08:01:12.759864 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1406 2025.01.17 08:01:12.760124 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001689 sec., 48549.437537004145 rows/sec., 3.08 MiB/sec.
1407 2025.01.17 08:01:12.760253 [ 258 ] {985f17cf-2c58-49f3-ad40-c00cf05ecfbf} <Debug> TCPHandler: Processed in 0.00209139 sec.
1408 2025.01.17 08:01:16.223465 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
1409 2025.01.17 08:01:16.223551 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
1410 2025.01.17 08:01:16.281288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1411 2025.01.17 08:01:16.282325 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1412 2025.01.17 08:01:16.282371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1413 2025.01.17 08:01:16.282960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1414 2025.01.17 08:01:16.283218 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1415 2025.01.17 08:01:16.283432 [ 80 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1416 2025.01.17 08:01:16.283513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1417 2025.01.17 08:01:16.283573 [ 80 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1418 2025.01.17 08:01:16.283621 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1419 2025.01.17 08:01:16.284009 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1420 2025.01.17 08:01:16.284247 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1421 2025.01.17 08:01:16.284319 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1422 2025.01.17 08:01:16.284433 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1423 2025.01.17 08:01:16.284550 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1424 2025.01.17 08:01:16.284771 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1425 2025.01.17 08:01:16.285021 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1426 2025.01.17 08:01:16.285105 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
1427 2025.01.17 08:01:16.298218 [ 190 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.014487078 sec., 193689.85243262997 rows/sec., 2.77 MiB/sec.
1428 2025.01.17 08:01:16.299318 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1429 2025.01.17 08:01:16.299708 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_6_1} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1430 2025.01.17 08:01:16.299806 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_6_1} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1431 2025.01.17 08:01:16.299949 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1432 2025.01.17 08:01:16.427542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1433 2025.01.17 08:01:16.447869 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2025.01.17 08:01:16.447917 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1435 2025.01.17 08:01:16.454787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1436 2025.01.17 08:01:16.455547 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1437 2025.01.17 08:01:16.455818 [ 74 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1438 2025.01.17 08:01:16.455878 [ 74 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1439 2025.01.17 08:01:16.455919 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1440 2025.01.17 08:01:16.456175 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1441 2025.01.17 08:01:16.463930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1442 2025.01.17 08:01:16.465426 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1443 2025.01.17 08:01:16.466283 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1444 2025.01.17 08:01:16.470923 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1445 2025.01.17 08:01:16.475442 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1446 2025.01.17 08:01:16.480113 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1447 2025.01.17 08:01:16.490170 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1448 2025.01.17 08:01:16.494697 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
1449 2025.01.17 08:01:16.561361 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105352872 sec., 436.6278690532518 rows/sec., 2.26 MiB/sec.
1450 2025.01.17 08:01:16.563895 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1451 2025.01.17 08:01:16.566826 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_6_1} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2025.01.17 08:01:16.566951 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_6_1} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1453 2025.01.17 08:01:16.569010 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1454 2025.01.17 08:01:17.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.56 MiB, peak 170.10 MiB, free memory in arenas 0.00 B, will set to 164.20 MiB (RSS), difference: 3.65 MiB
1455 2025.01.17 08:01:17.732139 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1456 2025.01.17 08:01:17.732338 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1457 2025.01.17 08:01:17.732415 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1458 2025.01.17 08:01:17.733217 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1459 2025.01.17 08:01:17.733263 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1460 2025.01.17 08:01:17.733710 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1461 2025.01.17 08:01:17.733957 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1462 2025.01.17 08:01:17.734217 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.23 MiB/sec.
1463 2025.01.17 08:01:17.734319 [ 258 ] {aaf673c0-b5a4-4e35-a2cb-5f78bc2e16d0} <Debug> TCPHandler: Processed in 0.002314613 sec.
1464 2025.01.17 08:01:17.734563 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1465 2025.01.17 08:01:17.734747 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1466 2025.01.17 08:01:17.734816 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1467 2025.01.17 08:01:17.735570 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1468 2025.01.17 08:01:17.735613 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1469 2025.01.17 08:01:17.736037 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1470 2025.01.17 08:01:17.736291 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1471 2025.01.17 08:01:17.736510 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001813 sec., 35300.60672917816 rows/sec., 2.76 MiB/sec.
1472 2025.01.17 08:01:17.736581 [ 260 ] {ecf27f58-1652-4331-aeec-8cead42aee0a} <Debug> TCPHandler: Processed in 0.002148691 sec.
1473 2025.01.17 08:01:17.736785 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1474 2025.01.17 08:01:17.737007 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1475 2025.01.17 08:01:17.737103 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1476 2025.01.17 08:01:17.737701 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2025.01.17 08:01:17.737740 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1478 2025.01.17 08:01:17.738145 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1479 2025.01.17 08:01:17.738390 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2025.01.17 08:01:17.738609 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001658 sec., 96501.80940892642 rows/sec., 6.72 MiB/sec.
1481 2025.01.17 08:01:17.738661 [ 258 ] {3d561b34-f10e-46da-b412-743bf5484a72} <Debug> TCPHandler: Processed in 0.001988559 sec.
1482 2025.01.17 08:01:17.738808 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2025.01.17 08:01:17.738933 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1484 2025.01.17 08:01:17.738986 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1485 2025.01.17 08:01:17.739474 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1486 2025.01.17 08:01:17.739519 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1487 2025.01.17 08:01:17.739897 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1488 2025.01.17 08:01:17.740135 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2025.01.17 08:01:17.740325 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec.
1490 2025.01.17 08:01:17.740379 [ 260 ] {8124d7bd-a9a2-4cd5-ac73-3202fdae1b23} <Debug> TCPHandler: Processed in 0.001629493 sec.
1491 2025.01.17 08:01:21.276589 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 224
1492 2025.01.17 08:01:21.279487 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1493 2025.01.17 08:01:21.279532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1494 2025.01.17 08:01:21.280987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1495 2025.01.17 08:01:21.281291 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1496 2025.01.17 08:01:21.282067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 224
1497 2025.01.17 08:01:21.895847 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1498 2025.01.17 08:01:21.896101 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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', '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)
1499 2025.01.17 08:01:21.896509 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1500 2025.01.17 08:01:21.896558 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <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', '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
1501 2025.01.17 08:01:21.896902 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1502 2025.01.17 08:01:21.896981 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1503 2025.01.17 08:01:21.897159 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1504 2025.01.17 08:01:21.897426 [ 295 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1505 2025.01.17 08:01:21.897451 [ 294 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1506 2025.01.17 08:01:21.897615 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1507 2025.01.17 08:01:21.897649 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1508 2025.01.17 08:01:21.899747 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1509 2025.01.17 08:01:21.899781 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1510 2025.01.17 08:01:21.899854 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <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', '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'))"
1511 2025.01.17 08:01:21.899914 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <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', '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'))"
1512 2025.01.17 08:01:21.901292 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005307 sec., 5841.341624269832 rows/sec., 220.45 KiB/sec.
1513 2025.01.17 08:01:21.901429 [ 258 ] {e8702043-c9e6-4d75-88e9-9268246eef75} <Debug> TCPHandler: Processed in 0.005709272 sec.
1514 2025.01.17 08:01:21.901869 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1515 2025.01.17 08:01:21.902111 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1516 2025.01.17 08:01:21.902520 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1517 2025.01.17 08:01:21.902570 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1518 2025.01.17 08:01:21.902923 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1519 2025.01.17 08:01:21.903004 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1520 2025.01.17 08:01:21.903182 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1521 2025.01.17 08:01:21.903276 [ 296 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1522 2025.01.17 08:01:21.903295 [ 295 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1523 2025.01.17 08:01:21.903396 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1524 2025.01.17 08:01:21.903420 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1525 2025.01.17 08:01:21.903508 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1526 2025.01.17 08:01:21.903530 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1527 2025.01.17 08:01:21.903574 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1528 2025.01.17 08:01:21.903636 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1529 2025.01.17 08:01:21.904765 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00277 sec., 11191.335740072203 rows/sec., 422.35 KiB/sec.
1530 2025.01.17 08:01:21.904908 [ 260 ] {a6bbad26-d9b8-4d49-8228-b22db09a22c9} <Debug> TCPHandler: Processed in 0.003161695 sec.
1531 2025.01.17 08:01:21.905210 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1532 2025.01.17 08:01:21.905424 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1533 2025.01.17 08:01:21.905829 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1534 2025.01.17 08:01:21.905887 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1535 2025.01.17 08:01:21.906269 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1536 2025.01.17 08:01:21.906342 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1537 2025.01.17 08:01:21.906493 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1538 2025.01.17 08:01:21.906604 [ 296 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1539 2025.01.17 08:01:21.906605 [ 294 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1540 2025.01.17 08:01:21.906715 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1541 2025.01.17 08:01:21.906743 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1542 2025.01.17 08:01:21.906826 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1543 2025.01.17 08:01:21.906847 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1544 2025.01.17 08:01:21.906889 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1545 2025.01.17 08:01:21.906937 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1546 2025.01.17 08:01:21.907953 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002639 sec., 11746.873815839333 rows/sec., 443.32 KiB/sec.
1547 2025.01.17 08:01:21.908154 [ 258 ] {db75f868-0125-4b5b-95ba-b2c70364e819} <Debug> TCPHandler: Processed in 0.003000093 sec.
1548 2025.01.17 08:01:21.908434 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1549 2025.01.17 08:01:21.908640 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1550 2025.01.17 08:01:21.908973 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1551 2025.01.17 08:01:21.909020 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1552 2025.01.17 08:01:21.909334 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1553 2025.01.17 08:01:21.909401 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1554 2025.01.17 08:01:21.909556 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1555 2025.01.17 08:01:21.909685 [ 294 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1556 2025.01.17 08:01:21.909689 [ 296 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1557 2025.01.17 08:01:21.909800 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1558 2025.01.17 08:01:21.909828 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1559 2025.01.17 08:01:21.909912 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1560 2025.01.17 08:01:21.909934 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1561 2025.01.17 08:01:21.909975 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1562 2025.01.17 08:01:21.910025 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1563 2025.01.17 08:01:21.911052 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002522 sec., 12291.831879460746 rows/sec., 463.89 KiB/sec.
1564 2025.01.17 08:01:21.911182 [ 260 ] {70dab6b3-1784-4fdb-95df-15feb9b7022f} <Debug> TCPHandler: Processed in 0.00280438 sec.
1565 2025.01.17 08:01:21.911462 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1566 2025.01.17 08:01:21.911679 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1567 2025.01.17 08:01:21.912056 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1568 2025.01.17 08:01:21.912112 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1569 2025.01.17 08:01:21.912432 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1570 2025.01.17 08:01:21.912494 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1571 2025.01.17 08:01:21.912707 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1572 2025.01.17 08:01:21.912783 [ 296 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1573 2025.01.17 08:01:21.912807 [ 294 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1574 2025.01.17 08:01:21.912905 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1575 2025.01.17 08:01:21.912933 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1576 2025.01.17 08:01:21.913014 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1577 2025.01.17 08:01:21.913034 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1578 2025.01.17 08:01:21.913078 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1579 2025.01.17 08:01:21.913126 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1580 2025.01.17 08:01:21.914197 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00262 sec., 11832.06106870229 rows/sec., 446.54 KiB/sec.
1581 2025.01.17 08:01:21.914344 [ 258 ] {d66bc263-848d-42b8-8d51-3d61822e7f11} <Debug> TCPHandler: Processed in 0.002948403 sec.
1582 2025.01.17 08:01:21.914641 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1583 2025.01.17 08:01:21.914830 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1584 2025.01.17 08:01:21.915161 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1585 2025.01.17 08:01:21.915209 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1586 2025.01.17 08:01:21.915528 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1587 2025.01.17 08:01:21.915602 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1588 2025.01.17 08:01:21.915752 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1589 2025.01.17 08:01:21.915859 [ 296 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1590 2025.01.17 08:01:21.915865 [ 294 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1591 2025.01.17 08:01:21.915971 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1592 2025.01.17 08:01:21.915999 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1593 2025.01.17 08:01:21.916082 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1594 2025.01.17 08:01:21.916103 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 31 rows with 2 streams
1595 2025.01.17 08:01:21.916144 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1596 2025.01.17 08:01:21.916191 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1597 2025.01.17 08:01:21.917172 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002434 sec., 12736.236647493837 rows/sec., 480.66 KiB/sec.
1598 2025.01.17 08:01:21.917299 [ 260 ] {0471f735-79be-46ab-b6b9-7f821dbfff83} <Debug> TCPHandler: Processed in 0.002722109 sec.
1599 2025.01.17 08:01:22.001021 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1600 2025.01.17 08:01:22.001182 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1601 2025.01.17 08:01:22.001248 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1602 2025.01.17 08:01:22.002062 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1603 2025.01.17 08:01:22.002106 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1604 2025.01.17 08:01:22.002633 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1605 2025.01.17 08:01:22.002856 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1606 2025.01.17 08:01:22.003060 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001921 sec., 3123.373243102551 rows/sec., 695.44 KiB/sec.
1607 2025.01.17 08:01:22.003178 [ 258 ] {f70488ae-59c6-4084-83c7-2525370e1a1a} <Debug> TCPHandler: Processed in 0.002230442 sec.
1608 2025.01.17 08:01:22.003429 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1609 2025.01.17 08:01:22.003573 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1610 2025.01.17 08:01:22.003646 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1611 2025.01.17 08:01:22.004316 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1612 2025.01.17 08:01:22.004361 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1613 2025.01.17 08:01:22.004793 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1614 2025.01.17 08:01:22.005052 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1615 2025.01.17 08:01:22.005347 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 557.11 KiB/sec.
1616 2025.01.17 08:01:22.005559 [ 260 ] {b01b4b94-c90c-47c6-a97a-d0a6d8225ea2} <Debug> TCPHandler: Processed in 0.002207471 sec.
1617 2025.01.17 08:01:22.005878 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1618 2025.01.17 08:01:22.006119 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1619 2025.01.17 08:01:22.006232 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1620 2025.01.17 08:01:22.007538 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1621 2025.01.17 08:01:22.007576 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1622 2025.01.17 08:01:22.008064 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1623 2025.01.17 08:01:22.008307 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1624 2025.01.17 08:01:22.008492 [ 68 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1625 2025.01.17 08:01:22.008520 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002453 sec., 554015.4912352222 rows/sec., 46.24 MiB/sec.
1626 2025.01.17 08:01:22.008613 [ 68 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2025.01.17 08:01:22.008703 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1628 2025.01.17 08:01:22.008738 [ 258 ] {1bcd1e52-563a-47d2-a5c1-a404aee2718b} <Debug> TCPHandler: Processed in 0.002993843 sec.
1629 2025.01.17 08:01:22.008909 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
1630 2025.01.17 08:01:22.008920 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.01.17 08:01:22.009126 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1632 2025.01.17 08:01:22.009157 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1633 2025.01.17 08:01:22.009193 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1634 2025.01.17 08:01:22.009245 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1635 2025.01.17 08:01:22.009572 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 219 rows starting from the beginning of the part
1636 2025.01.17 08:01:22.009825 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1637 2025.01.17 08:01:22.010158 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 219 rows starting from the beginning of the part
1638 2025.01.17 08:01:22.010456 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1639 2025.01.17 08:01:22.010896 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1359 rows starting from the beginning of the part
1640 2025.01.17 08:01:22.012246 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1641 2025.01.17 08:01:22.012319 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1642 2025.01.17 08:01:22.013403 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1643 2025.01.17 08:01:22.013942 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1644 2025.01.17 08:01:22.014147 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005317556 sec., 369530.66408703546 rows/sec., 32.36 MiB/sec.
1645 2025.01.17 08:01:22.014352 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005266 sec., 2848.46183061147 rows/sec., 200.84 KiB/sec.
1646 2025.01.17 08:01:22.014452 [ 260 ] {a5e16a7c-bf37-4161-9c6f-6d661724a6a6} <Debug> TCPHandler: Processed in 0.005609611 sec.
1647 2025.01.17 08:01:22.014498 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1648 2025.01.17 08:01:22.014653 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1649 2025.01.17 08:01:22.014841 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1650 2025.01.17 08:01:22.014896 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2025.01.17 08:01:22.014921 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1652 2025.01.17 08:01:22.015146 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_6_1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1653 2025.01.17 08:01:22.015303 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
1654 2025.01.17 08:01:22.015851 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1655 2025.01.17 08:01:22.015896 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1656 2025.01.17 08:01:22.016264 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1657 2025.01.17 08:01:22.016495 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1658 2025.01.17 08:01:22.016766 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001956 sec., 123721.88139059306 rows/sec., 8.38 MiB/sec.
1659 2025.01.17 08:01:22.016872 [ 258 ] {a0670f29-eb80-42a1-b0da-a0e0d84613bf} <Debug> TCPHandler: Processed in 0.002293333 sec.
1660 2025.01.17 08:01:22.017014 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1661 2025.01.17 08:01:22.017138 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1662 2025.01.17 08:01:22.017187 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1663 2025.01.17 08:01:22.017771 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.01.17 08:01:22.017811 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1665 2025.01.17 08:01:22.018172 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1666 2025.01.17 08:01:22.018411 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1667 2025.01.17 08:01:22.018713 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec.
1668 2025.01.17 08:01:22.018786 [ 260 ] {db76fcb6-f215-4a80-a50f-baf760677151} <Debug> TCPHandler: Processed in 0.001825526 sec.
1669 2025.01.17 08:01:22.018928 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1670 2025.01.17 08:01:22.019044 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1671 2025.01.17 08:01:22.019091 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1672 2025.01.17 08:01:22.019999 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1673 2025.01.17 08:01:22.020037 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1674 2025.01.17 08:01:22.020435 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1675 2025.01.17 08:01:22.020680 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1676 2025.01.17 08:01:22.020834 [ 68 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1677 2025.01.17 08:01:22.020913 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001885 sec., 448806.3660477454 rows/sec., 32.44 MiB/sec.
1678 2025.01.17 08:01:22.020922 [ 68 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2025.01.17 08:01:22.020996 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1680 2025.01.17 08:01:22.021032 [ 258 ] {2b1d15ee-dfd9-4795-bc39-4c3a90fb6211} <Debug> TCPHandler: Processed in 0.002155031 sec.
1681 2025.01.17 08:01:22.021286 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1682 2025.01.17 08:01:22.021353 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
1683 2025.01.17 08:01:22.021460 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1684 2025.01.17 08:01:22.021505 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1685 2025.01.17 08:01:22.021523 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1686 2025.01.17 08:01:22.021547 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1687 2025.01.17 08:01:22.021823 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 390 rows starting from the beginning of the part
1688 2025.01.17 08:01:22.022247 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
1689 2025.01.17 08:01:22.022471 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 390 rows starting from the beginning of the part
1690 2025.01.17 08:01:22.022634 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1691 2025.01.17 08:01:22.022837 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 846 rows starting from the beginning of the part
1692 2025.01.17 08:01:22.023323 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2025.01.17 08:01:22.023371 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1694 2025.01.17 08:01:22.023927 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1695 2025.01.17 08:01:22.024312 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1696 2025.01.17 08:01:22.024608 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003181 sec., 1886.199308393587 rows/sec., 98.55 KiB/sec.
1697 2025.01.17 08:01:22.024685 [ 260 ] {54a30071-b5d9-4507-92ca-15683bcc3315} <Debug> TCPHandler: Processed in 0.003531861 sec.
1698 2025.01.17 08:01:22.024976 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1699 2025.01.17 08:01:22.025000 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.003893006 sec., 466991.3172494468 rows/sec., 35.55 MiB/sec.
1700 2025.01.17 08:01:22.025217 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1701 2025.01.17 08:01:22.025334 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1702 2025.01.17 08:01:22.025346 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1703 2025.01.17 08:01:22.025731 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1704 2025.01.17 08:01:22.025803 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_6_1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1705 2025.01.17 08:01:22.025880 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
1706 2025.01.17 08:01:22.026777 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2025.01.17 08:01:22.026812 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1708 2025.01.17 08:01:22.027409 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1709 2025.01.17 08:01:22.027648 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2025.01.17 08:01:22.027826 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1711 2025.01.17 08:01:22.027890 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Debug> executeQuery: Read 2499 rows, 170.90 KiB in 0.002734 sec., 914045.3547915143 rows/sec., 61.04 MiB/sec.
1712 2025.01.17 08:01:22.027902 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1713 2025.01.17 08:01:22.027984 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1714 2025.01.17 08:01:22.028025 [ 258 ] {6876b227-abc8-4851-8685-02a782320abb} <Debug> TCPHandler: Processed in 0.003215106 sec.
1715 2025.01.17 08:01:22.028237 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
1716 2025.01.17 08:01:22.028249 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1717 2025.01.17 08:01:22.028527 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1718 2025.01.17 08:01:22.028559 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1719 2025.01.17 08:01:22.028620 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1720 2025.01.17 08:01:22.028658 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 160 rows starting from the beginning of the part
1721 2025.01.17 08:01:22.029075 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 237 rows starting from the beginning of the part
1722 2025.01.17 08:01:22.029507 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1723 2025.01.17 08:01:22.029722 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part
1724 2025.01.17 08:01:22.030044 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
1725 2025.01.17 08:01:22.030326 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2499 rows starting from the beginning of the part
1726 2025.01.17 08:01:22.031089 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1727 2025.01.17 08:01:22.031143 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1728 2025.01.17 08:01:22.032082 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1729 2025.01.17 08:01:22.032653 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1730 2025.01.17 08:01:22.033295 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004819 sec., 207.5119319360863 rows/sec., 13.98 KiB/sec.
1731 2025.01.17 08:01:22.033408 [ 260 ] {62a6f5c3-de31-4c3d-9297-0bc92170c6f5} <Debug> TCPHandler: Processed in 0.005269566 sec.
1732 2025.01.17 08:01:22.033627 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1733 2025.01.17 08:01:22.033982 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1734 2025.01.17 08:01:22.034254 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3453 rows, containing 5 columns (5 merged, 0 gathered) in 0.006115158 sec., 564662.4339060413 rows/sec., 37.95 MiB/sec.
1735 2025.01.17 08:01:22.034312 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1736 2025.01.17 08:01:22.034658 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1737 2025.01.17 08:01:22.035410 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1738 2025.01.17 08:01:22.035602 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1739 2025.01.17 08:01:22.035724 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
1740 2025.01.17 08:01:22.036243 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1741 2025.01.17 08:01:22.036287 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1742 2025.01.17 08:01:22.036918 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1743 2025.01.17 08:01:22.037171 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1744 2025.01.17 08:01:22.037476 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003639 sec., 2198.4061555372355 rows/sec., 3.94 MiB/sec.
1745 2025.01.17 08:01:22.037581 [ 258 ] {345550f9-adf0-45f8-bc27-552355b22f02} <Debug> TCPHandler: Processed in 0.004067739 sec.
1746 2025.01.17 08:01:22.037744 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1747 2025.01.17 08:01:22.037886 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1748 2025.01.17 08:01:22.037944 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1749 2025.01.17 08:01:22.038478 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1750 2025.01.17 08:01:22.038517 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1751 2025.01.17 08:01:22.038892 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1752 2025.01.17 08:01:22.039126 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1753 2025.01.17 08:01:22.039279 [ 68 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1754 2025.01.17 08:01:22.039353 [ 68 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1755 2025.01.17 08:01:22.039379 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec.
1756 2025.01.17 08:01:22.039393 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1757 2025.01.17 08:01:22.039548 [ 260 ] {1f6ed06b-1167-41a0-a572-0a5f201bb4a7} <Debug> TCPHandler: Processed in 0.001875017 sec.
1758 2025.01.17 08:01:22.039599 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
1759 2025.01.17 08:01:22.039701 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1760 2025.01.17 08:01:22.039728 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part
1761 2025.01.17 08:01:22.039803 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part
1762 2025.01.17 08:01:22.039883 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1763 2025.01.17 08:01:22.040114 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part
1764 2025.01.17 08:01:22.040194 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
1765 2025.01.17 08:01:22.040291 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
1766 2025.01.17 08:01:22.041364 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.001849506 sec., 230331.77507939958 rows/sec., 15.01 MiB/sec.
1767 2025.01.17 08:01:22.041502 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1768 2025.01.17 08:01:22.041774 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1769 2025.01.17 08:01:22.041845 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_6_1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1770 2025.01.17 08:01:22.041910 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
1771 2025.01.17 08:01:23.783763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1772 2025.01.17 08:01:23.784416 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2025.01.17 08:01:23.784465 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1774 2025.01.17 08:01:23.785070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1775 2025.01.17 08:01:23.785362 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2025.01.17 08:01:23.785548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1777 2025.01.17 08:01:23.964125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1778 2025.01.17 08:01:23.983058 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2025.01.17 08:01:23.983128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1780 2025.01.17 08:01:23.989830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1781 2025.01.17 08:01:23.990581 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2025.01.17 08:01:23.993499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1783 2025.01.17 08:01:27.732077 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1784 2025.01.17 08:01:27.732330 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1785 2025.01.17 08:01:27.732408 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1786 2025.01.17 08:01:27.733210 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1787 2025.01.17 08:01:27.733259 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1788 2025.01.17 08:01:27.733701 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1789 2025.01.17 08:01:27.733990 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1790 2025.01.17 08:01:27.734217 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
1791 2025.01.17 08:01:27.734409 [ 258 ] {2c5ab790-90c0-4ff6-9d53-33e4c5edd215} <Debug> TCPHandler: Processed in 0.002466046 sec.
1792 2025.01.17 08:01:27.734693 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1793 2025.01.17 08:01:27.734890 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1794 2025.01.17 08:01:27.734964 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1795 2025.01.17 08:01:27.735735 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1796 2025.01.17 08:01:27.735789 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1797 2025.01.17 08:01:27.736225 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1798 2025.01.17 08:01:27.736505 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1799 2025.01.17 08:01:27.736744 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec.
1800 2025.01.17 08:01:27.736808 [ 260 ] {b1a86478-0f14-46de-88d7-25c878d32db6} <Debug> TCPHandler: Processed in 0.002253273 sec.
1801 2025.01.17 08:01:27.736982 [ 258 ] {} <Trace> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1802 2025.01.17 08:01:27.737128 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33082) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1803 2025.01.17 08:01:27.737194 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1804 2025.01.17 08:01:27.737831 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1805 2025.01.17 08:01:27.737869 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1806 2025.01.17 08:01:27.738281 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1807 2025.01.17 08:01:27.738516 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1808 2025.01.17 08:01:27.738697 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec.
1809 2025.01.17 08:01:27.738758 [ 258 ] {c9406b95-dadd-497d-bb29-3e57aac71aab} <Debug> TCPHandler: Processed in 0.001844686 sec.
1810 2025.01.17 08:01:27.738932 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1811 2025.01.17 08:01:27.739106 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1812 2025.01.17 08:01:27.739180 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1813 2025.01.17 08:01:27.739812 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1814 2025.01.17 08:01:27.739854 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1815 2025.01.17 08:01:27.740238 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1816 2025.01.17 08:01:27.740477 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1817 2025.01.17 08:01:27.740718 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001647 sec., 36429.87249544627 rows/sec., 2.46 MiB/sec.
1818 2025.01.17 08:01:27.740793 [ 260 ] {5418923b-2c93-4432-a266-1a450d4feae5} <Debug> TCPHandler: Processed in 0.001938318 sec.
1819 2025.01.17 08:01:31.223609 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
1820 2025.01.17 08:01:31.223674 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
1821 2025.01.17 08:01:31.282436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 268
1822 2025.01.17 08:01:31.285998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1823 2025.01.17 08:01:31.286048 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2025.01.17 08:01:31.286140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1825 2025.01.17 08:01:31.289527 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1826 2025.01.17 08:01:31.289593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1827 2025.01.17 08:01:31.290966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1828 2025.01.17 08:01:31.291551 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1829 2025.01.17 08:01:31.292377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1830 2025.01.17 08:01:31.292800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1831 2025.01.17 08:01:31.293143 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1832 2025.01.17 08:01:31.293793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268
1833 2025.01.17 08:01:31.493683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1834 2025.01.17 08:01:31.513065 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1835 2025.01.17 08:01:31.513121 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1836 2025.01.17 08:01:31.520292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1837 2025.01.17 08:01:31.521048 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1838 2025.01.17 08:01:31.523951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1839 2025.01.17 08:01:32.368690 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1840 2025.01.17 08:01:32.368815 [ 258 ] {} <Debug> TCP-Session: d2e0d2c3-4e04-4921-969a-5ac1d87ffd3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1841 2025.01.17 08:01:32.733963 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1842 2025.01.17 08:01:32.734233 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1843 2025.01.17 08:01:32.734655 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1844 2025.01.17 08:01:32.734712 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1845 2025.01.17 08:01:32.735090 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1846 2025.01.17 08:01:32.735173 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1847 2025.01.17 08:01:32.735350 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1848 2025.01.17 08:01:32.735543 [ 295 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1849 2025.01.17 08:01:32.735548 [ 296 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1850 2025.01.17 08:01:32.735563 [ 294 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1851 2025.01.17 08:01:32.735737 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1852 2025.01.17 08:01:32.735768 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1853 2025.01.17 08:01:32.735891 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1854 2025.01.17 08:01:32.735915 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 37 rows with 3 streams
1855 2025.01.17 08:01:32.735959 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1856 2025.01.17 08:01:32.736009 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1857 2025.01.17 08:01:32.736052 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1858 2025.01.17 08:01:32.737966 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003854 sec., 9600.415153087702 rows/sec., 359.81 KiB/sec.
1859 2025.01.17 08:01:32.738152 [ 260 ] {f9277056-c462-4c08-9ca8-68a16f595dee} <Debug> TCPHandler: Processed in 0.004331672 sec.
1860 2025.01.17 08:01:32.738541 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1861 2025.01.17 08:01:32.738778 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1862 2025.01.17 08:01:32.739227 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1863 2025.01.17 08:01:32.739281 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1864 2025.01.17 08:01:32.739642 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1865 2025.01.17 08:01:32.739721 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1866 2025.01.17 08:01:32.739896 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1867 2025.01.17 08:01:32.740046 [ 298 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1868 2025.01.17 08:01:32.740050 [ 295 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1869 2025.01.17 08:01:32.740061 [ 296 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1870 2025.01.17 08:01:32.740199 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1871 2025.01.17 08:01:32.740223 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1872 2025.01.17 08:01:32.740331 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1873 2025.01.17 08:01:32.740353 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 37 rows with 3 streams
1874 2025.01.17 08:01:32.740394 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1875 2025.01.17 08:01:32.740441 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1876 2025.01.17 08:01:32.740483 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1877 2025.01.17 08:01:32.741987 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003327 sec., 11121.130147279831 rows/sec., 416.81 KiB/sec.
1878 2025.01.17 08:01:32.742162 [ 262 ] {d1cd4a63-5d7e-40f1-aba2-7ee4cb706a7b} <Debug> TCPHandler: Processed in 0.003762314 sec.
1879 2025.01.17 08:01:32.742408 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1880 2025.01.17 08:01:32.742604 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1881 2025.01.17 08:01:32.742955 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1882 2025.01.17 08:01:32.743006 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1883 2025.01.17 08:01:32.743341 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1884 2025.01.17 08:01:32.743411 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1885 2025.01.17 08:01:32.743562 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1886 2025.01.17 08:01:32.743706 [ 295 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1887 2025.01.17 08:01:32.743705 [ 296 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1888 2025.01.17 08:01:32.743737 [ 294 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1889 2025.01.17 08:01:32.743857 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
1890 2025.01.17 08:01:32.743887 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
1891 2025.01.17 08:01:32.743998 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1892 2025.01.17 08:01:32.744021 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 37 rows with 3 streams
1893 2025.01.17 08:01:32.744064 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1894 2025.01.17 08:01:32.744112 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1895 2025.01.17 08:01:32.744159 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1896 2025.01.17 08:01:32.745538 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003033 sec., 12199.142762940983 rows/sec., 457.21 KiB/sec.
1897 2025.01.17 08:01:32.745721 [ 260 ] {f51c7da6-382e-47b9-b9d6-678c4440c886} <Debug> TCPHandler: Processed in 0.003369908 sec.
1898 2025.01.17 08:01:32.751353 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1899 2025.01.17 08:01:32.751504 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1900 2025.01.17 08:01:32.751568 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1901 2025.01.17 08:01:32.752354 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2025.01.17 08:01:32.752397 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1903 2025.01.17 08:01:32.752897 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1904 2025.01.17 08:01:32.753123 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2025.01.17 08:01:32.753479 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001979 sec., 1515.9171298635677 rows/sec., 138.17 KiB/sec.
1906 2025.01.17 08:01:32.753687 [ 262 ] {1c65aa83-6c85-4c6d-900a-55fcda4e108e} <Debug> TCPHandler: Processed in 0.002399594 sec.
1907 2025.01.17 08:01:32.753835 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1908 2025.01.17 08:01:32.753968 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1909 2025.01.17 08:01:32.754020 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1910 2025.01.17 08:01:32.754630 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2025.01.17 08:01:32.754671 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1912 2025.01.17 08:01:32.755078 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1913 2025.01.17 08:01:32.755326 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2025.01.17 08:01:32.755728 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 570.35 KiB/sec.
1915 2025.01.17 08:01:32.755845 [ 260 ] {8f0dfabf-415b-416b-9fca-ce99bae9f6c8} <Debug> TCPHandler: Processed in 0.00206554 sec.
1916 2025.01.17 08:01:32.756062 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1917 2025.01.17 08:01:32.756286 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1918 2025.01.17 08:01:32.756374 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1919 2025.01.17 08:01:32.757281 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1920 2025.01.17 08:01:32.757321 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1921 2025.01.17 08:01:32.757704 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1922 2025.01.17 08:01:32.757952 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1923 2025.01.17 08:01:32.758220 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Debug> executeQuery: Read 271 rows, 24.45 KiB in 0.001977 sec., 137076.37835103692 rows/sec., 12.08 MiB/sec.
1924 2025.01.17 08:01:32.758282 [ 262 ] {9410f815-19fd-433f-89f7-6333dc9c9113} <Debug> TCPHandler: Processed in 0.002331304 sec.
1925 2025.01.17 08:01:32.758421 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1926 2025.01.17 08:01:32.758540 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1927 2025.01.17 08:01:32.758589 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1928 2025.01.17 08:01:32.759228 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1929 2025.01.17 08:01:32.759303 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1930 2025.01.17 08:01:32.759685 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1931 2025.01.17 08:01:32.759928 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1932 2025.01.17 08:01:32.760197 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Debug> executeQuery: Read 41 rows, 3.01 KiB in 0.001668 sec., 24580.335731414867 rows/sec., 1.76 MiB/sec.
1933 2025.01.17 08:01:32.760258 [ 260 ] {cc15481c-76c2-4ecb-aaaa-9be1006da5ef} <Debug> TCPHandler: Processed in 0.001889437 sec.
1934 2025.01.17 08:01:32.760399 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1935 2025.01.17 08:01:32.760538 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1936 2025.01.17 08:01:32.760595 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1937 2025.01.17 08:01:32.761195 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1938 2025.01.17 08:01:32.761235 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1939 2025.01.17 08:01:32.761588 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1940 2025.01.17 08:01:32.761823 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1941 2025.01.17 08:01:32.762188 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00164 sec., 8536.585365853658 rows/sec., 597.85 KiB/sec.
1942 2025.01.17 08:01:32.762318 [ 262 ] {6a4499c2-0470-4c52-a2ae-092af78f1c2e} <Debug> TCPHandler: Processed in 0.001984799 sec.
1943 2025.01.17 08:01:32.762459 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1944 2025.01.17 08:01:32.762574 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1945 2025.01.17 08:01:32.762620 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1946 2025.01.17 08:01:32.763187 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1947 2025.01.17 08:01:32.763227 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1948 2025.01.17 08:01:32.763576 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1949 2025.01.17 08:01:32.763809 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2025.01.17 08:01:32.764048 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
1951 2025.01.17 08:01:32.764351 [ 260 ] {4edbe522-54d9-4ab6-83cc-14094b10329d} <Debug> TCPHandler: Processed in 0.001937608 sec.
1952 2025.01.17 08:01:32.764496 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1953 2025.01.17 08:01:32.764612 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1954 2025.01.17 08:01:32.764661 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1955 2025.01.17 08:01:32.765480 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1956 2025.01.17 08:01:32.765527 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1957 2025.01.17 08:01:32.765940 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1958 2025.01.17 08:01:32.766181 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1959 2025.01.17 08:01:32.766446 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Debug> executeQuery: Read 426 rows, 31.22 KiB in 0.001841 sec., 231395.9804454101 rows/sec., 16.56 MiB/sec.
1960 2025.01.17 08:01:32.766512 [ 262 ] {5088c78a-d2fa-4d1a-970f-f792b6883eb6} <Debug> TCPHandler: Processed in 0.00207148 sec.
1961 2025.01.17 08:01:32.766647 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2025.01.17 08:01:32.766763 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1963 2025.01.17 08:01:32.766815 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1964 2025.01.17 08:01:32.767291 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1965 2025.01.17 08:01:32.767329 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1966 2025.01.17 08:01:32.767696 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1967 2025.01.17 08:01:32.767933 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1968 2025.01.17 08:01:32.768214 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
1969 2025.01.17 08:01:32.768267 [ 260 ] {a6c1aaa8-2ac3-44e5-843e-28a0a45dd0c9} <Debug> TCPHandler: Processed in 0.001672884 sec.
1970 2025.01.17 08:01:32.768403 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1971 2025.01.17 08:01:32.768521 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1972 2025.01.17 08:01:32.768572 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1973 2025.01.17 08:01:32.769131 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1974 2025.01.17 08:01:32.769169 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1975 2025.01.17 08:01:32.769565 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1976 2025.01.17 08:01:32.769799 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1977 2025.01.17 08:01:32.770096 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec.
1978 2025.01.17 08:01:32.770396 [ 262 ] {eb66a85f-33c6-4adb-aa65-6ef27b8662fe} <Debug> TCPHandler: Processed in 0.00204923 sec.
1979 2025.01.17 08:01:32.770534 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1980 2025.01.17 08:01:32.770650 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1981 2025.01.17 08:01:32.770700 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1982 2025.01.17 08:01:32.771170 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1983 2025.01.17 08:01:32.771208 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1984 2025.01.17 08:01:32.771558 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1985 2025.01.17 08:01:32.771798 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1986 2025.01.17 08:01:32.772148 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec.
1987 2025.01.17 08:01:32.772258 [ 260 ] {a9f7a3c5-a80a-4c96-88cc-78863197bb7e} <Debug> TCPHandler: Processed in 0.001780045 sec.
1988 2025.01.17 08:01:32.772445 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2025.01.17 08:01:32.772563 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1990 2025.01.17 08:01:32.772641 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1991 2025.01.17 08:01:32.773800 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1992 2025.01.17 08:01:32.773839 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
1993 2025.01.17 08:01:32.774485 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1994 2025.01.17 08:01:32.774747 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1995 2025.01.17 08:01:32.775023 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002463 sec., 13804.303694681283 rows/sec., 24.74 MiB/sec.
1996 2025.01.17 08:01:32.775115 [ 262 ] {3f7daa93-9142-4427-984f-1cede8e53d02} <Debug> TCPHandler: Processed in 0.002725389 sec.
1997 2025.01.17 08:01:32.775249 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1998 2025.01.17 08:01:32.775364 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1999 2025.01.17 08:01:32.775412 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2000 2025.01.17 08:01:32.775877 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2001 2025.01.17 08:01:32.775915 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2002 2025.01.17 08:01:32.776350 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2003 2025.01.17 08:01:32.776577 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2004 2025.01.17 08:01:32.776928 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.00155 sec., 11612.903225806453 rows/sec., 875.13 KiB/sec.
2005 2025.01.17 08:01:32.777016 [ 260 ] {028f1e8f-740e-434c-83b7-e368961cee2e} <Debug> TCPHandler: Processed in 0.001820366 sec.
2006 2025.01.17 08:01:32.777212 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2007 2025.01.17 08:01:32.777439 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2008 2025.01.17 08:01:32.777534 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2009 2025.01.17 08:01:32.778128 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2025.01.17 08:01:32.778168 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB.
2011 2025.01.17 08:01:32.778536 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2012 2025.01.17 08:01:32.778767 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2013 2025.01.17 08:01:32.778951 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec.
2014 2025.01.17 08:01:32.778998 [ 262 ] {5b76640b-f411-46f7-a963-cd7d468be2a3} <Debug> TCPHandler: Processed in 0.001895747 sec.
2015 2025.01.17 08:01:37.732392 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2016 2025.01.17 08:01:37.732587 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2017 2025.01.17 08:01:37.732660 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2018 2025.01.17 08:01:37.733409 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2025.01.17 08:01:37.733454 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2020 2025.01.17 08:01:37.733870 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2021 2025.01.17 08:01:37.734130 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2022 2025.01.17 08:01:37.734328 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001793 sec., 31232.571109871722 rows/sec., 2.40 MiB/sec.
2023 2025.01.17 08:01:37.734388 [ 260 ] {86d182ca-d984-4247-8882-742edc0b58be} <Debug> TCPHandler: Processed in 0.00212182 sec.
2024 2025.01.17 08:01:37.734627 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2025 2025.01.17 08:01:37.734815 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2026 2025.01.17 08:01:37.734889 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2027 2025.01.17 08:01:37.735648 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2028 2025.01.17 08:01:37.735697 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2029 2025.01.17 08:01:37.736135 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2030 2025.01.17 08:01:37.736384 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2031 2025.01.17 08:01:37.736673 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec.
2032 2025.01.17 08:01:37.736802 [ 262 ] {d13ead51-9ba3-4445-9f9c-0b5b94f41d1e} <Debug> TCPHandler: Processed in 0.002302453 sec.
2033 2025.01.17 08:01:37.736951 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2034 2025.01.17 08:01:37.737077 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2035 2025.01.17 08:01:37.737130 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2036 2025.01.17 08:01:37.737709 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2037 2025.01.17 08:01:37.737747 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2038 2025.01.17 08:01:37.738208 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2039 2025.01.17 08:01:37.738545 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2040 2025.01.17 08:01:37.738861 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec.
2041 2025.01.17 08:01:37.738960 [ 260 ] {f7de85de-a82f-4370-aafe-d0737059884e} <Debug> TCPHandler: Processed in 0.00206958 sec.
2042 2025.01.17 08:01:37.739121 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2043 2025.01.17 08:01:37.739248 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2044 2025.01.17 08:01:37.739306 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2045 2025.01.17 08:01:37.739830 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2046 2025.01.17 08:01:37.739873 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2047 2025.01.17 08:01:37.740288 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2048 2025.01.17 08:01:37.740558 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2049 2025.01.17 08:01:37.740772 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec.
2050 2025.01.17 08:01:37.740829 [ 262 ] {86fe8231-5ecb-4e96-b3ed-b9a366ae5474} <Debug> TCPHandler: Processed in 0.001767036 sec.
2051 2025.01.17 08:01:38.792690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2052 2025.01.17 08:01:38.793477 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2053 2025.01.17 08:01:38.793528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2054 2025.01.17 08:01:38.794082 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2055 2025.01.17 08:01:38.794341 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2025.01.17 08:01:38.794610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2057 2025.01.17 08:01:39.024140 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2058 2025.01.17 08:01:39.043442 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.01.17 08:01:39.043495 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2060 2025.01.17 08:01:39.050796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2061 2025.01.17 08:01:39.051603 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.01.17 08:01:39.054132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2063 2025.01.17 08:01:41.294197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 308
2064 2025.01.17 08:01:41.297369 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2065 2025.01.17 08:01:41.297420 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2066 2025.01.17 08:01:41.298900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2067 2025.01.17 08:01:41.299210 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2068 2025.01.17 08:01:41.299414 [ 38 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2069 2025.01.17 08:01:41.299542 [ 38 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2025.01.17 08:01:41.299612 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2071 2025.01.17 08:01:41.300177 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
2072 2025.01.17 08:01:41.300694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 308
2073 2025.01.17 08:01:41.301056 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2074 2025.01.17 08:01:41.301182 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
2075 2025.01.17 08:01:41.301783 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2076 2025.01.17 08:01:41.302323 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2077 2025.01.17 08:01:41.302853 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
2078 2025.01.17 08:01:41.303330 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part
2079 2025.01.17 08:01:41.303872 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
2080 2025.01.17 08:01:41.311420 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.011641308 sec., 26457.508039474604 rows/sec., 27.08 MiB/sec.
2081 2025.01.17 08:01:41.312722 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2082 2025.01.17 08:01:41.313575 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2083 2025.01.17 08:01:41.313665 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_6_1} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2084 2025.01.17 08:01:41.313984 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB.
2085 2025.01.17 08:01:42.738147 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2086 2025.01.17 08:01:42.738325 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2087 2025.01.17 08:01:42.738391 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2088 2025.01.17 08:01:42.739091 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2089 2025.01.17 08:01:42.739131 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2090 2025.01.17 08:01:42.739564 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2091 2025.01.17 08:01:42.739810 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2092 2025.01.17 08:01:42.739950 [ 37 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2093 2025.01.17 08:01:42.739993 [ 37 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2025.01.17 08:01:42.740012 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001736 sec., 8064.5161290322585 rows/sec., 580.54 KiB/sec.
2095 2025.01.17 08:01:42.740022 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2096 2025.01.17 08:01:42.740119 [ 260 ] {e3e11a79-df1b-4e88-8577-36ffd6dc569f} <Debug> TCPHandler: Processed in 0.00209322 sec.
2097 2025.01.17 08:01:42.740402 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2098 2025.01.17 08:01:42.740497 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2025.01.17 08:01:42.740604 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2100 2025.01.17 08:01:42.740680 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2101 2025.01.17 08:01:42.740792 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2102 2025.01.17 08:01:42.740901 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2103 2025.01.17 08:01:42.740981 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2104 2025.01.17 08:01:42.741215 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2105 2025.01.17 08:01:42.741607 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2106 2025.01.17 08:01:42.742037 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
2107 2025.01.17 08:01:42.743910 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2108 2025.01.17 08:01:42.743989 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2109 2025.01.17 08:01:42.744756 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004608426 sec., 15189.567978307563 rows/sec., 1.13 MiB/sec.
2110 2025.01.17 08:01:42.745027 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2111 2025.01.17 08:01:42.745112 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2112 2025.01.17 08:01:42.745622 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_5_1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2113 2025.01.17 08:01:42.745687 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2025.01.17 08:01:42.745801 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_5_1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2115 2025.01.17 08:01:42.746058 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2116 2025.01.17 08:01:42.746161 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Debug> executeQuery: Read 271 rows, 24.45 KiB in 0.005471 sec., 49533.90605008225 rows/sec., 4.36 MiB/sec.
2117 2025.01.17 08:01:42.746249 [ 262 ] {5b8436bd-6b1a-4a7d-a780-9e643f673417} <Debug> TCPHandler: Processed in 0.005999316 sec.
2118 2025.01.17 08:01:42.746396 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2119 2025.01.17 08:01:42.746516 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2120 2025.01.17 08:01:42.746562 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2121 2025.01.17 08:01:42.747149 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2122 2025.01.17 08:01:42.747186 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2123 2025.01.17 08:01:42.747548 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2124 2025.01.17 08:01:42.747791 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2125 2025.01.17 08:01:42.748013 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Debug> executeQuery: Read 41 rows, 3.01 KiB in 0.001501 sec., 27315.12325116589 rows/sec., 1.96 MiB/sec.
2126 2025.01.17 08:01:42.748144 [ 260 ] {99451229-5ee1-41be-a459-22c7d7bfdc2a} <Debug> TCPHandler: Processed in 0.001805166 sec.
2127 2025.01.17 08:01:42.748308 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2128 2025.01.17 08:01:42.748455 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2129 2025.01.17 08:01:42.748516 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2130 2025.01.17 08:01:42.749209 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2131 2025.01.17 08:01:42.749250 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2132 2025.01.17 08:01:42.749608 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2133 2025.01.17 08:01:42.749841 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2134 2025.01.17 08:01:42.750142 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001696 sec., 8254.716981132075 rows/sec., 578.11 KiB/sec.
2135 2025.01.17 08:01:42.750278 [ 262 ] {ad458e51-dd6d-47d4-8346-6d21954b781c} <Debug> TCPHandler: Processed in 0.002042589 sec.
2136 2025.01.17 08:01:42.750419 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2137 2025.01.17 08:01:42.750534 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2138 2025.01.17 08:01:42.750580 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2139 2025.01.17 08:01:42.751136 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2140 2025.01.17 08:01:42.751172 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2141 2025.01.17 08:01:42.751504 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2142 2025.01.17 08:01:42.751721 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2143 2025.01.17 08:01:42.751830 [ 37 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2144 2025.01.17 08:01:42.751868 [ 37 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2145 2025.01.17 08:01:42.751953 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2146 2025.01.17 08:01:42.751960 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001445 sec., 8996.539792387543 rows/sec., 560.93 KiB/sec.
2147 2025.01.17 08:01:42.752306 [ 260 ] {baaa2af9-0351-4497-9576-78768a76c331} <Debug> TCPHandler: Processed in 0.001933247 sec.
2148 2025.01.17 08:01:42.752338 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2149 2025.01.17 08:01:42.752525 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2150 2025.01.17 08:01:42.752550 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2151 2025.01.17 08:01:42.752604 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2152 2025.01.17 08:01:42.752724 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2153 2025.01.17 08:01:42.752877 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2154 2025.01.17 08:01:42.752922 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2155 2025.01.17 08:01:42.753281 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2156 2025.01.17 08:01:42.753559 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2157 2025.01.17 08:01:42.753895 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
2158 2025.01.17 08:01:42.755734 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2159 2025.01.17 08:01:42.755815 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2160 2025.01.17 08:01:42.756467 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004401623 sec., 14767.280160068229 rows/sec., 978.42 KiB/sec.
2161 2025.01.17 08:01:42.756696 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2162 2025.01.17 08:01:42.756804 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2163 2025.01.17 08:01:42.757250 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_5_1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.01.17 08:01:42.757293 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2165 2025.01.17 08:01:42.757423 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_5_1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2166 2025.01.17 08:01:42.757684 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2167 2025.01.17 08:01:42.757763 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Debug> executeQuery: Read 416 rows, 30.40 KiB in 0.005097 sec., 81616.63723759074 rows/sec., 5.83 MiB/sec.
2168 2025.01.17 08:01:42.757839 [ 262 ] {515bb83a-a55a-43e5-bbd5-a23c2e533628} <Debug> TCPHandler: Processed in 0.005418108 sec.
2169 2025.01.17 08:01:42.757993 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2170 2025.01.17 08:01:42.758109 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2171 2025.01.17 08:01:42.758157 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2172 2025.01.17 08:01:42.758643 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2173 2025.01.17 08:01:42.758680 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2174 2025.01.17 08:01:42.759041 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2175 2025.01.17 08:01:42.759272 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2176 2025.01.17 08:01:42.759532 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec.
2177 2025.01.17 08:01:42.759623 [ 260 ] {d24551af-8976-4d7d-bd5d-10099d8f6c65} <Debug> TCPHandler: Processed in 0.001686824 sec.
2178 2025.01.17 08:01:42.759770 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2179 2025.01.17 08:01:42.759887 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2180 2025.01.17 08:01:42.759941 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2181 2025.01.17 08:01:42.760515 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2182 2025.01.17 08:01:42.760553 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2183 2025.01.17 08:01:42.760950 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2184 2025.01.17 08:01:42.761183 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2185 2025.01.17 08:01:42.761389 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001527 sec., 155206.28683693518 rows/sec., 10.40 MiB/sec.
2186 2025.01.17 08:01:42.761445 [ 262 ] {db3f292f-9a06-4ad0-a061-59bc1b9918ca} <Debug> TCPHandler: Processed in 0.001731124 sec.
2187 2025.01.17 08:01:42.761583 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2188 2025.01.17 08:01:42.761698 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2189 2025.01.17 08:01:42.761748 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2190 2025.01.17 08:01:42.762214 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2191 2025.01.17 08:01:42.762251 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2192 2025.01.17 08:01:42.762596 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2193 2025.01.17 08:01:42.762839 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2194 2025.01.17 08:01:42.762957 [ 37 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2195 2025.01.17 08:01:42.762998 [ 37 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.01.17 08:01:42.763020 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2197 2025.01.17 08:01:42.763029 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec.
2198 2025.01.17 08:01:42.763218 [ 260 ] {33a6c473-1980-4a60-9904-566aeaf3839e} <Debug> TCPHandler: Processed in 0.001684434 sec.
2199 2025.01.17 08:01:42.763260 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2200 2025.01.17 08:01:42.763420 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2201 2025.01.17 08:01:42.763478 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2202 2025.01.17 08:01:42.763527 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2203 2025.01.17 08:01:42.763755 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2204 2025.01.17 08:01:42.763796 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2205 2025.01.17 08:01:42.764124 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2206 2025.01.17 08:01:42.764161 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2207 2025.01.17 08:01:42.764373 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2208 2025.01.17 08:01:42.764684 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
2209 2025.01.17 08:01:42.767897 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004789409 sec., 1043.9701432890781 rows/sec., 70.35 KiB/sec.
2210 2025.01.17 08:01:42.768110 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2211 2025.01.17 08:01:42.768774 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_5_1} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2212 2025.01.17 08:01:42.769022 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_5_1} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2213 2025.01.17 08:01:42.769157 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2025.01.17 08:01:42.769182 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2215 2025.01.17 08:01:42.769232 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2216 2025.01.17 08:01:42.769946 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2217 2025.01.17 08:01:42.770215 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2025.01.17 08:01:42.770556 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.006951 sec., 4891.382534887067 rows/sec., 8.77 MiB/sec.
2219 2025.01.17 08:01:42.770696 [ 262 ] {84e3393c-8999-4523-b63b-5f100dbcffa9} <Debug> TCPHandler: Processed in 0.007382046 sec.
2220 2025.01.17 08:01:42.770848 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2221 2025.01.17 08:01:42.770968 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2222 2025.01.17 08:01:42.771017 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2223 2025.01.17 08:01:42.771502 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2224 2025.01.17 08:01:42.771541 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2225 2025.01.17 08:01:42.771910 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2226 2025.01.17 08:01:42.772144 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2025.01.17 08:01:42.772386 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001426 sec., 57503.50631136045 rows/sec., 3.65 MiB/sec.
2228 2025.01.17 08:01:42.772508 [ 260 ] {4f60b245-7e89-4a75-a3d9-db6cfac6181f} <Debug> TCPHandler: Processed in 0.001720294 sec.
2229 2025.01.17 08:01:46.223715 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
2230 2025.01.17 08:01:46.223790 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
2231 2025.01.17 08:01:46.294865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2232 2025.01.17 08:01:46.295714 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2025.01.17 08:01:46.295751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2234 2025.01.17 08:01:46.296285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2235 2025.01.17 08:01:46.296540 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2025.01.17 08:01:46.296734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2237 2025.01.17 08:01:46.554320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2238 2025.01.17 08:01:46.574538 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2239 2025.01.17 08:01:46.574591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2240 2025.01.17 08:01:46.581751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2241 2025.01.17 08:01:46.582497 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2242 2025.01.17 08:01:46.585473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2243 2025.01.17 08:01:47.731844 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2244 2025.01.17 08:01:47.732026 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2245 2025.01.17 08:01:47.732097 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2246 2025.01.17 08:01:47.732826 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2247 2025.01.17 08:01:47.732875 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2248 2025.01.17 08:01:47.733315 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2249 2025.01.17 08:01:47.733575 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2250 2025.01.17 08:01:47.733755 [ 26 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2251 2025.01.17 08:01:47.733843 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec.
2252 2025.01.17 08:01:47.733848 [ 26 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2253 2025.01.17 08:01:47.733933 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2254 2025.01.17 08:01:47.733989 [ 260 ] {172d2814-175f-4aa9-8a93-36d46ba4ac80} <Debug> TCPHandler: Processed in 0.002265582 sec.
2255 2025.01.17 08:01:47.734228 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
2256 2025.01.17 08:01:47.734312 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2257 2025.01.17 08:01:47.734413 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2258 2025.01.17 08:01:47.734492 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1359 rows starting from the beginning of the part
2259 2025.01.17 08:01:47.734581 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2260 2025.01.17 08:01:47.734708 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
2261 2025.01.17 08:01:47.734767 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2262 2025.01.17 08:01:47.735152 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 271 rows starting from the beginning of the part
2263 2025.01.17 08:01:47.735469 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2264 2025.01.17 08:01:47.735718 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 271 rows starting from the beginning of the part
2265 2025.01.17 08:01:47.736046 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2266 2025.01.17 08:01:47.737709 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2267 2025.01.17 08:01:47.737797 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2268 2025.01.17 08:01:47.738839 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2269 2025.01.17 08:01:47.739372 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2069 rows, containing 5 columns (5 merged, 0 gathered) in 0.005316286 sec., 389181.46992091846 rows/sec., 34.23 MiB/sec.
2270 2025.01.17 08:01:47.739413 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2025.01.17 08:01:47.739634 [ 26 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2272 2025.01.17 08:01:47.739731 [ 26 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2025.01.17 08:01:47.739748 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2274 2025.01.17 08:01:47.739787 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2275 2025.01.17 08:01:47.739836 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00531 sec., 12052.730696798495 rows/sec., 963.32 KiB/sec.
2276 2025.01.17 08:01:47.740245 [ 262 ] {d00658d2-55a6-486c-982a-84fa7cd894a3} <Debug> TCPHandler: Processed in 0.006106328 sec.
2277 2025.01.17 08:01:47.740392 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
2278 2025.01.17 08:01:47.740527 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2279 2025.01.17 08:01:47.740639 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2280 2025.01.17 08:01:47.740870 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2281 2025.01.17 08:01:47.740880 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2282 2025.01.17 08:01:47.740900 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_11_2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2283 2025.01.17 08:01:47.740966 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part
2284 2025.01.17 08:01:47.741078 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2285 2025.01.17 08:01:47.741127 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
2286 2025.01.17 08:01:47.741446 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part
2287 2025.01.17 08:01:47.741911 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 426 rows starting from the beginning of the part
2288 2025.01.17 08:01:47.742246 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2289 2025.01.17 08:01:47.742664 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 416 rows starting from the beginning of the part
2290 2025.01.17 08:01:47.743051 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2291 2025.01.17 08:01:47.743972 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2292 2025.01.17 08:01:47.744045 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2293 2025.01.17 08:01:47.745122 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2294 2025.01.17 08:01:47.745606 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2295 2025.01.17 08:01:47.745848 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2296 2025.01.17 08:01:47.745956 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2297 2025.01.17 08:01:47.746024 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2298 2025.01.17 08:01:47.746192 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005426 sec., 29487.652045705858 rows/sec., 2.05 MiB/sec.
2299 2025.01.17 08:01:47.746734 [ 260 ] {6389e239-8c90-4c15-8720-d39bf8712dbe} <Debug> TCPHandler: Processed in 0.006338311 sec.
2300 2025.01.17 08:01:47.747069 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2301 2025.01.17 08:01:47.747135 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1880 rows, containing 5 columns (5 merged, 0 gathered) in 0.007160773 sec., 262541.48818849586 rows/sec., 20.04 MiB/sec.
2302 2025.01.17 08:01:47.747190 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
2303 2025.01.17 08:01:47.747391 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2304 2025.01.17 08:01:47.747411 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2305 2025.01.17 08:01:47.747578 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2306 2025.01.17 08:01:47.747738 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2307 2025.01.17 08:01:47.747872 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3453 rows starting from the beginning of the part
2308 2025.01.17 08:01:47.748423 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2309 2025.01.17 08:01:47.748592 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
2310 2025.01.17 08:01:47.748762 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_11_2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2311 2025.01.17 08:01:47.749068 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2312 2025.01.17 08:01:47.749258 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part
2313 2025.01.17 08:01:47.749608 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2314 2025.01.17 08:01:47.749953 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2315 2025.01.17 08:01:47.750305 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2316 2025.01.17 08:01:47.750440 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2317 2025.01.17 08:01:47.750550 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2318 2025.01.17 08:01:47.751613 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2319 2025.01.17 08:01:47.752120 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2320 2025.01.17 08:01:47.752488 [ 26 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2321 2025.01.17 08:01:47.752606 [ 26 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2322 2025.01.17 08:01:47.752705 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2323 2025.01.17 08:01:47.752786 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005482 sec., 10944.910616563298 rows/sec., 755.31 KiB/sec.
2324 2025.01.17 08:01:47.753251 [ 262 ] {809e35ca-b34d-49a5-9962-508deac172c7} <Debug> TCPHandler: Processed in 0.006367682 sec.
2325 2025.01.17 08:01:47.753480 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
2326 2025.01.17 08:01:47.753771 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2327 2025.01.17 08:01:47.753808 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 426 rows starting from the beginning of the part
2328 2025.01.17 08:01:47.753931 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
2329 2025.01.17 08:01:47.754226 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part
2330 2025.01.17 08:01:47.754467 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2331 2025.01.17 08:01:47.754785 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2332 2025.01.17 08:01:47.755023 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2333 2025.01.17 08:01:47.755055 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4407 rows, containing 5 columns (5 merged, 0 gathered) in 0.008699275 sec., 506593.9402996227 rows/sec., 34.17 MiB/sec.
2334 2025.01.17 08:01:47.755430 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2335 2025.01.17 08:01:47.755817 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2336 2025.01.17 08:01:47.755950 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2337 2025.01.17 08:01:47.756060 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2338 2025.01.17 08:01:47.756270 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 4 columns (4 merged, 0 gathered) in 0.003400599 sec., 226430.69647435643 rows/sec., 14.79 MiB/sec.
2339 2025.01.17 08:01:47.756430 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2340 2025.01.17 08:01:47.756697 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2341 2025.01.17 08:01:47.756772 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_11_2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2342 2025.01.17 08:01:47.756841 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2343 2025.01.17 08:01:51.301109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 338
2344 2025.01.17 08:01:51.304243 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.01.17 08:01:51.304302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2346 2025.01.17 08:01:51.305862 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2347 2025.01.17 08:01:51.306203 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2025.01.17 08:01:51.306819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338
2349 2025.01.17 08:01:51.798109 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2350 2025.01.17 08:01:51.798404 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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', '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)
2351 2025.01.17 08:01:51.798848 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2352 2025.01.17 08:01:51.798903 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <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', '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
2353 2025.01.17 08:01:51.799346 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2354 2025.01.17 08:01:51.799437 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2355 2025.01.17 08:01:51.799612 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2356 2025.01.17 08:01:51.799773 [ 295 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2357 2025.01.17 08:01:51.799844 [ 298 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2358 2025.01.17 08:01:51.799878 [ 296 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2359 2025.01.17 08:01:51.799903 [ 294 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2360 2025.01.17 08:01:51.800116 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2361 2025.01.17 08:01:51.800148 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
2362 2025.01.17 08:01:51.800292 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2363 2025.01.17 08:01:51.800317 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Reading approx. 40 rows with 4 streams
2364 2025.01.17 08:01:51.800362 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> MergeTreeBaseSelectProcessor: 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', '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'))"
2365 2025.01.17 08:01:51.800413 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> MergeTreeBaseSelectProcessor: 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', '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'))"
2366 2025.01.17 08:01:51.800458 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> MergeTreeBaseSelectProcessor: 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', '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'))"
2367 2025.01.17 08:01:51.800501 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Trace> MergeTreeBaseSelectProcessor: 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', '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'))"
2368 2025.01.17 08:01:51.802706 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004445 sec., 8998.875140607424 rows/sec., 343.17 KiB/sec.
2369 2025.01.17 08:01:51.802938 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> MemoryTracker: Peak memory usage (for query): 145.68 KiB.
2370 2025.01.17 08:01:51.802957 [ 260 ] {0735998c-649e-49fe-aad5-9f199bdfde43} <Debug> TCPHandler: Processed in 0.004981161 sec.
2371 2025.01.17 08:01:51.846173 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2372 2025.01.17 08:01:51.846321 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2373 2025.01.17 08:01:51.846384 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2374 2025.01.17 08:01:51.847159 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2375 2025.01.17 08:01:51.847205 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2376 2025.01.17 08:01:51.847717 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2377 2025.01.17 08:01:51.847953 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2378 2025.01.17 08:01:51.848282 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001974 sec., 506.5856129685917 rows/sec., 114.77 KiB/sec.
2379 2025.01.17 08:01:51.848364 [ 260 ] {0519d432-1f24-4ec5-ad16-52d10e09464b} <Debug> TCPHandler: Processed in 0.002259793 sec.
2380 2025.01.17 08:01:51.848591 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2381 2025.01.17 08:01:51.848752 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2382 2025.01.17 08:01:51.848817 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2383 2025.01.17 08:01:51.849543 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2384 2025.01.17 08:01:51.849593 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2385 2025.01.17 08:01:51.850048 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2386 2025.01.17 08:01:51.850298 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2387 2025.01.17 08:01:51.850522 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec.
2388 2025.01.17 08:01:51.850578 [ 262 ] {b9be4139-48e0-4bc1-a5d5-6623ec870888} <Debug> TCPHandler: Processed in 0.00210236 sec.
2389 2025.01.17 08:01:51.850739 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2390 2025.01.17 08:01:51.850865 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2391 2025.01.17 08:01:51.850918 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2392 2025.01.17 08:01:51.851568 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2393 2025.01.17 08:01:51.851610 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2394 2025.01.17 08:01:51.851980 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2395 2025.01.17 08:01:51.852302 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2396 2025.01.17 08:01:51.852553 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001716 sec., 6993.006993006993 rows/sec., 570.23 KiB/sec.
2397 2025.01.17 08:01:51.852627 [ 260 ] {4dd52be3-3889-40e9-bb07-5ae3db690df0} <Debug> TCPHandler: Processed in 0.001945428 sec.
2398 2025.01.17 08:01:51.852777 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.01.17 08:01:51.852897 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2400 2025.01.17 08:01:51.852946 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2401 2025.01.17 08:01:51.854224 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2402 2025.01.17 08:01:51.854267 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2403 2025.01.17 08:01:51.854727 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2404 2025.01.17 08:01:51.854974 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2025.01.17 08:01:51.855192 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.00232 sec., 610775.8620689656 rows/sec., 51.12 MiB/sec.
2406 2025.01.17 08:01:51.855254 [ 262 ] {2c9d2717-2606-41a9-8f9e-cefa26c9ea1c} <Debug> TCPHandler: Processed in 0.002535527 sec.
2407 2025.01.17 08:01:51.855404 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2025.01.17 08:01:51.855525 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2409 2025.01.17 08:01:51.855576 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2410 2025.01.17 08:01:51.856189 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2411 2025.01.17 08:01:51.856230 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2412 2025.01.17 08:01:51.856610 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2413 2025.01.17 08:01:51.856860 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2025.01.17 08:01:51.857026 [ 88 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2415 2025.01.17 08:01:51.857085 [ 88 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2416 2025.01.17 08:01:51.857088 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001576 sec., 33629.441624365485 rows/sec., 2.39 MiB/sec.
2417 2025.01.17 08:01:51.857119 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2418 2025.01.17 08:01:51.857236 [ 260 ] {f24497df-b853-4bf2-a8bd-f0f9d3c7b91b} <Debug> TCPHandler: Processed in 0.001888177 sec.
2419 2025.01.17 08:01:51.857446 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2420 2025.01.17 08:01:51.857448 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
2421 2025.01.17 08:01:51.857664 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2422 2025.01.17 08:01:51.857709 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2423 2025.01.17 08:01:51.857778 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2424 2025.01.17 08:01:51.857792 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2425 2025.01.17 08:01:51.858154 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2426 2025.01.17 08:01:51.858430 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2427 2025.01.17 08:01:51.858888 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part
2428 2025.01.17 08:01:51.859343 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 41 rows starting from the beginning of the part
2429 2025.01.17 08:01:51.859600 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 53 rows starting from the beginning of the part
2430 2025.01.17 08:01:51.860581 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2431 2025.01.17 08:01:51.860651 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2432 2025.01.17 08:01:51.861695 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2433 2025.01.17 08:01:51.862264 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.004985502 sec., 36104.6891566787 rows/sec., 2.69 MiB/sec.
2434 2025.01.17 08:01:51.862277 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2435 2025.01.17 08:01:51.862492 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2436 2025.01.17 08:01:51.862525 [ 88 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2437 2025.01.17 08:01:51.862615 [ 88 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2438 2025.01.17 08:01:51.862700 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2439 2025.01.17 08:01:51.862876 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005284 sec., 45798.63739591219 rows/sec., 3.10 MiB/sec.
2440 2025.01.17 08:01:51.863216 [ 262 ] {4ef25230-eb06-489f-99b3-8dd4ffd45da1} <Debug> TCPHandler: Processed in 0.005862195 sec.
2441 2025.01.17 08:01:51.863280 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2442 2025.01.17 08:01:51.863458 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2443 2025.01.17 08:01:51.863479 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2444 2025.01.17 08:01:51.863741 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_6_1} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2445 2025.01.17 08:01:51.863806 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2446 2025.01.17 08:01:51.863829 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2447 2025.01.17 08:01:51.863982 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2448 2025.01.17 08:01:51.863987 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2449 2025.01.17 08:01:51.863988 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2450 2025.01.17 08:01:51.864400 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2451 2025.01.17 08:01:51.864705 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2452 2025.01.17 08:01:51.865025 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2453 2025.01.17 08:01:51.865395 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2454 2025.01.17 08:01:51.865783 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
2455 2025.01.17 08:01:51.867052 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2025.01.17 08:01:51.867122 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2457 2025.01.17 08:01:51.868093 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2458 2025.01.17 08:01:51.868628 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2025.01.17 08:01:51.868650 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005776593 sec., 93480.70739967313 rows/sec., 6.70 MiB/sec.
2460 2025.01.17 08:01:51.868921 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005241 sec., 2480.442663613814 rows/sec., 154.66 KiB/sec.
2461 2025.01.17 08:01:51.868942 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2462 2025.01.17 08:01:51.869028 [ 260 ] {3e331a8f-d015-4536-8cec-872042933f78} <Debug> TCPHandler: Processed in 0.005696542 sec.
2463 2025.01.17 08:01:51.869270 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2464 2025.01.17 08:01:51.869399 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_6_1} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2465 2025.01.17 08:01:51.869568 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2466 2025.01.17 08:01:51.869581 [ 188 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_6_1} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2467 2025.01.17 08:01:51.869646 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2468 2025.01.17 08:01:51.869758 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2469 2025.01.17 08:01:51.870792 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2025.01.17 08:01:51.870836 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2471 2025.01.17 08:01:51.871256 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2472 2025.01.17 08:01:51.871509 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.01.17 08:01:51.871695 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.002217 sec., 398737.0320252594 rows/sec., 28.93 MiB/sec.
2474 2025.01.17 08:01:51.871747 [ 262 ] {9c70c488-582f-4acd-b413-e372f4ae88dd} <Debug> TCPHandler: Processed in 0.002603787 sec.
2475 2025.01.17 08:01:51.871898 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.01.17 08:01:51.872017 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2477 2025.01.17 08:01:51.872068 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2478 2025.01.17 08:01:51.872551 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.01.17 08:01:51.872590 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2480 2025.01.17 08:01:51.872955 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2481 2025.01.17 08:01:51.873205 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.01.17 08:01:51.873403 [ 88 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2483 2025.01.17 08:01:51.873459 [ 88 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2484 2025.01.17 08:01:51.873476 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
2485 2025.01.17 08:01:51.873494 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2486 2025.01.17 08:01:51.873664 [ 260 ] {64e5f025-2544-45f5-9265-3f46981ca875} <Debug> TCPHandler: Processed in 0.001816495 sec.
2487 2025.01.17 08:01:51.873982 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2488 2025.01.17 08:01:51.874012 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2489 2025.01.17 08:01:51.874198 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2490 2025.01.17 08:01:51.874274 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2491 2025.01.17 08:01:51.874305 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2492 2025.01.17 08:01:51.874335 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2493 2025.01.17 08:01:51.874701 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2494 2025.01.17 08:01:51.875130 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2495 2025.01.17 08:01:51.875457 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2496 2025.01.17 08:01:51.875643 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2497 2025.01.17 08:01:51.875802 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
2498 2025.01.17 08:01:51.877077 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.01.17 08:01:51.877151 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2500 2025.01.17 08:01:51.878357 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004716678 sec., 7632.49049436913 rows/sec., 398.77 KiB/sec.
2501 2025.01.17 08:01:51.878394 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2502 2025.01.17 08:01:51.878515 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2503 2025.01.17 08:01:51.878886 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2504 2025.01.17 08:01:51.879038 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_6_1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2025.01.17 08:01:51.879294 [ 191 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_6_1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2506 2025.01.17 08:01:51.879339 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.005219 sec., 208660.66296225332 rows/sec., 13.94 MiB/sec.
2507 2025.01.17 08:01:51.879447 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2508 2025.01.17 08:01:51.879545 [ 262 ] {283bb2f1-0643-44d6-8918-9edd18131004} <Debug> TCPHandler: Processed in 0.005741352 sec.
2509 2025.01.17 08:01:51.879704 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2025.01.17 08:01:51.879827 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2511 2025.01.17 08:01:51.879881 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2512 2025.01.17 08:01:51.880373 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2513 2025.01.17 08:01:51.880413 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2514 2025.01.17 08:01:51.880783 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2515 2025.01.17 08:01:51.881018 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2516 2025.01.17 08:01:51.881220 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec.
2517 2025.01.17 08:01:51.881275 [ 260 ] {c9fe2e39-8eab-443c-8950-21d79af6c95c} <Debug> TCPHandler: Processed in 0.001627753 sec.
2518 2025.01.17 08:01:51.881430 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2519 2025.01.17 08:01:51.881550 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2520 2025.01.17 08:01:51.881628 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2521 2025.01.17 08:01:51.882843 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2522 2025.01.17 08:01:51.882882 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2523 2025.01.17 08:01:51.883545 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2524 2025.01.17 08:01:51.883806 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.01.17 08:01:51.883948 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2526 2025.01.17 08:01:51.883991 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2527 2025.01.17 08:01:51.884021 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002494 sec., 13632.7185244587 rows/sec., 24.43 MiB/sec.
2528 2025.01.17 08:01:51.884026 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2529 2025.01.17 08:01:51.884597 [ 262 ] {bc1c3e46-cc2b-4171-bceb-30e3b93cd78b} <Debug> TCPHandler: Processed in 0.003220527 sec.
2530 2025.01.17 08:01:51.884619 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
2531 2025.01.17 08:01:51.884800 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2532 2025.01.17 08:01:51.885077 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2533 2025.01.17 08:01:51.885210 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2534 2025.01.17 08:01:51.885339 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2535 2025.01.17 08:01:51.885563 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
2536 2025.01.17 08:01:51.886382 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
2537 2025.01.17 08:01:51.887062 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2538 2025.01.17 08:01:51.887831 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2539 2025.01.17 08:01:51.887889 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2025.01.17 08:01:51.887970 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2541 2025.01.17 08:01:51.888488 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2542 2025.01.17 08:01:51.889167 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2543 2025.01.17 08:01:51.889646 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2544 2025.01.17 08:01:51.890278 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2545 2025.01.17 08:01:51.890864 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005869 sec., 13971.715794854319 rows/sec., 908.67 KiB/sec.
2546 2025.01.17 08:01:51.891055 [ 260 ] {d6fa5d87-aac3-4b4f-b8e7-ada7ddb0b58f} <Debug> TCPHandler: Processed in 0.006351391 sec.
2547 2025.01.17 08:01:51.892789 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008644574 sec., 14575.617028670238 rows/sec., 26.12 MiB/sec.
2548 2025.01.17 08:01:51.893219 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2549 2025.01.17 08:01:51.893674 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.01.17 08:01:51.893757 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2551 2025.01.17 08:01:51.893903 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
2552 2025.01.17 08:01:52.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.26 MiB, peak 176.02 MiB, free memory in arenas 0.00 B, will set to 169.25 MiB (RSS), difference: -1.01 MiB
2553 2025.01.17 08:01:53.796959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2554 2025.01.17 08:01:53.797686 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2555 2025.01.17 08:01:53.797724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2556 2025.01.17 08:01:53.798258 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2557 2025.01.17 08:01:53.798519 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2558 2025.01.17 08:01:53.798663 [ 119 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2559 2025.01.17 08:01:53.798708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2560 2025.01.17 08:01:53.798716 [ 119 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2561 2025.01.17 08:01:53.798744 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2562 2025.01.17 08:01:53.798889 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2563 2025.01.17 08:01:53.799059 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2564 2025.01.17 08:01:53.799102 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2565 2025.01.17 08:01:53.799186 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2566 2025.01.17 08:01:53.799401 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2567 2025.01.17 08:01:53.799606 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2568 2025.01.17 08:01:53.799709 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2569 2025.01.17 08:01:53.799834 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
2570 2025.01.17 08:01:53.801614 [ 190 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002793211 sec., 1812609.2157019288 rows/sec., 25.93 MiB/sec.
2571 2025.01.17 08:01:53.802365 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2572 2025.01.17 08:01:53.802716 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_11_2} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2573 2025.01.17 08:01:53.802813 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_11_2} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2574 2025.01.17 08:01:53.802908 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2575 2025.01.17 08:01:54.085633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2576 2025.01.17 08:01:54.107316 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2025.01.17 08:01:54.107378 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2578 2025.01.17 08:01:54.114787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2579 2025.01.17 08:01:54.115600 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2025.01.17 08:01:54.115969 [ 143 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2581 2025.01.17 08:01:54.116106 [ 143 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2582 2025.01.17 08:01:54.116183 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2583 2025.01.17 08:01:54.116666 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2584 2025.01.17 08:01:54.131121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2585 2025.01.17 08:01:54.132934 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2586 2025.01.17 08:01:54.134503 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2587 2025.01.17 08:01:54.140158 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2588 2025.01.17 08:01:54.145366 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2589 2025.01.17 08:01:54.150610 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2590 2025.01.17 08:01:54.156246 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2591 2025.01.17 08:01:54.160640 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
2592 2025.01.17 08:01:54.216595 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100267339 sec., 827.7870025053722 rows/sec., 4.28 MiB/sec.
2593 2025.01.17 08:01:54.218132 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2594 2025.01.17 08:01:54.220449 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_11_2} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2025.01.17 08:01:54.220550 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_11_2} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2596 2025.01.17 08:01:54.221660 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2597 2025.01.17 08:01:55.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.88 MiB, peak 180.76 MiB, free memory in arenas 0.00 B, will set to 172.54 MiB (RSS), difference: 1.65 MiB
2598 2025.01.17 08:01:57.732762 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2599 2025.01.17 08:01:57.732969 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2600 2025.01.17 08:01:57.733049 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2601 2025.01.17 08:01:57.733914 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2602 2025.01.17 08:01:57.733966 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2603 2025.01.17 08:01:57.734374 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2604 2025.01.17 08:01:57.734618 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2605 2025.01.17 08:01:57.734888 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.19 MiB/sec.
2606 2025.01.17 08:01:57.735052 [ 260 ] {8749de66-149c-47bc-b23e-512c7abbd737} <Debug> TCPHandler: Processed in 0.002426035 sec.
2607 2025.01.17 08:01:57.735348 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2608 2025.01.17 08:01:57.735560 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2609 2025.01.17 08:01:57.735643 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2610 2025.01.17 08:01:57.736425 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2611 2025.01.17 08:01:57.736475 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2612 2025.01.17 08:01:57.736911 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2613 2025.01.17 08:01:57.737170 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2614 2025.01.17 08:01:57.737410 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001909 sec., 33525.405971712935 rows/sec., 2.62 MiB/sec.
2615 2025.01.17 08:01:57.737470 [ 262 ] {d037a93a-10cb-4a58-aec0-426dbc8dc03e} <Debug> TCPHandler: Processed in 0.002270472 sec.
2616 2025.01.17 08:01:57.737625 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2617 2025.01.17 08:01:57.737775 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2618 2025.01.17 08:01:57.737839 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2619 2025.01.17 08:01:57.738556 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2620 2025.01.17 08:01:57.738608 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2621 2025.01.17 08:01:57.739055 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2622 2025.01.17 08:01:57.739303 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2623 2025.01.17 08:01:57.739530 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00179 sec., 89385.4748603352 rows/sec., 6.23 MiB/sec.
2624 2025.01.17 08:01:57.739598 [ 260 ] {ef1e712e-acac-4da2-b627-44a056478df3} <Debug> TCPHandler: Processed in 0.002040239 sec.
2625 2025.01.17 08:01:57.739752 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2626 2025.01.17 08:01:57.739890 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2627 2025.01.17 08:01:57.739953 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2628 2025.01.17 08:01:57.740566 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2629 2025.01.17 08:01:57.740614 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2630 2025.01.17 08:01:57.741023 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2631 2025.01.17 08:01:57.741274 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2632 2025.01.17 08:01:57.741497 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001639 sec., 36607.68761439902 rows/sec., 2.47 MiB/sec.
2633 2025.01.17 08:01:57.741554 [ 262 ] {bfbd0826-554f-4176-9e27-b5bfd4f751d0} <Debug> TCPHandler: Processed in 0.001863087 sec.
2634 2025.01.17 08:02:01.223844 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
2635 2025.01.17 08:02:01.223917 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
2636 2025.01.17 08:02:01.298920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2637 2025.01.17 08:02:01.299606 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2638 2025.01.17 08:02:01.299651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2639 2025.01.17 08:02:01.300245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2640 2025.01.17 08:02:01.300509 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2641 2025.01.17 08:02:01.300759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2642 2025.01.17 08:02:01.307123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 374
2643 2025.01.17 08:02:01.310277 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2644 2025.01.17 08:02:01.310339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2645 2025.01.17 08:02:01.311884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2646 2025.01.17 08:02:01.312205 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2647 2025.01.17 08:02:01.313127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374
2648 2025.01.17 08:02:01.631296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2649 2025.01.17 08:02:01.649889 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2025.01.17 08:02:01.649936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2651 2025.01.17 08:02:01.657103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2652 2025.01.17 08:02:01.657895 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2653 2025.01.17 08:02:01.660279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2654 2025.01.17 08:02:02.739677 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2655 2025.01.17 08:02:02.739883 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2656 2025.01.17 08:02:02.739961 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2657 2025.01.17 08:02:02.740695 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2658 2025.01.17 08:02:02.740744 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2659 2025.01.17 08:02:02.741208 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2660 2025.01.17 08:02:02.741467 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2661 2025.01.17 08:02:02.741804 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
2662 2025.01.17 08:02:02.741949 [ 260 ] {ce0a9134-c9c1-4770-b973-4aa5d3e1073f} <Debug> TCPHandler: Processed in 0.002404705 sec.
2663 2025.01.17 08:02:02.742195 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2664 2025.01.17 08:02:02.742389 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2665 2025.01.17 08:02:02.742460 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2666 2025.01.17 08:02:02.743362 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2667 2025.01.17 08:02:02.743413 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2668 2025.01.17 08:02:02.743886 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2669 2025.01.17 08:02:02.744147 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2670 2025.01.17 08:02:02.744388 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002051 sec., 137006.3383715261 rows/sec., 12.10 MiB/sec.
2671 2025.01.17 08:02:02.744455 [ 262 ] {31f0fa26-af63-4756-bfa4-23f7201651b7} <Debug> TCPHandler: Processed in 0.002386025 sec.
2672 2025.01.17 08:02:02.744622 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2673 2025.01.17 08:02:02.744767 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2674 2025.01.17 08:02:02.744831 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2675 2025.01.17 08:02:02.745997 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2025.01.17 08:02:02.746039 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2677 2025.01.17 08:02:02.746410 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2678 2025.01.17 08:02:02.746650 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2679 2025.01.17 08:02:02.746867 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002135 sec., 21545.66744730679 rows/sec., 1.55 MiB/sec.
2680 2025.01.17 08:02:02.746928 [ 260 ] {b30fa6d0-2ed6-4543-9233-43a66517bf4f} <Debug> TCPHandler: Processed in 0.002378894 sec.
2681 2025.01.17 08:02:02.747089 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2682 2025.01.17 08:02:02.747222 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2683 2025.01.17 08:02:02.747275 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2684 2025.01.17 08:02:02.748259 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2685 2025.01.17 08:02:02.748302 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2686 2025.01.17 08:02:02.748680 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2687 2025.01.17 08:02:02.748915 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2688 2025.01.17 08:02:02.749130 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001938 sec., 7223.942208462332 rows/sec., 505.92 KiB/sec.
2689 2025.01.17 08:02:02.749183 [ 262 ] {6d04b120-41d0-4ca1-8a9e-943d669d3545} <Debug> TCPHandler: Processed in 0.002155991 sec.
2690 2025.01.17 08:02:02.749357 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2691 2025.01.17 08:02:02.749498 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2692 2025.01.17 08:02:02.749557 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2693 2025.01.17 08:02:02.750201 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2025.01.17 08:02:02.750241 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2695 2025.01.17 08:02:02.750596 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2696 2025.01.17 08:02:02.750829 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2697 2025.01.17 08:02:02.751037 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
2698 2025.01.17 08:02:02.751093 [ 260 ] {15e6e07e-0e81-4d04-a28a-6b0557d7877d} <Debug> TCPHandler: Processed in 0.001803456 sec.
2699 2025.01.17 08:02:02.751266 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2700 2025.01.17 08:02:02.751403 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2701 2025.01.17 08:02:02.751458 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2702 2025.01.17 08:02:02.752288 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2025.01.17 08:02:02.752327 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2704 2025.01.17 08:02:02.752712 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2705 2025.01.17 08:02:02.752943 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.01.17 08:02:02.753150 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Debug> executeQuery: Read 430 rows, 31.53 KiB in 0.001778 sec., 241844.76940382452 rows/sec., 17.32 MiB/sec.
2707 2025.01.17 08:02:02.753204 [ 262 ] {514405bc-2712-41ad-ae82-552801958903} <Debug> TCPHandler: Processed in 0.002009679 sec.
2708 2025.01.17 08:02:02.753350 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2709 2025.01.17 08:02:02.753467 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2710 2025.01.17 08:02:02.753518 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2711 2025.01.17 08:02:02.754003 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2025.01.17 08:02:02.754043 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2713 2025.01.17 08:02:02.754409 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2714 2025.01.17 08:02:02.754669 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2715 2025.01.17 08:02:02.754895 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
2716 2025.01.17 08:02:02.754974 [ 260 ] {086d2f28-d79e-4a33-9585-c13df8697055} <Debug> TCPHandler: Processed in 0.001678794 sec.
2717 2025.01.17 08:02:02.755186 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2718 2025.01.17 08:02:02.755407 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2719 2025.01.17 08:02:02.755503 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2720 2025.01.17 08:02:02.756301 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2721 2025.01.17 08:02:02.756341 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2722 2025.01.17 08:02:02.756738 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2723 2025.01.17 08:02:02.756969 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2025.01.17 08:02:02.757175 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001824 sec., 129934.21052631579 rows/sec., 8.71 MiB/sec.
2725 2025.01.17 08:02:02.757227 [ 262 ] {da2d4baf-0f49-4e5c-b93a-01259bf02926} <Debug> TCPHandler: Processed in 0.002154991 sec.
2726 2025.01.17 08:02:02.757381 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2025.01.17 08:02:02.757518 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2728 2025.01.17 08:02:02.757579 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2729 2025.01.17 08:02:02.758090 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2730 2025.01.17 08:02:02.758131 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2731 2025.01.17 08:02:02.758491 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2732 2025.01.17 08:02:02.758725 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2733 2025.01.17 08:02:02.758927 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.83 KiB/sec.
2734 2025.01.17 08:02:02.758980 [ 260 ] {f42490cd-ad21-443a-9441-22d1354234ed} <Debug> TCPHandler: Processed in 0.001665554 sec.
2735 2025.01.17 08:02:02.759182 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2736 2025.01.17 08:02:02.759416 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2737 2025.01.17 08:02:02.759554 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2738 2025.01.17 08:02:02.760963 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2739 2025.01.17 08:02:02.761001 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2740 2025.01.17 08:02:02.761679 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2741 2025.01.17 08:02:02.761934 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2742 2025.01.17 08:02:02.762131 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002771 sec., 14074.341392998916 rows/sec., 25.22 MiB/sec.
2743 2025.01.17 08:02:02.762221 [ 262 ] {101610b0-020a-4520-8518-47e910b6bef0} <Debug> TCPHandler: Processed in 0.003154295 sec.
2744 2025.01.17 08:02:02.762378 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2745 2025.01.17 08:02:02.762514 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2746 2025.01.17 08:02:02.762574 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2747 2025.01.17 08:02:02.763083 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2748 2025.01.17 08:02:02.763123 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2749 2025.01.17 08:02:02.763487 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2750 2025.01.17 08:02:02.763722 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2751 2025.01.17 08:02:02.763973 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001479 sec., 6085.192697768763 rows/sec., 429.85 KiB/sec.
2752 2025.01.17 08:02:02.764146 [ 260 ] {5689bc22-8385-4677-94a6-3ca4c4a29750} <Debug> TCPHandler: Processed in 0.001831276 sec.
2753 2025.01.17 08:02:02.764355 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2754 2025.01.17 08:02:02.764581 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2755 2025.01.17 08:02:02.764673 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2756 2025.01.17 08:02:02.765313 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2757 2025.01.17 08:02:02.765353 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2758 2025.01.17 08:02:02.765721 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2759 2025.01.17 08:02:02.765954 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2760 2025.01.17 08:02:02.766131 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001608 sec., 50995.024875621886 rows/sec., 3.24 MiB/sec.
2761 2025.01.17 08:02:02.766179 [ 262 ] {44bc4710-f9a7-42cb-8076-e4e81eaabac5} <Debug> TCPHandler: Processed in 0.001939118 sec.
2762 2025.01.17 08:02:03.664055 [ 75 ] {} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2763 2025.01.17 08:02:03.664173 [ 75 ] {} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2764 2025.01.17 08:02:03.664216 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2765 2025.01.17 08:02:03.664475 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::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
2766 2025.01.17 08:02:03.664975 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2767 2025.01.17 08:02:03.665036 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2768 2025.01.17 08:02:03.665127 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::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
2769 2025.01.17 08:02:03.665255 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2770 2025.01.17 08:02:03.665358 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
2771 2025.01.17 08:02:03.665427 [ 194 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::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
2772 2025.01.17 08:02:03.667590 [ 197 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003281287 sec., 12495.097198142072 rows/sec., 2.08 MiB/sec.
2773 2025.01.17 08:02:03.667803 [ 186 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2774 2025.01.17 08:02:03.668228 [ 186 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2775 2025.01.17 08:02:03.668308 [ 186 ] {d6d10519-2d68-43c4-9710-61f87ad6cfda::all_1_5_1} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2776 2025.01.17 08:02:03.668384 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2777 2025.01.17 08:02:07.733879 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2025.01.17 08:02:07.734065 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2779 2025.01.17 08:02:07.734136 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2780 2025.01.17 08:02:07.734915 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2781 2025.01.17 08:02:07.734961 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2782 2025.01.17 08:02:07.735387 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2783 2025.01.17 08:02:07.735626 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2784 2025.01.17 08:02:07.735848 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.30 MiB/sec.
2785 2025.01.17 08:02:07.735910 [ 260 ] {a26f831a-05df-4b68-a7d0-131dca9668df} <Debug> TCPHandler: Processed in 0.002196921 sec.
2786 2025.01.17 08:02:07.736150 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2787 2025.01.17 08:02:07.736391 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2788 2025.01.17 08:02:07.736460 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2789 2025.01.17 08:02:07.737205 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2790 2025.01.17 08:02:07.737245 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2791 2025.01.17 08:02:07.737680 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2792 2025.01.17 08:02:07.737931 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2793 2025.01.17 08:02:07.738127 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001788 sec., 35794.18344519015 rows/sec., 2.79 MiB/sec.
2794 2025.01.17 08:02:07.738182 [ 262 ] {428a76c4-f80b-41f6-9394-0ccbedfd0de9} <Debug> TCPHandler: Processed in 0.00210158 sec.
2795 2025.01.17 08:02:07.738358 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2796 2025.01.17 08:02:07.738506 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2797 2025.01.17 08:02:07.738573 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2798 2025.01.17 08:02:07.739239 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2799 2025.01.17 08:02:07.739280 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2800 2025.01.17 08:02:07.739692 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2801 2025.01.17 08:02:07.739935 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2802 2025.01.17 08:02:07.740149 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00168 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec.
2803 2025.01.17 08:02:07.740206 [ 260 ] {a7289080-ec05-4bd7-9075-6834b099d100} <Debug> TCPHandler: Processed in 0.001920267 sec.
2804 2025.01.17 08:02:07.740378 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2805 2025.01.17 08:02:07.740518 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2806 2025.01.17 08:02:07.740578 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2807 2025.01.17 08:02:07.741163 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2808 2025.01.17 08:02:07.741200 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2809 2025.01.17 08:02:07.741571 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2810 2025.01.17 08:02:07.741837 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2811 2025.01.17 08:02:07.742014 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec.
2812 2025.01.17 08:02:07.742063 [ 262 ] {b88cf3d7-fa1e-41a0-a266-6e03bfefb3dc} <Debug> TCPHandler: Processed in 0.001754555 sec.
2813 2025.01.17 08:02:08.800974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2814 2025.01.17 08:02:08.801643 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2815 2025.01.17 08:02:08.801688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2816 2025.01.17 08:02:08.802277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2817 2025.01.17 08:02:08.802538 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2818 2025.01.17 08:02:08.802735 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2819 2025.01.17 08:02:09.160436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2820 2025.01.17 08:02:09.179847 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2025.01.17 08:02:09.179896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2822 2025.01.17 08:02:09.187568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2823 2025.01.17 08:02:09.188318 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2824 2025.01.17 08:02:09.190874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2825 2025.01.17 08:02:11.313453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 406
2826 2025.01.17 08:02:11.316449 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2827 2025.01.17 08:02:11.316502 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2828 2025.01.17 08:02:11.318025 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2829 2025.01.17 08:02:11.318356 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2830 2025.01.17 08:02:11.319304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
2831 2025.01.17 08:02:12.742425 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2025.01.17 08:02:12.742616 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2833 2025.01.17 08:02:12.742693 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2834 2025.01.17 08:02:12.743474 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.01.17 08:02:12.743528 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2836 2025.01.17 08:02:12.743967 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2837 2025.01.17 08:02:12.744222 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2025.01.17 08:02:12.744503 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec.
2839 2025.01.17 08:02:12.744683 [ 260 ] {3d9e26f1-a5f2-4c27-b8d3-f7e61dee4b72} <Debug> TCPHandler: Processed in 0.002410465 sec.
2840 2025.01.17 08:02:12.744963 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2841 2025.01.17 08:02:12.745152 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2842 2025.01.17 08:02:12.745232 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2843 2025.01.17 08:02:12.746318 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2844 2025.01.17 08:02:12.746372 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2845 2025.01.17 08:02:12.746868 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2846 2025.01.17 08:02:12.747133 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2847 2025.01.17 08:02:12.747361 [ 76 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2848 2025.01.17 08:02:12.747407 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002307 sec., 121803.20762895535 rows/sec., 10.76 MiB/sec.
2849 2025.01.17 08:02:12.747481 [ 76 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2025.01.17 08:02:12.747547 [ 262 ] {33258ceb-08eb-4683-a331-3afb06ef62f1} <Debug> TCPHandler: Processed in 0.002714639 sec.
2851 2025.01.17 08:02:12.747571 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2852 2025.01.17 08:02:12.747752 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
2853 2025.01.17 08:02:12.747862 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2854 2025.01.17 08:02:12.747894 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1411 rows starting from the beginning of the part
2855 2025.01.17 08:02:12.747965 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1417 rows starting from the beginning of the part
2856 2025.01.17 08:02:12.748083 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2857 2025.01.17 08:02:12.748406 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 281 rows starting from the beginning of the part
2858 2025.01.17 08:02:12.748734 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2859 2025.01.17 08:02:12.748750 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2860 2025.01.17 08:02:12.748962 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 281 rows starting from the beginning of the part
2861 2025.01.17 08:02:12.749076 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2862 2025.01.17 08:02:12.749291 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2863 2025.01.17 08:02:12.751219 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2864 2025.01.17 08:02:12.751289 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2865 2025.01.17 08:02:12.751959 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2866 2025.01.17 08:02:12.752268 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2025.01.17 08:02:12.752813 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003833 sec., 12001.043569006 rows/sec., 884.08 KiB/sec.
2868 2025.01.17 08:02:12.752889 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3502 rows, containing 5 columns (5 merged, 0 gathered) in 0.005193465 sec., 674308.9632836651 rows/sec., 59.38 MiB/sec.
2869 2025.01.17 08:02:12.752957 [ 260 ] {3cf6f561-8453-41d4-8bdb-320146b24180} <Debug> TCPHandler: Processed in 0.004394103 sec.
2870 2025.01.17 08:02:12.753152 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2871 2025.01.17 08:02:12.753217 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2872 2025.01.17 08:02:12.753318 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2873 2025.01.17 08:02:12.753378 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2874 2025.01.17 08:02:12.753599 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2875 2025.01.17 08:02:12.753728 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_16_3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2876 2025.01.17 08:02:12.753819 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
2877 2025.01.17 08:02:12.754126 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2878 2025.01.17 08:02:12.754164 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2879 2025.01.17 08:02:12.754596 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2880 2025.01.17 08:02:12.754835 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2881 2025.01.17 08:02:12.755049 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001781 sec., 7860.752386299831 rows/sec., 550.52 KiB/sec.
2882 2025.01.17 08:02:12.755107 [ 262 ] {3ac0410a-79e8-4774-a500-42a17d478d7a} <Debug> TCPHandler: Processed in 0.002023309 sec.
2883 2025.01.17 08:02:12.755276 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2884 2025.01.17 08:02:12.755405 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2885 2025.01.17 08:02:12.755456 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2886 2025.01.17 08:02:12.756038 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2887 2025.01.17 08:02:12.756076 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2888 2025.01.17 08:02:12.756463 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2889 2025.01.17 08:02:12.756719 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2890 2025.01.17 08:02:12.756957 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
2891 2025.01.17 08:02:12.757162 [ 260 ] {5cc56f4a-8cd8-4b8e-9ab8-3d532024490a} <Debug> TCPHandler: Processed in 0.001940388 sec.
2892 2025.01.17 08:02:12.757335 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2893 2025.01.17 08:02:12.757452 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2894 2025.01.17 08:02:12.757502 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2895 2025.01.17 08:02:12.758237 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2896 2025.01.17 08:02:12.758276 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2897 2025.01.17 08:02:12.758657 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2898 2025.01.17 08:02:12.758892 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2899 2025.01.17 08:02:12.759055 [ 77 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2900 2025.01.17 08:02:12.759115 [ 77 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2901 2025.01.17 08:02:12.759151 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001714 sec., 245624.2707117853 rows/sec., 17.55 MiB/sec.
2902 2025.01.17 08:02:12.759157 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2903 2025.01.17 08:02:12.759327 [ 262 ] {dc5502e9-b721-447c-a0d4-ed0c4fe8fbf0} <Debug> TCPHandler: Processed in 0.002048129 sec.
2904 2025.01.17 08:02:12.759412 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
2905 2025.01.17 08:02:12.759530 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2906 2025.01.17 08:02:12.759541 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2907 2025.01.17 08:02:12.759583 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 882 rows starting from the beginning of the part
2908 2025.01.17 08:02:12.759727 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2909 2025.01.17 08:02:12.759750 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 884 rows starting from the beginning of the part
2910 2025.01.17 08:02:12.759962 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2911 2025.01.17 08:02:12.760113 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2912 2025.01.17 08:02:12.760371 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 430 rows starting from the beginning of the part
2913 2025.01.17 08:02:12.760675 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2914 2025.01.17 08:02:12.760885 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 421 rows starting from the beginning of the part
2915 2025.01.17 08:02:12.761562 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2916 2025.01.17 08:02:12.761608 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2917 2025.01.17 08:02:12.762171 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2918 2025.01.17 08:02:12.762538 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2025.01.17 08:02:12.762777 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003142 sec., 1909.6117122851688 rows/sec., 99.77 KiB/sec.
2920 2025.01.17 08:02:12.762857 [ 260 ] {82ce9b78-0c32-48b7-ab15-611bee7f9871} <Debug> TCPHandler: Processed in 0.003391099 sec.
2921 2025.01.17 08:02:12.763030 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2922 2025.01.17 08:02:12.763295 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2923 2025.01.17 08:02:12.763435 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2924 2025.01.17 08:02:12.763452 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.004161059 sec., 659687.8342748805 rows/sec., 50.33 MiB/sec.
2925 2025.01.17 08:02:12.763723 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2926 2025.01.17 08:02:12.764208 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2927 2025.01.17 08:02:12.764402 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_16_3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2928 2025.01.17 08:02:12.764566 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
2929 2025.01.17 08:02:12.764657 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2930 2025.01.17 08:02:12.764702 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2931 2025.01.17 08:02:12.765321 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2932 2025.01.17 08:02:12.765591 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2933 2025.01.17 08:02:12.765751 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2934 2025.01.17 08:02:12.765813 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2025.01.17 08:02:12.765849 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2936 2025.01.17 08:02:12.765860 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002682 sec., 88366.8903803132 rows/sec., 5.92 MiB/sec.
2937 2025.01.17 08:02:12.766093 [ 262 ] {fce9427b-1fa7-44f1-a4b9-76556cd43a62} <Debug> TCPHandler: Processed in 0.003116575 sec.
2938 2025.01.17 08:02:12.766142 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
2939 2025.01.17 08:02:12.766316 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2940 2025.01.17 08:02:12.766390 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2941 2025.01.17 08:02:12.766464 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4407 rows starting from the beginning of the part
2942 2025.01.17 08:02:12.766526 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2943 2025.01.17 08:02:12.766751 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1089 rows starting from the beginning of the part
2944 2025.01.17 08:02:12.766745 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2945 2025.01.17 08:02:12.767081 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2946 2025.01.17 08:02:12.767455 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part
2947 2025.01.17 08:02:12.767831 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
2948 2025.01.17 08:02:12.768124 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
2949 2025.01.17 08:02:12.769064 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2025.01.17 08:02:12.769146 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2951 2025.01.17 08:02:12.770027 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2952 2025.01.17 08:02:12.770562 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2025.01.17 08:02:12.771202 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0047 sec., 212.7659574468085 rows/sec., 14.34 KiB/sec.
2954 2025.01.17 08:02:12.771496 [ 260 ] {a32a8820-a7f4-4b12-9940-38293b6883ef} <Debug> TCPHandler: Processed in 0.005269916 sec.
2955 2025.01.17 08:02:12.771724 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2956 2025.01.17 08:02:12.771855 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2957 2025.01.17 08:02:12.771960 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2958 2025.01.17 08:02:12.773496 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2959 2025.01.17 08:02:12.773580 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2960 2025.01.17 08:02:12.773899 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6290 rows, containing 5 columns (5 merged, 0 gathered) in 0.007945104 sec., 791682.5254899118 rows/sec., 53.38 MiB/sec.
2961 2025.01.17 08:02:12.774422 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2962 2025.01.17 08:02:12.774905 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2963 2025.01.17 08:02:12.774976 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2964 2025.01.17 08:02:12.775112 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2965 2025.01.17 08:02:12.775272 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB.
2966 2025.01.17 08:02:12.775368 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2967 2025.01.17 08:02:12.775714 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003861 sec., 10101.0101010101 rows/sec., 18.10 MiB/sec.
2968 2025.01.17 08:02:12.775899 [ 262 ] {0499c612-e1ca-453f-a972-190870ed7d86} <Debug> TCPHandler: Processed in 0.004283471 sec.
2969 2025.01.17 08:02:12.776077 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2970 2025.01.17 08:02:12.776198 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2971 2025.01.17 08:02:12.776251 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2972 2025.01.17 08:02:12.776775 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2973 2025.01.17 08:02:12.776813 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2974 2025.01.17 08:02:12.777202 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2975 2025.01.17 08:02:12.777448 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2976 2025.01.17 08:02:12.777579 [ 77 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2977 2025.01.17 08:02:12.777618 [ 77 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2978 2025.01.17 08:02:12.777641 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec.
2979 2025.01.17 08:02:12.777644 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2980 2025.01.17 08:02:12.777747 [ 260 ] {d5355842-595c-4428-b174-905df9f25610} <Debug> TCPHandler: Processed in 0.001730225 sec.
2981 2025.01.17 08:02:12.777926 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
2982 2025.01.17 08:02:12.778131 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2983 2025.01.17 08:02:12.778175 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 770 rows starting from the beginning of the part
2984 2025.01.17 08:02:12.778295 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
2985 2025.01.17 08:02:12.778512 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2986 2025.01.17 08:02:12.778730 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part
2987 2025.01.17 08:02:12.778909 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
2988 2025.01.17 08:02:12.779042 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
2989 2025.01.17 08:02:12.780521 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 4 columns (4 merged, 0 gathered) in 0.002756299 sec., 412146.8679559076 rows/sec., 26.85 MiB/sec.
2990 2025.01.17 08:02:12.780769 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2991 2025.01.17 08:02:12.781264 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2025.01.17 08:02:12.781360 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_16_3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2993 2025.01.17 08:02:12.781459 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2994 2025.01.17 08:02:16.223966 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
2995 2025.01.17 08:02:16.224065 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
2996 2025.01.17 08:02:16.302931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
2997 2025.01.17 08:02:16.303992 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2998 2025.01.17 08:02:16.304034 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2999 2025.01.17 08:02:16.304566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3000 2025.01.17 08:02:16.304812 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3001 2025.01.17 08:02:16.305054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3002 2025.01.17 08:02:16.691000 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3003 2025.01.17 08:02:16.711202 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3004 2025.01.17 08:02:16.711283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3005 2025.01.17 08:02:16.719091 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3006 2025.01.17 08:02:16.719876 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3007 2025.01.17 08:02:16.722774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3008 2025.01.17 08:02:17.732910 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3009 2025.01.17 08:02:17.733099 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3010 2025.01.17 08:02:17.733172 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3011 2025.01.17 08:02:17.733915 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2025.01.17 08:02:17.733995 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3013 2025.01.17 08:02:17.734421 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3014 2025.01.17 08:02:17.734664 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2025.01.17 08:02:17.734901 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec.
3016 2025.01.17 08:02:17.734965 [ 260 ] {5c2134ce-1631-4453-861e-1ad01540b8aa} <Debug> TCPHandler: Processed in 0.002185271 sec.
3017 2025.01.17 08:02:17.735215 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3018 2025.01.17 08:02:17.735420 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3019 2025.01.17 08:02:17.735498 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3020 2025.01.17 08:02:17.736233 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3021 2025.01.17 08:02:17.736273 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3022 2025.01.17 08:02:17.736700 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3023 2025.01.17 08:02:17.736952 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3024 2025.01.17 08:02:17.737174 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001801 sec., 35535.81343697946 rows/sec., 2.77 MiB/sec.
3025 2025.01.17 08:02:17.737288 [ 262 ] {00052067-dfab-4564-a523-c03c677dddd3} <Debug> TCPHandler: Processed in 0.002212011 sec.
3026 2025.01.17 08:02:17.737498 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3027 2025.01.17 08:02:17.737644 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3028 2025.01.17 08:02:17.737710 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3029 2025.01.17 08:02:17.738394 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2025.01.17 08:02:17.738443 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3031 2025.01.17 08:02:17.738849 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3032 2025.01.17 08:02:17.739086 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2025.01.17 08:02:17.739313 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec.
3034 2025.01.17 08:02:17.739520 [ 260 ] {7c77e7b9-53cf-47c7-bf73-beda6f3d3342} <Debug> TCPHandler: Processed in 0.00212265 sec.
3035 2025.01.17 08:02:17.739699 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3036 2025.01.17 08:02:17.739835 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3037 2025.01.17 08:02:17.739894 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3038 2025.01.17 08:02:17.740488 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2025.01.17 08:02:17.740530 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
3040 2025.01.17 08:02:17.740915 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3041 2025.01.17 08:02:17.741157 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2025.01.17 08:02:17.741379 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
3043 2025.01.17 08:02:17.741472 [ 262 ] {058a5a9c-8f88-4741-a182-7178c4f09524} <Debug> TCPHandler: Processed in 0.001841606 sec.
3044 2025.01.17 08:02:21.319563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 436
3045 2025.01.17 08:02:21.322887 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3046 2025.01.17 08:02:21.322941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3047 2025.01.17 08:02:21.324401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3048 2025.01.17 08:02:21.324718 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2025.01.17 08:02:21.325507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436
3050 2025.01.17 08:02:21.895238 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3051 2025.01.17 08:02:21.895427 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3052 2025.01.17 08:02:21.895496 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3053 2025.01.17 08:02:21.896264 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3054 2025.01.17 08:02:21.896319 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3055 2025.01.17 08:02:21.896750 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3056 2025.01.17 08:02:21.897028 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3057 2025.01.17 08:02:21.897207 [ 146 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3058 2025.01.17 08:02:21.897279 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
3059 2025.01.17 08:02:21.897295 [ 146 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3060 2025.01.17 08:02:21.897372 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3061 2025.01.17 08:02:21.897427 [ 260 ] {c3ad8193-1c5f-4197-b520-ec6e46be27e6} <Debug> TCPHandler: Processed in 0.002314823 sec.
3062 2025.01.17 08:02:21.897766 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3063 2025.01.17 08:02:21.897863 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3064 2025.01.17 08:02:21.897985 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3065 2025.01.17 08:02:21.898032 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3066 2025.01.17 08:02:21.898283 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3067 2025.01.17 08:02:21.898623 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3068 2025.01.17 08:02:21.898641 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3069 2025.01.17 08:02:21.898855 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3070 2025.01.17 08:02:21.898902 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3071 2025.01.17 08:02:21.899343 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
3072 2025.01.17 08:02:21.901130 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2025.01.17 08:02:21.901215 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3074 2025.01.17 08:02:21.901795 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004274231 sec., 16377.214989082247 rows/sec., 1.21 MiB/sec.
3075 2025.01.17 08:02:21.902088 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3076 2025.01.17 08:02:21.902202 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3077 2025.01.17 08:02:21.902621 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_9_2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2025.01.17 08:02:21.902796 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2025.01.17 08:02:21.902813 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_9_2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3080 2025.01.17 08:02:21.902969 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3081 2025.01.17 08:02:21.903208 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004935 sec., 405.26849037487335 rows/sec., 33.05 KiB/sec.
3082 2025.01.17 08:02:21.903303 [ 262 ] {f39f15e0-c693-4cb1-b6e8-1a60997ac460} <Debug> TCPHandler: Processed in 0.005720733 sec.
3083 2025.01.17 08:02:21.903486 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3084 2025.01.17 08:02:21.903627 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3085 2025.01.17 08:02:21.903685 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3086 2025.01.17 08:02:21.905210 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3087 2025.01.17 08:02:21.905251 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3088 2025.01.17 08:02:21.905723 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3089 2025.01.17 08:02:21.905968 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3090 2025.01.17 08:02:21.906190 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002594 sec., 544333.0763299923 rows/sec., 45.58 MiB/sec.
3091 2025.01.17 08:02:21.906244 [ 260 ] {82ba047d-e0a7-44cc-83d9-a6e1df2f81e4} <Debug> TCPHandler: Processed in 0.002824841 sec.
3092 2025.01.17 08:02:21.906425 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3093 2025.01.17 08:02:21.906574 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3094 2025.01.17 08:02:21.906634 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3095 2025.01.17 08:02:21.907357 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3096 2025.01.17 08:02:21.907406 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3097 2025.01.17 08:02:21.907816 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3098 2025.01.17 08:02:21.908066 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3099 2025.01.17 08:02:21.908282 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001744 sec., 24655.96330275229 rows/sec., 1.77 MiB/sec.
3100 2025.01.17 08:02:21.908338 [ 262 ] {e137edf5-7b1f-4256-845c-ce625c9e8d0d} <Debug> TCPHandler: Processed in 0.001982039 sec.
3101 2025.01.17 08:02:21.908489 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3102 2025.01.17 08:02:21.908609 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3103 2025.01.17 08:02:21.908665 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3104 2025.01.17 08:02:21.909450 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3105 2025.01.17 08:02:21.909499 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3106 2025.01.17 08:02:21.909883 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3107 2025.01.17 08:02:21.910124 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3108 2025.01.17 08:02:21.910403 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001794 sec., 134894.09141583054 rows/sec., 9.14 MiB/sec.
3109 2025.01.17 08:02:21.910537 [ 260 ] {bd7f675d-6e81-4b04-82cf-6442167b3130} <Debug> TCPHandler: Processed in 0.002103371 sec.
3110 2025.01.17 08:02:21.910738 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3111 2025.01.17 08:02:21.910958 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3112 2025.01.17 08:02:21.911048 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3113 2025.01.17 08:02:21.911909 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3114 2025.01.17 08:02:21.911949 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3115 2025.01.17 08:02:21.912342 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3116 2025.01.17 08:02:21.912596 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3117 2025.01.17 08:02:21.912747 [ 146 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3118 2025.01.17 08:02:21.912808 [ 146 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3119 2025.01.17 08:02:21.912841 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3120 2025.01.17 08:02:21.912847 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001939 sec., 6704.486848891182 rows/sec., 418.02 KiB/sec.
3121 2025.01.17 08:02:21.913103 [ 262 ] {5531280a-0199-4907-8de1-0ff71e7c5c0e} <Debug> TCPHandler: Processed in 0.002468615 sec.
3122 2025.01.17 08:02:21.913286 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3123 2025.01.17 08:02:21.913421 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3124 2025.01.17 08:02:21.913548 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3125 2025.01.17 08:02:21.913623 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3126 2025.01.17 08:02:21.913649 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3127 2025.01.17 08:02:21.913812 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3128 2025.01.17 08:02:21.913902 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3129 2025.01.17 08:02:21.914270 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3130 2025.01.17 08:02:21.914601 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3131 2025.01.17 08:02:21.914948 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
3132 2025.01.17 08:02:21.917003 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004060538 sec., 16007.730995252354 rows/sec., 1.04 MiB/sec.
3133 2025.01.17 08:02:21.917095 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2025.01.17 08:02:21.917150 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3135 2025.01.17 08:02:21.917226 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3136 2025.01.17 08:02:21.917804 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_9_2} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2025.01.17 08:02:21.917908 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3138 2025.01.17 08:02:21.917950 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_9_2} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3139 2025.01.17 08:02:21.918099 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3140 2025.01.17 08:02:21.918296 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2025.01.17 08:02:21.918538 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.004958 sec., 176280.75837031062 rows/sec., 12.77 MiB/sec.
3142 2025.01.17 08:02:21.918603 [ 260 ] {c6a315da-23f9-4f76-a1a9-91cbfdfb5729} <Debug> TCPHandler: Processed in 0.005387557 sec.
3143 2025.01.17 08:02:21.918761 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3144 2025.01.17 08:02:21.918887 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3145 2025.01.17 08:02:21.918940 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3146 2025.01.17 08:02:21.919444 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.01.17 08:02:21.919491 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3148 2025.01.17 08:02:21.919884 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3149 2025.01.17 08:02:21.920156 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.01.17 08:02:21.920371 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec.
3151 2025.01.17 08:02:21.920427 [ 262 ] {19d201e6-1aea-4311-848a-453774f8a4c9} <Debug> TCPHandler: Processed in 0.001723264 sec.
3152 2025.01.17 08:02:21.920581 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3153 2025.01.17 08:02:21.920698 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3154 2025.01.17 08:02:21.920751 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3155 2025.01.17 08:02:21.921573 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2025.01.17 08:02:21.921614 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3157 2025.01.17 08:02:21.922067 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3158 2025.01.17 08:02:21.922312 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.01.17 08:02:21.922500 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001827 sec., 593322.3864258347 rows/sec., 39.64 MiB/sec.
3160 2025.01.17 08:02:21.922554 [ 260 ] {5b9192d1-f6f7-4d87-9933-f943e798ac91} <Debug> TCPHandler: Processed in 0.002027379 sec.
3161 2025.01.17 08:02:21.922761 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3162 2025.01.17 08:02:21.922984 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3163 2025.01.17 08:02:21.923079 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3164 2025.01.17 08:02:21.923808 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2025.01.17 08:02:21.923847 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3166 2025.01.17 08:02:21.924211 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3167 2025.01.17 08:02:21.924446 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2025.01.17 08:02:21.924707 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001773 sec., 564.0157924421884 rows/sec., 38.00 KiB/sec.
3169 2025.01.17 08:02:21.924785 [ 262 ] {c976e269-c201-4b9a-9c8f-49b4436b3c19} <Debug> TCPHandler: Processed in 0.002136821 sec.
3170 2025.01.17 08:02:21.924947 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3171 2025.01.17 08:02:21.925085 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3172 2025.01.17 08:02:21.925174 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3173 2025.01.17 08:02:21.926415 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3174 2025.01.17 08:02:21.926455 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3175 2025.01.17 08:02:21.927110 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3176 2025.01.17 08:02:21.927366 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3177 2025.01.17 08:02:21.927561 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002508 sec., 13556.618819776715 rows/sec., 24.29 MiB/sec.
3178 2025.01.17 08:02:21.927651 [ 260 ] {320ad231-84cf-4cfc-9ab5-3d5a14f23468} <Debug> TCPHandler: Processed in 0.0027729 sec.
3179 2025.01.17 08:02:21.927808 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3180 2025.01.17 08:02:21.927960 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3181 2025.01.17 08:02:21.928020 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3182 2025.01.17 08:02:21.928607 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3183 2025.01.17 08:02:21.928657 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3184 2025.01.17 08:02:21.929039 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3185 2025.01.17 08:02:21.929279 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3186 2025.01.17 08:02:21.929554 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001626 sec., 50430.50430504305 rows/sec., 3.20 MiB/sec.
3187 2025.01.17 08:02:21.929754 [ 262 ] {6b5edd40-a060-4245-8e79-68bc9f57b9b2} <Debug> TCPHandler: Processed in 0.002009659 sec.
3188 2025.01.17 08:02:22.724747 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3189 2025.01.17 08:02:22.724935 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3190 2025.01.17 08:02:22.725014 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3191 2025.01.17 08:02:22.725786 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3192 2025.01.17 08:02:22.725837 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3193 2025.01.17 08:02:22.726253 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3194 2025.01.17 08:02:22.726510 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3195 2025.01.17 08:02:22.726721 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001837 sec., 5443.658138268916 rows/sec., 531.08 KiB/sec.
3196 2025.01.17 08:02:22.726784 [ 260 ] {9bb6d9f6-d5a3-46ab-9c6b-f4dedcbf175d} <Debug> TCPHandler: Processed in 0.002172782 sec.
3197 2025.01.17 08:02:22.727047 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3198 2025.01.17 08:02:22.727239 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3199 2025.01.17 08:02:22.727313 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3200 2025.01.17 08:02:22.728054 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3201 2025.01.17 08:02:22.728107 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3202 2025.01.17 08:02:22.728520 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3203 2025.01.17 08:02:22.728785 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3204 2025.01.17 08:02:22.729029 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001842 sec., 2714.440825190011 rows/sec., 204.11 KiB/sec.
3205 2025.01.17 08:02:22.729098 [ 262 ] {3d93f0cc-b932-4d7f-b6b3-1f4cb2929a94} <Debug> TCPHandler: Processed in 0.002184861 sec.
3206 2025.01.17 08:02:22.729271 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3207 2025.01.17 08:02:22.729400 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3208 2025.01.17 08:02:22.729454 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3209 2025.01.17 08:02:22.730084 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2025.01.17 08:02:22.730123 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3211 2025.01.17 08:02:22.730507 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3212 2025.01.17 08:02:22.730769 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2025.01.17 08:02:22.730999 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001627 sec., 3073.140749846343 rows/sec., 246.09 KiB/sec.
3214 2025.01.17 08:02:22.731072 [ 260 ] {d4724854-91b6-403b-b332-a1d8c8e7235c} <Debug> TCPHandler: Processed in 0.001861366 sec.
3215 2025.01.17 08:02:22.731260 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3216 2025.01.17 08:02:22.731426 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3217 2025.01.17 08:02:22.731546 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3218 2025.01.17 08:02:22.732770 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3219 2025.01.17 08:02:22.732813 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3220 2025.01.17 08:02:22.733439 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3221 2025.01.17 08:02:22.733706 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3222 2025.01.17 08:02:22.733951 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002562 sec., 1951.6003122560498 rows/sec., 3.50 MiB/sec.
3223 2025.01.17 08:02:22.734295 [ 262 ] {96134725-2681-4eef-b9f9-ab73973e2b68} <Debug> TCPHandler: Processed in 0.003100504 sec.
3224 2025.01.17 08:02:23.805243 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3225 2025.01.17 08:02:23.805947 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3226 2025.01.17 08:02:23.805988 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3227 2025.01.17 08:02:23.806513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3228 2025.01.17 08:02:23.806776 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3229 2025.01.17 08:02:23.806977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3230 2025.01.17 08:02:24.222909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3231 2025.01.17 08:02:24.243730 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3232 2025.01.17 08:02:24.243775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3233 2025.01.17 08:02:24.251721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3234 2025.01.17 08:02:24.252845 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3235 2025.01.17 08:02:24.255827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3236 2025.01.17 08:02:27.733800 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3237 2025.01.17 08:02:27.733992 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3238 2025.01.17 08:02:27.734065 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3239 2025.01.17 08:02:27.734811 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3240 2025.01.17 08:02:27.734865 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3241 2025.01.17 08:02:27.735300 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3242 2025.01.17 08:02:27.735554 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3243 2025.01.17 08:02:27.735810 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec.
3244 2025.01.17 08:02:27.735877 [ 260 ] {112a475c-e49c-4737-a991-26c507738fb7} <Debug> TCPHandler: Processed in 0.002213771 sec.
3245 2025.01.17 08:02:27.736200 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3246 2025.01.17 08:02:27.736509 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3247 2025.01.17 08:02:27.736639 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3248 2025.01.17 08:02:27.737489 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2025.01.17 08:02:27.737544 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3250 2025.01.17 08:02:27.737985 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3251 2025.01.17 08:02:27.738239 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2025.01.17 08:02:27.738489 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002065 sec., 30992.73607748184 rows/sec., 2.42 MiB/sec.
3253 2025.01.17 08:02:27.738555 [ 262 ] {5d81a016-59cf-4c3a-b004-790ed8f1771d} <Debug> TCPHandler: Processed in 0.002550197 sec.
3254 2025.01.17 08:02:27.738707 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2025.01.17 08:02:27.738850 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3256 2025.01.17 08:02:27.738916 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3257 2025.01.17 08:02:27.739593 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3258 2025.01.17 08:02:27.739643 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3259 2025.01.17 08:02:27.740077 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3260 2025.01.17 08:02:27.740317 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3261 2025.01.17 08:02:27.740530 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec.
3262 2025.01.17 08:02:27.740590 [ 260 ] {fe676c4c-1c0d-40c5-8aba-bc668d7dd89e} <Debug> TCPHandler: Processed in 0.001950058 sec.
3263 2025.01.17 08:02:27.740737 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3264 2025.01.17 08:02:27.740868 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3265 2025.01.17 08:02:27.740933 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3266 2025.01.17 08:02:27.741542 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3267 2025.01.17 08:02:27.741592 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3268 2025.01.17 08:02:27.742028 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3269 2025.01.17 08:02:27.742264 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3270 2025.01.17 08:02:27.742473 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec.
3271 2025.01.17 08:02:27.742527 [ 262 ] {0ecfd3f1-c9fb-406d-9943-49dd9680d9d4} <Debug> TCPHandler: Processed in 0.001850767 sec.
3272 2025.01.17 08:02:31.224125 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
3273 2025.01.17 08:02:31.224194 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
3274 2025.01.17 08:02:31.307220 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3275 2025.01.17 08:02:31.308004 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3276 2025.01.17 08:02:31.308053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3277 2025.01.17 08:02:31.308644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3278 2025.01.17 08:02:31.308907 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3279 2025.01.17 08:02:31.309118 [ 134 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3280 2025.01.17 08:02:31.309178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3281 2025.01.17 08:02:31.309202 [ 134 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3282 2025.01.17 08:02:31.309238 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3283 2025.01.17 08:02:31.309466 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3284 2025.01.17 08:02:31.309631 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3285 2025.01.17 08:02:31.309674 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3286 2025.01.17 08:02:31.309752 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3287 2025.01.17 08:02:31.309842 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3288 2025.01.17 08:02:31.310079 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3289 2025.01.17 08:02:31.310173 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3290 2025.01.17 08:02:31.310354 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
3291 2025.01.17 08:02:31.312026 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002709919 sec., 2723697.6455753846 rows/sec., 38.96 MiB/sec.
3292 2025.01.17 08:02:31.312945 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3293 2025.01.17 08:02:31.313305 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_16_3} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3294 2025.01.17 08:02:31.313398 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_16_3} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3295 2025.01.17 08:02:31.313513 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3296 2025.01.17 08:02:31.325823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 476
3297 2025.01.17 08:02:31.329111 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3298 2025.01.17 08:02:31.329155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3299 2025.01.17 08:02:31.330512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3300 2025.01.17 08:02:31.330869 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3301 2025.01.17 08:02:31.331054 [ 134 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3302 2025.01.17 08:02:31.331137 [ 134 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3303 2025.01.17 08:02:31.331205 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3304 2025.01.17 08:02:31.331967 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
3305 2025.01.17 08:02:31.332715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476
3306 2025.01.17 08:02:31.333098 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3307 2025.01.17 08:02:31.333226 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part
3308 2025.01.17 08:02:31.333755 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
3309 2025.01.17 08:02:31.334282 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part
3310 2025.01.17 08:02:31.334798 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3311 2025.01.17 08:02:31.335290 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
3312 2025.01.17 08:02:31.335842 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3313 2025.01.17 08:02:31.343689 [ 200 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 72 columns (72 merged, 0 gathered) in 0.012308896 sec., 38671.217954884014 rows/sec., 35.49 MiB/sec.
3314 2025.01.17 08:02:31.344476 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3315 2025.01.17 08:02:31.345142 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3316 2025.01.17 08:02:31.345220 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_11_2} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3317 2025.01.17 08:02:31.345412 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB.
3318 2025.01.17 08:02:31.756022 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3319 2025.01.17 08:02:31.779243 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3320 2025.01.17 08:02:31.779314 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3321 2025.01.17 08:02:31.786728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3322 2025.01.17 08:02:31.787497 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3323 2025.01.17 08:02:31.787797 [ 134 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3324 2025.01.17 08:02:31.787860 [ 134 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3325 2025.01.17 08:02:31.787912 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3326 2025.01.17 08:02:31.788379 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
3327 2025.01.17 08:02:31.804956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3328 2025.01.17 08:02:31.806681 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3329 2025.01.17 08:02:31.808399 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
3330 2025.01.17 08:02:31.814108 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
3331 2025.01.17 08:02:31.819815 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
3332 2025.01.17 08:02:31.825667 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
3333 2025.01.17 08:02:31.831620 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3334 2025.01.17 08:02:31.836401 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3335 2025.01.17 08:02:31.894898 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.106825733 sec., 1132.6858857125744 rows/sec., 5.86 MiB/sec.
3336 2025.01.17 08:02:31.897438 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3337 2025.01.17 08:02:31.900289 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3338 2025.01.17 08:02:31.900410 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_16_3} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3339 2025.01.17 08:02:31.902728 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3340 2025.01.17 08:02:32.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.35 MiB, peak 188.32 MiB, free memory in arenas 0.00 B, will set to 179.55 MiB (RSS), difference: 1.20 MiB
3341 2025.01.17 08:02:32.001458 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000970344 sec.
3342 2025.01.17 08:02:32.740030 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3343 2025.01.17 08:02:32.740220 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3344 2025.01.17 08:02:32.740292 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3345 2025.01.17 08:02:32.741039 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3346 2025.01.17 08:02:32.741087 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3347 2025.01.17 08:02:32.741543 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3348 2025.01.17 08:02:32.741810 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3349 2025.01.17 08:02:32.742048 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec.
3350 2025.01.17 08:02:32.742106 [ 260 ] {2a655fce-1522-45e8-81d7-6c1e5fd5286c} <Debug> TCPHandler: Processed in 0.002210561 sec.
3351 2025.01.17 08:02:32.742372 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3352 2025.01.17 08:02:32.742564 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3353 2025.01.17 08:02:32.742637 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3354 2025.01.17 08:02:32.743551 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3355 2025.01.17 08:02:32.743602 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3356 2025.01.17 08:02:32.744083 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3357 2025.01.17 08:02:32.744353 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3358 2025.01.17 08:02:32.744535 [ 131 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3359 2025.01.17 08:02:32.744615 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002094 sec., 134192.93218720154 rows/sec., 11.86 MiB/sec.
3360 2025.01.17 08:02:32.744620 [ 131 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3361 2025.01.17 08:02:32.744701 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3362 2025.01.17 08:02:32.744756 [ 262 ] {431e77ea-c7df-4028-978c-65cc0ac45b11} <Debug> TCPHandler: Processed in 0.002526706 sec.
3363 2025.01.17 08:02:32.744986 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
3364 2025.01.17 08:02:32.745000 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3365 2025.01.17 08:02:32.745274 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3366 2025.01.17 08:02:32.745287 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3367 2025.01.17 08:02:32.745342 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1427 rows starting from the beginning of the part
3368 2025.01.17 08:02:32.745389 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3369 2025.01.17 08:02:32.745678 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
3370 2025.01.17 08:02:32.746056 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1412 rows starting from the beginning of the part
3371 2025.01.17 08:02:32.746385 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part
3372 2025.01.17 08:02:32.746478 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
3373 2025.01.17 08:02:32.746594 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 281 rows starting from the beginning of the part
3374 2025.01.17 08:02:32.749274 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 5 columns (5 merged, 0 gathered) in 0.004459624 sec., 726967.1165102709 rows/sec., 63.80 MiB/sec.
3375 2025.01.17 08:02:32.749580 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3376 2025.01.17 08:02:32.749867 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3377 2025.01.17 08:02:32.749960 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_21_4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3378 2025.01.17 08:02:32.750134 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3379 2025.01.17 08:02:32.750350 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3380 2025.01.17 08:02:32.750397 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3381 2025.01.17 08:02:32.750791 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3382 2025.01.17 08:02:32.751036 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3383 2025.01.17 08:02:32.751218 [ 132 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3384 2025.01.17 08:02:32.751277 [ 132 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3385 2025.01.17 08:02:32.751283 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006087 sec., 7557.088877936586 rows/sec., 556.71 KiB/sec.
3386 2025.01.17 08:02:32.751308 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3387 2025.01.17 08:02:32.751461 [ 260 ] {4b0d0c8d-215d-4a1a-97b2-4881e9d6725a} <Debug> TCPHandler: Processed in 0.006597424 sec.
3388 2025.01.17 08:02:32.751570 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
3389 2025.01.17 08:02:32.751658 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3390 2025.01.17 08:02:32.751760 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3391 2025.01.17 08:02:32.751831 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 53 rows starting from the beginning of the part
3392 2025.01.17 08:02:32.751871 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3393 2025.01.17 08:02:32.752020 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3394 2025.01.17 08:02:32.752059 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
3395 2025.01.17 08:02:32.752518 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part
3396 2025.01.17 08:02:32.752867 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 43 rows starting from the beginning of the part
3397 2025.01.17 08:02:32.753305 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
3398 2025.01.17 08:02:32.753698 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part
3399 2025.01.17 08:02:32.754732 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3400 2025.01.17 08:02:32.754816 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3401 2025.01.17 08:02:32.755972 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3402 2025.01.17 08:02:32.756531 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 5 columns (5 merged, 0 gathered) in 0.005075763 sec., 47086.516844856626 rows/sec., 3.56 MiB/sec.
3403 2025.01.17 08:02:32.756545 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3404 2025.01.17 08:02:32.756744 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3405 2025.01.17 08:02:32.757016 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005187 sec., 2699.055330634278 rows/sec., 189.02 KiB/sec.
3406 2025.01.17 08:02:32.757261 [ 262 ] {57e16a90-ef38-4592-ad91-f6260bd0acfc} <Debug> TCPHandler: Processed in 0.005671612 sec.
3407 2025.01.17 08:02:32.757441 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2025.01.17 08:02:32.757461 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3409 2025.01.17 08:02:32.757565 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_11_2} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3410 2025.01.17 08:02:32.757584 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3411 2025.01.17 08:02:32.757663 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3412 2025.01.17 08:02:32.757678 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3413 2025.01.17 08:02:32.758250 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3414 2025.01.17 08:02:32.758289 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3415 2025.01.17 08:02:32.758654 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3416 2025.01.17 08:02:32.758892 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3417 2025.01.17 08:02:32.759118 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec.
3418 2025.01.17 08:02:32.759198 [ 260 ] {3d3acf9e-b4f4-4070-993f-946ed874517b} <Debug> TCPHandler: Processed in 0.001819886 sec.
3419 2025.01.17 08:02:32.759364 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3420 2025.01.17 08:02:32.759500 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3421 2025.01.17 08:02:32.759557 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3422 2025.01.17 08:02:32.760395 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2025.01.17 08:02:32.760434 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3424 2025.01.17 08:02:32.760834 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3425 2025.01.17 08:02:32.761073 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2025.01.17 08:02:32.761197 [ 132 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3427 2025.01.17 08:02:32.761245 [ 132 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3428 2025.01.17 08:02:32.761259 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001788 sec., 235458.6129753915 rows/sec., 16.82 MiB/sec.
3429 2025.01.17 08:02:32.761275 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3430 2025.01.17 08:02:32.761386 [ 262 ] {ea4ecaba-5a89-4c8f-8985-7b374692e17a} <Debug> TCPHandler: Processed in 0.0020866 sec.
3431 2025.01.17 08:02:32.761496 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
3432 2025.01.17 08:02:32.761561 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3433 2025.01.17 08:02:32.761631 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3434 2025.01.17 08:02:32.761676 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 907 rows starting from the beginning of the part
3435 2025.01.17 08:02:32.761697 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3436 2025.01.17 08:02:32.761791 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3437 2025.01.17 08:02:32.761817 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part
3438 2025.01.17 08:02:32.762093 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 874 rows starting from the beginning of the part
3439 2025.01.17 08:02:32.762330 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 5 rows starting from the beginning of the part
3440 2025.01.17 08:02:32.762573 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3441 2025.01.17 08:02:32.762720 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 421 rows starting from the beginning of the part
3442 2025.01.17 08:02:32.763442 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3443 2025.01.17 08:02:32.763481 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3444 2025.01.17 08:02:32.764009 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3445 2025.01.17 08:02:32.764299 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3446 2025.01.17 08:02:32.764534 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002927 sec., 2049.880423641954 rows/sec., 107.10 KiB/sec.
3447 2025.01.17 08:02:32.764693 [ 260 ] {fd2e0898-3f98-4111-b80a-9976aa7c9d35} <Debug> TCPHandler: Processed in 0.003205506 sec.
3448 2025.01.17 08:02:32.764937 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3449 2025.01.17 08:02:32.764952 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2335 rows, containing 5 columns (5 merged, 0 gathered) in 0.003568591 sec., 654319.8702232898 rows/sec., 50.06 MiB/sec.
3450 2025.01.17 08:02:32.765088 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3451 2025.01.17 08:02:32.765158 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3452 2025.01.17 08:02:32.765169 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3453 2025.01.17 08:02:32.765645 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3454 2025.01.17 08:02:32.765754 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_21_4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3455 2025.01.17 08:02:32.765879 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
3456 2025.01.17 08:02:32.766079 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3457 2025.01.17 08:02:32.766117 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3458 2025.01.17 08:02:32.766512 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3459 2025.01.17 08:02:32.766754 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3460 2025.01.17 08:02:32.767002 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001936 sec., 122417.35537190082 rows/sec., 8.21 MiB/sec.
3461 2025.01.17 08:02:32.767210 [ 262 ] {2f5877ed-9697-4227-85ae-3c36b4e6838d} <Debug> TCPHandler: Processed in 0.002398744 sec.
3462 2025.01.17 08:02:32.767367 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2025.01.17 08:02:32.767484 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3464 2025.01.17 08:02:32.767535 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3465 2025.01.17 08:02:32.768063 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3466 2025.01.17 08:02:32.768104 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3467 2025.01.17 08:02:32.768482 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3468 2025.01.17 08:02:32.768725 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2025.01.17 08:02:32.768882 [ 132 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3470 2025.01.17 08:02:32.768942 [ 132 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3471 2025.01.17 08:02:32.768965 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3472 2025.01.17 08:02:32.768988 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec.
3473 2025.01.17 08:02:32.769267 [ 260 ] {e8492ce6-33f0-4b6a-a684-6f57454bb17e} <Debug> TCPHandler: Processed in 0.001954298 sec.
3474 2025.01.17 08:02:32.769328 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3475 2025.01.17 08:02:32.769503 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3476 2025.01.17 08:02:32.769519 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3477 2025.01.17 08:02:32.769576 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3478 2025.01.17 08:02:32.769798 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3479 2025.01.17 08:02:32.769809 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3480 2025.01.17 08:02:32.770154 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3481 2025.01.17 08:02:32.770165 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3482 2025.01.17 08:02:32.770549 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3483 2025.01.17 08:02:32.770905 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3484 2025.01.17 08:02:32.771238 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3485 2025.01.17 08:02:32.774357 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005305076 sec., 1884.9871330778296 rows/sec., 127.02 KiB/sec.
3486 2025.01.17 08:02:32.774553 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3487 2025.01.17 08:02:32.775141 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3488 2025.01.17 08:02:32.775149 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3489 2025.01.17 08:02:32.775202 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3490 2025.01.17 08:02:32.775313 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_10_2} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3491 2025.01.17 08:02:32.775462 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3492 2025.01.17 08:02:32.776093 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3493 2025.01.17 08:02:32.776356 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2025.01.17 08:02:32.776484 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3495 2025.01.17 08:02:32.776519 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3496 2025.01.17 08:02:32.776545 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3497 2025.01.17 08:02:32.776573 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006925 sec., 5631.768953068592 rows/sec., 10.09 MiB/sec.
3498 2025.01.17 08:02:32.777058 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
3499 2025.01.17 08:02:32.777743 [ 262 ] {49ef66c6-7518-433b-93be-6679743e7117} <Debug> TCPHandler: Processed in 0.008355771 sec.
3500 2025.01.17 08:02:32.777996 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3501 2025.01.17 08:02:32.778096 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3502 2025.01.17 08:02:32.778241 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3503 2025.01.17 08:02:32.778264 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
3504 2025.01.17 08:02:32.778349 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3505 2025.01.17 08:02:32.779137 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3506 2025.01.17 08:02:32.779821 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3507 2025.01.17 08:02:32.780624 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3508 2025.01.17 08:02:32.781004 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.01.17 08:02:32.781131 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3510 2025.01.17 08:02:32.781463 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
3511 2025.01.17 08:02:32.782154 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3512 2025.01.17 08:02:32.782751 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3513 2025.01.17 08:02:32.783397 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3514 2025.01.17 08:02:32.784033 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005863 sec., 13986.013986013986 rows/sec., 909.60 KiB/sec.
3515 2025.01.17 08:02:32.784321 [ 260 ] {a32b8f9f-32de-4523-9b66-ee9a8b60cebb} <Debug> TCPHandler: Processed in 0.006454093 sec.
3516 2025.01.17 08:02:32.787269 [ 201 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 19 columns (19 merged, 0 gathered) in 0.010635802 sec., 26514.220554312687 rows/sec., 47.51 MiB/sec.
3517 2025.01.17 08:02:32.787976 [ 201 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3518 2025.01.17 08:02:32.788393 [ 201 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3519 2025.01.17 08:02:32.788478 [ 201 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3520 2025.01.17 08:02:32.788621 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
3521 2025.01.17 08:02:37.732879 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3522 2025.01.17 08:02:37.733077 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3523 2025.01.17 08:02:37.733152 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3524 2025.01.17 08:02:37.733934 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3525 2025.01.17 08:02:37.733982 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3526 2025.01.17 08:02:37.734419 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3527 2025.01.17 08:02:37.734677 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3528 2025.01.17 08:02:37.734912 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec.
3529 2025.01.17 08:02:37.734982 [ 260 ] {8f5981ec-4c8e-4e21-adfe-839840f64e33} <Debug> TCPHandler: Processed in 0.002228951 sec.
3530 2025.01.17 08:02:37.735247 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3531 2025.01.17 08:02:37.735432 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3532 2025.01.17 08:02:37.735506 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3533 2025.01.17 08:02:37.736265 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3534 2025.01.17 08:02:37.736318 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3535 2025.01.17 08:02:37.736744 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3536 2025.01.17 08:02:37.737005 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3537 2025.01.17 08:02:37.737244 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec.
3538 2025.01.17 08:02:37.737312 [ 262 ] {fb90de44-de80-4ee2-a159-d3a67dc6788f} <Debug> TCPHandler: Processed in 0.002196461 sec.
3539 2025.01.17 08:02:37.737474 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3540 2025.01.17 08:02:37.737621 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3541 2025.01.17 08:02:37.737686 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3542 2025.01.17 08:02:37.738345 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3543 2025.01.17 08:02:37.738388 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3544 2025.01.17 08:02:37.738809 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3545 2025.01.17 08:02:37.739059 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3546 2025.01.17 08:02:37.739234 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3547 2025.01.17 08:02:37.739304 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec.
3548 2025.01.17 08:02:37.739332 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2025.01.17 08:02:37.739399 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3550 2025.01.17 08:02:37.739438 [ 260 ] {89e52a7e-f885-4e02-8c6b-37adf47eee3f} <Debug> TCPHandler: Processed in 0.002025929 sec.
3551 2025.01.17 08:02:37.739613 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
3552 2025.01.17 08:02:37.739644 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3553 2025.01.17 08:02:37.739836 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3554 2025.01.17 08:02:37.739905 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6290 rows starting from the beginning of the part
3555 2025.01.17 08:02:37.739902 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3556 2025.01.17 08:02:37.740102 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
3557 2025.01.17 08:02:37.740115 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3558 2025.01.17 08:02:37.740493 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1084 rows starting from the beginning of the part
3559 2025.01.17 08:02:37.740863 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
3560 2025.01.17 08:02:37.741188 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part
3561 2025.01.17 08:02:37.741445 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
3562 2025.01.17 08:02:37.742293 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3563 2025.01.17 08:02:37.742366 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3564 2025.01.17 08:02:37.742928 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3565 2025.01.17 08:02:37.743404 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3566 2025.01.17 08:02:37.743792 [ 122 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3567 2025.01.17 08:02:37.743950 [ 122 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2025.01.17 08:02:37.744027 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004163 sec., 14412.68316118184 rows/sec., 994.63 KiB/sec.
3569 2025.01.17 08:02:37.744049 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3570 2025.01.17 08:02:37.744265 [ 262 ] {7af89213-435a-4175-8bed-1335a04f367b} <Debug> TCPHandler: Processed in 0.004725128 sec.
3571 2025.01.17 08:02:37.744374 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
3572 2025.01.17 08:02:37.744532 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3573 2025.01.17 08:02:37.744562 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1136 rows starting from the beginning of the part
3574 2025.01.17 08:02:37.744635 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
3575 2025.01.17 08:02:37.744724 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
3576 2025.01.17 08:02:37.745093 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
3577 2025.01.17 08:02:37.745345 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
3578 2025.01.17 08:02:37.745495 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
3579 2025.01.17 08:02:37.745905 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8091 rows, containing 5 columns (5 merged, 0 gathered) in 0.006392441 sec., 1265713.6765126185 rows/sec., 85.39 MiB/sec.
3580 2025.01.17 08:02:37.746686 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3581 2025.01.17 08:02:37.747392 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3582 2025.01.17 08:02:37.747456 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 4 columns (4 merged, 0 gathered) in 0.003238587 sec., 456989.42162121943 rows/sec., 29.82 MiB/sec.
3583 2025.01.17 08:02:37.747589 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3584 2025.01.17 08:02:37.747751 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3585 2025.01.17 08:02:37.747775 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3586 2025.01.17 08:02:37.748082 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3587 2025.01.17 08:02:37.748163 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_21_4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3588 2025.01.17 08:02:37.748254 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3589 2025.01.17 08:02:38.809448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3590 2025.01.17 08:02:38.810182 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3591 2025.01.17 08:02:38.810236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3592 2025.01.17 08:02:38.810779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3593 2025.01.17 08:02:38.811039 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3594 2025.01.17 08:02:38.811339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3595 2025.01.17 08:02:39.305178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3596 2025.01.17 08:02:39.323754 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3597 2025.01.17 08:02:39.323805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3598 2025.01.17 08:02:39.330866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3599 2025.01.17 08:02:39.331594 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3600 2025.01.17 08:02:39.334967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3601 2025.01.17 08:02:41.333677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 506
3602 2025.01.17 08:02:41.336834 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2025.01.17 08:02:41.336880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3604 2025.01.17 08:02:41.338357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3605 2025.01.17 08:02:41.338641 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.01.17 08:02:41.339558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506
3607 2025.01.17 08:02:42.742103 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3608 2025.01.17 08:02:42.742290 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3609 2025.01.17 08:02:42.742358 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3610 2025.01.17 08:02:42.743086 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3611 2025.01.17 08:02:42.743201 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3612 2025.01.17 08:02:42.743620 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3613 2025.01.17 08:02:42.743866 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3614 2025.01.17 08:02:42.744105 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
3615 2025.01.17 08:02:42.744319 [ 260 ] {c96738e4-5dfd-40d5-ba05-f6c3a0dda814} <Debug> TCPHandler: Processed in 0.002356594 sec.
3616 2025.01.17 08:02:42.744593 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3617 2025.01.17 08:02:42.744770 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3618 2025.01.17 08:02:42.744840 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3619 2025.01.17 08:02:42.745819 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3620 2025.01.17 08:02:42.745867 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3621 2025.01.17 08:02:42.746404 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3622 2025.01.17 08:02:42.746662 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3623 2025.01.17 08:02:42.746906 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002147 sec., 130880.29809035864 rows/sec., 11.56 MiB/sec.
3624 2025.01.17 08:02:42.746975 [ 262 ] {0fa1072b-6dd3-4c6a-8947-61b40f643a8f} <Debug> TCPHandler: Processed in 0.002488716 sec.
3625 2025.01.17 08:02:42.747140 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3626 2025.01.17 08:02:42.747260 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3627 2025.01.17 08:02:42.747308 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3628 2025.01.17 08:02:42.748414 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3629 2025.01.17 08:02:42.748453 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3630 2025.01.17 08:02:42.748820 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3631 2025.01.17 08:02:42.749078 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3632 2025.01.17 08:02:42.749348 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002117 sec., 21728.861596598963 rows/sec., 1.56 MiB/sec.
3633 2025.01.17 08:02:42.749404 [ 260 ] {ad02838a-be37-48ae-8cd7-8f9269bb4e24} <Debug> TCPHandler: Processed in 0.002335484 sec.
3634 2025.01.17 08:02:42.750649 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3635 2025.01.17 08:02:42.750782 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3636 2025.01.17 08:02:42.750851 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3637 2025.01.17 08:02:42.751446 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3638 2025.01.17 08:02:42.751485 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3639 2025.01.17 08:02:42.751826 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3640 2025.01.17 08:02:42.752061 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3641 2025.01.17 08:02:42.752278 [ 115 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3642 2025.01.17 08:02:42.752356 [ 115 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3643 2025.01.17 08:02:42.752362 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001614 sec., 8674.101610904585 rows/sec., 607.48 KiB/sec.
3644 2025.01.17 08:02:42.752391 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3645 2025.01.17 08:02:42.752515 [ 262 ] {c6e48f8d-1723-4e38-a6ff-7cf98ff47e75} <Debug> TCPHandler: Processed in 0.001950548 sec.
3646 2025.01.17 08:02:42.752632 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3647 2025.01.17 08:02:42.752722 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3648 2025.01.17 08:02:42.752862 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3649 2025.01.17 08:02:42.752940 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3650 2025.01.17 08:02:42.752960 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3651 2025.01.17 08:02:42.753130 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3652 2025.01.17 08:02:42.753232 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3653 2025.01.17 08:02:42.753630 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3654 2025.01.17 08:02:42.754021 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3655 2025.01.17 08:02:42.754317 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3656 2025.01.17 08:02:42.754695 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
3657 2025.01.17 08:02:42.756739 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2025.01.17 08:02:42.756825 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3659 2025.01.17 08:02:42.757807 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005244895 sec., 102957.25653230427 rows/sec., 7.37 MiB/sec.
3660 2025.01.17 08:02:42.758036 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3661 2025.01.17 08:02:42.758228 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3662 2025.01.17 08:02:42.758540 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_11_2} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3663 2025.01.17 08:02:42.758702 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_11_2} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3664 2025.01.17 08:02:42.758874 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3665 2025.01.17 08:02:42.758890 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.01.17 08:02:42.759271 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006334 sec., 2052.41553520682 rows/sec., 127.97 KiB/sec.
3667 2025.01.17 08:02:42.759357 [ 260 ] {34d07a20-16e5-4712-97be-af3c856bac65} <Debug> TCPHandler: Processed in 0.006686396 sec.
3668 2025.01.17 08:02:42.759578 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2025.01.17 08:02:42.759797 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3670 2025.01.17 08:02:42.759885 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3671 2025.01.17 08:02:42.760635 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3672 2025.01.17 08:02:42.760675 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3673 2025.01.17 08:02:42.761058 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3674 2025.01.17 08:02:42.761360 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3675 2025.01.17 08:02:42.761563 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001841 sec., 228680.06518196632 rows/sec., 16.34 MiB/sec.
3676 2025.01.17 08:02:42.761616 [ 262 ] {cf876321-95ac-42d0-9a80-f5bea9c7f22b} <Debug> TCPHandler: Processed in 0.002167871 sec.
3677 2025.01.17 08:02:42.761767 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3678 2025.01.17 08:02:42.761890 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3679 2025.01.17 08:02:42.761936 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3680 2025.01.17 08:02:42.762465 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3681 2025.01.17 08:02:42.762503 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3682 2025.01.17 08:02:42.762868 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3683 2025.01.17 08:02:42.763099 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.01.17 08:02:42.763326 [ 115 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3685 2025.01.17 08:02:42.763389 [ 115 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3686 2025.01.17 08:02:42.763416 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec.
3687 2025.01.17 08:02:42.763447 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3688 2025.01.17 08:02:42.763562 [ 260 ] {dbbe0d5a-f14c-4b0a-a2f6-a6042c4f6a12} <Debug> TCPHandler: Processed in 0.001820527 sec.
3689 2025.01.17 08:02:42.763820 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3690 2025.01.17 08:02:42.764029 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3691 2025.01.17 08:02:42.764185 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3692 2025.01.17 08:02:42.764331 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3693 2025.01.17 08:02:42.764350 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3694 2025.01.17 08:02:42.764473 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3695 2025.01.17 08:02:42.764872 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3696 2025.01.17 08:02:42.765246 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3697 2025.01.17 08:02:42.765487 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3698 2025.01.17 08:02:42.765795 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3699 2025.01.17 08:02:42.766111 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
3700 2025.01.17 08:02:42.766790 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3701 2025.01.17 08:02:42.766866 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3702 2025.01.17 08:02:42.767849 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3703 2025.01.17 08:02:42.768519 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3704 2025.01.17 08:02:42.768772 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005182574 sec., 12734.984584880023 rows/sec., 665.35 KiB/sec.
3705 2025.01.17 08:02:42.769122 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005023 sec., 47182.95839139957 rows/sec., 3.16 MiB/sec.
3706 2025.01.17 08:02:42.769168 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3707 2025.01.17 08:02:42.769447 [ 262 ] {ffef888a-7f62-43b2-b206-914b668c0053} <Debug> TCPHandler: Processed in 0.005767953 sec.
3708 2025.01.17 08:02:42.769722 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3709 2025.01.17 08:02:42.769946 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3710 2025.01.17 08:02:42.770011 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_11_2} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3711 2025.01.17 08:02:42.770044 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3712 2025.01.17 08:02:42.770268 [ 196 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_11_2} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3713 2025.01.17 08:02:42.770446 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3714 2025.01.17 08:02:42.770879 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2025.01.17 08:02:42.770921 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3716 2025.01.17 08:02:42.771325 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3717 2025.01.17 08:02:42.771550 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2025.01.17 08:02:42.771751 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001863 sec., 536.7686527106816 rows/sec., 36.17 KiB/sec.
3719 2025.01.17 08:02:42.771802 [ 260 ] {e4f2b2dd-ec63-4376-b55f-9895f4d1289a} <Debug> TCPHandler: Processed in 0.002230122 sec.
3720 2025.01.17 08:02:42.771977 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3721 2025.01.17 08:02:42.772244 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3722 2025.01.17 08:02:42.772372 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3723 2025.01.17 08:02:42.773755 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2025.01.17 08:02:42.773792 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3725 2025.01.17 08:02:42.774474 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3726 2025.01.17 08:02:42.774715 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3727 2025.01.17 08:02:42.775031 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002875 sec., 13565.217391304348 rows/sec., 24.31 MiB/sec.
3728 2025.01.17 08:02:42.775251 [ 262 ] {bf92768e-b219-4a2c-8dae-498c3a8debc7} <Debug> TCPHandler: Processed in 0.003325108 sec.
3729 2025.01.17 08:02:42.775394 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3730 2025.01.17 08:02:42.775501 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3731 2025.01.17 08:02:42.775549 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3732 2025.01.17 08:02:42.776023 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2025.01.17 08:02:42.776061 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3734 2025.01.17 08:02:42.776491 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3735 2025.01.17 08:02:42.776735 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2025.01.17 08:02:42.776987 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec.
3737 2025.01.17 08:02:42.777201 [ 260 ] {2850a1d5-48f6-475e-870e-7306e343c91d} <Debug> TCPHandler: Processed in 0.001848707 sec.
3738 2025.01.17 08:02:46.225241 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
3739 2025.01.17 08:02:46.225316 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
3740 2025.01.17 08:02:46.315787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3741 2025.01.17 08:02:46.316894 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.01.17 08:02:46.316939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3743 2025.01.17 08:02:46.317467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3744 2025.01.17 08:02:46.317715 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.01.17 08:02:46.318012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3746 2025.01.17 08:02:46.839305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3747 2025.01.17 08:02:46.860039 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3748 2025.01.17 08:02:46.860103 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3749 2025.01.17 08:02:46.867845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3750 2025.01.17 08:02:46.868589 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3751 2025.01.17 08:02:46.871301 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3752 2025.01.17 08:02:47.736974 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3753 2025.01.17 08:02:47.737153 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3754 2025.01.17 08:02:47.737224 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3755 2025.01.17 08:02:47.737988 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3756 2025.01.17 08:02:47.738041 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3757 2025.01.17 08:02:47.738462 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3758 2025.01.17 08:02:47.738711 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3759 2025.01.17 08:02:47.738943 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.34 MiB/sec.
3760 2025.01.17 08:02:47.739008 [ 260 ] {16ee2107-cae1-4a22-83ae-8781f4e3e3a9} <Debug> TCPHandler: Processed in 0.002164231 sec.
3761 2025.01.17 08:02:47.739273 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3762 2025.01.17 08:02:47.739463 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3763 2025.01.17 08:02:47.739537 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3764 2025.01.17 08:02:47.740308 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3765 2025.01.17 08:02:47.740360 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3766 2025.01.17 08:02:47.740792 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3767 2025.01.17 08:02:47.741043 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3768 2025.01.17 08:02:47.741336 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec.
3769 2025.01.17 08:02:47.741584 [ 262 ] {5bf207a6-5ac9-4252-afc8-5c19ed86562b} <Debug> TCPHandler: Processed in 0.002433585 sec.
3770 2025.01.17 08:02:47.741775 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3771 2025.01.17 08:02:47.741924 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3772 2025.01.17 08:02:47.741990 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3773 2025.01.17 08:02:47.742611 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3774 2025.01.17 08:02:47.742655 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3775 2025.01.17 08:02:47.743061 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3776 2025.01.17 08:02:47.743304 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3777 2025.01.17 08:02:47.743518 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
3778 2025.01.17 08:02:47.743579 [ 260 ] {e7709171-12e3-4144-8b18-269c73f75db9} <Debug> TCPHandler: Processed in 0.001875127 sec.
3779 2025.01.17 08:02:47.743749 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3780 2025.01.17 08:02:47.743897 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3781 2025.01.17 08:02:47.743961 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3782 2025.01.17 08:02:47.744524 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2025.01.17 08:02:47.744565 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3784 2025.01.17 08:02:47.744947 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3785 2025.01.17 08:02:47.745183 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3786 2025.01.17 08:02:47.745395 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec.
3787 2025.01.17 08:02:47.745448 [ 262 ] {76628307-274f-4223-adee-f8e883f8119a} <Debug> TCPHandler: Processed in 0.001771466 sec.
3788 2025.01.17 08:02:51.341882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 536
3789 2025.01.17 08:02:51.344858 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3790 2025.01.17 08:02:51.344909 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3791 2025.01.17 08:02:51.346359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3792 2025.01.17 08:02:51.346672 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3793 2025.01.17 08:02:51.347710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536
3794 2025.01.17 08:02:51.845329 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3795 2025.01.17 08:02:51.845573 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3796 2025.01.17 08:02:51.845674 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3797 2025.01.17 08:02:51.846682 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3798 2025.01.17 08:02:51.846728 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3799 2025.01.17 08:02:51.847142 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3800 2025.01.17 08:02:51.847402 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3801 2025.01.17 08:02:51.847669 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002164 sec., 6469.500924214417 rows/sec., 465.72 KiB/sec.
3802 2025.01.17 08:02:51.847776 [ 260 ] {d2d38f39-60b2-42be-b51f-cafd60d9d3d0} <Debug> TCPHandler: Processed in 0.002583047 sec.
3803 2025.01.17 08:02:51.848173 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3804 2025.01.17 08:02:51.848475 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3805 2025.01.17 08:02:51.848546 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3806 2025.01.17 08:02:51.849221 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2025.01.17 08:02:51.849267 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3808 2025.01.17 08:02:51.849731 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3809 2025.01.17 08:02:51.849973 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2025.01.17 08:02:51.850200 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001804 sec., 6651.884700665189 rows/sec., 542.41 KiB/sec.
3811 2025.01.17 08:02:51.850256 [ 262 ] {0178ec0f-7b7d-47bb-a105-e781377c0429} <Debug> TCPHandler: Processed in 0.002299873 sec.
3812 2025.01.17 08:02:51.850422 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3813 2025.01.17 08:02:51.850558 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3814 2025.01.17 08:02:51.850613 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3815 2025.01.17 08:02:51.851809 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3816 2025.01.17 08:02:51.851849 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3817 2025.01.17 08:02:51.852298 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3818 2025.01.17 08:02:51.852538 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3819 2025.01.17 08:02:51.852765 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002237 sec., 633437.6396960214 rows/sec., 53.02 MiB/sec.
3820 2025.01.17 08:02:51.852817 [ 260 ] {f4b3af40-ac41-40fe-8120-9acbe3cb165e} <Debug> TCPHandler: Processed in 0.002461975 sec.
3821 2025.01.17 08:02:51.853033 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3822 2025.01.17 08:02:51.853257 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3823 2025.01.17 08:02:51.853346 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3824 2025.01.17 08:02:51.853994 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3825 2025.01.17 08:02:51.854034 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3826 2025.01.17 08:02:51.854394 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3827 2025.01.17 08:02:51.854626 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3828 2025.01.17 08:02:51.854852 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001648 sec., 32160.194174757282 rows/sec., 2.28 MiB/sec.
3829 2025.01.17 08:02:51.854907 [ 262 ] {06dbaab5-d854-425a-9ad5-3aa0fb52c50d} <Debug> TCPHandler: Processed in 0.001989518 sec.
3830 2025.01.17 08:02:51.855062 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3831 2025.01.17 08:02:51.855199 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3832 2025.01.17 08:02:51.855255 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3833 2025.01.17 08:02:51.855927 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3834 2025.01.17 08:02:51.855968 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3835 2025.01.17 08:02:51.856331 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3836 2025.01.17 08:02:51.856562 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3837 2025.01.17 08:02:51.856771 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001603 sec., 150966.93699313788 rows/sec., 10.23 MiB/sec.
3838 2025.01.17 08:02:51.856823 [ 260 ] {dd33ee0b-3b70-4614-a1dc-e3991c9458b4} <Debug> TCPHandler: Processed in 0.001829466 sec.
3839 2025.01.17 08:02:51.856984 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3840 2025.01.17 08:02:51.857123 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3841 2025.01.17 08:02:51.857179 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3842 2025.01.17 08:02:51.857791 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3843 2025.01.17 08:02:51.857830 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3844 2025.01.17 08:02:51.858177 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3845 2025.01.17 08:02:51.858411 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3846 2025.01.17 08:02:51.858624 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
3847 2025.01.17 08:02:51.858679 [ 262 ] {c4d91737-7664-4261-9645-82466a0a04cd} <Debug> TCPHandler: Processed in 0.001761975 sec.
3848 2025.01.17 08:02:51.858823 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3849 2025.01.17 08:02:51.858960 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3850 2025.01.17 08:02:51.859018 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3851 2025.01.17 08:02:51.859905 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.01.17 08:02:51.859945 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3853 2025.01.17 08:02:51.860339 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3854 2025.01.17 08:02:51.860586 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2025.01.17 08:02:51.860802 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001871 sec., 472474.6125066809 rows/sec., 34.28 MiB/sec.
3856 2025.01.17 08:02:51.860853 [ 260 ] {3b318b9c-06b3-489c-9c8a-7f94998414a5} <Debug> TCPHandler: Processed in 0.002097359 sec.
3857 2025.01.17 08:02:51.861051 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3858 2025.01.17 08:02:51.861273 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3859 2025.01.17 08:02:51.861366 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3860 2025.01.17 08:02:51.861897 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3861 2025.01.17 08:02:51.861935 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3862 2025.01.17 08:02:51.862302 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3863 2025.01.17 08:02:51.862537 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3864 2025.01.17 08:02:51.862745 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec.
3865 2025.01.17 08:02:51.862798 [ 262 ] {6b15f060-8d1f-4859-bdf7-db7318abff99} <Debug> TCPHandler: Processed in 0.001860086 sec.
3866 2025.01.17 08:02:51.862943 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3867 2025.01.17 08:02:51.863081 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3868 2025.01.17 08:02:51.863142 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3869 2025.01.17 08:02:51.863927 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3870 2025.01.17 08:02:51.863966 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3871 2025.01.17 08:02:51.864416 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3872 2025.01.17 08:02:51.864646 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3873 2025.01.17 08:02:51.864844 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.001815 sec., 600000 rows/sec., 40.10 MiB/sec.
3874 2025.01.17 08:02:51.864893 [ 260 ] {a87c9723-9dde-40a9-9d59-3eeb8ee89733} <Debug> TCPHandler: Processed in 0.002040909 sec.
3875 2025.01.17 08:02:51.865081 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3876 2025.01.17 08:02:51.865296 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3877 2025.01.17 08:02:51.865390 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3878 2025.01.17 08:02:51.865933 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3879 2025.01.17 08:02:51.865973 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3880 2025.01.17 08:02:51.866327 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3881 2025.01.17 08:02:51.866559 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3882 2025.01.17 08:02:51.866777 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
3883 2025.01.17 08:02:51.866829 [ 262 ] {827d4c69-8f76-46b7-858e-10d3ad1b1da5} <Debug> TCPHandler: Processed in 0.001824376 sec.
3884 2025.01.17 08:02:51.866982 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3885 2025.01.17 08:02:51.867119 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3886 2025.01.17 08:02:51.867211 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3887 2025.01.17 08:02:51.868346 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3888 2025.01.17 08:02:51.868385 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3889 2025.01.17 08:02:51.869020 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3890 2025.01.17 08:02:51.869280 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.01.17 08:02:51.869838 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002738 sec., 12417.823228634039 rows/sec., 22.25 MiB/sec.
3892 2025.01.17 08:02:51.869937 [ 260 ] {5c6593ab-1bd7-40bc-be67-f4066d8db16b} <Debug> TCPHandler: Processed in 0.003024153 sec.
3893 2025.01.17 08:02:51.870149 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3894 2025.01.17 08:02:51.870372 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3895 2025.01.17 08:02:51.870466 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3896 2025.01.17 08:02:51.870962 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.01.17 08:02:51.871000 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3898 2025.01.17 08:02:51.871368 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3899 2025.01.17 08:02:51.871597 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3900 2025.01.17 08:02:51.871807 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001491 sec., 54996.64654594233 rows/sec., 3.49 MiB/sec.
3901 2025.01.17 08:02:51.871861 [ 262 ] {da42aeb2-9aab-448c-9f79-d95fa43c1111} <Debug> TCPHandler: Processed in 0.001824867 sec.
3902 2025.01.17 08:02:52.728963 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3903 2025.01.17 08:02:52.729173 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3904 2025.01.17 08:02:52.729251 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3905 2025.01.17 08:02:52.730010 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3906 2025.01.17 08:02:52.730058 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3907 2025.01.17 08:02:52.730467 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3908 2025.01.17 08:02:52.730718 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3909 2025.01.17 08:02:52.730937 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001815 sec., 2203.8567493112946 rows/sec., 179.71 KiB/sec.
3910 2025.01.17 08:02:52.731107 [ 260 ] {658ea029-677f-46d7-bc3b-429d6fe739a0} <Debug> TCPHandler: Processed in 0.002308203 sec.
3911 2025.01.17 08:02:52.731444 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3912 2025.01.17 08:02:52.731749 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3913 2025.01.17 08:02:52.731866 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3914 2025.01.17 08:02:52.732863 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2025.01.17 08:02:52.732913 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3916 2025.01.17 08:02:52.733328 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3917 2025.01.17 08:02:52.733585 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2025.01.17 08:02:52.733752 [ 105 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3919 2025.01.17 08:02:52.733810 [ 105 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2025.01.17 08:02:52.733835 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.002163 sec., 5547.850208044383 rows/sec., 518.76 KiB/sec.
3921 2025.01.17 08:02:52.733846 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3922 2025.01.17 08:02:52.734020 [ 262 ] {2dd8879e-5284-4945-8767-09b1a23e549f} <Debug> TCPHandler: Processed in 0.002752919 sec.
3923 2025.01.17 08:02:52.734115 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
3924 2025.01.17 08:02:52.734283 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3925 2025.01.17 08:02:52.734508 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3926 2025.01.17 08:02:52.734562 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3927 2025.01.17 08:02:52.734575 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part
3928 2025.01.17 08:02:52.734626 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3929 2025.01.17 08:02:52.734719 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3930 2025.01.17 08:02:52.734954 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 281 rows starting from the beginning of the part
3931 2025.01.17 08:02:52.735178 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
3932 2025.01.17 08:02:52.735419 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1417 rows starting from the beginning of the part
3933 2025.01.17 08:02:52.735662 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
3934 2025.01.17 08:02:52.736307 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3935 2025.01.17 08:02:52.736348 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3936 2025.01.17 08:02:52.736957 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3937 2025.01.17 08:02:52.737266 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3938 2025.01.17 08:02:52.737460 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.002954 sec., 3046.716316858497 rows/sec., 221.83 KiB/sec.
3939 2025.01.17 08:02:52.737526 [ 260 ] {7006a9c4-211a-47ec-a99b-fcdbedcd86ab} <Debug> TCPHandler: Processed in 0.003383498 sec.
3940 2025.01.17 08:02:52.737817 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3941 2025.01.17 08:02:52.737861 [ 196 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3250 rows, containing 5 columns (5 merged, 0 gathered) in 0.003896056 sec., 834176.9214816213 rows/sec., 73.19 MiB/sec.
3942 2025.01.17 08:02:52.738068 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3943 2025.01.17 08:02:52.738193 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3944 2025.01.17 08:02:52.738390 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3945 2025.01.17 08:02:52.739117 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3946 2025.01.17 08:02:52.739328 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_26_5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3947 2025.01.17 08:02:52.739523 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3948 2025.01.17 08:02:52.739631 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3949 2025.01.17 08:02:52.739676 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3950 2025.01.17 08:02:52.740034 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3951 2025.01.17 08:02:52.740272 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3952 2025.01.17 08:02:52.740427 [ 105 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3953 2025.01.17 08:02:52.740484 [ 105 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3954 2025.01.17 08:02:52.740509 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3955 2025.01.17 08:02:52.740540 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.002523 sec., 3567.18192627824 rows/sec., 287.98 KiB/sec.
3956 2025.01.17 08:02:52.740837 [ 262 ] {fbff25c6-6116-41b6-a924-b33fe8f41043} <Debug> TCPHandler: Processed in 0.003202906 sec.
3957 2025.01.17 08:02:52.740937 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
3958 2025.01.17 08:02:52.741110 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3959 2025.01.17 08:02:52.741488 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3960 2025.01.17 08:02:52.741569 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3961 2025.01.17 08:02:52.741615 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3962 2025.01.17 08:02:52.741643 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
3963 2025.01.17 08:02:52.742044 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3964 2025.01.17 08:02:52.742407 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 421 rows starting from the beginning of the part
3965 2025.01.17 08:02:52.742786 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
3966 2025.01.17 08:02:52.743082 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 884 rows starting from the beginning of the part
3967 2025.01.17 08:02:52.743399 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part
3968 2025.01.17 08:02:52.744214 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3969 2025.01.17 08:02:52.744282 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3970 2025.01.17 08:02:52.745183 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3971 2025.01.17 08:02:52.745780 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3972 2025.01.17 08:02:52.746220 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.00486 sec., 411.52263374485597 rows/sec., 28.94 KiB/sec.
3973 2025.01.17 08:02:52.746448 [ 260 ] {f040c81f-73d1-4826-a70c-90260345ce78} <Debug> TCPHandler: Processed in 0.005482119 sec.
3974 2025.01.17 08:02:52.746740 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3975 2025.01.17 08:02:52.746911 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2351 rows, containing 5 columns (5 merged, 0 gathered) in 0.006303131 sec., 372989.2334460445 rows/sec., 28.55 MiB/sec.
3976 2025.01.17 08:02:52.746965 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3977 2025.01.17 08:02:52.747093 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3978 2025.01.17 08:02:52.747179 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3979 2025.01.17 08:02:52.747939 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3980 2025.01.17 08:02:52.748187 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_26_5} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3981 2025.01.17 08:02:52.748414 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
3982 2025.01.17 08:02:52.749855 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2025.01.17 08:02:52.749899 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3984 2025.01.17 08:02:52.750518 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3985 2025.01.17 08:02:52.750785 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2025.01.17 08:02:52.751005 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.004086 sec., 1223.6906510034262 rows/sec., 2.19 MiB/sec.
3987 2025.01.17 08:02:52.751188 [ 262 ] {d0e24559-8ada-4a1d-b456-576b341eae9a} <Debug> TCPHandler: Processed in 0.004609016 sec.
3988 2025.01.17 08:02:53.818132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3989 2025.01.17 08:02:53.818771 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3990 2025.01.17 08:02:53.818810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3991 2025.01.17 08:02:53.819334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3992 2025.01.17 08:02:53.819604 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2025.01.17 08:02:53.819844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3994 2025.01.17 08:02:54.371349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3995 2025.01.17 08:02:54.392441 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3996 2025.01.17 08:02:54.392500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3997 2025.01.17 08:02:54.400199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3998 2025.01.17 08:02:54.400950 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3999 2025.01.17 08:02:54.404218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4000 2025.01.17 08:02:57.737022 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4001 2025.01.17 08:02:57.737288 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4002 2025.01.17 08:02:57.737391 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4003 2025.01.17 08:02:57.738298 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4004 2025.01.17 08:02:57.738345 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4005 2025.01.17 08:02:57.738796 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4006 2025.01.17 08:02:57.739052 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4007 2025.01.17 08:02:57.739254 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.11 MiB/sec.
4008 2025.01.17 08:02:57.739317 [ 260 ] {d0515aa1-6830-4766-8e3e-9bb1659ef5f5} <Debug> TCPHandler: Processed in 0.002460665 sec.
4009 2025.01.17 08:02:57.739625 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4010 2025.01.17 08:02:57.739901 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4011 2025.01.17 08:02:57.739973 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4012 2025.01.17 08:02:57.740713 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4013 2025.01.17 08:02:57.740759 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4014 2025.01.17 08:02:57.741194 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4015 2025.01.17 08:02:57.741452 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4016 2025.01.17 08:02:57.741679 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00183 sec., 34972.67759562842 rows/sec., 2.73 MiB/sec.
4017 2025.01.17 08:02:57.741737 [ 262 ] {4e91d90d-d8ab-4447-9ed4-dce028d196b0} <Debug> TCPHandler: Processed in 0.002295733 sec.
4018 2025.01.17 08:02:57.741890 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4019 2025.01.17 08:02:57.742034 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4020 2025.01.17 08:02:57.742099 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4021 2025.01.17 08:02:57.742852 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4022 2025.01.17 08:02:57.742890 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4023 2025.01.17 08:02:57.743304 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4024 2025.01.17 08:02:57.743547 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4025 2025.01.17 08:02:57.743670 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4026 2025.01.17 08:02:57.743711 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4027 2025.01.17 08:02:57.743734 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4028 2025.01.17 08:02:57.743739 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec.
4029 2025.01.17 08:02:57.743954 [ 260 ] {97c7eceb-7f15-4823-9b7f-488fe5d5939d} <Debug> TCPHandler: Processed in 0.002127181 sec.
4030 2025.01.17 08:02:57.744377 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4031 2025.01.17 08:02:57.744665 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
4032 2025.01.17 08:02:57.744733 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4033 2025.01.17 08:02:57.744859 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4034 2025.01.17 08:02:57.745160 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4035 2025.01.17 08:02:57.745271 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 8091 rows starting from the beginning of the part
4036 2025.01.17 08:02:57.745663 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
4037 2025.01.17 08:02:57.745825 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
4038 2025.01.17 08:02:57.746231 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1089 rows starting from the beginning of the part
4039 2025.01.17 08:02:57.746642 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part
4040 2025.01.17 08:02:57.747067 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
4041 2025.01.17 08:02:57.747204 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2025.01.17 08:02:57.747316 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4043 2025.01.17 08:02:57.748484 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4044 2025.01.17 08:02:57.748743 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4045 2025.01.17 08:02:57.749081 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004426 sec., 13556.258472661544 rows/sec., 935.52 KiB/sec.
4046 2025.01.17 08:02:57.749378 [ 262 ] {929e6bf5-a45f-4ccb-985a-10a26a9e39b6} <Debug> TCPHandler: Processed in 0.005223246 sec.
4047 2025.01.17 08:02:57.752279 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9739 rows, containing 5 columns (5 merged, 0 gathered) in 0.00836131 sec., 1164769.6353801019 rows/sec., 78.57 MiB/sec.
4048 2025.01.17 08:02:57.752569 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4049 2025.01.17 08:02:57.752911 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4050 2025.01.17 08:02:57.752993 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4051 2025.01.17 08:02:57.753085 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB.
4052 2025.01.17 08:03:01.225571 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
4053 2025.01.17 08:03:01.225639 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
4054 2025.01.17 08:03:01.320199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4055 2025.01.17 08:03:01.321200 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4056 2025.01.17 08:03:01.321244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4057 2025.01.17 08:03:01.321794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4058 2025.01.17 08:03:01.322040 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4059 2025.01.17 08:03:01.322310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4060 2025.01.17 08:03:01.348222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 580
4061 2025.01.17 08:03:01.351632 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2025.01.17 08:03:01.351691 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4063 2025.01.17 08:03:01.353712 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4064 2025.01.17 08:03:01.354030 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2025.01.17 08:03:01.355217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580
4066 2025.01.17 08:03:01.904475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4067 2025.01.17 08:03:01.925381 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4068 2025.01.17 08:03:01.925426 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4069 2025.01.17 08:03:01.933311 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4070 2025.01.17 08:03:01.934121 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4071 2025.01.17 08:03:01.936923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4072 2025.01.17 08:03:02.744582 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4073 2025.01.17 08:03:02.744862 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4074 2025.01.17 08:03:02.744972 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4075 2025.01.17 08:03:02.745743 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4076 2025.01.17 08:03:02.745792 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4077 2025.01.17 08:03:02.746251 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4078 2025.01.17 08:03:02.746511 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4079 2025.01.17 08:03:02.746737 [ 92 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4080 2025.01.17 08:03:02.746808 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
4081 2025.01.17 08:03:02.746865 [ 92 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4082 2025.01.17 08:03:02.746939 [ 260 ] {c07e7dd6-4449-4b7e-a3ad-889ac26ee332} <Debug> TCPHandler: Processed in 0.002526486 sec.
4083 2025.01.17 08:03:02.746950 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4084 2025.01.17 08:03:02.747186 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4085 2025.01.17 08:03:02.747233 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4086 2025.01.17 08:03:02.747428 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4087 2025.01.17 08:03:02.747499 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4088 2025.01.17 08:03:02.747511 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4089 2025.01.17 08:03:02.747644 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4090 2025.01.17 08:03:02.747727 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4091 2025.01.17 08:03:02.748164 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4092 2025.01.17 08:03:02.748540 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4093 2025.01.17 08:03:02.749001 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
4094 2025.01.17 08:03:02.751111 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.01.17 08:03:02.751204 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4096 2025.01.17 08:03:02.751589 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004470494 sec., 15658.224795738457 rows/sec., 1.16 MiB/sec.
4097 2025.01.17 08:03:02.751884 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4098 2025.01.17 08:03:02.752202 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4099 2025.01.17 08:03:02.752516 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_13_3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4100 2025.01.17 08:03:02.752719 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2025.01.17 08:03:02.752726 [ 200 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_13_3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4102 2025.01.17 08:03:02.752919 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4103 2025.01.17 08:03:02.753096 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005686 sec., 49419.62715441435 rows/sec., 4.37 MiB/sec.
4104 2025.01.17 08:03:02.753167 [ 262 ] {49b30ba9-7650-4501-833e-f3a5a432244c} <Debug> TCPHandler: Processed in 0.006081397 sec.
4105 2025.01.17 08:03:02.753321 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4106 2025.01.17 08:03:02.753466 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4107 2025.01.17 08:03:02.753528 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4108 2025.01.17 08:03:02.754227 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2025.01.17 08:03:02.754268 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4110 2025.01.17 08:03:02.754647 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4111 2025.01.17 08:03:02.754891 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2025.01.17 08:03:02.755149 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001718 sec., 26775.320139697324 rows/sec., 1.93 MiB/sec.
4113 2025.01.17 08:03:02.755214 [ 260 ] {a37ac54b-1530-4fe2-b8fa-cd130cd426ca} <Debug> TCPHandler: Processed in 0.001964028 sec.
4114 2025.01.17 08:03:02.755400 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4115 2025.01.17 08:03:02.755521 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4116 2025.01.17 08:03:02.755573 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4117 2025.01.17 08:03:02.756246 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2025.01.17 08:03:02.756287 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4119 2025.01.17 08:03:02.756661 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4120 2025.01.17 08:03:02.756904 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2025.01.17 08:03:02.757113 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec.
4122 2025.01.17 08:03:02.757287 [ 262 ] {b806fc50-3929-4db7-aedb-99bece16178a} <Debug> TCPHandler: Processed in 0.001944768 sec.
4123 2025.01.17 08:03:02.757455 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4124 2025.01.17 08:03:02.757576 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4125 2025.01.17 08:03:02.757626 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4126 2025.01.17 08:03:02.758187 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4127 2025.01.17 08:03:02.758226 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4128 2025.01.17 08:03:02.758603 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4129 2025.01.17 08:03:02.758850 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4130 2025.01.17 08:03:02.759033 [ 91 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4131 2025.01.17 08:03:02.759094 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec.
4132 2025.01.17 08:03:02.759150 [ 91 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4133 2025.01.17 08:03:02.759207 [ 260 ] {5ec8dae7-35ba-4574-acc8-33385d1a8553} <Debug> TCPHandler: Processed in 0.001807646 sec.
4134 2025.01.17 08:03:02.759232 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4135 2025.01.17 08:03:02.759488 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4136 2025.01.17 08:03:02.759610 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4137 2025.01.17 08:03:02.760077 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4138 2025.01.17 08:03:02.760237 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4139 2025.01.17 08:03:02.760266 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4140 2025.01.17 08:03:02.760366 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4141 2025.01.17 08:03:02.760651 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4142 2025.01.17 08:03:02.761064 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4143 2025.01.17 08:03:02.761495 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4144 2025.01.17 08:03:02.761863 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
4145 2025.01.17 08:03:02.762956 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4146 2025.01.17 08:03:02.763030 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4147 2025.01.17 08:03:02.764186 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4148 2025.01.17 08:03:02.764237 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00487529 sec., 13332.540218120357 rows/sec., 883.36 KiB/sec.
4149 2025.01.17 08:03:02.764434 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4150 2025.01.17 08:03:02.764607 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4151 2025.01.17 08:03:02.765053 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_13_3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4152 2025.01.17 08:03:02.765084 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005215 sec., 80728.66730584852 rows/sec., 5.77 MiB/sec.
4153 2025.01.17 08:03:02.765392 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_13_3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4154 2025.01.17 08:03:02.765459 [ 262 ] {6dec6ece-3a6a-4e95-9e28-b2f00a098197} <Debug> TCPHandler: Processed in 0.006149939 sec.
4155 2025.01.17 08:03:02.765692 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4156 2025.01.17 08:03:02.765788 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4157 2025.01.17 08:03:02.765927 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4158 2025.01.17 08:03:02.765976 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4159 2025.01.17 08:03:02.766491 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4160 2025.01.17 08:03:02.766542 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4161 2025.01.17 08:03:02.766929 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4162 2025.01.17 08:03:02.767180 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2025.01.17 08:03:02.767391 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
4164 2025.01.17 08:03:02.767441 [ 260 ] {668b3eea-d35d-4000-9f73-183546440d80} <Debug> TCPHandler: Processed in 0.001853616 sec.
4165 2025.01.17 08:03:02.767592 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4166 2025.01.17 08:03:02.767709 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4167 2025.01.17 08:03:02.767761 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4168 2025.01.17 08:03:02.768354 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4169 2025.01.17 08:03:02.768393 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4170 2025.01.17 08:03:02.768804 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4171 2025.01.17 08:03:02.769077 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4172 2025.01.17 08:03:02.769298 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001613 sec., 146931.18412895227 rows/sec., 9.85 MiB/sec.
4173 2025.01.17 08:03:02.769350 [ 262 ] {127a45ca-7111-4c4b-8f03-953545ee20dc} <Debug> TCPHandler: Processed in 0.001813336 sec.
4174 2025.01.17 08:03:02.769494 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4175 2025.01.17 08:03:02.769632 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4176 2025.01.17 08:03:02.769691 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4177 2025.01.17 08:03:02.770219 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4178 2025.01.17 08:03:02.770259 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4179 2025.01.17 08:03:02.770617 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4180 2025.01.17 08:03:02.770849 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4181 2025.01.17 08:03:02.771122 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec.
4182 2025.01.17 08:03:02.771365 [ 260 ] {c96e684a-f2fa-480f-8bb1-30a2310660cc} <Debug> TCPHandler: Processed in 0.001926377 sec.
4183 2025.01.17 08:03:02.771613 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4184 2025.01.17 08:03:02.771836 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4185 2025.01.17 08:03:02.771984 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4186 2025.01.17 08:03:02.773210 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4187 2025.01.17 08:03:02.773250 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4188 2025.01.17 08:03:02.773923 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4189 2025.01.17 08:03:02.774191 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2025.01.17 08:03:02.774448 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002667 sec., 14623.172103487064 rows/sec., 26.20 MiB/sec.
4191 2025.01.17 08:03:02.774556 [ 262 ] {5c0eb591-4239-479e-944d-27df53b8ffab} <Debug> TCPHandler: Processed in 0.003072474 sec.
4192 2025.01.17 08:03:02.774692 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4193 2025.01.17 08:03:02.774808 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4194 2025.01.17 08:03:02.774858 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4195 2025.01.17 08:03:02.775336 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4196 2025.01.17 08:03:02.775376 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4197 2025.01.17 08:03:02.775739 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4198 2025.01.17 08:03:02.775976 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4199 2025.01.17 08:03:02.776138 [ 91 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4200 2025.01.17 08:03:02.776202 [ 91 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4201 2025.01.17 08:03:02.776238 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec.
4202 2025.01.17 08:03:02.776250 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4203 2025.01.17 08:03:02.776395 [ 260 ] {f0e62c32-8430-491d-a326-e9b28edcc6a2} <Debug> TCPHandler: Processed in 0.001752446 sec.
4204 2025.01.17 08:03:02.776888 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4205 2025.01.17 08:03:02.776998 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4206 2025.01.17 08:03:02.777031 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1480 rows starting from the beginning of the part
4207 2025.01.17 08:03:02.777120 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
4208 2025.01.17 08:03:02.777244 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
4209 2025.01.17 08:03:02.777410 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4210 2025.01.17 08:03:02.777493 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
4211 2025.01.17 08:03:02.777708 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
4212 2025.01.17 08:03:02.778870 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 4 columns (4 merged, 0 gathered) in 0.002453555 sec., 752377.6723978064 rows/sec., 49.02 MiB/sec.
4213 2025.01.17 08:03:02.779115 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4214 2025.01.17 08:03:02.779474 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4215 2025.01.17 08:03:02.779570 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_26_5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4216 2025.01.17 08:03:02.779664 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4217 2025.01.17 08:03:07.737225 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4218 2025.01.17 08:03:07.737432 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4219 2025.01.17 08:03:07.737504 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4220 2025.01.17 08:03:07.738284 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2025.01.17 08:03:07.738335 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4222 2025.01.17 08:03:07.738773 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4223 2025.01.17 08:03:07.739027 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4224 2025.01.17 08:03:07.739245 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.32 MiB/sec.
4225 2025.01.17 08:03:07.739362 [ 260 ] {64b03269-098f-4e52-b45f-169c310fb840} <Debug> TCPHandler: Processed in 0.002262602 sec.
4226 2025.01.17 08:03:07.739677 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4227 2025.01.17 08:03:07.739883 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4228 2025.01.17 08:03:07.739964 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4229 2025.01.17 08:03:07.740755 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4230 2025.01.17 08:03:07.740806 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4231 2025.01.17 08:03:07.741237 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4232 2025.01.17 08:03:07.741484 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4233 2025.01.17 08:03:07.741734 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec.
4234 2025.01.17 08:03:07.741878 [ 262 ] {222c9a49-c4b1-4a2f-8f32-433bf2af1069} <Debug> TCPHandler: Processed in 0.002364734 sec.
4235 2025.01.17 08:03:07.742110 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4236 2025.01.17 08:03:07.742245 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4237 2025.01.17 08:03:07.742308 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4238 2025.01.17 08:03:07.742969 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2025.01.17 08:03:07.743009 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4240 2025.01.17 08:03:07.743417 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4241 2025.01.17 08:03:07.743659 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2025.01.17 08:03:07.743841 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec.
4243 2025.01.17 08:03:07.743899 [ 260 ] {7b0f4822-cb64-4d18-b10f-320681c89a6d} <Debug> TCPHandler: Processed in 0.001884776 sec.
4244 2025.01.17 08:03:07.744070 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4245 2025.01.17 08:03:07.744189 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4246 2025.01.17 08:03:07.744241 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4247 2025.01.17 08:03:07.744746 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2025.01.17 08:03:07.744786 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4249 2025.01.17 08:03:07.745166 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4250 2025.01.17 08:03:07.745416 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.01.17 08:03:07.745620 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec.
4252 2025.01.17 08:03:07.745670 [ 262 ] {906f3186-bb38-4273-a4df-0f7beeee32f5} <Debug> TCPHandler: Processed in 0.001657534 sec.
4253 2025.01.17 08:03:08.822532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4254 2025.01.17 08:03:08.823197 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4255 2025.01.17 08:03:08.823241 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4256 2025.01.17 08:03:08.823756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4257 2025.01.17 08:03:08.824017 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4258 2025.01.17 08:03:08.824162 [ 79 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4259 2025.01.17 08:03:08.824206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4260 2025.01.17 08:03:08.824213 [ 79 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4261 2025.01.17 08:03:08.824244 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4262 2025.01.17 08:03:08.824500 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4263 2025.01.17 08:03:08.824697 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4264 2025.01.17 08:03:08.824746 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4265 2025.01.17 08:03:08.824836 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4266 2025.01.17 08:03:08.825068 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4267 2025.01.17 08:03:08.825282 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4268 2025.01.17 08:03:08.825466 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4269 2025.01.17 08:03:08.825614 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
4270 2025.01.17 08:03:08.828040 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003706364 sec., 2600392.190297553 rows/sec., 37.20 MiB/sec.
4271 2025.01.17 08:03:08.828494 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4272 2025.01.17 08:03:08.828822 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_21_4} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4273 2025.01.17 08:03:08.828912 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_21_4} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4274 2025.01.17 08:03:08.829025 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4275 2025.01.17 08:03:09.437095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4276 2025.01.17 08:03:09.458630 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2025.01.17 08:03:09.458691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4278 2025.01.17 08:03:09.466162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4279 2025.01.17 08:03:09.466940 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2025.01.17 08:03:09.467366 [ 84 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4281 2025.01.17 08:03:09.467559 [ 84 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4282 2025.01.17 08:03:09.467668 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4283 2025.01.17 08:03:09.468482 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4284 2025.01.17 08:03:09.483059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4285 2025.01.17 08:03:09.485052 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4286 2025.01.17 08:03:09.489435 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4287 2025.01.17 08:03:09.497810 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4288 2025.01.17 08:03:09.503387 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4289 2025.01.17 08:03:09.508804 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4290 2025.01.17 08:03:09.514418 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4291 2025.01.17 08:03:09.518974 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
4292 2025.01.17 08:03:09.584259 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.1163877 sec., 1366.1237398797296 rows/sec., 7.06 MiB/sec.
4293 2025.01.17 08:03:09.586987 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4294 2025.01.17 08:03:09.589975 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_21_4} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4295 2025.01.17 08:03:09.590110 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_21_4} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4296 2025.01.17 08:03:09.592345 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4297 2025.01.17 08:03:10.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.86 MiB, peak 196.40 MiB, free memory in arenas 0.00 B, will set to 186.99 MiB (RSS), difference: 1.13 MiB
4298 2025.01.17 08:03:11.355574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 610
4299 2025.01.17 08:03:11.358611 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4300 2025.01.17 08:03:11.358676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4301 2025.01.17 08:03:11.360137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4302 2025.01.17 08:03:11.360447 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4303 2025.01.17 08:03:11.361084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 610
4304 2025.01.17 08:03:12.743876 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4305 2025.01.17 08:03:12.744061 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4306 2025.01.17 08:03:12.744129 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4307 2025.01.17 08:03:12.744879 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2025.01.17 08:03:12.744921 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4309 2025.01.17 08:03:12.745346 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4310 2025.01.17 08:03:12.745589 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4311 2025.01.17 08:03:12.745805 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001796 sec., 7795.100222717149 rows/sec., 561.14 KiB/sec.
4312 2025.01.17 08:03:12.745864 [ 260 ] {59a5a310-315b-4fb9-a71e-a6759aa666d9} <Debug> TCPHandler: Processed in 0.00211171 sec.
4313 2025.01.17 08:03:12.746131 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4314 2025.01.17 08:03:12.746344 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4315 2025.01.17 08:03:12.746425 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4316 2025.01.17 08:03:12.747307 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2025.01.17 08:03:12.747353 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4318 2025.01.17 08:03:12.747809 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4319 2025.01.17 08:03:12.748068 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4320 2025.01.17 08:03:12.748276 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001989 sec., 141277.02362996482 rows/sec., 12.48 MiB/sec.
4321 2025.01.17 08:03:12.748343 [ 262 ] {704d5d34-5079-4093-bba4-51913d750439} <Debug> TCPHandler: Processed in 0.002356083 sec.
4322 2025.01.17 08:03:12.748491 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4323 2025.01.17 08:03:12.748629 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4324 2025.01.17 08:03:12.748686 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4325 2025.01.17 08:03:12.750184 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2025.01.17 08:03:12.750224 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4327 2025.01.17 08:03:12.750580 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4328 2025.01.17 08:03:12.750816 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4329 2025.01.17 08:03:12.750966 [ 80 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4330 2025.01.17 08:03:12.751028 [ 80 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4331 2025.01.17 08:03:12.751042 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002432 sec., 18914.473684210527 rows/sec., 1.36 MiB/sec.
4332 2025.01.17 08:03:12.751062 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4333 2025.01.17 08:03:12.751192 [ 260 ] {083ced16-ccf9-4579-90e2-e971c13eaf43} <Debug> TCPHandler: Processed in 0.00276314 sec.
4334 2025.01.17 08:03:12.751291 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
4335 2025.01.17 08:03:12.751422 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4336 2025.01.17 08:03:12.751457 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part
4337 2025.01.17 08:03:12.751539 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part
4338 2025.01.17 08:03:12.751770 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part
4339 2025.01.17 08:03:12.752021 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part
4340 2025.01.17 08:03:12.752227 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part
4341 2025.01.17 08:03:12.752407 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part
4342 2025.01.17 08:03:12.752708 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4343 2025.01.17 08:03:12.752909 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4344 2025.01.17 08:03:12.752987 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4345 2025.01.17 08:03:12.754169 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4346 2025.01.17 08:03:12.754186 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.003004953 sec., 86523.81584670376 rows/sec., 6.52 MiB/sec.
4347 2025.01.17 08:03:12.754211 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4348 2025.01.17 08:03:12.754400 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4349 2025.01.17 08:03:12.754899 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4350 2025.01.17 08:03:12.754966 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4351 2025.01.17 08:03:12.755089 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_16_3} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4352 2025.01.17 08:03:12.755225 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4353 2025.01.17 08:03:12.755306 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4354 2025.01.17 08:03:12.755497 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00263 sec., 5323.19391634981 rows/sec., 372.80 KiB/sec.
4355 2025.01.17 08:03:12.755559 [ 262 ] {3b4359df-3dc7-4805-8f00-f09d931f5c59} <Debug> TCPHandler: Processed in 0.002998843 sec.
4356 2025.01.17 08:03:12.755758 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4357 2025.01.17 08:03:12.755897 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4358 2025.01.17 08:03:12.755961 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4359 2025.01.17 08:03:12.756792 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2025.01.17 08:03:12.756831 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4361 2025.01.17 08:03:12.757176 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4362 2025.01.17 08:03:12.757405 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2025.01.17 08:03:12.757607 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001742 sec., 7462.686567164179 rows/sec., 465.30 KiB/sec.
4364 2025.01.17 08:03:12.757660 [ 260 ] {c2a1e5f4-bb78-4d06-a572-637524ab029c} <Debug> TCPHandler: Processed in 0.001983858 sec.
4365 2025.01.17 08:03:12.757828 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4366 2025.01.17 08:03:12.757952 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4367 2025.01.17 08:03:12.758002 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4368 2025.01.17 08:03:12.758760 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4369 2025.01.17 08:03:12.758825 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4370 2025.01.17 08:03:12.759219 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4371 2025.01.17 08:03:12.759483 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4372 2025.01.17 08:03:12.759679 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001755 sec., 239886.0398860399 rows/sec., 17.14 MiB/sec.
4373 2025.01.17 08:03:12.759735 [ 262 ] {d38453ba-2bc3-41fb-9b4e-77f2a17cf7f9} <Debug> TCPHandler: Processed in 0.001966479 sec.
4374 2025.01.17 08:03:12.759891 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4375 2025.01.17 08:03:12.760028 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4376 2025.01.17 08:03:12.760086 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4377 2025.01.17 08:03:12.760656 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4378 2025.01.17 08:03:12.760695 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4379 2025.01.17 08:03:12.761063 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4380 2025.01.17 08:03:12.761295 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4381 2025.01.17 08:03:12.761547 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec.
4382 2025.01.17 08:03:12.761759 [ 260 ] {f36d13e7-9271-4290-84ef-3ed076605413} <Debug> TCPHandler: Processed in 0.001929418 sec.
4383 2025.01.17 08:03:12.761943 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4384 2025.01.17 08:03:12.762084 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4385 2025.01.17 08:03:12.762146 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4386 2025.01.17 08:03:12.762783 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4387 2025.01.17 08:03:12.762822 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4388 2025.01.17 08:03:12.763221 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4389 2025.01.17 08:03:12.763459 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4390 2025.01.17 08:03:12.763638 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001587 sec., 149338.3742911153 rows/sec., 10.01 MiB/sec.
4391 2025.01.17 08:03:12.763692 [ 262 ] {7d75313a-037f-4966-b553-b6b961059d86} <Debug> TCPHandler: Processed in 0.001820546 sec.
4392 2025.01.17 08:03:12.763843 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4393 2025.01.17 08:03:12.763981 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4394 2025.01.17 08:03:12.764045 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4395 2025.01.17 08:03:12.764564 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4396 2025.01.17 08:03:12.764603 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4397 2025.01.17 08:03:12.764956 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4398 2025.01.17 08:03:12.765189 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4399 2025.01.17 08:03:12.765424 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
4400 2025.01.17 08:03:12.765505 [ 260 ] {ecd85b76-4d0d-4d70-8449-9bd2d7cbed1d} <Debug> TCPHandler: Processed in 0.001727834 sec.
4401 2025.01.17 08:03:12.765657 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2025.01.17 08:03:12.765778 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4403 2025.01.17 08:03:12.765856 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4404 2025.01.17 08:03:12.767062 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2025.01.17 08:03:12.767102 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4406 2025.01.17 08:03:12.767789 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4407 2025.01.17 08:03:12.768062 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4408 2025.01.17 08:03:12.768202 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4409 2025.01.17 08:03:12.768245 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4410 2025.01.17 08:03:12.768267 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4411 2025.01.17 08:03:12.768281 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002527 sec., 15433.320142461416 rows/sec., 27.66 MiB/sec.
4412 2025.01.17 08:03:12.768691 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
4413 2025.01.17 08:03:12.769180 [ 262 ] {bb4523c0-1305-4101-b756-0937b56f0630} <Debug> TCPHandler: Processed in 0.003581271 sec.
4414 2025.01.17 08:03:12.769412 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4415 2025.01.17 08:03:12.769538 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4416 2025.01.17 08:03:12.769633 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4417 2025.01.17 08:03:12.769672 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 282 rows starting from the beginning of the part
4418 2025.01.17 08:03:12.769728 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4419 2025.01.17 08:03:12.770490 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
4420 2025.01.17 08:03:12.771127 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
4421 2025.01.17 08:03:12.771867 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part
4422 2025.01.17 08:03:12.771895 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4423 2025.01.17 08:03:12.771976 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
4424 2025.01.17 08:03:12.772418 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
4425 2025.01.17 08:03:12.773087 [ 194 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
4426 2025.01.17 08:03:12.773321 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4427 2025.01.17 08:03:12.774010 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4428 2025.01.17 08:03:12.774435 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004862 sec., 16865.487453722748 rows/sec., 1.07 MiB/sec.
4429 2025.01.17 08:03:12.774612 [ 260 ] {86051248-64db-4c28-a7e5-2caf76fc6fe3} <Debug> TCPHandler: Processed in 0.005319836 sec.
4430 2025.01.17 08:03:12.777860 [ 199 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 19 columns (19 merged, 0 gathered) in 0.009525357 sec., 45982.52852885199 rows/sec., 82.40 MiB/sec.
4431 2025.01.17 08:03:12.778582 [ 199 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4432 2025.01.17 08:03:12.779076 [ 199 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4433 2025.01.17 08:03:12.779172 [ 199 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4434 2025.01.17 08:03:12.779357 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
4435 2025.01.17 08:03:16.225708 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
4436 2025.01.17 08:03:16.225817 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
4437 2025.01.17 08:03:16.324412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4438 2025.01.17 08:03:16.325210 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4439 2025.01.17 08:03:16.325267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4440 2025.01.17 08:03:16.325877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4441 2025.01.17 08:03:16.326144 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4442 2025.01.17 08:03:16.326465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4443 2025.01.17 08:03:16.983226 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4444 2025.01.17 08:03:17.002688 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4445 2025.01.17 08:03:17.002746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4446 2025.01.17 08:03:17.009785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4447 2025.01.17 08:03:17.010525 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4448 2025.01.17 08:03:17.013135 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4449 2025.01.17 08:03:17.736879 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4450 2025.01.17 08:03:17.737063 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4451 2025.01.17 08:03:17.737136 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4452 2025.01.17 08:03:17.737915 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4453 2025.01.17 08:03:17.737965 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4454 2025.01.17 08:03:17.738407 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4455 2025.01.17 08:03:17.738680 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4456 2025.01.17 08:03:17.738893 [ 70 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4457 2025.01.17 08:03:17.738918 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec.
4458 2025.01.17 08:03:17.738997 [ 70 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4459 2025.01.17 08:03:17.739073 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4460 2025.01.17 08:03:17.739091 [ 260 ] {2ea97d42-03a4-4209-b5a2-2b579aa17222} <Debug> TCPHandler: Processed in 0.002338684 sec.
4461 2025.01.17 08:03:17.739352 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
4462 2025.01.17 08:03:17.739463 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2025.01.17 08:03:17.739570 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4464 2025.01.17 08:03:17.739618 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1430 rows starting from the beginning of the part
4465 2025.01.17 08:03:17.739797 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
4466 2025.01.17 08:03:17.739810 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4467 2025.01.17 08:03:17.740053 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 281 rows starting from the beginning of the part
4468 2025.01.17 08:03:17.740044 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4469 2025.01.17 08:03:17.740398 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4470 2025.01.17 08:03:17.740659 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 281 rows starting from the beginning of the part
4471 2025.01.17 08:03:17.740903 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part
4472 2025.01.17 08:03:17.742681 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4473 2025.01.17 08:03:17.742749 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4474 2025.01.17 08:03:17.743702 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4475 2025.01.17 08:03:17.744031 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004865429 sec., 443948.5192364332 rows/sec., 39.17 MiB/sec.
4476 2025.01.17 08:03:17.744288 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4477 2025.01.17 08:03:17.744341 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4478 2025.01.17 08:03:17.744570 [ 70 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4479 2025.01.17 08:03:17.744678 [ 70 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4480 2025.01.17 08:03:17.744732 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4481 2025.01.17 08:03:17.744766 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005077 sec., 12605.869608036242 rows/sec., 1007.53 KiB/sec.
4482 2025.01.17 08:03:17.745119 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4483 2025.01.17 08:03:17.745214 [ 262 ] {f34eb1f6-bc47-4b0f-89fb-2d7ae02bc5d9} <Debug> TCPHandler: Processed in 0.005985746 sec.
4484 2025.01.17 08:03:17.745296 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
4485 2025.01.17 08:03:17.745434 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_31_6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4486 2025.01.17 08:03:17.745477 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4487 2025.01.17 08:03:17.745683 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
4488 2025.01.17 08:03:17.745838 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4489 2025.01.17 08:03:17.745845 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4490 2025.01.17 08:03:17.745943 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4491 2025.01.17 08:03:17.745955 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4492 2025.01.17 08:03:17.746304 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4493 2025.01.17 08:03:17.746661 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 421 rows starting from the beginning of the part
4494 2025.01.17 08:03:17.747017 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4495 2025.01.17 08:03:17.747316 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 421 rows starting from the beginning of the part
4496 2025.01.17 08:03:17.747688 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part
4497 2025.01.17 08:03:17.748649 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4498 2025.01.17 08:03:17.748707 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4499 2025.01.17 08:03:17.749824 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4500 2025.01.17 08:03:17.750199 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4501 2025.01.17 08:03:17.750759 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005878504 sec., 331206.7151778752 rows/sec., 25.35 MiB/sec.
4502 2025.01.17 08:03:17.750815 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005079 sec., 31502.26422524119 rows/sec., 2.19 MiB/sec.
4503 2025.01.17 08:03:17.751128 [ 260 ] {2ec7f18d-89c8-48de-839f-720357589656} <Debug> TCPHandler: Processed in 0.005789583 sec.
4504 2025.01.17 08:03:17.751215 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4505 2025.01.17 08:03:17.751427 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4506 2025.01.17 08:03:17.751622 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4507 2025.01.17 08:03:17.751694 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4508 2025.01.17 08:03:17.751713 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2025.01.17 08:03:17.751839 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_31_6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4510 2025.01.17 08:03:17.751956 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4511 2025.01.17 08:03:17.753389 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4512 2025.01.17 08:03:17.753428 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4513 2025.01.17 08:03:17.753835 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4514 2025.01.17 08:03:17.754077 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4515 2025.01.17 08:03:17.754303 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002727 sec., 22002.200220022005 rows/sec., 1.48 MiB/sec.
4516 2025.01.17 08:03:17.754364 [ 262 ] {8e485217-2078-4a85-8740-ea722780be00} <Debug> TCPHandler: Processed in 0.003117095 sec.
4517 2025.01.17 08:03:21.361407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 640
4518 2025.01.17 08:03:21.364603 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4519 2025.01.17 08:03:21.364651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4520 2025.01.17 08:03:21.366097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4521 2025.01.17 08:03:21.366392 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4522 2025.01.17 08:03:21.366606 [ 64 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4523 2025.01.17 08:03:21.366734 [ 64 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4524 2025.01.17 08:03:21.366801 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4525 2025.01.17 08:03:21.367289 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
4526 2025.01.17 08:03:21.367746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 640
4527 2025.01.17 08:03:21.368298 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4528 2025.01.17 08:03:21.368489 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 476 rows starting from the beginning of the part
4529 2025.01.17 08:03:21.369124 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part
4530 2025.01.17 08:03:21.369788 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
4531 2025.01.17 08:03:21.370450 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
4532 2025.01.17 08:03:21.371103 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
4533 2025.01.17 08:03:21.371711 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part
4534 2025.01.17 08:03:21.379404 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 72 columns (72 merged, 0 gathered) in 0.012422558 sec., 51519.17986617571 rows/sec., 44.50 MiB/sec.
4535 2025.01.17 08:03:21.380480 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4536 2025.01.17 08:03:21.381241 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4537 2025.01.17 08:03:21.381319 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_16_3} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4538 2025.01.17 08:03:21.381616 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB.
4539 2025.01.17 08:03:21.845434 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4540 2025.01.17 08:03:21.845627 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4541 2025.01.17 08:03:21.845698 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4542 2025.01.17 08:03:21.846455 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4543 2025.01.17 08:03:21.846504 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4544 2025.01.17 08:03:21.846928 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4545 2025.01.17 08:03:21.847198 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4546 2025.01.17 08:03:21.847427 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 543.00 KiB/sec.
4547 2025.01.17 08:03:21.847484 [ 260 ] {49a72511-3366-4de9-9a5a-b2035d319c02} <Debug> TCPHandler: Processed in 0.002183991 sec.
4548 2025.01.17 08:03:21.847739 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4549 2025.01.17 08:03:21.847921 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4550 2025.01.17 08:03:21.847993 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4551 2025.01.17 08:03:21.848703 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4552 2025.01.17 08:03:21.848744 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4553 2025.01.17 08:03:21.849167 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4554 2025.01.17 08:03:21.849422 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4555 2025.01.17 08:03:21.849663 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001792 sec., 1116.0714285714287 rows/sec., 91.01 KiB/sec.
4556 2025.01.17 08:03:21.849722 [ 262 ] {524e83d0-9488-483b-9eed-5b2bc8d72a3a} <Debug> TCPHandler: Processed in 0.002111501 sec.
4557 2025.01.17 08:03:21.849877 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4558 2025.01.17 08:03:21.849998 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4559 2025.01.17 08:03:21.850046 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4560 2025.01.17 08:03:21.851304 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4561 2025.01.17 08:03:21.851347 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4562 2025.01.17 08:03:21.851814 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4563 2025.01.17 08:03:21.852061 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4564 2025.01.17 08:03:21.852278 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002306 sec., 612315.6981786644 rows/sec., 51.28 MiB/sec.
4565 2025.01.17 08:03:21.852333 [ 260 ] {7489a792-3c3d-404e-8f50-ca5d0ce80405} <Debug> TCPHandler: Processed in 0.002512806 sec.
4566 2025.01.17 08:03:21.852510 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4567 2025.01.17 08:03:21.852632 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4568 2025.01.17 08:03:21.852681 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4569 2025.01.17 08:03:21.853310 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4570 2025.01.17 08:03:21.853357 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4571 2025.01.17 08:03:21.853807 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4572 2025.01.17 08:03:21.854103 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4573 2025.01.17 08:03:21.854412 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001796 sec., 23942.09354120267 rows/sec., 1.71 MiB/sec.
4574 2025.01.17 08:03:21.854620 [ 262 ] {372d9f01-6233-4ae9-b730-c350b635fad8} <Debug> TCPHandler: Processed in 0.002165571 sec.
4575 2025.01.17 08:03:21.854789 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4576 2025.01.17 08:03:21.854915 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4577 2025.01.17 08:03:21.854965 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4578 2025.01.17 08:03:21.855634 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4579 2025.01.17 08:03:21.855675 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4580 2025.01.17 08:03:21.856060 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4581 2025.01.17 08:03:21.856306 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4582 2025.01.17 08:03:21.856536 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001648 sec., 146844.66019417476 rows/sec., 9.95 MiB/sec.
4583 2025.01.17 08:03:21.856675 [ 260 ] {cc778d4e-601a-4d5b-b256-fd7fe86d1035} <Debug> TCPHandler: Processed in 0.001941937 sec.
4584 2025.01.17 08:03:21.856889 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4585 2025.01.17 08:03:21.857010 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4586 2025.01.17 08:03:21.857059 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4587 2025.01.17 08:03:21.857631 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4588 2025.01.17 08:03:21.857673 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4589 2025.01.17 08:03:21.858046 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4590 2025.01.17 08:03:21.858283 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4591 2025.01.17 08:03:21.858515 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec.
4592 2025.01.17 08:03:21.858721 [ 262 ] {1deea071-cd66-4399-ac73-3f7299a85831} <Debug> TCPHandler: Processed in 0.001892157 sec.
4593 2025.01.17 08:03:21.858894 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4594 2025.01.17 08:03:21.859017 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4595 2025.01.17 08:03:21.859067 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4596 2025.01.17 08:03:21.859983 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4597 2025.01.17 08:03:21.860025 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4598 2025.01.17 08:03:21.860438 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4599 2025.01.17 08:03:21.860681 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4600 2025.01.17 08:03:21.860924 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.001928 sec., 453319.5020746888 rows/sec., 32.85 MiB/sec.
4601 2025.01.17 08:03:21.861072 [ 260 ] {f9798f72-6696-4b6b-8da0-e45bcc70ab2d} <Debug> TCPHandler: Processed in 0.002237453 sec.
4602 2025.01.17 08:03:21.861242 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4603 2025.01.17 08:03:21.861379 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4604 2025.01.17 08:03:21.861438 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4605 2025.01.17 08:03:21.861965 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4606 2025.01.17 08:03:21.862004 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4607 2025.01.17 08:03:21.862362 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4608 2025.01.17 08:03:21.862606 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4609 2025.01.17 08:03:21.862850 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec.
4610 2025.01.17 08:03:21.862927 [ 262 ] {49cabeb3-31f0-4587-8677-90d10492a225} <Debug> TCPHandler: Processed in 0.001754815 sec.
4611 2025.01.17 08:03:21.863103 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4612 2025.01.17 08:03:21.863224 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4613 2025.01.17 08:03:21.863277 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4614 2025.01.17 08:03:21.864106 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4615 2025.01.17 08:03:21.864146 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4616 2025.01.17 08:03:21.864616 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4617 2025.01.17 08:03:21.864857 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4618 2025.01.17 08:03:21.865039 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4619 2025.01.17 08:03:21.865122 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001916 sec., 565762.0041753653 rows/sec., 37.80 MiB/sec.
4620 2025.01.17 08:03:21.865129 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4621 2025.01.17 08:03:21.865204 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4622 2025.01.17 08:03:21.865269 [ 260 ] {da3fde93-c1d5-405d-aa7c-233b30a3f7f3} <Debug> TCPHandler: Processed in 0.002222342 sec.
4623 2025.01.17 08:03:21.865488 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
4624 2025.01.17 08:03:21.865489 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2025.01.17 08:03:21.865649 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4626 2025.01.17 08:03:21.865688 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4627 2025.01.17 08:03:21.865691 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9739 rows starting from the beginning of the part
4628 2025.01.17 08:03:21.865753 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4629 2025.01.17 08:03:21.865879 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4630 2025.01.17 08:03:21.866283 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
4631 2025.01.17 08:03:21.866658 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part
4632 2025.01.17 08:03:21.866974 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4633 2025.01.17 08:03:21.867259 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1084 rows starting from the beginning of the part
4634 2025.01.17 08:03:21.867895 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4635 2025.01.17 08:03:21.867937 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4636 2025.01.17 08:03:21.868442 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4637 2025.01.17 08:03:21.868746 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4638 2025.01.17 08:03:21.869017 [ 64 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4639 2025.01.17 08:03:21.869150 [ 64 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4640 2025.01.17 08:03:21.869211 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003534 sec., 282.9654782116582 rows/sec., 19.07 KiB/sec.
4641 2025.01.17 08:03:21.869230 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4642 2025.01.17 08:03:21.869514 [ 262 ] {af819301-36cc-4270-bc0f-3a033be0418b} <Debug> TCPHandler: Processed in 0.004113899 sec.
4643 2025.01.17 08:03:21.869589 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
4644 2025.01.17 08:03:21.869751 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4645 2025.01.17 08:03:21.869807 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4646 2025.01.17 08:03:21.869871 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
4647 2025.01.17 08:03:21.869980 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4648 2025.01.17 08:03:21.870126 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4649 2025.01.17 08:03:21.870319 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4650 2025.01.17 08:03:21.870698 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4651 2025.01.17 08:03:21.871276 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4652 2025.01.17 08:03:21.871656 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4653 2025.01.17 08:03:21.872104 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
4654 2025.01.17 08:03:21.873750 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11617 rows, containing 5 columns (5 merged, 0 gathered) in 0.008435381 sec., 1377175.4945034492 rows/sec., 92.88 MiB/sec.
4655 2025.01.17 08:03:21.874361 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4656 2025.01.17 08:03:21.875480 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4657 2025.01.17 08:03:21.875852 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4658 2025.01.17 08:03:21.876183 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB.
4659 2025.01.17 08:03:21.877320 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.007878082 sec., 1904.0167390996946 rows/sec., 128.30 KiB/sec.
4660 2025.01.17 08:03:21.877542 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4661 2025.01.17 08:03:21.878174 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4662 2025.01.17 08:03:21.878184 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4663 2025.01.17 08:03:21.878236 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4664 2025.01.17 08:03:21.878353 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_15_3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4665 2025.01.17 08:03:21.878540 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4666 2025.01.17 08:03:21.879192 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4667 2025.01.17 08:03:21.879479 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4668 2025.01.17 08:03:21.879749 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.009849 sec., 3452.1271195045183 rows/sec., 6.19 MiB/sec.
4669 2025.01.17 08:03:21.879896 [ 260 ] {02b6998c-7236-4a68-b3d2-7782103e7436} <Debug> TCPHandler: Processed in 0.010265678 sec.
4670 2025.01.17 08:03:21.880056 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4671 2025.01.17 08:03:21.880177 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4672 2025.01.17 08:03:21.880227 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4673 2025.01.17 08:03:21.880735 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4674 2025.01.17 08:03:21.880776 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4675 2025.01.17 08:03:21.881168 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4676 2025.01.17 08:03:21.881412 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4677 2025.01.17 08:03:21.881634 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
4678 2025.01.17 08:03:21.881685 [ 262 ] {bda6a416-667d-410c-a2bd-1564ddab7e6c} <Debug> TCPHandler: Processed in 0.001687814 sec.
4679 2025.01.17 08:03:22.729358 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4680 2025.01.17 08:03:22.729560 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4681 2025.01.17 08:03:22.729633 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4682 2025.01.17 08:03:22.730403 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4683 2025.01.17 08:03:22.730456 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4684 2025.01.17 08:03:22.730895 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4685 2025.01.17 08:03:22.731153 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4686 2025.01.17 08:03:22.731395 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001887 sec., 5299.417064122947 rows/sec., 517.00 KiB/sec.
4687 2025.01.17 08:03:22.731452 [ 260 ] {8c801452-9007-49aa-8cca-ba78df0f27d7} <Debug> TCPHandler: Processed in 0.002224092 sec.
4688 2025.01.17 08:03:22.731794 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4689 2025.01.17 08:03:22.732015 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4690 2025.01.17 08:03:22.732097 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4691 2025.01.17 08:03:22.732912 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4692 2025.01.17 08:03:22.732962 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4693 2025.01.17 08:03:22.733391 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4694 2025.01.17 08:03:22.733641 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4695 2025.01.17 08:03:22.733879 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001925 sec., 2597.402597402597 rows/sec., 195.31 KiB/sec.
4696 2025.01.17 08:03:22.733937 [ 262 ] {237ee725-6ebe-4bde-bfee-c1587d391362} <Debug> TCPHandler: Processed in 0.002340023 sec.
4697 2025.01.17 08:03:22.734105 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4698 2025.01.17 08:03:22.734229 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4699 2025.01.17 08:03:22.734279 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4700 2025.01.17 08:03:22.734881 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4701 2025.01.17 08:03:22.734922 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4702 2025.01.17 08:03:22.735290 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4703 2025.01.17 08:03:22.735535 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4704 2025.01.17 08:03:22.735748 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001543 sec., 3240.440699935191 rows/sec., 259.49 KiB/sec.
4705 2025.01.17 08:03:22.735805 [ 260 ] {75f63a6b-ccb4-40b3-ace4-4677d8c815ee} <Debug> TCPHandler: Processed in 0.001760725 sec.
4706 2025.01.17 08:03:22.736026 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4707 2025.01.17 08:03:22.736251 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4708 2025.01.17 08:03:22.736395 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4709 2025.01.17 08:03:22.737694 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4710 2025.01.17 08:03:22.737736 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4711 2025.01.17 08:03:22.738352 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4712 2025.01.17 08:03:22.738621 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4713 2025.01.17 08:03:22.738883 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002687 sec., 1860.8113137327873 rows/sec., 3.33 MiB/sec.
4714 2025.01.17 08:03:22.738989 [ 262 ] {3ecd6aed-32cf-4075-927f-560d937ec8ee} <Debug> TCPHandler: Processed in 0.003071895 sec.
4715 2025.01.17 08:03:23.826663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4716 2025.01.17 08:03:23.827317 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4717 2025.01.17 08:03:23.827354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4718 2025.01.17 08:03:23.827884 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4719 2025.01.17 08:03:23.828139 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4720 2025.01.17 08:03:23.828328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4721 2025.01.17 08:03:24.513256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4722 2025.01.17 08:03:24.533795 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2025.01.17 08:03:24.533853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4724 2025.01.17 08:03:24.541577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4725 2025.01.17 08:03:24.542346 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4726 2025.01.17 08:03:24.545067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4727 2025.01.17 08:03:27.737001 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4728 2025.01.17 08:03:27.737190 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4729 2025.01.17 08:03:27.737263 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4730 2025.01.17 08:03:27.738201 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4731 2025.01.17 08:03:27.738264 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4732 2025.01.17 08:03:27.738823 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4733 2025.01.17 08:03:27.739086 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4734 2025.01.17 08:03:27.739334 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002189 sec., 25582.457743261763 rows/sec., 1.97 MiB/sec.
4735 2025.01.17 08:03:27.739442 [ 260 ] {2f415b6b-935a-4d47-935f-0ba4094a3c75} <Debug> TCPHandler: Processed in 0.002568467 sec.
4736 2025.01.17 08:03:27.739743 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4737 2025.01.17 08:03:27.739934 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4738 2025.01.17 08:03:27.740012 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4739 2025.01.17 08:03:27.740791 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4740 2025.01.17 08:03:27.740846 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4741 2025.01.17 08:03:27.741293 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4742 2025.01.17 08:03:27.741562 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4743 2025.01.17 08:03:27.741811 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec.
4744 2025.01.17 08:03:27.741878 [ 262 ] {b71fc5bc-ccf2-4ee2-b9cb-30c06aa8b066} <Debug> TCPHandler: Processed in 0.002300563 sec.
4745 2025.01.17 08:03:27.742049 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4746 2025.01.17 08:03:27.742220 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4747 2025.01.17 08:03:27.742293 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4748 2025.01.17 08:03:27.742976 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4749 2025.01.17 08:03:27.743015 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4750 2025.01.17 08:03:27.743491 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4751 2025.01.17 08:03:27.743763 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4752 2025.01.17 08:03:27.744044 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001859 sec., 86067.77837547069 rows/sec., 5.99 MiB/sec.
4753 2025.01.17 08:03:27.744120 [ 260 ] {ba2eef17-763d-4170-ad0b-906ac251b99c} <Debug> TCPHandler: Processed in 0.002139691 sec.
4754 2025.01.17 08:03:27.744320 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4755 2025.01.17 08:03:27.744468 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4756 2025.01.17 08:03:27.744533 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4757 2025.01.17 08:03:27.745105 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2025.01.17 08:03:27.745150 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4759 2025.01.17 08:03:27.745538 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4760 2025.01.17 08:03:27.745775 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2025.01.17 08:03:27.745946 [ 56 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4762 2025.01.17 08:03:27.746015 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
4763 2025.01.17 08:03:27.746027 [ 56 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4764 2025.01.17 08:03:27.746099 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4765 2025.01.17 08:03:27.746155 [ 262 ] {2ea368bb-0ff8-4711-acba-9caec21ca76d} <Debug> TCPHandler: Processed in 0.001905607 sec.
4766 2025.01.17 08:03:27.746482 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4767 2025.01.17 08:03:27.746651 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4768 2025.01.17 08:03:27.746696 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1846 rows starting from the beginning of the part
4769 2025.01.17 08:03:27.746786 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
4770 2025.01.17 08:03:27.746877 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
4771 2025.01.17 08:03:27.747090 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4772 2025.01.17 08:03:27.747264 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4773 2025.01.17 08:03:27.747390 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
4774 2025.01.17 08:03:27.748741 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2190 rows, containing 4 columns (4 merged, 0 gathered) in 0.002535996 sec., 863566.0308612474 rows/sec., 56.32 MiB/sec.
4775 2025.01.17 08:03:27.749072 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4776 2025.01.17 08:03:27.749511 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2025.01.17 08:03:27.749637 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_31_6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4778 2025.01.17 08:03:27.749765 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4779 2025.01.17 08:03:31.226361 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
4780 2025.01.17 08:03:31.226434 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
4781 2025.01.17 08:03:31.328585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4782 2025.01.17 08:03:31.329264 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.01.17 08:03:31.329314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4784 2025.01.17 08:03:31.329949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4785 2025.01.17 08:03:31.330219 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.01.17 08:03:31.330500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4787 2025.01.17 08:03:31.368029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 680
4788 2025.01.17 08:03:31.371150 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4789 2025.01.17 08:03:31.371197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4790 2025.01.17 08:03:31.372666 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4791 2025.01.17 08:03:31.372976 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4792 2025.01.17 08:03:31.373544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680
4793 2025.01.17 08:03:32.046107 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4794 2025.01.17 08:03:32.067355 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4795 2025.01.17 08:03:32.067403 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4796 2025.01.17 08:03:32.074760 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4797 2025.01.17 08:03:32.075521 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4798 2025.01.17 08:03:32.078526 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4799 2025.01.17 08:03:32.206436 [ 50 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4800 2025.01.17 08:03:32.206476 [ 50 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4801 2025.01.17 08:03:32.206499 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4802 2025.01.17 08:03:32.206661 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4803 2025.01.17 08:03:32.206835 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4804 2025.01.17 08:03:32.206875 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4805 2025.01.17 08:03:32.206952 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4806 2025.01.17 08:03:32.207177 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4807 2025.01.17 08:03:32.207368 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4808 2025.01.17 08:03:32.207496 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
4809 2025.01.17 08:03:32.208544 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001977499 sec., 45512.0331287146 rows/sec., 2.32 MiB/sec.
4810 2025.01.17 08:03:32.208736 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4811 2025.01.17 08:03:32.209097 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_15_3} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2025.01.17 08:03:32.209191 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_15_3} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4813 2025.01.17 08:03:32.209295 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4814 2025.01.17 08:03:32.738537 [ 50 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4815 2025.01.17 08:03:32.738610 [ 50 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4816 2025.01.17 08:03:32.738637 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4817 2025.01.17 08:03:32.738869 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4818 2025.01.17 08:03:32.739092 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4819 2025.01.17 08:03:32.739136 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4820 2025.01.17 08:03:32.739228 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4821 2025.01.17 08:03:32.739344 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4822 2025.01.17 08:03:32.739636 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4823 2025.01.17 08:03:32.739686 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4824 2025.01.17 08:03:32.739754 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
4825 2025.01.17 08:03:32.739978 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4826 2025.01.17 08:03:32.740057 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4827 2025.01.17 08:03:32.741123 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4828 2025.01.17 08:03:32.741194 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4829 2025.01.17 08:03:32.741278 [ 189 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002555266 sec., 295076.9117579148 rows/sec., 21.12 MiB/sec.
4830 2025.01.17 08:03:32.741466 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4831 2025.01.17 08:03:32.741812 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4832 2025.01.17 08:03:32.741899 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_15_3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4833 2025.01.17 08:03:32.741999 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_15_3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4834 2025.01.17 08:03:32.742097 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
4835 2025.01.17 08:03:32.742132 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4836 2025.01.17 08:03:32.742387 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002491 sec., 5620.232838217583 rows/sec., 404.58 KiB/sec.
4837 2025.01.17 08:03:32.742571 [ 260 ] {049de5bf-4707-4e8d-8c79-041952f574a7} <Debug> TCPHandler: Processed in 0.003077184 sec.
4838 2025.01.17 08:03:32.742844 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4839 2025.01.17 08:03:32.743030 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4840 2025.01.17 08:03:32.743101 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4841 2025.01.17 08:03:32.744077 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4842 2025.01.17 08:03:32.744128 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4843 2025.01.17 08:03:32.744603 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4844 2025.01.17 08:03:32.744867 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.01.17 08:03:32.745111 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002137 sec., 131492.7468413664 rows/sec., 11.62 MiB/sec.
4846 2025.01.17 08:03:32.745177 [ 262 ] {fa00a1c0-1ccc-4669-bdb6-23a3d56ece14} <Debug> TCPHandler: Processed in 0.002463785 sec.
4847 2025.01.17 08:03:32.745343 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4848 2025.01.17 08:03:32.745470 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4849 2025.01.17 08:03:32.745523 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4850 2025.01.17 08:03:32.746158 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2025.01.17 08:03:32.746201 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4852 2025.01.17 08:03:32.746585 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4853 2025.01.17 08:03:32.746839 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2025.01.17 08:03:32.747110 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00167 sec., 27544.91017964072 rows/sec., 1.98 MiB/sec.
4855 2025.01.17 08:03:32.747341 [ 260 ] {e9b7af20-a521-483f-8dca-7914de12e240} <Debug> TCPHandler: Processed in 0.0020591 sec.
4856 2025.01.17 08:03:32.747557 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4857 2025.01.17 08:03:32.747709 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4858 2025.01.17 08:03:32.747771 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4859 2025.01.17 08:03:32.748443 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4860 2025.01.17 08:03:32.748486 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4861 2025.01.17 08:03:32.748854 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4862 2025.01.17 08:03:32.749111 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4863 2025.01.17 08:03:32.749332 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec.
4864 2025.01.17 08:03:32.749389 [ 262 ] {3c459ddd-7bb5-4249-9552-a55ab5201f19} <Debug> TCPHandler: Processed in 0.001906987 sec.
4865 2025.01.17 08:03:32.749536 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4866 2025.01.17 08:03:32.749652 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4867 2025.01.17 08:03:32.749700 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4868 2025.01.17 08:03:32.750270 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4869 2025.01.17 08:03:32.750310 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4870 2025.01.17 08:03:32.750660 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4871 2025.01.17 08:03:32.750893 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4872 2025.01.17 08:03:32.751140 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec.
4873 2025.01.17 08:03:32.751343 [ 260 ] {d9d5ab4d-718c-4859-a0e3-a40fa0221e48} <Debug> TCPHandler: Processed in 0.001861696 sec.
4874 2025.01.17 08:03:32.751506 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4875 2025.01.17 08:03:32.751645 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4876 2025.01.17 08:03:32.751705 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4877 2025.01.17 08:03:32.752496 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4878 2025.01.17 08:03:32.752536 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4879 2025.01.17 08:03:32.752914 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4880 2025.01.17 08:03:32.753159 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4881 2025.01.17 08:03:32.753382 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001771 sec., 237718.80293619423 rows/sec., 16.99 MiB/sec.
4882 2025.01.17 08:03:32.753440 [ 262 ] {9b85b84d-25a2-4c0c-b108-874db2b8797c} <Debug> TCPHandler: Processed in 0.002003398 sec.
4883 2025.01.17 08:03:32.753593 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4884 2025.01.17 08:03:32.753730 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4885 2025.01.17 08:03:32.753789 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4886 2025.01.17 08:03:32.754381 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2025.01.17 08:03:32.754423 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4888 2025.01.17 08:03:32.754785 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4889 2025.01.17 08:03:32.755019 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4890 2025.01.17 08:03:32.755229 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
4891 2025.01.17 08:03:32.755281 [ 260 ] {3f5f7405-e566-4878-a364-ba715c63e13f} <Debug> TCPHandler: Processed in 0.001755335 sec.
4892 2025.01.17 08:03:32.755424 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4893 2025.01.17 08:03:32.755546 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4894 2025.01.17 08:03:32.755602 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4895 2025.01.17 08:03:32.756208 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4896 2025.01.17 08:03:32.756249 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4897 2025.01.17 08:03:32.756648 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4898 2025.01.17 08:03:32.756884 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4899 2025.01.17 08:03:32.757097 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001579 sec., 150094.99683343887 rows/sec., 10.06 MiB/sec.
4900 2025.01.17 08:03:32.757154 [ 262 ] {d5dffe79-2e46-472c-ab2f-a30f1f49d9f3} <Debug> TCPHandler: Processed in 0.001794686 sec.
4901 2025.01.17 08:03:32.757316 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4902 2025.01.17 08:03:32.757453 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4903 2025.01.17 08:03:32.757513 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4904 2025.01.17 08:03:32.758056 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4905 2025.01.17 08:03:32.758099 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4906 2025.01.17 08:03:32.758476 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4907 2025.01.17 08:03:32.758717 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4908 2025.01.17 08:03:32.758890 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec.
4909 2025.01.17 08:03:32.758938 [ 260 ] {70e70f3b-24fc-45e2-8c6b-d50fed750cde} <Debug> TCPHandler: Processed in 0.001687245 sec.
4910 2025.01.17 08:03:32.759090 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4911 2025.01.17 08:03:32.759208 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4912 2025.01.17 08:03:32.759289 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4913 2025.01.17 08:03:32.760519 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4914 2025.01.17 08:03:32.760560 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4915 2025.01.17 08:03:32.761229 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4916 2025.01.17 08:03:32.761492 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4917 2025.01.17 08:03:32.761733 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002559 sec., 15240.328253223915 rows/sec., 27.31 MiB/sec.
4918 2025.01.17 08:03:32.761841 [ 262 ] {8957604e-4f4c-4b94-b229-ab41cf5c47ff} <Debug> TCPHandler: Processed in 0.00281588 sec.
4919 2025.01.17 08:03:32.761996 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4920 2025.01.17 08:03:32.762134 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4921 2025.01.17 08:03:32.762193 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4922 2025.01.17 08:03:32.762686 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4923 2025.01.17 08:03:32.762723 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4924 2025.01.17 08:03:32.763088 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4925 2025.01.17 08:03:32.763324 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4926 2025.01.17 08:03:32.763530 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 3.64 MiB/sec.
4927 2025.01.17 08:03:32.763637 [ 260 ] {5f1096cf-9a6d-472a-8d62-ea388b698cfa} <Debug> TCPHandler: Processed in 0.001706134 sec.
4928 2025.01.17 08:03:33.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.17 MiB, peak 196.40 MiB, free memory in arenas 0.00 B, will set to 189.94 MiB (RSS), difference: -1.23 MiB
4929 2025.01.17 08:03:34.112451 [ 46 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4930 2025.01.17 08:03:34.112574 [ 46 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4931 2025.01.17 08:03:34.112617 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4932 2025.01.17 08:03:34.112837 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::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
4933 2025.01.17 08:03:34.113040 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4934 2025.01.17 08:03:34.113085 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
4935 2025.01.17 08:03:34.113189 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::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
4936 2025.01.17 08:03:34.113289 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
4937 2025.01.17 08:03:34.113511 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::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
4938 2025.01.17 08:03:34.113752 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4939 2025.01.17 08:03:34.114801 [ 193 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002113751 sec., 15138.9638609278 rows/sec., 1.26 MiB/sec.
4940 2025.01.17 08:03:34.114907 [ 193 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4941 2025.01.17 08:03:34.115164 [ 193 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4942 2025.01.17 08:03:34.115237 [ 193 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_5_1} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4943 2025.01.17 08:03:34.115372 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4944 2025.01.17 08:03:37.732868 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4945 2025.01.17 08:03:37.733061 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4946 2025.01.17 08:03:37.733131 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4947 2025.01.17 08:03:37.733898 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4948 2025.01.17 08:03:37.733949 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4949 2025.01.17 08:03:37.734374 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4950 2025.01.17 08:03:37.734618 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4951 2025.01.17 08:03:37.734836 [ 40 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4952 2025.01.17 08:03:37.734856 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.34 MiB/sec.
4953 2025.01.17 08:03:37.734936 [ 40 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4954 2025.01.17 08:03:37.735015 [ 260 ] {d81d570b-517a-46df-aee9-e52e68ca9405} <Debug> TCPHandler: Processed in 0.002268653 sec.
4955 2025.01.17 08:03:37.735016 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4956 2025.01.17 08:03:37.735228 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
4957 2025.01.17 08:03:37.735334 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4958 2025.01.17 08:03:37.735365 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4959 2025.01.17 08:03:37.735417 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part
4960 2025.01.17 08:03:37.735615 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1412 rows starting from the beginning of the part
4961 2025.01.17 08:03:37.735669 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4962 2025.01.17 08:03:37.735929 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4963 2025.01.17 08:03:37.735984 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part
4964 2025.01.17 08:03:37.736345 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
4965 2025.01.17 08:03:37.736595 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 281 rows starting from the beginning of the part
4966 2025.01.17 08:03:37.736864 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4967 2025.01.17 08:03:37.738511 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4968 2025.01.17 08:03:37.738592 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4969 2025.01.17 08:03:37.739503 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4970 2025.01.17 08:03:37.739927 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4971 2025.01.17 08:03:37.740185 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.005037922 sec., 644114.7758937117 rows/sec., 56.53 MiB/sec.
4972 2025.01.17 08:03:37.740357 [ 40 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4973 2025.01.17 08:03:37.740437 [ 40 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4974 2025.01.17 08:03:37.740494 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4975 2025.01.17 08:03:37.740521 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004968 sec., 12882.447665056361 rows/sec., 1.01 MiB/sec.
4976 2025.01.17 08:03:37.740659 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4977 2025.01.17 08:03:37.740974 [ 262 ] {73a85c58-3c57-4da5-9a5b-1efc2422430b} <Debug> TCPHandler: Processed in 0.005815323 sec.
4978 2025.01.17 08:03:37.741026 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
4979 2025.01.17 08:03:37.741211 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4980 2025.01.17 08:03:37.741321 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4981 2025.01.17 08:03:37.741424 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
4982 2025.01.17 08:03:37.741530 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4983 2025.01.17 08:03:37.741551 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4984 2025.01.17 08:03:37.741855 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 874 rows starting from the beginning of the part
4985 2025.01.17 08:03:37.741893 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4986 2025.01.17 08:03:37.742076 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_36_7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4987 2025.01.17 08:03:37.742358 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part
4988 2025.01.17 08:03:37.742467 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4989 2025.01.17 08:03:37.742828 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
4990 2025.01.17 08:03:37.743317 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 421 rows starting from the beginning of the part
4991 2025.01.17 08:03:37.743681 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4992 2025.01.17 08:03:37.744753 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4993 2025.01.17 08:03:37.744819 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
4994 2025.01.17 08:03:37.745853 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4995 2025.01.17 08:03:37.746228 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4996 2025.01.17 08:03:37.746858 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005397 sec., 29646.09968501019 rows/sec., 2.06 MiB/sec.
4997 2025.01.17 08:03:37.747162 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.006543994 sec., 357732.60183307016 rows/sec., 27.38 MiB/sec.
4998 2025.01.17 08:03:37.747281 [ 260 ] {2599f329-57dc-47a0-864a-793258386cf2} <Debug> TCPHandler: Processed in 0.006157778 sec.
4999 2025.01.17 08:03:37.747484 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5000 2025.01.17 08:03:37.747515 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5001 2025.01.17 08:03:37.747650 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5002 2025.01.17 08:03:37.747716 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5003 2025.01.17 08:03:37.747814 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5004 2025.01.17 08:03:37.747947 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_36_7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5005 2025.01.17 08:03:37.748039 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5006 2025.01.17 08:03:37.748363 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2025.01.17 08:03:37.748403 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5008 2025.01.17 08:03:37.748797 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5009 2025.01.17 08:03:37.749036 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2025.01.17 08:03:37.749300 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001674 sec., 35842.29390681004 rows/sec., 2.42 MiB/sec.
5011 2025.01.17 08:03:37.749491 [ 262 ] {7e6a7947-fbb0-4e2a-bbe7-5bcb0ff8de03} <Debug> TCPHandler: Processed in 0.00207647 sec.
5012 2025.01.17 08:03:38.830611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5013 2025.01.17 08:03:38.831357 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5014 2025.01.17 08:03:38.831402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5015 2025.01.17 08:03:38.831952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5016 2025.01.17 08:03:38.832201 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5017 2025.01.17 08:03:38.832504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5018 2025.01.17 08:03:39.578834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5019 2025.01.17 08:03:39.600228 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5020 2025.01.17 08:03:39.600273 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5021 2025.01.17 08:03:39.607919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5022 2025.01.17 08:03:39.608675 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5023 2025.01.17 08:03:39.611843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5024 2025.01.17 08:03:41.373739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 710
5025 2025.01.17 08:03:41.376791 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5026 2025.01.17 08:03:41.376844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5027 2025.01.17 08:03:41.378315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5028 2025.01.17 08:03:41.378628 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5029 2025.01.17 08:03:41.379703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710
5030 2025.01.17 08:03:42.739928 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5031 2025.01.17 08:03:42.740125 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5032 2025.01.17 08:03:42.740196 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5033 2025.01.17 08:03:42.740962 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5034 2025.01.17 08:03:42.741010 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5035 2025.01.17 08:03:42.741494 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5036 2025.01.17 08:03:42.741769 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2025.01.17 08:03:42.741969 [ 31 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5038 2025.01.17 08:03:42.742041 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec.
5039 2025.01.17 08:03:42.742054 [ 31 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5040 2025.01.17 08:03:42.742123 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5041 2025.01.17 08:03:42.742176 [ 260 ] {38926b5d-4e0c-4649-bb66-2f967c52118b} <Debug> TCPHandler: Processed in 0.002391514 sec.
5042 2025.01.17 08:03:42.742507 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5043 2025.01.17 08:03:42.742544 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5044 2025.01.17 08:03:42.742758 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5045 2025.01.17 08:03:42.742835 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5046 2025.01.17 08:03:42.742847 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5047 2025.01.17 08:03:42.743000 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5048 2025.01.17 08:03:42.743222 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5049 2025.01.17 08:03:42.743511 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5050 2025.01.17 08:03:42.743843 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5051 2025.01.17 08:03:42.744179 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5052 2025.01.17 08:03:42.746066 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5053 2025.01.17 08:03:42.746152 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5054 2025.01.17 08:03:42.747101 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484142 sec., 14458.567940810753 rows/sec., 1.07 MiB/sec.
5055 2025.01.17 08:03:42.747337 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5056 2025.01.17 08:03:42.747363 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5057 2025.01.17 08:03:42.747864 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5058 2025.01.17 08:03:42.747903 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_17_4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5059 2025.01.17 08:03:42.748177 [ 199 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_17_4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5060 2025.01.17 08:03:42.748238 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005486 sec., 51221.290557783446 rows/sec., 4.53 MiB/sec.
5061 2025.01.17 08:03:42.748347 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5062 2025.01.17 08:03:42.748443 [ 262 ] {9fe6a561-0362-4c80-a0e9-7a80b57d7162} <Debug> TCPHandler: Processed in 0.006113607 sec.
5063 2025.01.17 08:03:42.749493 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5064 2025.01.17 08:03:42.749619 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5065 2025.01.17 08:03:42.749678 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5066 2025.01.17 08:03:42.750408 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5067 2025.01.17 08:03:42.750460 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5068 2025.01.17 08:03:42.750923 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5069 2025.01.17 08:03:42.751174 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5070 2025.01.17 08:03:42.751399 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001805 sec., 25484.76454293629 rows/sec., 1.83 MiB/sec.
5071 2025.01.17 08:03:42.751538 [ 260 ] {1bcba47c-b2e6-4523-a99a-d00c63531438} <Debug> TCPHandler: Processed in 0.002103321 sec.
5072 2025.01.17 08:03:42.751717 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5073 2025.01.17 08:03:42.751856 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5074 2025.01.17 08:03:42.751916 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5075 2025.01.17 08:03:42.752659 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5076 2025.01.17 08:03:42.752707 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5077 2025.01.17 08:03:42.753119 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5078 2025.01.17 08:03:42.753372 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5079 2025.01.17 08:03:42.753550 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001726 sec., 8111.239860950173 rows/sec., 568.06 KiB/sec.
5080 2025.01.17 08:03:42.753601 [ 262 ] {282df323-5875-40c0-bfd4-c208680d3905} <Debug> TCPHandler: Processed in 0.001942577 sec.
5081 2025.01.17 08:03:42.753780 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5082 2025.01.17 08:03:42.753896 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5083 2025.01.17 08:03:42.753945 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5084 2025.01.17 08:03:42.754531 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5085 2025.01.17 08:03:42.754573 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5086 2025.01.17 08:03:42.754937 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5087 2025.01.17 08:03:42.755178 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5088 2025.01.17 08:03:42.755337 [ 31 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5089 2025.01.17 08:03:42.755398 [ 31 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5090 2025.01.17 08:03:42.755439 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5091 2025.01.17 08:03:42.755445 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
5092 2025.01.17 08:03:42.755819 [ 260 ] {95982e17-afbb-4029-9370-0640ad16c839} <Debug> TCPHandler: Processed in 0.00210236 sec.
5093 2025.01.17 08:03:42.755827 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5094 2025.01.17 08:03:42.756060 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5095 2025.01.17 08:03:42.756080 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5096 2025.01.17 08:03:42.756126 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5097 2025.01.17 08:03:42.756292 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5098 2025.01.17 08:03:42.756377 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5099 2025.01.17 08:03:42.756437 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5100 2025.01.17 08:03:42.756928 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5101 2025.01.17 08:03:42.757314 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5102 2025.01.17 08:03:42.757777 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
5103 2025.01.17 08:03:42.759414 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5104 2025.01.17 08:03:42.759491 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5105 2025.01.17 08:03:42.760220 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004678367 sec., 13893.736853051503 rows/sec., 920.54 KiB/sec.
5106 2025.01.17 08:03:42.760445 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5107 2025.01.17 08:03:42.760477 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5108 2025.01.17 08:03:42.760920 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2025.01.17 08:03:42.761093 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_17_4} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5110 2025.01.17 08:03:42.761361 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_17_4} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5111 2025.01.17 08:03:42.761371 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005118 sec., 82258.69480265728 rows/sec., 5.88 MiB/sec.
5112 2025.01.17 08:03:42.761620 [ 262 ] {06f453c4-6ceb-4799-8046-b87f33a5cb8a} <Debug> TCPHandler: Processed in 0.005637401 sec.
5113 2025.01.17 08:03:42.761624 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5114 2025.01.17 08:03:42.761785 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5115 2025.01.17 08:03:42.761908 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5116 2025.01.17 08:03:42.761959 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5117 2025.01.17 08:03:42.762453 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5118 2025.01.17 08:03:42.762494 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5119 2025.01.17 08:03:42.762889 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5120 2025.01.17 08:03:42.763140 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5121 2025.01.17 08:03:42.763391 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec.
5122 2025.01.17 08:03:42.763606 [ 260 ] {c1c41009-44d2-4f33-a080-415336aa3eae} <Debug> TCPHandler: Processed in 0.001873257 sec.
5123 2025.01.17 08:03:42.763784 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5124 2025.01.17 08:03:42.763925 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5125 2025.01.17 08:03:42.763987 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5126 2025.01.17 08:03:42.764685 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5127 2025.01.17 08:03:42.764736 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5128 2025.01.17 08:03:42.765142 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5129 2025.01.17 08:03:42.765387 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5130 2025.01.17 08:03:42.765607 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec.
5131 2025.01.17 08:03:42.765816 [ 262 ] {545ed69c-4bd5-4ab0-8f23-52957495ba22} <Debug> TCPHandler: Processed in 0.002089419 sec.
5132 2025.01.17 08:03:42.765999 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5133 2025.01.17 08:03:42.766110 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5134 2025.01.17 08:03:42.766161 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5135 2025.01.17 08:03:42.766604 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5136 2025.01.17 08:03:42.766648 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5137 2025.01.17 08:03:42.767003 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5138 2025.01.17 08:03:42.767245 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5139 2025.01.17 08:03:42.767501 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec.
5140 2025.01.17 08:03:42.767697 [ 260 ] {7bd920e9-8ae9-4027-a35b-ffcc1145634f} <Debug> TCPHandler: Processed in 0.001747196 sec.
5141 2025.01.17 08:03:42.767865 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5142 2025.01.17 08:03:42.768004 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5143 2025.01.17 08:03:42.768095 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5144 2025.01.17 08:03:42.769394 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2025.01.17 08:03:42.769435 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5146 2025.01.17 08:03:42.770093 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5147 2025.01.17 08:03:42.770358 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2025.01.17 08:03:42.770557 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002584 sec., 15092.879256965945 rows/sec., 27.05 MiB/sec.
5149 2025.01.17 08:03:42.770650 [ 262 ] {c6d1cb1f-1272-42ce-80a9-d770c162e49e} <Debug> TCPHandler: Processed in 0.002851141 sec.
5150 2025.01.17 08:03:42.770786 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5151 2025.01.17 08:03:42.770902 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5152 2025.01.17 08:03:42.770951 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5153 2025.01.17 08:03:42.771437 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2025.01.17 08:03:42.771477 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5155 2025.01.17 08:03:42.771865 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5156 2025.01.17 08:03:42.772114 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2025.01.17 08:03:42.772330 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec.
5158 2025.01.17 08:03:42.772385 [ 260 ] {59bcb03c-409f-417f-b874-928f09e95ac5} <Debug> TCPHandler: Processed in 0.001655624 sec.
5159 2025.01.17 08:03:46.226684 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
5160 2025.01.17 08:03:46.226787 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
5161 2025.01.17 08:03:46.332880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5162 2025.01.17 08:03:46.334073 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5163 2025.01.17 08:03:46.334167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5164 2025.01.17 08:03:46.334747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5165 2025.01.17 08:03:46.335029 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5166 2025.01.17 08:03:46.335276 [ 26 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5167 2025.01.17 08:03:46.335312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5168 2025.01.17 08:03:46.335384 [ 26 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5169 2025.01.17 08:03:46.335433 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5170 2025.01.17 08:03:46.335625 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5171 2025.01.17 08:03:46.335847 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5172 2025.01.17 08:03:46.335917 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5173 2025.01.17 08:03:46.336018 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5174 2025.01.17 08:03:46.336213 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5175 2025.01.17 08:03:46.336487 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5176 2025.01.17 08:03:46.336658 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5177 2025.01.17 08:03:46.336807 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
5178 2025.01.17 08:03:46.342101 [ 201 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006568584 sec., 1820179.2045287082 rows/sec., 26.04 MiB/sec.
5179 2025.01.17 08:03:46.342468 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5180 2025.01.17 08:03:46.342824 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_26_5} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5181 2025.01.17 08:03:46.342924 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_26_5} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5182 2025.01.17 08:03:46.343017 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5183 2025.01.17 08:03:47.112118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5184 2025.01.17 08:03:47.133002 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5185 2025.01.17 08:03:47.133049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5186 2025.01.17 08:03:47.141025 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5187 2025.01.17 08:03:47.141795 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5188 2025.01.17 08:03:47.142177 [ 25 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5189 2025.01.17 08:03:47.142338 [ 25 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5190 2025.01.17 08:03:47.142416 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5191 2025.01.17 08:03:47.142848 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5192 2025.01.17 08:03:47.157289 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5193 2025.01.17 08:03:47.159059 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5194 2025.01.17 08:03:47.160333 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5195 2025.01.17 08:03:47.165537 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5196 2025.01.17 08:03:47.170785 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5197 2025.01.17 08:03:47.176080 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5198 2025.01.17 08:03:47.181606 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5199 2025.01.17 08:03:47.186043 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
5200 2025.01.17 08:03:47.244825 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102262517 sec., 1916.635789435928 rows/sec., 9.91 MiB/sec.
5201 2025.01.17 08:03:47.247592 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5202 2025.01.17 08:03:47.250574 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_26_5} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5203 2025.01.17 08:03:47.250709 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_26_5} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5204 2025.01.17 08:03:47.253138 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5205 2025.01.17 08:03:47.732847 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5206 2025.01.17 08:03:47.733033 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5207 2025.01.17 08:03:47.733103 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5208 2025.01.17 08:03:47.733903 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5209 2025.01.17 08:03:47.733947 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5210 2025.01.17 08:03:47.734395 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5211 2025.01.17 08:03:47.734656 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5212 2025.01.17 08:03:47.734888 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.26 MiB/sec.
5213 2025.01.17 08:03:47.734988 [ 260 ] {16f55b3e-b1a0-438b-8193-7ed176c32f9a} <Debug> TCPHandler: Processed in 0.002266463 sec.
5214 2025.01.17 08:03:47.735329 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5215 2025.01.17 08:03:47.735536 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5216 2025.01.17 08:03:47.735613 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5217 2025.01.17 08:03:47.736407 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5218 2025.01.17 08:03:47.736454 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5219 2025.01.17 08:03:47.736875 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5220 2025.01.17 08:03:47.737115 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5221 2025.01.17 08:03:47.737342 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec.
5222 2025.01.17 08:03:47.737401 [ 262 ] {69da834a-6115-484c-a708-c4641b39ff03} <Debug> TCPHandler: Processed in 0.002256982 sec.
5223 2025.01.17 08:03:47.737560 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2025.01.17 08:03:47.737689 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5225 2025.01.17 08:03:47.737753 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5226 2025.01.17 08:03:47.738390 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.01.17 08:03:47.738428 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5228 2025.01.17 08:03:47.738840 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5229 2025.01.17 08:03:47.739086 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2025.01.17 08:03:47.739219 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5231 2025.01.17 08:03:47.739262 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5232 2025.01.17 08:03:47.739273 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
5233 2025.01.17 08:03:47.739287 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5234 2025.01.17 08:03:47.739383 [ 260 ] {af3f6f73-423a-4537-8f87-cd85f23ccd1a} <Debug> TCPHandler: Processed in 0.001877947 sec.
5235 2025.01.17 08:03:47.739541 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
5236 2025.01.17 08:03:47.739600 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2025.01.17 08:03:47.739725 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5238 2025.01.17 08:03:47.739781 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11617 rows starting from the beginning of the part
5239 2025.01.17 08:03:47.739787 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5240 2025.01.17 08:03:47.739876 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5241 2025.01.17 08:03:47.739972 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
5242 2025.01.17 08:03:47.740284 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
5243 2025.01.17 08:03:47.740683 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
5244 2025.01.17 08:03:47.741029 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
5245 2025.01.17 08:03:47.741345 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
5246 2025.01.17 08:03:47.741978 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5247 2025.01.17 08:03:47.742024 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5248 2025.01.17 08:03:47.742805 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5249 2025.01.17 08:03:47.743103 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5250 2025.01.17 08:03:47.743488 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003751 sec., 15995.734470807785 rows/sec., 1.08 MiB/sec.
5251 2025.01.17 08:03:47.743594 [ 262 ] {03b9cb07-ffa2-4e01-ab4a-d70ac938d0a1} <Debug> TCPHandler: Processed in 0.004083598 sec.
5252 2025.01.17 08:03:47.746100 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12571 rows, containing 5 columns (5 merged, 0 gathered) in 0.006707076 sec., 1874289.1835428732 rows/sec., 126.53 MiB/sec.
5253 2025.01.17 08:03:47.746510 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5254 2025.01.17 08:03:47.746871 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5255 2025.01.17 08:03:47.746967 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5256 2025.01.17 08:03:47.747080 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB.
5257 2025.01.17 08:03:48.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.66 MiB, peak 202.93 MiB, free memory in arenas 0.00 B, will set to 196.03 MiB (RSS), difference: 3.37 MiB
5258 2025.01.17 08:03:51.380113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 740
5259 2025.01.17 08:03:51.383195 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5260 2025.01.17 08:03:51.383254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5261 2025.01.17 08:03:51.384709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5262 2025.01.17 08:03:51.385023 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5263 2025.01.17 08:03:51.385679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740
5264 2025.01.17 08:03:51.843191 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5265 2025.01.17 08:03:51.843390 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5266 2025.01.17 08:03:51.843468 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5267 2025.01.17 08:03:51.844323 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5268 2025.01.17 08:03:51.844388 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5269 2025.01.17 08:03:51.844899 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5270 2025.01.17 08:03:51.845167 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5271 2025.01.17 08:03:51.845401 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00207 sec., 6763.28502415459 rows/sec., 486.87 KiB/sec.
5272 2025.01.17 08:03:51.845474 [ 260 ] {d92960a3-9feb-49ea-9e1a-0ba0cd97581d} <Debug> TCPHandler: Processed in 0.002418555 sec.
5273 2025.01.17 08:03:51.845768 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5274 2025.01.17 08:03:51.845960 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5275 2025.01.17 08:03:51.846030 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5276 2025.01.17 08:03:51.846770 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5277 2025.01.17 08:03:51.846816 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5278 2025.01.17 08:03:51.847245 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5279 2025.01.17 08:03:51.847516 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5280 2025.01.17 08:03:51.848043 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002097 sec., 5722.460658082976 rows/sec., 466.63 KiB/sec.
5281 2025.01.17 08:03:51.848349 [ 262 ] {73492cee-6fea-46e1-aec4-45d964171fcc} <Debug> TCPHandler: Processed in 0.002702199 sec.
5282 2025.01.17 08:03:51.848535 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5283 2025.01.17 08:03:51.848667 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5284 2025.01.17 08:03:51.848722 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5285 2025.01.17 08:03:51.850124 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5286 2025.01.17 08:03:51.850169 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5287 2025.01.17 08:03:51.850688 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5288 2025.01.17 08:03:51.850957 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5289 2025.01.17 08:03:51.851181 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002545 sec., 556777.9960707269 rows/sec., 46.60 MiB/sec.
5290 2025.01.17 08:03:51.851252 [ 260 ] {7fd0a3f5-8924-4fcc-8e97-1680027f8199} <Debug> TCPHandler: Processed in 0.00277695 sec.
5291 2025.01.17 08:03:51.851414 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5292 2025.01.17 08:03:51.851530 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5293 2025.01.17 08:03:51.851577 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5294 2025.01.17 08:03:51.852234 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5295 2025.01.17 08:03:51.852273 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5296 2025.01.17 08:03:51.852642 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5297 2025.01.17 08:03:51.852888 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5298 2025.01.17 08:03:51.853022 [ 88 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5299 2025.01.17 08:03:51.853066 [ 88 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5300 2025.01.17 08:03:51.853072 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001564 sec., 33887.468030690536 rows/sec., 2.40 MiB/sec.
5301 2025.01.17 08:03:51.853091 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5302 2025.01.17 08:03:51.853174 [ 262 ] {febe2d71-b72f-41c7-8f5a-0ac42b99fcdc} <Debug> TCPHandler: Processed in 0.001818027 sec.
5303 2025.01.17 08:03:51.853383 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
5304 2025.01.17 08:03:51.853408 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5305 2025.01.17 08:03:51.853675 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5306 2025.01.17 08:03:51.853679 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5307 2025.01.17 08:03:51.853743 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 64 rows starting from the beginning of the part
5308 2025.01.17 08:03:51.853790 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5309 2025.01.17 08:03:51.854045 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 43 rows starting from the beginning of the part
5310 2025.01.17 08:03:51.854509 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
5311 2025.01.17 08:03:51.854941 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part
5312 2025.01.17 08:03:51.855320 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part
5313 2025.01.17 08:03:51.855708 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 53 rows starting from the beginning of the part
5314 2025.01.17 08:03:51.856923 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5315 2025.01.17 08:03:51.856998 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5316 2025.01.17 08:03:51.858104 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5317 2025.01.17 08:03:51.858545 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005350507 sec., 48032.831281222505 rows/sec., 3.61 MiB/sec.
5318 2025.01.17 08:03:51.858658 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.01.17 08:03:51.858781 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5320 2025.01.17 08:03:51.859079 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005494 sec., 44048.052420822714 rows/sec., 2.98 MiB/sec.
5321 2025.01.17 08:03:51.859254 [ 260 ] {3e7de4a8-326d-47f9-8a99-c1de1089e512} <Debug> TCPHandler: Processed in 0.005947966 sec.
5322 2025.01.17 08:03:51.859464 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5323 2025.01.17 08:03:51.859478 [ 188 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5324 2025.01.17 08:03:51.859696 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5325 2025.01.17 08:03:51.859725 [ 188 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_21_4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5326 2025.01.17 08:03:51.859775 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5327 2025.01.17 08:03:51.859951 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5328 2025.01.17 08:03:51.860524 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5329 2025.01.17 08:03:51.860569 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5330 2025.01.17 08:03:51.861015 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5331 2025.01.17 08:03:51.861254 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5332 2025.01.17 08:03:51.861439 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001813 sec., 7170.435741864314 rows/sec., 447.07 KiB/sec.
5333 2025.01.17 08:03:51.861494 [ 262 ] {c993dab8-62af-4460-a2ef-56989b3840d7} <Debug> TCPHandler: Processed in 0.002128441 sec.
5334 2025.01.17 08:03:51.861643 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5335 2025.01.17 08:03:51.861788 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5336 2025.01.17 08:03:51.861848 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5337 2025.01.17 08:03:51.862792 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5338 2025.01.17 08:03:51.862842 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5339 2025.01.17 08:03:51.863258 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5340 2025.01.17 08:03:51.863507 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5341 2025.01.17 08:03:51.863721 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001972 sec., 448275.86206896557 rows/sec., 32.52 MiB/sec.
5342 2025.01.17 08:03:51.863787 [ 260 ] {de6b9ca7-5385-4fa9-9ab3-de6f8b02f768} <Debug> TCPHandler: Processed in 0.002201512 sec.
5343 2025.01.17 08:03:51.863949 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5344 2025.01.17 08:03:51.864089 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5345 2025.01.17 08:03:51.864148 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5346 2025.01.17 08:03:51.864643 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5347 2025.01.17 08:03:51.864680 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5348 2025.01.17 08:03:51.865050 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5349 2025.01.17 08:03:51.865291 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2025.01.17 08:03:51.865489 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec.
5351 2025.01.17 08:03:51.865607 [ 262 ] {3f25897c-815c-465f-8cb0-d40e736b1897} <Debug> TCPHandler: Processed in 0.001724305 sec.
5352 2025.01.17 08:03:51.865754 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5353 2025.01.17 08:03:51.865878 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5354 2025.01.17 08:03:51.865934 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5355 2025.01.17 08:03:51.866748 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5356 2025.01.17 08:03:51.866788 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5357 2025.01.17 08:03:51.867239 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5358 2025.01.17 08:03:51.867477 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5359 2025.01.17 08:03:51.867736 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.001874 sec., 581109.9252934898 rows/sec., 38.83 MiB/sec.
5360 2025.01.17 08:03:51.867942 [ 260 ] {37a96b32-ea4f-4696-a024-0b330da19892} <Debug> TCPHandler: Processed in 0.002236552 sec.
5361 2025.01.17 08:03:51.868171 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5362 2025.01.17 08:03:51.868315 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5363 2025.01.17 08:03:51.868377 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5364 2025.01.17 08:03:51.868941 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5365 2025.01.17 08:03:51.868987 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5366 2025.01.17 08:03:51.869380 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5367 2025.01.17 08:03:51.869618 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5368 2025.01.17 08:03:51.869799 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec.
5369 2025.01.17 08:03:51.869850 [ 262 ] {22bbeda9-cddb-43d3-9f12-bc38549bcf4e} <Debug> TCPHandler: Processed in 0.001804346 sec.
5370 2025.01.17 08:03:51.869985 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5371 2025.01.17 08:03:51.870104 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5372 2025.01.17 08:03:51.870186 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5373 2025.01.17 08:03:51.871393 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5374 2025.01.17 08:03:51.871433 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5375 2025.01.17 08:03:51.872094 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5376 2025.01.17 08:03:51.872352 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5377 2025.01.17 08:03:51.872530 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5378 2025.01.17 08:03:51.872594 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.01.17 08:03:51.872624 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5380 2025.01.17 08:03:51.872652 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002565 sec., 13255.360623781677 rows/sec., 23.75 MiB/sec.
5381 2025.01.17 08:03:51.872986 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
5382 2025.01.17 08:03:51.873098 [ 260 ] {6238f1ae-acf0-4d31-919f-7d03bfd4ecd4} <Debug> TCPHandler: Processed in 0.003165115 sec.
5383 2025.01.17 08:03:51.873321 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5384 2025.01.17 08:03:51.873494 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5385 2025.01.17 08:03:51.873507 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5386 2025.01.17 08:03:51.873590 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 438 rows starting from the beginning of the part
5387 2025.01.17 08:03:51.873596 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5388 2025.01.17 08:03:51.874322 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part
5389 2025.01.17 08:03:51.874845 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
5390 2025.01.17 08:03:51.875471 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
5391 2025.01.17 08:03:51.875474 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5392 2025.01.17 08:03:51.875530 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5393 2025.01.17 08:03:51.876020 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
5394 2025.01.17 08:03:51.876556 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
5395 2025.01.17 08:03:51.876726 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5396 2025.01.17 08:03:51.877248 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2025.01.17 08:03:51.877431 [ 88 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5398 2025.01.17 08:03:51.877497 [ 88 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5399 2025.01.17 08:03:51.877535 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5400 2025.01.17 08:03:51.877571 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004097 sec., 20014.644862094214 rows/sec., 1.27 MiB/sec.
5401 2025.01.17 08:03:51.878203 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
5402 2025.01.17 08:03:51.878268 [ 262 ] {9efb4c3c-3bd5-4a45-a3bc-6922046c2bc3} <Debug> TCPHandler: Processed in 0.005045102 sec.
5403 2025.01.17 08:03:51.878977 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5404 2025.01.17 08:03:51.879162 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2190 rows starting from the beginning of the part
5405 2025.01.17 08:03:51.879654 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
5406 2025.01.17 08:03:51.879897 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
5407 2025.01.17 08:03:51.880154 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
5408 2025.01.17 08:03:51.880467 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
5409 2025.01.17 08:03:51.880816 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
5410 2025.01.17 08:03:51.884365 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2556 rows, containing 4 columns (4 merged, 0 gathered) in 0.006680616 sec., 382599.44891309424 rows/sec., 24.93 MiB/sec.
5411 2025.01.17 08:03:51.884721 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5412 2025.01.17 08:03:51.885286 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5413 2025.01.17 08:03:51.885373 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_36_7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5414 2025.01.17 08:03:51.885746 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
5415 2025.01.17 08:03:51.898468 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 19 columns (19 merged, 0 gathered) in 0.025759479 sec., 22865.36928794251 rows/sec., 40.97 MiB/sec.
5416 2025.01.17 08:03:51.899160 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5417 2025.01.17 08:03:51.899595 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2025.01.17 08:03:51.899676 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5419 2025.01.17 08:03:51.899828 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB.
5420 2025.01.17 08:03:52.725593 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5421 2025.01.17 08:03:52.725782 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5422 2025.01.17 08:03:52.725863 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5423 2025.01.17 08:03:52.726601 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5424 2025.01.17 08:03:52.726657 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5425 2025.01.17 08:03:52.727080 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5426 2025.01.17 08:03:52.727343 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5427 2025.01.17 08:03:52.727585 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001854 sec., 2157.497303128371 rows/sec., 175.93 KiB/sec.
5428 2025.01.17 08:03:52.727652 [ 260 ] {789c0f90-7ab5-4b2e-a832-8075a076789a} <Debug> TCPHandler: Processed in 0.002204661 sec.
5429 2025.01.17 08:03:52.727902 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5430 2025.01.17 08:03:52.728088 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5431 2025.01.17 08:03:52.728161 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5432 2025.01.17 08:03:52.728913 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5433 2025.01.17 08:03:52.728958 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5434 2025.01.17 08:03:52.729386 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5435 2025.01.17 08:03:52.729640 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5436 2025.01.17 08:03:52.729887 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.001837 sec., 6532.3897659227 rows/sec., 610.82 KiB/sec.
5437 2025.01.17 08:03:52.729981 [ 262 ] {19cd5219-7a13-4138-a113-faba314173ff} <Debug> TCPHandler: Processed in 0.002219271 sec.
5438 2025.01.17 08:03:52.730238 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5439 2025.01.17 08:03:52.730384 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5440 2025.01.17 08:03:52.730439 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5441 2025.01.17 08:03:52.731059 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.01.17 08:03:52.731104 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5443 2025.01.17 08:03:52.731513 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5444 2025.01.17 08:03:52.731798 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5445 2025.01.17 08:03:52.732062 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001704 sec., 5281.69014084507 rows/sec., 384.55 KiB/sec.
5446 2025.01.17 08:03:52.732266 [ 260 ] {328b9fc3-8f64-419c-b32d-0af2a0b8dd2d} <Debug> TCPHandler: Processed in 0.002177071 sec.
5447 2025.01.17 08:03:52.732434 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5448 2025.01.17 08:03:52.732559 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5449 2025.01.17 08:03:52.732612 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5450 2025.01.17 08:03:52.733228 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2025.01.17 08:03:52.733268 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5452 2025.01.17 08:03:52.733650 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5453 2025.01.17 08:03:52.733914 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.01.17 08:03:52.734106 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001577 sec., 5707.038681039949 rows/sec., 460.72 KiB/sec.
5455 2025.01.17 08:03:52.734163 [ 262 ] {2bc3ed06-0673-458b-8d7e-9a96448e97ac} <Debug> TCPHandler: Processed in 0.001790916 sec.
5456 2025.01.17 08:03:52.734341 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2025.01.17 08:03:52.734460 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5458 2025.01.17 08:03:52.734517 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5459 2025.01.17 08:03:52.735047 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.01.17 08:03:52.735088 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5461 2025.01.17 08:03:52.735459 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5462 2025.01.17 08:03:52.735699 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.01.17 08:03:52.735914 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001478 sec., 1353.1799729364006 rows/sec., 95.15 KiB/sec.
5464 2025.01.17 08:03:52.735968 [ 260 ] {553c4849-4d5a-4c3e-babb-2cfb2c28d6a2} <Debug> TCPHandler: Processed in 0.001687395 sec.
5465 2025.01.17 08:03:52.736163 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5466 2025.01.17 08:03:52.736296 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5467 2025.01.17 08:03:52.736378 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5468 2025.01.17 08:03:52.737487 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.01.17 08:03:52.737529 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5470 2025.01.17 08:03:52.738177 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5471 2025.01.17 08:03:52.738434 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2025.01.17 08:03:52.738629 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002362 sec., 2116.8501270110078 rows/sec., 3.79 MiB/sec.
5473 2025.01.17 08:03:52.738721 [ 262 ] {8dd55567-0ecb-4ed4-b3af-36c06916a48b} <Debug> TCPHandler: Processed in 0.002634988 sec.
5474 2025.01.17 08:03:53.835608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5475 2025.01.17 08:03:53.836271 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5476 2025.01.17 08:03:53.836317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5477 2025.01.17 08:03:53.836892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5478 2025.01.17 08:03:53.837153 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5479 2025.01.17 08:03:53.837333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5480 2025.01.17 08:03:54.657505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5481 2025.01.17 08:03:54.676954 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5482 2025.01.17 08:03:54.677026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5483 2025.01.17 08:03:54.685338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5484 2025.01.17 08:03:54.686134 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5485 2025.01.17 08:03:54.689261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5486 2025.01.17 08:03:57.733134 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5487 2025.01.17 08:03:57.733319 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5488 2025.01.17 08:03:57.733390 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5489 2025.01.17 08:03:57.734226 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2025.01.17 08:03:57.734279 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5491 2025.01.17 08:03:57.734702 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5492 2025.01.17 08:03:57.734956 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2025.01.17 08:03:57.735168 [ 44 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5494 2025.01.17 08:03:57.735237 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec.
5495 2025.01.17 08:03:57.735263 [ 44 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5496 2025.01.17 08:03:57.735330 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5497 2025.01.17 08:03:57.735392 [ 260 ] {86546a06-a114-46ce-a7dc-9d5ae9777c66} <Debug> TCPHandler: Processed in 0.002385265 sec.
5498 2025.01.17 08:03:57.735550 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
5499 2025.01.17 08:03:57.735696 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5500 2025.01.17 08:03:57.735720 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5501 2025.01.17 08:03:57.735784 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part
5502 2025.01.17 08:03:57.736020 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5503 2025.01.17 08:03:57.736018 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 281 rows starting from the beginning of the part
5504 2025.01.17 08:03:57.736174 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5505 2025.01.17 08:03:57.736401 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
5506 2025.01.17 08:03:57.736745 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1417 rows starting from the beginning of the part
5507 2025.01.17 08:03:57.737091 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
5508 2025.01.17 08:03:57.737531 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
5509 2025.01.17 08:03:57.738839 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2025.01.17 08:03:57.738945 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5511 2025.01.17 08:03:57.740057 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5512 2025.01.17 08:03:57.740426 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.01.17 08:03:57.740811 [ 44 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5514 2025.01.17 08:03:57.740956 [ 44 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5515 2025.01.17 08:03:57.741012 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.00557902 sec., 582898.0717043496 rows/sec., 51.14 MiB/sec.
5516 2025.01.17 08:03:57.741030 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5517 2025.01.17 08:03:57.741171 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005264 sec., 12158.0547112462 rows/sec., 971.74 KiB/sec.
5518 2025.01.17 08:03:57.741360 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
5519 2025.01.17 08:03:57.741383 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5520 2025.01.17 08:03:57.741468 [ 262 ] {35fb26c4-fbe1-403f-9b71-8bc7ee909aaa} <Debug> TCPHandler: Processed in 0.005908165 sec.
5521 2025.01.17 08:03:57.741757 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5522 2025.01.17 08:03:57.741775 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5523 2025.01.17 08:03:57.741831 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
5524 2025.01.17 08:03:57.742099 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5525 2025.01.17 08:03:57.742127 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 421 rows starting from the beginning of the part
5526 2025.01.17 08:03:57.742178 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5527 2025.01.17 08:03:57.742408 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5528 2025.01.17 08:03:57.742633 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
5529 2025.01.17 08:03:57.742674 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_41_8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5530 2025.01.17 08:03:57.743188 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
5531 2025.01.17 08:03:57.743223 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 884 rows starting from the beginning of the part
5532 2025.01.17 08:03:57.743567 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part
5533 2025.01.17 08:03:57.743926 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
5534 2025.01.17 08:03:57.744948 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2025.01.17 08:03:57.745000 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5536 2025.01.17 08:03:57.745553 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5537 2025.01.17 08:03:57.745901 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.004754288 sec., 495342.3099315818 rows/sec., 37.93 MiB/sec.
5538 2025.01.17 08:03:57.746048 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2025.01.17 08:03:57.746079 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5540 2025.01.17 08:03:57.746455 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00454 sec., 35242.29074889868 rows/sec., 2.45 MiB/sec.
5541 2025.01.17 08:03:57.746486 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5542 2025.01.17 08:03:57.746591 [ 260 ] {72ff7c88-4ae3-4238-bdf9-fb167cea0c6a} <Debug> TCPHandler: Processed in 0.004988491 sec.
5543 2025.01.17 08:03:57.746612 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_41_8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5544 2025.01.17 08:03:57.746715 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5545 2025.01.17 08:03:57.746843 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5546 2025.01.17 08:03:57.746993 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5547 2025.01.17 08:03:57.747058 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5548 2025.01.17 08:03:57.747741 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5549 2025.01.17 08:03:57.747798 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5550 2025.01.17 08:03:57.748342 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5551 2025.01.17 08:03:57.748592 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5552 2025.01.17 08:03:57.748834 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001875 sec., 32000 rows/sec., 2.16 MiB/sec.
5553 2025.01.17 08:03:57.748925 [ 262 ] {d23acc55-0f27-4e38-bc16-5d74a31f2de1} <Debug> TCPHandler: Processed in 0.002148911 sec.
5554 2025.01.17 08:04:01.226836 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
5555 2025.01.17 08:04:01.226911 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
5556 2025.01.17 08:04:01.337615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5557 2025.01.17 08:04:01.338688 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5558 2025.01.17 08:04:01.338736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5559 2025.01.17 08:04:01.339276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5560 2025.01.17 08:04:01.339533 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5561 2025.01.17 08:04:01.339782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5562 2025.01.17 08:04:01.386050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 784
5563 2025.01.17 08:04:01.389459 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2025.01.17 08:04:01.389520 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5565 2025.01.17 08:04:01.390997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5566 2025.01.17 08:04:01.391315 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5567 2025.01.17 08:04:01.392459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784
5568 2025.01.17 08:04:02.189465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5569 2025.01.17 08:04:02.209361 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5570 2025.01.17 08:04:02.209408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5571 2025.01.17 08:04:02.216742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5572 2025.01.17 08:04:02.217515 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5573 2025.01.17 08:04:02.220021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5574 2025.01.17 08:04:02.741149 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5575 2025.01.17 08:04:02.741329 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5576 2025.01.17 08:04:02.741402 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5577 2025.01.17 08:04:02.742154 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5578 2025.01.17 08:04:02.742206 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5579 2025.01.17 08:04:02.742636 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5580 2025.01.17 08:04:02.742894 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5581 2025.01.17 08:04:02.743129 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec.
5582 2025.01.17 08:04:02.743230 [ 260 ] {8cfc8418-b7e8-49c8-ade0-24944b2405d7} <Debug> TCPHandler: Processed in 0.002207422 sec.
5583 2025.01.17 08:04:02.743522 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5584 2025.01.17 08:04:02.743730 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5585 2025.01.17 08:04:02.743808 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5586 2025.01.17 08:04:02.744787 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5587 2025.01.17 08:04:02.744834 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5588 2025.01.17 08:04:02.745308 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5589 2025.01.17 08:04:02.745575 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5590 2025.01.17 08:04:02.745823 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002148 sec., 130819.3668528864 rows/sec., 11.56 MiB/sec.
5591 2025.01.17 08:04:02.745962 [ 262 ] {bc3c68f1-38b8-47e0-a9ba-67d3568df43a} <Debug> TCPHandler: Processed in 0.002590737 sec.
5592 2025.01.17 08:04:02.746149 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5593 2025.01.17 08:04:02.746268 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5594 2025.01.17 08:04:02.746317 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5595 2025.01.17 08:04:02.747482 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5596 2025.01.17 08:04:02.747524 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5597 2025.01.17 08:04:02.747888 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5598 2025.01.17 08:04:02.748142 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5599 2025.01.17 08:04:02.748347 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002104 sec., 21863.117870722435 rows/sec., 1.57 MiB/sec.
5600 2025.01.17 08:04:02.748400 [ 260 ] {1c7b7cc9-cf18-4692-97ee-9a989a05101b} <Debug> TCPHandler: Processed in 0.002309733 sec.
5601 2025.01.17 08:04:02.748566 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5602 2025.01.17 08:04:02.748695 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5603 2025.01.17 08:04:02.748747 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5604 2025.01.17 08:04:02.749341 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5605 2025.01.17 08:04:02.749383 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5606 2025.01.17 08:04:02.749755 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5607 2025.01.17 08:04:02.749995 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5608 2025.01.17 08:04:02.750234 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec.
5609 2025.01.17 08:04:02.750345 [ 262 ] {6403a2fe-162a-4ad7-a39b-bf3dd543ff96} <Debug> TCPHandler: Processed in 0.001837637 sec.
5610 2025.01.17 08:04:02.750504 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5611 2025.01.17 08:04:02.750620 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5612 2025.01.17 08:04:02.750676 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5613 2025.01.17 08:04:02.751368 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5614 2025.01.17 08:04:02.751418 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5615 2025.01.17 08:04:02.751812 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5616 2025.01.17 08:04:02.752063 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5617 2025.01.17 08:04:02.752277 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec.
5618 2025.01.17 08:04:02.752329 [ 260 ] {bcee1390-8976-4f19-be21-fd9b5120a366} <Debug> TCPHandler: Processed in 0.001883897 sec.
5619 2025.01.17 08:04:02.752486 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5620 2025.01.17 08:04:02.752604 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5621 2025.01.17 08:04:02.752651 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5622 2025.01.17 08:04:02.753437 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2025.01.17 08:04:02.753480 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5624 2025.01.17 08:04:02.753874 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5625 2025.01.17 08:04:02.754123 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5626 2025.01.17 08:04:02.754342 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001763 sec., 238797.5042541123 rows/sec., 17.06 MiB/sec.
5627 2025.01.17 08:04:02.754397 [ 262 ] {01d0faac-f07b-417e-943f-37a9aa7ccab0} <Debug> TCPHandler: Processed in 0.001971058 sec.
5628 2025.01.17 08:04:02.754565 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5629 2025.01.17 08:04:02.754696 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5630 2025.01.17 08:04:02.754748 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5631 2025.01.17 08:04:02.755232 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5632 2025.01.17 08:04:02.755269 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5633 2025.01.17 08:04:02.755627 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5634 2025.01.17 08:04:02.755854 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5635 2025.01.17 08:04:02.756130 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec.
5636 2025.01.17 08:04:02.756183 [ 260 ] {5decded8-944d-4336-b490-6a55159395ea} <Debug> TCPHandler: Processed in 0.001684705 sec.
5637 2025.01.17 08:04:02.756332 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5638 2025.01.17 08:04:02.756453 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5639 2025.01.17 08:04:02.756507 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5640 2025.01.17 08:04:02.757100 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5641 2025.01.17 08:04:02.757141 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5642 2025.01.17 08:04:02.757539 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5643 2025.01.17 08:04:02.757774 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5644 2025.01.17 08:04:02.758035 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec.
5645 2025.01.17 08:04:02.758181 [ 262 ] {d67aa7ae-ab7a-451a-b183-7ad194d5fb72} <Debug> TCPHandler: Processed in 0.001901557 sec.
5646 2025.01.17 08:04:02.758426 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5647 2025.01.17 08:04:02.758569 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5648 2025.01.17 08:04:02.758630 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5649 2025.01.17 08:04:02.759113 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5650 2025.01.17 08:04:02.759153 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5651 2025.01.17 08:04:02.759519 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5652 2025.01.17 08:04:02.759754 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5653 2025.01.17 08:04:02.759958 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec.
5654 2025.01.17 08:04:02.760010 [ 260 ] {4948c3cd-0145-4e3d-a9c7-98bffe64c668} <Debug> TCPHandler: Processed in 0.001713434 sec.
5655 2025.01.17 08:04:02.760163 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5656 2025.01.17 08:04:02.760281 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5657 2025.01.17 08:04:02.760361 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5658 2025.01.17 08:04:02.761567 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5659 2025.01.17 08:04:02.761606 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5660 2025.01.17 08:04:02.762274 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5661 2025.01.17 08:04:02.762536 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5662 2025.01.17 08:04:02.762755 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002493 sec., 15643.802647412756 rows/sec., 28.03 MiB/sec.
5663 2025.01.17 08:04:02.762937 [ 262 ] {a0475ad3-c208-4ea0-8feb-67d2aa103fe2} <Debug> TCPHandler: Processed in 0.00282948 sec.
5664 2025.01.17 08:04:02.763098 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5665 2025.01.17 08:04:02.763236 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5666 2025.01.17 08:04:02.763295 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5667 2025.01.17 08:04:02.763826 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5668 2025.01.17 08:04:02.763866 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5669 2025.01.17 08:04:02.764242 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5670 2025.01.17 08:04:02.764490 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5671 2025.01.17 08:04:02.764710 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec.
5672 2025.01.17 08:04:02.764764 [ 260 ] {cfc6ebec-cf18-4ab9-ba05-f118f0175e5b} <Debug> TCPHandler: Processed in 0.001730915 sec.
5673 2025.01.17 08:04:03.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.01 MiB, peak 204.37 MiB, free memory in arenas 0.00 B, will set to 197.79 MiB (RSS), difference: -1.23 MiB
5674 2025.01.17 08:04:07.733985 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5675 2025.01.17 08:04:07.734184 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5676 2025.01.17 08:04:07.734256 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5677 2025.01.17 08:04:07.735043 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5678 2025.01.17 08:04:07.735086 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5679 2025.01.17 08:04:07.735519 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5680 2025.01.17 08:04:07.735771 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5681 2025.01.17 08:04:07.736004 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec.
5682 2025.01.17 08:04:07.736162 [ 260 ] {e9cd0e29-657f-4dd6-8c59-4a7e604ab23f} <Debug> TCPHandler: Processed in 0.002297433 sec.
5683 2025.01.17 08:04:07.736449 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5684 2025.01.17 08:04:07.736653 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5685 2025.01.17 08:04:07.736729 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5686 2025.01.17 08:04:07.737478 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5687 2025.01.17 08:04:07.737526 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5688 2025.01.17 08:04:07.737951 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5689 2025.01.17 08:04:07.738195 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5690 2025.01.17 08:04:07.738421 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001822 sec., 35126.234906695936 rows/sec., 2.74 MiB/sec.
5691 2025.01.17 08:04:07.738480 [ 262 ] {007e55ff-bf1e-4f87-acc9-4a4026a02166} <Debug> TCPHandler: Processed in 0.002172161 sec.
5692 2025.01.17 08:04:07.738654 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5693 2025.01.17 08:04:07.738801 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5694 2025.01.17 08:04:07.738867 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5695 2025.01.17 08:04:07.739552 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5696 2025.01.17 08:04:07.739598 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5697 2025.01.17 08:04:07.740036 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5698 2025.01.17 08:04:07.740272 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5699 2025.01.17 08:04:07.740401 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5700 2025.01.17 08:04:07.740444 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5701 2025.01.17 08:04:07.740464 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec.
5702 2025.01.17 08:04:07.740472 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5703 2025.01.17 08:04:07.740638 [ 260 ] {1cbb39df-654c-4436-982c-9143fdf17911} <Debug> TCPHandler: Processed in 0.002043819 sec.
5704 2025.01.17 08:04:07.740954 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5705 2025.01.17 08:04:07.741065 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
5706 2025.01.17 08:04:07.741327 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5707 2025.01.17 08:04:07.741494 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5708 2025.01.17 08:04:07.741688 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5709 2025.01.17 08:04:07.741791 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12571 rows starting from the beginning of the part
5710 2025.01.17 08:04:07.742132 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1089 rows starting from the beginning of the part
5711 2025.01.17 08:04:07.742474 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part
5712 2025.01.17 08:04:07.742702 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
5713 2025.01.17 08:04:07.742909 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part
5714 2025.01.17 08:04:07.743248 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
5715 2025.01.17 08:04:07.743931 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5716 2025.01.17 08:04:07.743989 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5717 2025.01.17 08:04:07.744807 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5718 2025.01.17 08:04:07.745158 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5719 2025.01.17 08:04:07.745645 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004457 sec., 13461.969934933812 rows/sec., 929.02 KiB/sec.
5720 2025.01.17 08:04:07.745834 [ 262 ] {74ac7656-0ccc-4b3b-aca7-f635c9ddf7e1} <Debug> TCPHandler: Processed in 0.005080773 sec.
5721 2025.01.17 08:04:07.748389 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14219 rows, containing 5 columns (5 merged, 0 gathered) in 0.007773552 sec., 1829150.9466972111 rows/sec., 123.46 MiB/sec.
5722 2025.01.17 08:04:07.748791 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5723 2025.01.17 08:04:07.749104 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5724 2025.01.17 08:04:07.749193 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5725 2025.01.17 08:04:07.749280 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB.
5726 2025.01.17 08:04:08.840039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5727 2025.01.17 08:04:08.840802 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5728 2025.01.17 08:04:08.840856 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5729 2025.01.17 08:04:08.841386 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5730 2025.01.17 08:04:08.841636 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5731 2025.01.17 08:04:08.841899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5732 2025.01.17 08:04:09.720205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5733 2025.01.17 08:04:09.740721 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5734 2025.01.17 08:04:09.740787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5735 2025.01.17 08:04:09.748619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5736 2025.01.17 08:04:09.749465 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5737 2025.01.17 08:04:09.753571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5738 2025.01.17 08:04:11.392846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 814
5739 2025.01.17 08:04:11.395875 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5740 2025.01.17 08:04:11.395923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5741 2025.01.17 08:04:11.397366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5742 2025.01.17 08:04:11.397688 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5743 2025.01.17 08:04:11.397895 [ 153 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5744 2025.01.17 08:04:11.398011 [ 153 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.01.17 08:04:11.398067 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5746 2025.01.17 08:04:11.398530 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
5747 2025.01.17 08:04:11.399003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 814
5748 2025.01.17 08:04:11.399560 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5749 2025.01.17 08:04:11.399769 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 640 rows starting from the beginning of the part
5750 2025.01.17 08:04:11.400470 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part
5751 2025.01.17 08:04:11.401153 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part
5752 2025.01.17 08:04:11.401789 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
5753 2025.01.17 08:04:11.402435 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
5754 2025.01.17 08:04:11.403101 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
5755 2025.01.17 08:04:11.411533 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 814 rows, containing 72 columns (72 merged, 0 gathered) in 0.01328091 sec., 61290.98081381471 rows/sec., 50.89 MiB/sec.
5756 2025.01.17 08:04:11.412557 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5757 2025.01.17 08:04:11.413272 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5758 2025.01.17 08:04:11.413358 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_21_4} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5759 2025.01.17 08:04:11.413573 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
5760 2025.01.17 08:04:12.741042 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5761 2025.01.17 08:04:12.741251 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5762 2025.01.17 08:04:12.741328 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5763 2025.01.17 08:04:12.742131 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5764 2025.01.17 08:04:12.742179 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5765 2025.01.17 08:04:12.742607 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5766 2025.01.17 08:04:12.742855 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5767 2025.01.17 08:04:12.743092 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec.
5768 2025.01.17 08:04:12.743150 [ 260 ] {30cd61f2-7206-4a6e-9451-984252e06ba2} <Debug> TCPHandler: Processed in 0.002244122 sec.
5769 2025.01.17 08:04:12.743461 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5770 2025.01.17 08:04:12.743757 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5771 2025.01.17 08:04:12.743867 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5772 2025.01.17 08:04:12.744789 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2025.01.17 08:04:12.744830 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5774 2025.01.17 08:04:12.745287 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5775 2025.01.17 08:04:12.745535 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2025.01.17 08:04:12.745742 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002065 sec., 136077.4818401937 rows/sec., 12.02 MiB/sec.
5777 2025.01.17 08:04:12.745873 [ 262 ] {723585b4-5bc4-4ff1-84e8-a3dae00801e7} <Debug> TCPHandler: Processed in 0.002592097 sec.
5778 2025.01.17 08:04:12.746057 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5779 2025.01.17 08:04:12.746195 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5780 2025.01.17 08:04:12.746252 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5781 2025.01.17 08:04:12.747257 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5782 2025.01.17 08:04:12.747297 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5783 2025.01.17 08:04:12.747662 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5784 2025.01.17 08:04:12.747895 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2025.01.17 08:04:12.748108 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001941 sec., 23699.12416280268 rows/sec., 1.70 MiB/sec.
5786 2025.01.17 08:04:12.748233 [ 260 ] {e2721cef-d8d4-4b60-8c9c-67bd0dcf9c10} <Debug> TCPHandler: Processed in 0.002272513 sec.
5787 2025.01.17 08:04:12.748435 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5788 2025.01.17 08:04:12.748583 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5789 2025.01.17 08:04:12.748641 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5790 2025.01.17 08:04:12.749277 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5791 2025.01.17 08:04:12.749316 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5792 2025.01.17 08:04:12.749669 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5793 2025.01.17 08:04:12.749899 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5794 2025.01.17 08:04:12.750036 [ 152 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5795 2025.01.17 08:04:12.750088 [ 152 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5796 2025.01.17 08:04:12.750088 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec.
5797 2025.01.17 08:04:12.750117 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5798 2025.01.17 08:04:12.750190 [ 262 ] {fe5dda1f-472c-4250-ab86-edfb99ea6f70} <Debug> TCPHandler: Processed in 0.001826056 sec.
5799 2025.01.17 08:04:12.750602 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5800 2025.01.17 08:04:12.750726 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5801 2025.01.17 08:04:12.750906 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5802 2025.01.17 08:04:12.751010 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5803 2025.01.17 08:04:12.751086 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5804 2025.01.17 08:04:12.751188 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5805 2025.01.17 08:04:12.751520 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5806 2025.01.17 08:04:12.751892 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5807 2025.01.17 08:04:12.752288 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5808 2025.01.17 08:04:12.752669 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5809 2025.01.17 08:04:12.753025 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
5810 2025.01.17 08:04:12.753900 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5811 2025.01.17 08:04:12.753966 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5812 2025.01.17 08:04:12.755013 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5813 2025.01.17 08:04:12.755575 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5814 2025.01.17 08:04:12.756146 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005900055 sec., 91524.5705336645 rows/sec., 6.56 MiB/sec.
5815 2025.01.17 08:04:12.756249 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005399 sec., 2407.8533061678086 rows/sec., 150.13 KiB/sec.
5816 2025.01.17 08:04:12.756528 [ 260 ] {0bf2ae06-7eda-4a12-b8f9-b3f2d16136c9} <Debug> TCPHandler: Processed in 0.006174299 sec.
5817 2025.01.17 08:04:12.756657 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5818 2025.01.17 08:04:12.756936 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5819 2025.01.17 08:04:12.757250 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5820 2025.01.17 08:04:12.757304 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5821 2025.01.17 08:04:12.757469 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_20_4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5822 2025.01.17 08:04:12.757603 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_20_4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5823 2025.01.17 08:04:12.757725 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5824 2025.01.17 08:04:12.758238 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5825 2025.01.17 08:04:12.758278 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5826 2025.01.17 08:04:12.758672 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5827 2025.01.17 08:04:12.758914 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5828 2025.01.17 08:04:12.759142 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001919 sec., 219385.09640437728 rows/sec., 15.68 MiB/sec.
5829 2025.01.17 08:04:12.759222 [ 262 ] {a8158eca-10e8-485e-9887-f99a088dd6d0} <Debug> TCPHandler: Processed in 0.002512596 sec.
5830 2025.01.17 08:04:12.759418 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5831 2025.01.17 08:04:12.759572 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5832 2025.01.17 08:04:12.759634 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5833 2025.01.17 08:04:12.760176 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5834 2025.01.17 08:04:12.760216 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5835 2025.01.17 08:04:12.760578 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5836 2025.01.17 08:04:12.760817 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5837 2025.01.17 08:04:12.760992 [ 76 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5838 2025.01.17 08:04:12.761053 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec.
5839 2025.01.17 08:04:12.761079 [ 76 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5840 2025.01.17 08:04:12.761146 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5841 2025.01.17 08:04:12.761171 [ 260 ] {eb7609c9-46ed-4be4-b407-01ec53753147} <Debug> TCPHandler: Processed in 0.001858767 sec.
5842 2025.01.17 08:04:12.761396 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5843 2025.01.17 08:04:12.761418 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5844 2025.01.17 08:04:12.761631 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5845 2025.01.17 08:04:12.761659 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5846 2025.01.17 08:04:12.761728 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5847 2025.01.17 08:04:12.761742 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5848 2025.01.17 08:04:12.762068 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5849 2025.01.17 08:04:12.762462 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5850 2025.01.17 08:04:12.762824 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5851 2025.01.17 08:04:12.763136 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5852 2025.01.17 08:04:12.763194 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::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
5853 2025.01.17 08:04:12.764310 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5854 2025.01.17 08:04:12.764383 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5855 2025.01.17 08:04:12.765535 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5856 2025.01.17 08:04:12.765826 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004572515 sec., 26243.763005698176 rows/sec., 1.34 MiB/sec.
5857 2025.01.17 08:04:12.765981 [ 190 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5858 2025.01.17 08:04:12.766006 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5859 2025.01.17 08:04:12.766371 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00483 sec., 49068.32298136646 rows/sec., 3.29 MiB/sec.
5860 2025.01.17 08:04:12.766473 [ 262 ] {ed5ef3e9-02b3-454b-b5a2-eaa3946b8ec1} <Debug> TCPHandler: Processed in 0.005200205 sec.
5861 2025.01.17 08:04:12.766479 [ 190 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_20_4} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5862 2025.01.17 08:04:12.766602 [ 190 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_20_4} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5863 2025.01.17 08:04:12.766685 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2025.01.17 08:04:12.766723 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5865 2025.01.17 08:04:12.766850 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5866 2025.01.17 08:04:12.766914 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5867 2025.01.17 08:04:12.767397 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5868 2025.01.17 08:04:12.767437 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5869 2025.01.17 08:04:12.767802 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5870 2025.01.17 08:04:12.768038 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5871 2025.01.17 08:04:12.768230 [ 76 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5872 2025.01.17 08:04:12.768295 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec.
5873 2025.01.17 08:04:12.768312 [ 76 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5874 2025.01.17 08:04:12.768402 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5875 2025.01.17 08:04:12.768420 [ 260 ] {7cb8c6cc-f534-47ca-90f0-26fe981cd4e3} <Debug> TCPHandler: Processed in 0.001844507 sec.
5876 2025.01.17 08:04:12.768673 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5877 2025.01.17 08:04:12.768693 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::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
5878 2025.01.17 08:04:12.768837 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5879 2025.01.17 08:04:12.768853 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5880 2025.01.17 08:04:12.768875 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
5881 2025.01.17 08:04:12.769102 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
5882 2025.01.17 08:04:12.769108 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5883 2025.01.17 08:04:12.769412 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
5884 2025.01.17 08:04:12.769821 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
5885 2025.01.17 08:04:12.770147 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
5886 2025.01.17 08:04:12.770716 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
5887 2025.01.17 08:04:12.772849 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004324692 sec., 4624.606792807442 rows/sec., 311.62 KiB/sec.
5888 2025.01.17 08:04:12.772985 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5889 2025.01.17 08:04:12.773144 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2025.01.17 08:04:12.773187 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5891 2025.01.17 08:04:12.773376 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5892 2025.01.17 08:04:12.773486 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_20_4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5893 2025.01.17 08:04:12.773575 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5894 2025.01.17 08:04:12.773992 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5895 2025.01.17 08:04:12.774252 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5896 2025.01.17 08:04:12.774567 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005755 sec., 6776.715899218071 rows/sec., 12.14 MiB/sec.
5897 2025.01.17 08:04:12.775173 [ 262 ] {18141257-ca84-4e2d-b92f-9ce3bb79ba6c} <Debug> TCPHandler: Processed in 0.006638186 sec.
5898 2025.01.17 08:04:12.775345 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5899 2025.01.17 08:04:12.775486 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5900 2025.01.17 08:04:12.775545 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5901 2025.01.17 08:04:12.776109 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5902 2025.01.17 08:04:12.776150 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5903 2025.01.17 08:04:12.776526 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5904 2025.01.17 08:04:12.776763 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5905 2025.01.17 08:04:12.777020 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001558 sec., 52631.57894736843 rows/sec., 3.34 MiB/sec.
5906 2025.01.17 08:04:12.777191 [ 260 ] {79a70276-98b5-46b3-853a-e5cc93857960} <Debug> TCPHandler: Processed in 0.001910728 sec.
5907 2025.01.17 08:04:16.226982 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
5908 2025.01.17 08:04:16.227064 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
5909 2025.01.17 08:04:16.342165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
5910 2025.01.17 08:04:16.343336 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5911 2025.01.17 08:04:16.343382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5912 2025.01.17 08:04:16.343920 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5913 2025.01.17 08:04:16.344178 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5914 2025.01.17 08:04:16.344515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5915 2025.01.17 08:04:17.253753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5916 2025.01.17 08:04:17.274768 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5917 2025.01.17 08:04:17.274827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5918 2025.01.17 08:04:17.282252 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5919 2025.01.17 08:04:17.283007 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5920 2025.01.17 08:04:17.286497 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5921 2025.01.17 08:04:17.734102 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5922 2025.01.17 08:04:17.734317 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5923 2025.01.17 08:04:17.734400 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5924 2025.01.17 08:04:17.735315 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5925 2025.01.17 08:04:17.735370 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5926 2025.01.17 08:04:17.735911 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5927 2025.01.17 08:04:17.736229 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5928 2025.01.17 08:04:17.736491 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002232 sec., 25089.605734767025 rows/sec., 1.93 MiB/sec.
5929 2025.01.17 08:04:17.736561 [ 260 ] {495cf1be-beeb-4e9d-8099-9f6c307f2923} <Debug> TCPHandler: Processed in 0.002601238 sec.
5930 2025.01.17 08:04:17.736809 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5931 2025.01.17 08:04:17.737014 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5932 2025.01.17 08:04:17.737093 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5933 2025.01.17 08:04:17.737849 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5934 2025.01.17 08:04:17.737900 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5935 2025.01.17 08:04:17.738333 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5936 2025.01.17 08:04:17.738581 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5937 2025.01.17 08:04:17.738852 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec.
5938 2025.01.17 08:04:17.738957 [ 262 ] {f839d597-ce11-408a-9903-00100cfaf5c2} <Debug> TCPHandler: Processed in 0.002284863 sec.
5939 2025.01.17 08:04:17.739173 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5940 2025.01.17 08:04:17.739327 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5941 2025.01.17 08:04:17.739393 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5942 2025.01.17 08:04:17.740073 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5943 2025.01.17 08:04:17.740122 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5944 2025.01.17 08:04:17.740560 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5945 2025.01.17 08:04:17.740814 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5946 2025.01.17 08:04:17.741081 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec.
5947 2025.01.17 08:04:17.741198 [ 260 ] {5c16ee13-4108-4006-882c-25e0676918b4} <Debug> TCPHandler: Processed in 0.00213329 sec.
5948 2025.01.17 08:04:17.741424 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5949 2025.01.17 08:04:17.741557 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5950 2025.01.17 08:04:17.741616 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5951 2025.01.17 08:04:17.742185 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5952 2025.01.17 08:04:17.742230 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5953 2025.01.17 08:04:17.742584 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5954 2025.01.17 08:04:17.742805 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5955 2025.01.17 08:04:17.742954 [ 126 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5956 2025.01.17 08:04:17.743015 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001537 sec., 39037.085230969424 rows/sec., 2.63 MiB/sec.
5957 2025.01.17 08:04:17.743034 [ 126 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2025.01.17 08:04:17.743102 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
5959 2025.01.17 08:04:17.743130 [ 262 ] {1bf2ce0a-9f6d-4734-83c6-dbcfd932db30} <Debug> TCPHandler: Processed in 0.001871077 sec.
5960 2025.01.17 08:04:17.743379 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
5961 2025.01.17 08:04:17.743514 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5962 2025.01.17 08:04:17.743553 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2556 rows starting from the beginning of the part
5963 2025.01.17 08:04:17.743633 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
5964 2025.01.17 08:04:17.743904 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
5965 2025.01.17 08:04:17.744071 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
5966 2025.01.17 08:04:17.744184 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
5967 2025.01.17 08:04:17.744337 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
5968 2025.01.17 08:04:17.745634 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 4 columns (4 merged, 0 gathered) in 0.002365514 sec., 1225949.2017379731 rows/sec., 79.93 MiB/sec.
5969 2025.01.17 08:04:17.745985 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5970 2025.01.17 08:04:17.746386 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5971 2025.01.17 08:04:17.746486 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_41_8} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5972 2025.01.17 08:04:17.746602 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
5973 2025.01.17 08:04:21.399340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 844
5974 2025.01.17 08:04:21.402378 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.01.17 08:04:21.402420 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
5976 2025.01.17 08:04:21.403853 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5977 2025.01.17 08:04:21.404162 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2025.01.17 08:04:21.404894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844
5979 2025.01.17 08:04:21.843916 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5980 2025.01.17 08:04:21.844127 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5981 2025.01.17 08:04:21.844206 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5982 2025.01.17 08:04:21.844949 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5983 2025.01.17 08:04:21.845002 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
5984 2025.01.17 08:04:21.845435 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5985 2025.01.17 08:04:21.845691 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5986 2025.01.17 08:04:21.845901 [ 148 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
5987 2025.01.17 08:04:21.845938 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec.
5988 2025.01.17 08:04:21.846015 [ 148 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5989 2025.01.17 08:04:21.846076 [ 260 ] {62568388-e3c4-4fee-a8f7-cc1627ecb25e} <Debug> TCPHandler: Processed in 0.002295743 sec.
5990 2025.01.17 08:04:21.846100 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
5991 2025.01.17 08:04:21.846377 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5992 2025.01.17 08:04:21.846435 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5993 2025.01.17 08:04:21.846705 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5994 2025.01.17 08:04:21.846756 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5995 2025.01.17 08:04:21.846782 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5996 2025.01.17 08:04:21.846879 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5997 2025.01.17 08:04:21.847171 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5998 2025.01.17 08:04:21.847527 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
5999 2025.01.17 08:04:21.847918 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
6000 2025.01.17 08:04:21.848309 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
6001 2025.01.17 08:04:21.849469 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6002 2025.01.17 08:04:21.849532 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6003 2025.01.17 08:04:21.850697 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6004 2025.01.17 08:04:21.850821 [ 194 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004561345 sec., 15346.350692613692 rows/sec., 1.14 MiB/sec.
6005 2025.01.17 08:04:21.850973 [ 194 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6006 2025.01.17 08:04:21.851073 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6007 2025.01.17 08:04:21.851364 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004698 sec., 425.7130693912303 rows/sec., 34.71 KiB/sec.
6008 2025.01.17 08:04:21.851483 [ 194 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_21_5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6009 2025.01.17 08:04:21.851490 [ 262 ] {8c7e8544-a8ab-41c0-bbcb-9f74df829c4b} <Debug> TCPHandler: Processed in 0.005260856 sec.
6010 2025.01.17 08:04:21.851590 [ 194 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_21_5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6011 2025.01.17 08:04:21.851695 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6012 2025.01.17 08:04:21.851719 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6013 2025.01.17 08:04:21.851829 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6014 2025.01.17 08:04:21.851882 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6015 2025.01.17 08:04:21.853119 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2025.01.17 08:04:21.853161 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6017 2025.01.17 08:04:21.853630 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6018 2025.01.17 08:04:21.853871 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2025.01.17 08:04:21.854060 [ 148 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6020 2025.01.17 08:04:21.854127 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002321 sec., 608358.4661783713 rows/sec., 50.94 MiB/sec.
6021 2025.01.17 08:04:21.854154 [ 148 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6022 2025.01.17 08:04:21.854249 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6023 2025.01.17 08:04:21.854263 [ 260 ] {61bbfc8d-584b-43ac-b5d9-ace121ee1fb3} <Debug> TCPHandler: Processed in 0.002669219 sec.
6024 2025.01.17 08:04:21.854509 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
6025 2025.01.17 08:04:21.854528 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6026 2025.01.17 08:04:21.854638 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6027 2025.01.17 08:04:21.854680 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part
6028 2025.01.17 08:04:21.854692 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6029 2025.01.17 08:04:21.854832 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6030 2025.01.17 08:04:21.854867 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 281 rows starting from the beginning of the part
6031 2025.01.17 08:04:21.855178 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
6032 2025.01.17 08:04:21.855564 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 281 rows starting from the beginning of the part
6033 2025.01.17 08:04:21.855870 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
6034 2025.01.17 08:04:21.856247 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1412 rows starting from the beginning of the part
6035 2025.01.17 08:04:21.857278 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6036 2025.01.17 08:04:21.857319 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6037 2025.01.17 08:04:21.857861 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6038 2025.01.17 08:04:21.858137 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6039 2025.01.17 08:04:21.858411 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.003741 sec., 11494.252873563219 rows/sec., 842.65 KiB/sec.
6040 2025.01.17 08:04:21.858632 [ 262 ] {6a6d532e-d153-4909-9b3c-86561654d819} <Debug> TCPHandler: Processed in 0.00423116 sec.
6041 2025.01.17 08:04:21.858965 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6042 2025.01.17 08:04:21.859466 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6043 2025.01.17 08:04:21.859539 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6044 2025.01.17 08:04:21.859559 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3516 rows, containing 5 columns (5 merged, 0 gathered) in 0.005163174 sec., 680976.4691253868 rows/sec., 59.98 MiB/sec.
6045 2025.01.17 08:04:21.859950 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6046 2025.01.17 08:04:21.860590 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6047 2025.01.17 08:04:21.860738 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.01.17 08:04:21.860770 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_46_9} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6049 2025.01.17 08:04:21.860792 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6050 2025.01.17 08:04:21.860952 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
6051 2025.01.17 08:04:21.861298 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6052 2025.01.17 08:04:21.861554 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2025.01.17 08:04:21.861775 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002488 sec., 97266.8810289389 rows/sec., 6.59 MiB/sec.
6054 2025.01.17 08:04:21.861978 [ 260 ] {18e3bb42-bbd1-4383-b081-563da4e69846} <Debug> TCPHandler: Processed in 0.003207046 sec.
6055 2025.01.17 08:04:21.862135 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6056 2025.01.17 08:04:21.862249 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6057 2025.01.17 08:04:21.862296 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6058 2025.01.17 08:04:21.862854 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6059 2025.01.17 08:04:21.862892 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6060 2025.01.17 08:04:21.863244 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6061 2025.01.17 08:04:21.863477 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6062 2025.01.17 08:04:21.863631 [ 149 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6063 2025.01.17 08:04:21.863691 [ 149 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6064 2025.01.17 08:04:21.863713 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001483 sec., 8766.014834794336 rows/sec., 546.56 KiB/sec.
6065 2025.01.17 08:04:21.863727 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6066 2025.01.17 08:04:21.863875 [ 262 ] {fd6c474c-abb7-4015-a81a-4b6064b53c48} <Debug> TCPHandler: Processed in 0.001795936 sec.
6067 2025.01.17 08:04:21.863952 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6068 2025.01.17 08:04:21.864064 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6069 2025.01.17 08:04:21.864139 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6070 2025.01.17 08:04:21.864197 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6071 2025.01.17 08:04:21.864301 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6072 2025.01.17 08:04:21.864420 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6073 2025.01.17 08:04:21.864485 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6074 2025.01.17 08:04:21.864742 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6075 2025.01.17 08:04:21.865103 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6076 2025.01.17 08:04:21.865383 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
6077 2025.01.17 08:04:21.867745 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003882786 sec., 16740.55690939444 rows/sec., 1.08 MiB/sec.
6078 2025.01.17 08:04:21.867769 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6079 2025.01.17 08:04:21.867833 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6080 2025.01.17 08:04:21.867945 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6081 2025.01.17 08:04:21.868362 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_21_5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6082 2025.01.17 08:04:21.868382 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6083 2025.01.17 08:04:21.868461 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_21_5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6084 2025.01.17 08:04:21.868570 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6085 2025.01.17 08:04:21.868667 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6086 2025.01.17 08:04:21.868798 [ 149 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6087 2025.01.17 08:04:21.868829 [ 149 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6088 2025.01.17 08:04:21.868854 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6089 2025.01.17 08:04:21.868856 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.004632 sec., 188687.3920552677 rows/sec., 13.67 MiB/sec.
6090 2025.01.17 08:04:21.869085 [ 260 ] {b198bd36-10b1-43a1-8c0a-53c2c999b9f3} <Debug> TCPHandler: Processed in 0.005093703 sec.
6091 2025.01.17 08:04:21.869094 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
6092 2025.01.17 08:04:21.869282 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6093 2025.01.17 08:04:21.869326 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
6094 2025.01.17 08:04:21.869337 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6095 2025.01.17 08:04:21.869473 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 421 rows starting from the beginning of the part
6096 2025.01.17 08:04:21.869760 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
6097 2025.01.17 08:04:21.870008 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6098 2025.01.17 08:04:21.870058 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 421 rows starting from the beginning of the part
6099 2025.01.17 08:04:21.870325 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6100 2025.01.17 08:04:21.870330 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
6101 2025.01.17 08:04:21.870692 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 874 rows starting from the beginning of the part
6102 2025.01.17 08:04:21.872334 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6103 2025.01.17 08:04:21.872419 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6104 2025.01.17 08:04:21.873341 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6105 2025.01.17 08:04:21.873618 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6106 2025.01.17 08:04:21.874211 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004445 sec., 1349.8312710911136 rows/sec., 70.52 KiB/sec.
6107 2025.01.17 08:04:21.874218 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.005297836 sec., 520401.16002080846 rows/sec., 39.72 MiB/sec.
6108 2025.01.17 08:04:21.874332 [ 262 ] {24407c97-bec7-4cec-9ed7-438922e7ef55} <Debug> TCPHandler: Processed in 0.005142613 sec.
6109 2025.01.17 08:04:21.874486 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6110 2025.01.17 08:04:21.874511 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6111 2025.01.17 08:04:21.874657 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6112 2025.01.17 08:04:21.874729 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6113 2025.01.17 08:04:21.874805 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6114 2025.01.17 08:04:21.874933 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_46_9} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6115 2025.01.17 08:04:21.875045 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6116 2025.01.17 08:04:21.875754 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6117 2025.01.17 08:04:21.875792 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6118 2025.01.17 08:04:21.876240 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6119 2025.01.17 08:04:21.876474 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6120 2025.01.17 08:04:21.876670 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.002044 sec., 530332.6810176126 rows/sec., 35.44 MiB/sec.
6121 2025.01.17 08:04:21.876763 [ 260 ] {d96fe98b-0308-4025-a04c-9d0dc2bec97d} <Debug> TCPHandler: Processed in 0.002327693 sec.
6122 2025.01.17 08:04:21.877013 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6123 2025.01.17 08:04:21.877327 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6124 2025.01.17 08:04:21.877398 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6125 2025.01.17 08:04:21.877876 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6126 2025.01.17 08:04:21.877915 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6127 2025.01.17 08:04:21.878273 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6128 2025.01.17 08:04:21.878512 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6129 2025.01.17 08:04:21.878728 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
6130 2025.01.17 08:04:21.878779 [ 262 ] {9999c5bc-d58d-4ced-a6af-990326517866} <Debug> TCPHandler: Processed in 0.001932097 sec.
6131 2025.01.17 08:04:21.878933 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6132 2025.01.17 08:04:21.879069 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6133 2025.01.17 08:04:21.879158 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6134 2025.01.17 08:04:21.880340 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6135 2025.01.17 08:04:21.880378 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6136 2025.01.17 08:04:21.881022 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6137 2025.01.17 08:04:21.881279 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2025.01.17 08:04:21.881558 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002514 sec., 13524.264120922831 rows/sec., 24.23 MiB/sec.
6139 2025.01.17 08:04:21.882147 [ 260 ] {a95626df-b82d-4407-83d9-5e1ef4740295} <Debug> TCPHandler: Processed in 0.003274257 sec.
6140 2025.01.17 08:04:21.882380 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6141 2025.01.17 08:04:21.882542 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6142 2025.01.17 08:04:21.882599 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6143 2025.01.17 08:04:21.883152 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6144 2025.01.17 08:04:21.883197 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6145 2025.01.17 08:04:21.883593 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6146 2025.01.17 08:04:21.883823 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6147 2025.01.17 08:04:21.884024 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec.
6148 2025.01.17 08:04:21.884074 [ 262 ] {f047d673-b91f-4430-8ba9-e4c6dd751a55} <Debug> TCPHandler: Processed in 0.001830926 sec.
6149 2025.01.17 08:04:22.726115 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6150 2025.01.17 08:04:22.726302 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6151 2025.01.17 08:04:22.726373 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6152 2025.01.17 08:04:22.727103 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6153 2025.01.17 08:04:22.727155 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6154 2025.01.17 08:04:22.727597 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6155 2025.01.17 08:04:22.727890 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6156 2025.01.17 08:04:22.728117 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001865 sec., 5361.930294906167 rows/sec., 523.10 KiB/sec.
6157 2025.01.17 08:04:22.728238 [ 260 ] {ddb12f97-8b12-49c7-9c15-a5a8847d7309} <Debug> TCPHandler: Processed in 0.002252082 sec.
6158 2025.01.17 08:04:22.728527 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6159 2025.01.17 08:04:22.728704 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6160 2025.01.17 08:04:22.728773 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6161 2025.01.17 08:04:22.729507 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6162 2025.01.17 08:04:22.729553 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6163 2025.01.17 08:04:22.729971 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6164 2025.01.17 08:04:22.730241 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6165 2025.01.17 08:04:22.730436 [ 146 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6166 2025.01.17 08:04:22.730496 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001833 sec., 2727.768685215494 rows/sec., 205.12 KiB/sec.
6167 2025.01.17 08:04:22.730523 [ 146 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6168 2025.01.17 08:04:22.730589 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6169 2025.01.17 08:04:22.730618 [ 262 ] {f4987926-0580-4d2a-b007-6f6275941652} <Debug> TCPHandler: Processed in 0.002228162 sec.
6170 2025.01.17 08:04:22.730818 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6171 2025.01.17 08:04:22.730822 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
6172 2025.01.17 08:04:22.730975 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6173 2025.01.17 08:04:22.730999 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6174 2025.01.17 08:04:22.731040 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6175 2025.01.17 08:04:22.731044 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 64 rows starting from the beginning of the part
6176 2025.01.17 08:04:22.731233 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part
6177 2025.01.17 08:04:22.731431 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part
6178 2025.01.17 08:04:22.731679 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part
6179 2025.01.17 08:04:22.731936 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 43 rows starting from the beginning of the part
6180 2025.01.17 08:04:22.732171 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
6181 2025.01.17 08:04:22.732779 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6182 2025.01.17 08:04:22.732826 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6183 2025.01.17 08:04:22.733417 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6184 2025.01.17 08:04:22.733741 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.003042654 sec., 70004.67355144555 rows/sec., 5.28 MiB/sec.
6185 2025.01.17 08:04:22.733785 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6186 2025.01.17 08:04:22.734080 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6187 2025.01.17 08:04:22.734285 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.003324 sec., 1504.2117930204572 rows/sec., 120.45 KiB/sec.
6188 2025.01.17 08:04:22.734611 [ 260 ] {5cf030aa-b58b-4523-afa2-7eca8e2057ff} <Debug> TCPHandler: Processed in 0.003866275 sec.
6189 2025.01.17 08:04:22.734895 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6190 2025.01.17 08:04:22.735155 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6191 2025.01.17 08:04:22.735205 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2025.01.17 08:04:22.735373 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6193 2025.01.17 08:04:22.735433 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_26_5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6194 2025.01.17 08:04:22.735719 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6195 2025.01.17 08:04:22.736871 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2025.01.17 08:04:22.736918 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6197 2025.01.17 08:04:22.737697 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6198 2025.01.17 08:04:22.738033 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2025.01.17 08:04:22.738220 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6200 2025.01.17 08:04:22.738297 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6201 2025.01.17 08:04:22.738332 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6202 2025.01.17 08:04:22.738349 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003256 sec., 1535.6265356265355 rows/sec., 2.75 MiB/sec.
6203 2025.01.17 08:04:22.738697 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
6204 2025.01.17 08:04:22.738767 [ 262 ] {215d4b31-c0eb-4103-a8b1-63684a965e50} <Debug> TCPHandler: Processed in 0.004021708 sec.
6205 2025.01.17 08:04:22.739141 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6206 2025.01.17 08:04:22.739228 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 589 rows starting from the beginning of the part
6207 2025.01.17 08:04:22.739571 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
6208 2025.01.17 08:04:22.739761 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
6209 2025.01.17 08:04:22.739964 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
6210 2025.01.17 08:04:22.740148 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
6211 2025.01.17 08:04:22.740339 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
6212 2025.01.17 08:04:22.745531 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.007093891 sec., 100227.08271102559 rows/sec., 179.60 MiB/sec.
6213 2025.01.17 08:04:22.746411 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6214 2025.01.17 08:04:22.746892 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2025.01.17 08:04:22.746985 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6216 2025.01.17 08:04:22.747159 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB.
6217 2025.01.17 08:04:23.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.03 MiB, peak 206.54 MiB, free memory in arenas 0.00 B, will set to 200.82 MiB (RSS), difference: 1.79 MiB
6218 2025.01.17 08:04:23.844811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6219 2025.01.17 08:04:23.845912 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6220 2025.01.17 08:04:23.845963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6221 2025.01.17 08:04:23.846498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6222 2025.01.17 08:04:23.846787 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6223 2025.01.17 08:04:23.847002 [ 145 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6224 2025.01.17 08:04:23.847063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6225 2025.01.17 08:04:23.847109 [ 145 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6226 2025.01.17 08:04:23.847142 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6227 2025.01.17 08:04:23.847296 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6228 2025.01.17 08:04:23.847477 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6229 2025.01.17 08:04:23.847526 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6230 2025.01.17 08:04:23.847604 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6231 2025.01.17 08:04:23.847797 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6232 2025.01.17 08:04:23.848016 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6233 2025.01.17 08:04:23.848239 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6234 2025.01.17 08:04:23.848420 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6235 2025.01.17 08:04:23.850842 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003622502 sec., 3923531.3051586994 rows/sec., 56.13 MiB/sec.
6236 2025.01.17 08:04:23.851139 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6237 2025.01.17 08:04:23.851429 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_31_6} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6238 2025.01.17 08:04:23.851522 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_31_6} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6239 2025.01.17 08:04:23.851622 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6240 2025.01.17 08:04:24.786683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6241 2025.01.17 08:04:24.808395 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2025.01.17 08:04:24.808455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6243 2025.01.17 08:04:24.816123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6244 2025.01.17 08:04:24.816913 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6245 2025.01.17 08:04:24.817318 [ 144 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6246 2025.01.17 08:04:24.817451 [ 144 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6247 2025.01.17 08:04:24.817532 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6248 2025.01.17 08:04:24.818022 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6249 2025.01.17 08:04:24.832141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6250 2025.01.17 08:04:24.834134 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6251 2025.01.17 08:04:24.835895 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6252 2025.01.17 08:04:24.842225 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6253 2025.01.17 08:04:24.848041 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6254 2025.01.17 08:04:24.853764 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6255 2025.01.17 08:04:24.860055 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6256 2025.01.17 08:04:24.864754 [ 201 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6257 2025.01.17 08:04:24.925096 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107410131 sec., 2178.5654464940553 rows/sec., 11.26 MiB/sec.
6258 2025.01.17 08:04:24.927648 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6259 2025.01.17 08:04:24.930479 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_31_6} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6260 2025.01.17 08:04:24.930600 [ 190 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_31_6} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6261 2025.01.17 08:04:24.932901 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6262 2025.01.17 08:04:25.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.06 MiB, peak 212.62 MiB, free memory in arenas 0.00 B, will set to 203.75 MiB (RSS), difference: 1.69 MiB
6263 2025.01.17 08:04:27.734281 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2025.01.17 08:04:27.734524 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6265 2025.01.17 08:04:27.734614 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6266 2025.01.17 08:04:27.735371 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2025.01.17 08:04:27.735418 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6268 2025.01.17 08:04:27.735838 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6269 2025.01.17 08:04:27.736088 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2025.01.17 08:04:27.736326 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.30 MiB/sec.
6271 2025.01.17 08:04:27.736391 [ 260 ] {c721aec7-5044-466a-8a99-84c74a9707ba} <Debug> TCPHandler: Processed in 0.002262313 sec.
6272 2025.01.17 08:04:27.736643 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6273 2025.01.17 08:04:27.736845 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6274 2025.01.17 08:04:27.736921 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6275 2025.01.17 08:04:27.737736 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2025.01.17 08:04:27.737776 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6277 2025.01.17 08:04:27.738193 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6278 2025.01.17 08:04:27.738437 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6279 2025.01.17 08:04:27.738629 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001838 sec., 34820.45701849837 rows/sec., 2.72 MiB/sec.
6280 2025.01.17 08:04:27.738684 [ 262 ] {df60b95d-c4d5-4b67-a101-60d354625800} <Debug> TCPHandler: Processed in 0.002170171 sec.
6281 2025.01.17 08:04:27.738820 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6282 2025.01.17 08:04:27.738945 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6283 2025.01.17 08:04:27.739002 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6284 2025.01.17 08:04:27.739580 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2025.01.17 08:04:27.739619 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6286 2025.01.17 08:04:27.740017 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6287 2025.01.17 08:04:27.740249 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6288 2025.01.17 08:04:27.740500 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
6289 2025.01.17 08:04:27.740636 [ 260 ] {7e42a432-79f4-4e17-82ee-c0fc71eabaca} <Debug> TCPHandler: Processed in 0.001869137 sec.
6290 2025.01.17 08:04:27.740851 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6291 2025.01.17 08:04:27.740992 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6292 2025.01.17 08:04:27.741051 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6293 2025.01.17 08:04:27.741622 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2025.01.17 08:04:27.741667 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6295 2025.01.17 08:04:27.742040 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6296 2025.01.17 08:04:27.742272 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6297 2025.01.17 08:04:27.742485 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec.
6298 2025.01.17 08:04:27.742640 [ 262 ] {b68b0279-ac0b-4a15-bdad-1021b1a66383} <Debug> TCPHandler: Processed in 0.001890657 sec.
6299 2025.01.17 08:04:31.227316 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
6300 2025.01.17 08:04:31.227384 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
6301 2025.01.17 08:04:31.347316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6302 2025.01.17 08:04:31.348064 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6303 2025.01.17 08:04:31.348107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6304 2025.01.17 08:04:31.348739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6305 2025.01.17 08:04:31.349004 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6306 2025.01.17 08:04:31.349250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6307 2025.01.17 08:04:31.405361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 884
6308 2025.01.17 08:04:31.408573 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6309 2025.01.17 08:04:31.408616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6310 2025.01.17 08:04:31.410080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6311 2025.01.17 08:04:31.410380 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6312 2025.01.17 08:04:31.411401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884
6313 2025.01.17 08:04:32.001362 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000943254 sec.
6314 2025.01.17 08:04:32.332340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6315 2025.01.17 08:04:32.350843 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6316 2025.01.17 08:04:32.350898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6317 2025.01.17 08:04:32.357807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6318 2025.01.17 08:04:32.358563 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6319 2025.01.17 08:04:32.361180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6320 2025.01.17 08:04:32.742105 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6321 2025.01.17 08:04:32.742289 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6322 2025.01.17 08:04:32.742356 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6323 2025.01.17 08:04:32.743068 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6324 2025.01.17 08:04:32.743113 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6325 2025.01.17 08:04:32.743566 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6326 2025.01.17 08:04:32.743812 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6327 2025.01.17 08:04:32.744003 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001765 sec., 7932.011331444759 rows/sec., 571.00 KiB/sec.
6328 2025.01.17 08:04:32.744057 [ 260 ] {d50916dc-670f-4b8d-8eb0-dd534f1afcab} <Debug> TCPHandler: Processed in 0.002077729 sec.
6329 2025.01.17 08:04:32.744315 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6330 2025.01.17 08:04:32.744501 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6331 2025.01.17 08:04:32.744572 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6332 2025.01.17 08:04:32.745480 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6333 2025.01.17 08:04:32.745530 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6334 2025.01.17 08:04:32.745983 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6335 2025.01.17 08:04:32.746248 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6336 2025.01.17 08:04:32.746483 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002028 sec., 138560.15779092704 rows/sec., 12.24 MiB/sec.
6337 2025.01.17 08:04:32.746559 [ 262 ] {fb961753-53f7-40a8-a0cf-d7e0878c1376} <Debug> TCPHandler: Processed in 0.002371134 sec.
6338 2025.01.17 08:04:32.746788 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6339 2025.01.17 08:04:32.746902 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6340 2025.01.17 08:04:32.746948 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6341 2025.01.17 08:04:32.747680 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6342 2025.01.17 08:04:32.747718 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6343 2025.01.17 08:04:32.748144 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6344 2025.01.17 08:04:32.748443 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6345 2025.01.17 08:04:32.748637 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001758 sec., 26166.097838452788 rows/sec., 1.88 MiB/sec.
6346 2025.01.17 08:04:32.748688 [ 260 ] {df66a29b-344a-43f7-af77-edc245c3601b} <Debug> TCPHandler: Processed in 0.001972488 sec.
6347 2025.01.17 08:04:32.750014 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6348 2025.01.17 08:04:32.750131 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6349 2025.01.17 08:04:32.750180 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6350 2025.01.17 08:04:32.750750 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6351 2025.01.17 08:04:32.750790 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6352 2025.01.17 08:04:32.751153 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6353 2025.01.17 08:04:32.751393 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6354 2025.01.17 08:04:32.751604 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec.
6355 2025.01.17 08:04:32.751657 [ 262 ] {548e224e-31cc-4f9d-aa5a-c79fe93632da} <Debug> TCPHandler: Processed in 0.001701955 sec.
6356 2025.01.17 08:04:32.751801 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6357 2025.01.17 08:04:32.751923 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6358 2025.01.17 08:04:32.751971 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6359 2025.01.17 08:04:32.752549 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6360 2025.01.17 08:04:32.752588 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6361 2025.01.17 08:04:32.752964 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6362 2025.01.17 08:04:32.753225 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6363 2025.01.17 08:04:32.753418 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
6364 2025.01.17 08:04:32.753479 [ 260 ] {da2f1ae4-a102-4edb-8c65-4f204fca1567} <Debug> TCPHandler: Processed in 0.001734225 sec.
6365 2025.01.17 08:04:32.753617 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6366 2025.01.17 08:04:32.753734 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6367 2025.01.17 08:04:32.753781 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6368 2025.01.17 08:04:32.754569 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6369 2025.01.17 08:04:32.754607 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6370 2025.01.17 08:04:32.754987 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6371 2025.01.17 08:04:32.755220 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6372 2025.01.17 08:04:32.755425 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001712 sec., 245911.21495327103 rows/sec., 17.57 MiB/sec.
6373 2025.01.17 08:04:32.755478 [ 262 ] {e2ce33eb-b70b-4b86-a568-8cf4ea237e3d} <Debug> TCPHandler: Processed in 0.001919387 sec.
6374 2025.01.17 08:04:32.755633 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6375 2025.01.17 08:04:32.755755 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6376 2025.01.17 08:04:32.755806 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6377 2025.01.17 08:04:32.756291 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6378 2025.01.17 08:04:32.756330 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6379 2025.01.17 08:04:32.756698 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6380 2025.01.17 08:04:32.756950 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6381 2025.01.17 08:04:32.757168 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec.
6382 2025.01.17 08:04:32.757221 [ 260 ] {9794e33c-6129-481b-b2fd-1aa8bb2a3626} <Debug> TCPHandler: Processed in 0.001644913 sec.
6383 2025.01.17 08:04:32.757387 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6384 2025.01.17 08:04:32.757503 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6385 2025.01.17 08:04:32.757556 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6386 2025.01.17 08:04:32.758152 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6387 2025.01.17 08:04:32.758190 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6388 2025.01.17 08:04:32.758584 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6389 2025.01.17 08:04:32.758879 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6390 2025.01.17 08:04:32.759091 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6391 2025.01.17 08:04:32.759163 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec.
6392 2025.01.17 08:04:32.759171 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6393 2025.01.17 08:04:32.759246 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6394 2025.01.17 08:04:32.759304 [ 262 ] {de5c8c90-48af-415d-b356-08ce95ed3ce9} <Debug> TCPHandler: Processed in 0.001971278 sec.
6395 2025.01.17 08:04:32.759621 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6396 2025.01.17 08:04:32.759622 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
6397 2025.01.17 08:04:32.759999 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6398 2025.01.17 08:04:32.760149 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6399 2025.01.17 08:04:32.760232 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6400 2025.01.17 08:04:32.760281 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14219 rows starting from the beginning of the part
6401 2025.01.17 08:04:32.760775 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part
6402 2025.01.17 08:04:32.761314 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
6403 2025.01.17 08:04:32.761750 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1084 rows starting from the beginning of the part
6404 2025.01.17 08:04:32.762099 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
6405 2025.01.17 08:04:32.762300 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::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
6406 2025.01.17 08:04:32.763094 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6407 2025.01.17 08:04:32.763165 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6408 2025.01.17 08:04:32.763849 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6409 2025.01.17 08:04:32.764159 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.01.17 08:04:32.764632 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004794 sec., 208.59407592824365 rows/sec., 14.06 KiB/sec.
6411 2025.01.17 08:04:32.764819 [ 260 ] {1990a192-e852-4944-aecc-f01e11d8f08d} <Debug> TCPHandler: Processed in 0.005371887 sec.
6412 2025.01.17 08:04:32.764996 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6413 2025.01.17 08:04:32.765151 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6414 2025.01.17 08:04:32.765233 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6415 2025.01.17 08:04:32.766687 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6416 2025.01.17 08:04:32.766732 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6417 2025.01.17 08:04:32.767552 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6418 2025.01.17 08:04:32.767887 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6419 2025.01.17 08:04:32.768118 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16097 rows, containing 5 columns (5 merged, 0 gathered) in 0.008744575 sec., 1840798.437888634 rows/sec., 124.22 MiB/sec.
6420 2025.01.17 08:04:32.768388 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003262 sec., 11955.855303494787 rows/sec., 21.42 MiB/sec.
6421 2025.01.17 08:04:32.768931 [ 262 ] {dab39f25-9f75-4c58-b2b5-2821bbb8b979} <Debug> TCPHandler: Processed in 0.004038498 sec.
6422 2025.01.17 08:04:32.768981 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6423 2025.01.17 08:04:32.769156 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6424 2025.01.17 08:04:32.769327 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6425 2025.01.17 08:04:32.769434 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6426 2025.01.17 08:04:32.769672 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6427 2025.01.17 08:04:32.769923 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6428 2025.01.17 08:04:32.770110 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
6429 2025.01.17 08:04:32.770369 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6430 2025.01.17 08:04:32.770412 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6431 2025.01.17 08:04:32.770826 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6432 2025.01.17 08:04:32.771066 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6433 2025.01.17 08:04:32.771289 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001963 sec., 41772.796739684156 rows/sec., 2.65 MiB/sec.
6434 2025.01.17 08:04:32.771342 [ 260 ] {53cc6703-1931-4208-8870-4bb09538209f} <Debug> TCPHandler: Processed in 0.002268292 sec.
6435 2025.01.17 08:04:37.734318 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6436 2025.01.17 08:04:37.734523 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6437 2025.01.17 08:04:37.734592 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6438 2025.01.17 08:04:37.735359 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6439 2025.01.17 08:04:37.735402 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6440 2025.01.17 08:04:37.735831 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6441 2025.01.17 08:04:37.736093 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6442 2025.01.17 08:04:37.736293 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec.
6443 2025.01.17 08:04:37.736357 [ 260 ] {e7711581-aa50-4932-80c5-a2e3a60380c5} <Debug> TCPHandler: Processed in 0.002166841 sec.
6444 2025.01.17 08:04:37.736604 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6445 2025.01.17 08:04:37.736798 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6446 2025.01.17 08:04:37.736872 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6447 2025.01.17 08:04:37.737651 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6448 2025.01.17 08:04:37.737706 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6449 2025.01.17 08:04:37.738149 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6450 2025.01.17 08:04:37.738402 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6451 2025.01.17 08:04:37.738640 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec.
6452 2025.01.17 08:04:37.738707 [ 262 ] {1d0fcb65-8a42-4a16-84aa-a966563f13d0} <Debug> TCPHandler: Processed in 0.002228902 sec.
6453 2025.01.17 08:04:37.738866 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6454 2025.01.17 08:04:37.738994 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6455 2025.01.17 08:04:37.739048 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6456 2025.01.17 08:04:37.739616 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6457 2025.01.17 08:04:37.739654 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6458 2025.01.17 08:04:37.740048 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6459 2025.01.17 08:04:37.740283 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6460 2025.01.17 08:04:37.740460 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec.
6461 2025.01.17 08:04:37.740516 [ 260 ] {55c0a3e0-afdb-4dbc-b045-bae525078aa3} <Debug> TCPHandler: Processed in 0.001706584 sec.
6462 2025.01.17 08:04:37.740669 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6463 2025.01.17 08:04:37.740794 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6464 2025.01.17 08:04:37.740850 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6465 2025.01.17 08:04:37.741359 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6466 2025.01.17 08:04:37.741401 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6467 2025.01.17 08:04:37.741787 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6468 2025.01.17 08:04:37.742032 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6469 2025.01.17 08:04:37.742225 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec.
6470 2025.01.17 08:04:37.742278 [ 262 ] {afa68485-ab47-4b16-baac-321d01361b42} <Debug> TCPHandler: Processed in 0.001667694 sec.
6471 2025.01.17 08:04:38.849484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
6472 2025.01.17 08:04:38.850159 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6473 2025.01.17 08:04:38.850209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6474 2025.01.17 08:04:38.850759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6475 2025.01.17 08:04:38.851014 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6476 2025.01.17 08:04:38.851315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
6477 2025.01.17 08:04:39.861359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6478 2025.01.17 08:04:39.882329 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6479 2025.01.17 08:04:39.882397 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6480 2025.01.17 08:04:39.889865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6481 2025.01.17 08:04:39.890724 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6482 2025.01.17 08:04:39.894746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6483 2025.01.17 08:04:41.411763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 914
6484 2025.01.17 08:04:41.414712 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6485 2025.01.17 08:04:41.414763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6486 2025.01.17 08:04:41.416224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6487 2025.01.17 08:04:41.416543 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6488 2025.01.17 08:04:41.418112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914
6489 2025.01.17 08:04:42.741250 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6490 2025.01.17 08:04:42.741462 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6491 2025.01.17 08:04:42.741553 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6492 2025.01.17 08:04:42.742446 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2025.01.17 08:04:42.742500 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6494 2025.01.17 08:04:42.742949 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6495 2025.01.17 08:04:42.743217 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.01.17 08:04:42.743478 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002066 sec., 6776.379477250725 rows/sec., 487.81 KiB/sec.
6497 2025.01.17 08:04:42.743619 [ 260 ] {3235e94c-2b65-485f-9e7d-e1f0b7895cd9} <Debug> TCPHandler: Processed in 0.002508586 sec.
6498 2025.01.17 08:04:42.744014 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6499 2025.01.17 08:04:42.744250 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6500 2025.01.17 08:04:42.744346 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6501 2025.01.17 08:04:42.746228 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6502 2025.01.17 08:04:42.746286 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6503 2025.01.17 08:04:42.746735 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6504 2025.01.17 08:04:42.747044 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6505 2025.01.17 08:04:42.747307 [ 122 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6506 2025.01.17 08:04:42.747425 [ 122 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2025.01.17 08:04:42.747505 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6508 2025.01.17 08:04:42.747707 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.003503 sec., 80216.95689409078 rows/sec., 7.09 MiB/sec.
6509 2025.01.17 08:04:42.748007 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
6510 2025.01.17 08:04:42.748047 [ 262 ] {3a0461be-9929-4ff3-9112-3027bccdef3f} <Debug> TCPHandler: Processed in 0.004238861 sec.
6511 2025.01.17 08:04:42.748366 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6512 2025.01.17 08:04:42.748490 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6513 2025.01.17 08:04:42.748542 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1430 rows starting from the beginning of the part
6514 2025.01.17 08:04:42.748573 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6515 2025.01.17 08:04:42.748655 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part
6516 2025.01.17 08:04:42.748670 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6517 2025.01.17 08:04:42.748956 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
6518 2025.01.17 08:04:42.749130 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 281 rows starting from the beginning of the part
6519 2025.01.17 08:04:42.749358 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
6520 2025.01.17 08:04:42.749607 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 281 rows starting from the beginning of the part
6521 2025.01.17 08:04:42.750498 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6522 2025.01.17 08:04:42.750549 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6523 2025.01.17 08:04:42.751193 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6524 2025.01.17 08:04:42.751454 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6525 2025.01.17 08:04:42.751902 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2114 rows, containing 5 columns (5 merged, 0 gathered) in 0.00421551 sec., 501481.43403763726 rows/sec., 44.37 MiB/sec.
6526 2025.01.17 08:04:42.752036 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003472 sec., 13248.847926267283 rows/sec., 976.00 KiB/sec.
6527 2025.01.17 08:04:42.752315 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6528 2025.01.17 08:04:42.752471 [ 260 ] {8a8a922b-018b-421d-8887-f5e9603a6a7b} <Debug> TCPHandler: Processed in 0.004262771 sec.
6529 2025.01.17 08:04:42.752724 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6530 2025.01.17 08:04:42.752910 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6531 2025.01.17 08:04:42.752930 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6532 2025.01.17 08:04:42.753036 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6533 2025.01.17 08:04:42.753048 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_51_10} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6534 2025.01.17 08:04:42.753227 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
6535 2025.01.17 08:04:42.753843 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6536 2025.01.17 08:04:42.753887 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6537 2025.01.17 08:04:42.754258 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6538 2025.01.17 08:04:42.754507 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6539 2025.01.17 08:04:42.754713 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001862 sec., 7518.796992481203 rows/sec., 526.57 KiB/sec.
6540 2025.01.17 08:04:42.754766 [ 262 ] {4092c696-899b-4831-b72c-4db143831b99} <Debug> TCPHandler: Processed in 0.002136681 sec.
6541 2025.01.17 08:04:42.754923 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6542 2025.01.17 08:04:42.755049 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6543 2025.01.17 08:04:42.755101 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6544 2025.01.17 08:04:42.755701 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6545 2025.01.17 08:04:42.755738 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6546 2025.01.17 08:04:42.756089 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6547 2025.01.17 08:04:42.756323 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6548 2025.01.17 08:04:42.756498 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001479 sec., 8789.72278566599 rows/sec., 548.04 KiB/sec.
6549 2025.01.17 08:04:42.756549 [ 260 ] {9e8b43f2-949d-4202-8dd7-2426205bc61d} <Debug> TCPHandler: Processed in 0.001686265 sec.
6550 2025.01.17 08:04:42.756717 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6551 2025.01.17 08:04:42.756852 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6552 2025.01.17 08:04:42.756909 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6553 2025.01.17 08:04:42.757738 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6554 2025.01.17 08:04:42.757778 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6555 2025.01.17 08:04:42.758158 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6556 2025.01.17 08:04:42.758394 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6557 2025.01.17 08:04:42.758571 [ 121 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6558 2025.01.17 08:04:42.758628 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001797 sec., 234279.35447968837 rows/sec., 16.74 MiB/sec.
6559 2025.01.17 08:04:42.758639 [ 121 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6560 2025.01.17 08:04:42.758712 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6561 2025.01.17 08:04:42.758742 [ 262 ] {46961e15-fa30-4572-9601-188c132cd3df} <Debug> TCPHandler: Processed in 0.00208993 sec.
6562 2025.01.17 08:04:42.758946 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6563 2025.01.17 08:04:42.758964 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
6564 2025.01.17 08:04:42.759144 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6565 2025.01.17 08:04:42.759257 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6566 2025.01.17 08:04:42.759269 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6567 2025.01.17 08:04:42.759339 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
6568 2025.01.17 08:04:42.759710 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 5 rows starting from the beginning of the part
6569 2025.01.17 08:04:42.760108 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
6570 2025.01.17 08:04:42.760450 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 421 rows starting from the beginning of the part
6571 2025.01.17 08:04:42.760737 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6572 2025.01.17 08:04:42.761032 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 421 rows starting from the beginning of the part
6573 2025.01.17 08:04:42.761858 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6574 2025.01.17 08:04:42.761931 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6575 2025.01.17 08:04:42.762896 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6576 2025.01.17 08:04:42.763490 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6577 2025.01.17 08:04:42.763849 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004746 sec., 1264.2225031605562 rows/sec., 66.05 KiB/sec.
6578 2025.01.17 08:04:42.764330 [ 260 ] {83edb644-271d-44f0-96db-ec3af9a39229} <Debug> TCPHandler: Processed in 0.005483468 sec.
6579 2025.01.17 08:04:42.764692 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6580 2025.01.17 08:04:42.764799 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 5 columns (5 merged, 0 gathered) in 0.005976416 sec., 315908.3972735499 rows/sec., 24.12 MiB/sec.
6581 2025.01.17 08:04:42.764923 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6582 2025.01.17 08:04:42.765008 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6583 2025.01.17 08:04:42.765098 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6584 2025.01.17 08:04:42.765646 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6585 2025.01.17 08:04:42.765842 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_51_10} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6586 2025.01.17 08:04:42.766037 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6587 2025.01.17 08:04:42.766231 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6588 2025.01.17 08:04:42.766275 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6589 2025.01.17 08:04:42.766680 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6590 2025.01.17 08:04:42.766927 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6591 2025.01.17 08:04:42.767160 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002303 sec., 102909.24880590534 rows/sec., 6.90 MiB/sec.
6592 2025.01.17 08:04:42.767246 [ 262 ] {799d7bad-be1b-4d9c-815f-74284f22e022} <Debug> TCPHandler: Processed in 0.002747179 sec.
6593 2025.01.17 08:04:42.767500 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6594 2025.01.17 08:04:42.767631 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6595 2025.01.17 08:04:42.767704 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6596 2025.01.17 08:04:42.768204 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6597 2025.01.17 08:04:42.768242 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6598 2025.01.17 08:04:42.768623 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6599 2025.01.17 08:04:42.768881 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6600 2025.01.17 08:04:42.769067 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec.
6601 2025.01.17 08:04:42.769193 [ 260 ] {1116bc05-2f60-4542-8395-98a4db1f229f} <Debug> TCPHandler: Processed in 0.001827146 sec.
6602 2025.01.17 08:04:42.769356 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6603 2025.01.17 08:04:42.769475 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6604 2025.01.17 08:04:42.769553 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6605 2025.01.17 08:04:42.770920 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6606 2025.01.17 08:04:42.770961 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6607 2025.01.17 08:04:42.771659 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6608 2025.01.17 08:04:42.771921 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6609 2025.01.17 08:04:42.772157 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002706 sec., 14412.416851441241 rows/sec., 25.83 MiB/sec.
6610 2025.01.17 08:04:42.772280 [ 262 ] {7f03f590-cbb3-44ed-beef-6f69f804cfd8} <Debug> TCPHandler: Processed in 0.002980213 sec.
6611 2025.01.17 08:04:42.772458 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6612 2025.01.17 08:04:42.772583 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6613 2025.01.17 08:04:42.772648 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6614 2025.01.17 08:04:42.773170 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6615 2025.01.17 08:04:42.773207 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6616 2025.01.17 08:04:42.773580 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6617 2025.01.17 08:04:42.773834 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6618 2025.01.17 08:04:42.773961 [ 121 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6619 2025.01.17 08:04:42.774002 [ 121 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6620 2025.01.17 08:04:42.774020 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec.
6621 2025.01.17 08:04:42.774025 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6622 2025.01.17 08:04:42.774134 [ 260 ] {06cf99ed-8c83-4df0-be23-2fad930c6303} <Debug> TCPHandler: Processed in 0.001745245 sec.
6623 2025.01.17 08:04:42.774259 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
6624 2025.01.17 08:04:42.774377 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6625 2025.01.17 08:04:42.774405 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2900 rows starting from the beginning of the part
6626 2025.01.17 08:04:42.774472 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
6627 2025.01.17 08:04:42.774636 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
6628 2025.01.17 08:04:42.774877 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
6629 2025.01.17 08:04:42.775072 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
6630 2025.01.17 08:04:42.775194 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
6631 2025.01.17 08:04:42.776748 [ 198 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3266 rows, containing 4 columns (4 merged, 0 gathered) in 0.002615577 sec., 1248672.8549761677 rows/sec., 81.35 MiB/sec.
6632 2025.01.17 08:04:42.777067 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6633 2025.01.17 08:04:42.777439 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6634 2025.01.17 08:04:42.777539 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_46_9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6635 2025.01.17 08:04:42.777654 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6636 2025.01.17 08:04:46.227424 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
6637 2025.01.17 08:04:46.227498 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
6638 2025.01.17 08:04:46.351539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
6639 2025.01.17 08:04:46.352329 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2025.01.17 08:04:46.352380 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6641 2025.01.17 08:04:46.352917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6642 2025.01.17 08:04:46.353177 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2025.01.17 08:04:46.353379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6644 2025.01.17 08:04:47.394918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6645 2025.01.17 08:04:47.415545 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6646 2025.01.17 08:04:47.415601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6647 2025.01.17 08:04:47.423492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6648 2025.01.17 08:04:47.424295 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6649 2025.01.17 08:04:47.427001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6650 2025.01.17 08:04:47.734053 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6651 2025.01.17 08:04:47.734237 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6652 2025.01.17 08:04:47.734304 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6653 2025.01.17 08:04:47.735047 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6654 2025.01.17 08:04:47.735094 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6655 2025.01.17 08:04:47.735502 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6656 2025.01.17 08:04:47.735754 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6657 2025.01.17 08:04:47.735964 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec.
6658 2025.01.17 08:04:47.736034 [ 260 ] {50ab4e72-d248-4d9a-9c2e-69d115d8fbdf} <Debug> TCPHandler: Processed in 0.0021371 sec.
6659 2025.01.17 08:04:47.736295 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2025.01.17 08:04:47.736474 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6661 2025.01.17 08:04:47.736545 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6662 2025.01.17 08:04:47.737281 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2025.01.17 08:04:47.737323 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6664 2025.01.17 08:04:47.737755 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6665 2025.01.17 08:04:47.738006 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6666 2025.01.17 08:04:47.738205 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001781 sec., 35934.86805165637 rows/sec., 2.80 MiB/sec.
6667 2025.01.17 08:04:47.738261 [ 262 ] {dc59c022-305e-4bf5-8aa4-f3324e38c0b4} <Debug> TCPHandler: Processed in 0.00211493 sec.
6668 2025.01.17 08:04:47.738417 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6669 2025.01.17 08:04:47.738563 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6670 2025.01.17 08:04:47.738625 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6671 2025.01.17 08:04:47.739302 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6672 2025.01.17 08:04:47.739349 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6673 2025.01.17 08:04:47.739768 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6674 2025.01.17 08:04:47.740012 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6675 2025.01.17 08:04:47.740226 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec.
6676 2025.01.17 08:04:47.740279 [ 260 ] {45bdeb8a-316a-4beb-92a8-6fc5c950493f} <Debug> TCPHandler: Processed in 0.001928958 sec.
6677 2025.01.17 08:04:47.740419 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6678 2025.01.17 08:04:47.740541 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6679 2025.01.17 08:04:47.740594 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6680 2025.01.17 08:04:47.741112 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6681 2025.01.17 08:04:47.741151 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6682 2025.01.17 08:04:47.741536 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6683 2025.01.17 08:04:47.741784 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6684 2025.01.17 08:04:47.741960 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec.
6685 2025.01.17 08:04:47.742009 [ 262 ] {bf6c739e-788b-4a78-a1e6-c147d86d0d29} <Debug> TCPHandler: Processed in 0.001649684 sec.
6686 2025.01.17 08:04:51.418435 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 944
6687 2025.01.17 08:04:51.421422 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6688 2025.01.17 08:04:51.421471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6689 2025.01.17 08:04:51.423168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6690 2025.01.17 08:04:51.423481 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6691 2025.01.17 08:04:51.424631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944
6692 2025.01.17 08:04:51.840709 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6693 2025.01.17 08:04:51.840921 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6694 2025.01.17 08:04:51.840999 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6695 2025.01.17 08:04:51.842360 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6696 2025.01.17 08:04:51.842410 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6697 2025.01.17 08:04:51.842840 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6698 2025.01.17 08:04:51.843110 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2025.01.17 08:04:51.843357 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002496 sec., 5608.974358974359 rows/sec., 403.77 KiB/sec.
6700 2025.01.17 08:04:51.843416 [ 260 ] {3c7281a4-661d-4c72-a0cb-7e59872ce80a} <Debug> TCPHandler: Processed in 0.002849781 sec.
6701 2025.01.17 08:04:51.843698 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6702 2025.01.17 08:04:51.843910 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6703 2025.01.17 08:04:51.843990 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6704 2025.01.17 08:04:51.844803 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2025.01.17 08:04:51.844848 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6706 2025.01.17 08:04:51.845273 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6707 2025.01.17 08:04:51.845527 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.01.17 08:04:51.845784 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001918 sec., 6256.517205422315 rows/sec., 510.17 KiB/sec.
6709 2025.01.17 08:04:51.845933 [ 262 ] {f36e9c6b-4355-48db-9987-8f8c20158064} <Debug> TCPHandler: Processed in 0.002395194 sec.
6710 2025.01.17 08:04:51.846097 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6711 2025.01.17 08:04:51.846214 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6712 2025.01.17 08:04:51.846261 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6713 2025.01.17 08:04:51.847359 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2025.01.17 08:04:51.847398 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6715 2025.01.17 08:04:51.847853 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6716 2025.01.17 08:04:51.848112 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2025.01.17 08:04:51.848320 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.00213 sec., 665258.2159624413 rows/sec., 55.68 MiB/sec.
6718 2025.01.17 08:04:51.848374 [ 260 ] {02f33b3a-a7d2-4881-a05a-89a2c4d080e2} <Debug> TCPHandler: Processed in 0.002331703 sec.
6719 2025.01.17 08:04:51.848522 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6720 2025.01.17 08:04:51.848667 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6721 2025.01.17 08:04:51.848727 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6722 2025.01.17 08:04:51.849465 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2025.01.17 08:04:51.849511 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6724 2025.01.17 08:04:51.849899 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6725 2025.01.17 08:04:51.850137 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6726 2025.01.17 08:04:51.850371 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001726 sec., 30706.836616454228 rows/sec., 2.18 MiB/sec.
6727 2025.01.17 08:04:51.850523 [ 262 ] {bd3cb389-76fb-4713-b6af-b76ef0a6438f} <Debug> TCPHandler: Processed in 0.00206329 sec.
6728 2025.01.17 08:04:51.850756 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6729 2025.01.17 08:04:51.850895 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6730 2025.01.17 08:04:51.850951 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6731 2025.01.17 08:04:51.851722 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6732 2025.01.17 08:04:51.851762 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6733 2025.01.17 08:04:51.852134 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6734 2025.01.17 08:04:51.852374 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6735 2025.01.17 08:04:51.852592 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001727 sec., 140127.38853503185 rows/sec., 9.49 MiB/sec.
6736 2025.01.17 08:04:51.852646 [ 260 ] {eb075952-3078-42f1-93d0-fcf08f75de82} <Debug> TCPHandler: Processed in 0.002003758 sec.
6737 2025.01.17 08:04:51.852869 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6738 2025.01.17 08:04:51.853094 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6739 2025.01.17 08:04:51.853184 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6740 2025.01.17 08:04:51.853983 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6741 2025.01.17 08:04:51.854025 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6742 2025.01.17 08:04:51.854382 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6743 2025.01.17 08:04:51.854629 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6744 2025.01.17 08:04:51.854852 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001811 sec., 7178.354500276091 rows/sec., 447.57 KiB/sec.
6745 2025.01.17 08:04:51.854911 [ 262 ] {ff5d077c-8067-43a7-97f3-8b691427bf64} <Debug> TCPHandler: Processed in 0.002161861 sec.
6746 2025.01.17 08:04:51.855057 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6747 2025.01.17 08:04:51.855178 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6748 2025.01.17 08:04:51.855225 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6749 2025.01.17 08:04:51.856148 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6750 2025.01.17 08:04:51.856188 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6751 2025.01.17 08:04:51.856587 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6752 2025.01.17 08:04:51.856835 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6753 2025.01.17 08:04:51.857055 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001899 sec., 465508.1621906266 rows/sec., 33.77 MiB/sec.
6754 2025.01.17 08:04:51.857127 [ 260 ] {a7334cdb-8b7e-4342-8ef3-bd1b266e2999} <Debug> TCPHandler: Processed in 0.002127941 sec.
6755 2025.01.17 08:04:51.857329 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6756 2025.01.17 08:04:51.857474 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6757 2025.01.17 08:04:51.857535 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6758 2025.01.17 08:04:51.858032 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6759 2025.01.17 08:04:51.858071 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6760 2025.01.17 08:04:51.858439 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6761 2025.01.17 08:04:51.858676 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6762 2025.01.17 08:04:51.858929 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec.
6763 2025.01.17 08:04:51.859143 [ 262 ] {e0564a94-145b-4873-a9b8-6c48d828a2b7} <Debug> TCPHandler: Processed in 0.001918468 sec.
6764 2025.01.17 08:04:51.859308 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6765 2025.01.17 08:04:51.859432 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6766 2025.01.17 08:04:51.859485 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6767 2025.01.17 08:04:51.860309 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6768 2025.01.17 08:04:51.860348 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6769 2025.01.17 08:04:51.860806 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6770 2025.01.17 08:04:51.861045 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6771 2025.01.17 08:04:51.861273 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.001864 sec., 584227.4678111589 rows/sec., 39.04 MiB/sec.
6772 2025.01.17 08:04:51.861345 [ 260 ] {39922fe7-32ee-45ab-bbff-a74d93d7664b} <Debug> TCPHandler: Processed in 0.00209905 sec.
6773 2025.01.17 08:04:51.861536 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6774 2025.01.17 08:04:51.861679 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6775 2025.01.17 08:04:51.861742 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6776 2025.01.17 08:04:51.862300 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6777 2025.01.17 08:04:51.862348 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6778 2025.01.17 08:04:51.862753 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6779 2025.01.17 08:04:51.863002 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2025.01.17 08:04:51.863219 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec.
6781 2025.01.17 08:04:51.863274 [ 262 ] {3d1db10d-1810-475b-8121-c7023bcac445} <Debug> TCPHandler: Processed in 0.001833476 sec.
6782 2025.01.17 08:04:51.863424 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6783 2025.01.17 08:04:51.863541 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6784 2025.01.17 08:04:51.863620 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6785 2025.01.17 08:04:51.864778 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6786 2025.01.17 08:04:51.864820 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6787 2025.01.17 08:04:51.865471 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6788 2025.01.17 08:04:51.865731 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6789 2025.01.17 08:04:51.865980 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002463 sec., 13804.303694681283 rows/sec., 24.74 MiB/sec.
6790 2025.01.17 08:04:51.866075 [ 260 ] {57c42690-676c-4bee-babd-9724a6077fee} <Debug> TCPHandler: Processed in 0.002705939 sec.
6791 2025.01.17 08:04:51.866223 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6792 2025.01.17 08:04:51.866342 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6793 2025.01.17 08:04:51.866392 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6794 2025.01.17 08:04:51.866895 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6795 2025.01.17 08:04:51.866937 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6796 2025.01.17 08:04:51.867320 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6797 2025.01.17 08:04:51.867559 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6798 2025.01.17 08:04:51.867768 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec.
6799 2025.01.17 08:04:51.867824 [ 262 ] {9f7c0b14-5237-435f-b868-6f3a5a5ef218} <Debug> TCPHandler: Processed in 0.001659213 sec.
6800 2025.01.17 08:04:52.727190 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6801 2025.01.17 08:04:52.727376 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6802 2025.01.17 08:04:52.727449 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6803 2025.01.17 08:04:52.728193 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6804 2025.01.17 08:04:52.728245 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6805 2025.01.17 08:04:52.728662 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6806 2025.01.17 08:04:52.728940 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6807 2025.01.17 08:04:52.729128 [ 111 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6808 2025.01.17 08:04:52.729203 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec.
6809 2025.01.17 08:04:52.729210 [ 111 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2025.01.17 08:04:52.729286 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6811 2025.01.17 08:04:52.729343 [ 260 ] {e390ca0b-cc5c-4aa5-bbc9-d3c192f35fe6} <Debug> TCPHandler: Processed in 0.002276042 sec.
6812 2025.01.17 08:04:52.729475 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
6813 2025.01.17 08:04:52.729624 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6814 2025.01.17 08:04:52.729631 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6815 2025.01.17 08:04:52.729664 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
6816 2025.01.17 08:04:52.729862 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
6817 2025.01.17 08:04:52.730132 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6818 2025.01.17 08:04:52.730237 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part
6819 2025.01.17 08:04:52.730367 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6820 2025.01.17 08:04:52.730540 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6821 2025.01.17 08:04:52.730933 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
6822 2025.01.17 08:04:52.731205 [ 189 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
6823 2025.01.17 08:04:52.732924 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6824 2025.01.17 08:04:52.733010 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6825 2025.01.17 08:04:52.733767 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.004384953 sec., 11858.736000135008 rows/sec., 1013.32 KiB/sec.
6826 2025.01.17 08:04:52.733930 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6827 2025.01.17 08:04:52.733939 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6828 2025.01.17 08:04:52.734218 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6829 2025.01.17 08:04:52.734318 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6830 2025.01.17 08:04:52.734563 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_10_2} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6831 2025.01.17 08:04:52.734575 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.004688 sec., 2559.726962457338 rows/sec., 239.35 KiB/sec.
6832 2025.01.17 08:04:52.734708 [ 262 ] {5d39115f-c4f2-4b19-8bde-4c6a19591517} <Debug> TCPHandler: Processed in 0.005219935 sec.
6833 2025.01.17 08:04:52.734717 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6834 2025.01.17 08:04:52.734885 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6835 2025.01.17 08:04:52.735009 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6836 2025.01.17 08:04:52.735061 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6837 2025.01.17 08:04:52.735657 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6838 2025.01.17 08:04:52.735697 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6839 2025.01.17 08:04:52.736058 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6840 2025.01.17 08:04:52.736294 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6841 2025.01.17 08:04:52.736505 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001525 sec., 5901.639344262295 rows/sec., 429.69 KiB/sec.
6842 2025.01.17 08:04:52.736561 [ 260 ] {c0a26722-cc7d-446b-b440-5b56b6bc9ab5} <Debug> TCPHandler: Processed in 0.001732305 sec.
6843 2025.01.17 08:04:52.736707 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6844 2025.01.17 08:04:52.736854 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6845 2025.01.17 08:04:52.736916 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6846 2025.01.17 08:04:52.737626 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6847 2025.01.17 08:04:52.737674 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6848 2025.01.17 08:04:52.738041 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6849 2025.01.17 08:04:52.738277 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6850 2025.01.17 08:04:52.738492 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001672 sec., 5382.775119617225 rows/sec., 434.55 KiB/sec.
6851 2025.01.17 08:04:52.738549 [ 262 ] {220c574c-05b1-4be2-8e72-f0b28ba91cac} <Debug> TCPHandler: Processed in 0.001906977 sec.
6852 2025.01.17 08:04:52.738701 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6853 2025.01.17 08:04:52.738819 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6854 2025.01.17 08:04:52.738877 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6855 2025.01.17 08:04:52.739420 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6856 2025.01.17 08:04:52.739460 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6857 2025.01.17 08:04:52.739834 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6858 2025.01.17 08:04:52.740066 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6859 2025.01.17 08:04:52.740225 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_46_9 to all_50_50_0
6860 2025.01.17 08:04:52.740284 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6861 2025.01.17 08:04:52.740318 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001521 sec., 1314.9243918474688 rows/sec., 92.46 KiB/sec.
6862 2025.01.17 08:04:52.740324 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6863 2025.01.17 08:04:52.740496 [ 260 ] {26dd6c37-952c-4f4b-9dce-2af659bbe6c5} <Debug> TCPHandler: Processed in 0.001843506 sec.
6864 2025.01.17 08:04:52.740582 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_9 to all_50_50_0 into Compact with storage Full
6865 2025.01.17 08:04:52.740733 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6866 2025.01.17 08:04:52.740817 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6867 2025.01.17 08:04:52.740893 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16097 rows starting from the beginning of the part
6868 2025.01.17 08:04:52.741019 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6869 2025.01.17 08:04:52.741163 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
6870 2025.01.17 08:04:52.741441 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6871 2025.01.17 08:04:52.741524 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
6872 2025.01.17 08:04:52.742015 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part
6873 2025.01.17 08:04:52.742395 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1089 rows starting from the beginning of the part
6874 2025.01.17 08:04:52.745538 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2025.01.17 08:04:52.745614 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6876 2025.01.17 08:04:52.746875 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6877 2025.01.17 08:04:52.747697 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2025.01.17 08:04:52.748005 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007083 sec., 705.9155724975293 rows/sec., 1.26 MiB/sec.
6879 2025.01.17 08:04:52.748157 [ 262 ] {a440a319-7402-4a4e-8360-e944ccaa664a} <Debug> TCPHandler: Processed in 0.007523738 sec.
6880 2025.01.17 08:04:52.750559 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17743 rows, containing 5 columns (5 merged, 0 gathered) in 0.010095474 sec., 1757520.251154131 rows/sec., 118.58 MiB/sec.
6881 2025.01.17 08:04:52.750795 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
6882 2025.01.17 08:04:52.751137 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6883 2025.01.17 08:04:52.751228 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_50_10} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_46_9, all_50_50_0] -> all_1_50_10
6884 2025.01.17 08:04:52.751314 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB.
6885 2025.01.17 08:04:53.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.66 MiB, peak 212.62 MiB, free memory in arenas 0.00 B, will set to 206.93 MiB (RSS), difference: 1.27 MiB
6886 2025.01.17 08:04:53.853645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
6887 2025.01.17 08:04:53.854801 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2025.01.17 08:04:53.854850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6889 2025.01.17 08:04:53.855383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6890 2025.01.17 08:04:53.855648 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2025.01.17 08:04:53.855901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
6892 2025.01.17 08:04:54.927168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6893 2025.01.17 08:04:54.949350 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6894 2025.01.17 08:04:54.949401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6895 2025.01.17 08:04:54.956809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6896 2025.01.17 08:04:54.957573 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.01.17 08:04:54.960278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6898 2025.01.17 08:04:57.734129 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6899 2025.01.17 08:04:57.734311 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6900 2025.01.17 08:04:57.734381 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6901 2025.01.17 08:04:57.735186 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6902 2025.01.17 08:04:57.735243 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6903 2025.01.17 08:04:57.735760 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6904 2025.01.17 08:04:57.736102 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6905 2025.01.17 08:04:57.736373 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 2.04 MiB/sec.
6906 2025.01.17 08:04:57.736443 [ 260 ] {27f85f15-663a-425c-a976-02fc8f8b63c7} <Debug> TCPHandler: Processed in 0.002442295 sec.
6907 2025.01.17 08:04:57.736710 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6908 2025.01.17 08:04:57.736898 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6909 2025.01.17 08:04:57.736972 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6910 2025.01.17 08:04:57.737770 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6911 2025.01.17 08:04:57.737814 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6912 2025.01.17 08:04:57.738248 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6913 2025.01.17 08:04:57.738506 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6914 2025.01.17 08:04:57.738709 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001862 sec., 34371.64339419979 rows/sec., 2.68 MiB/sec.
6915 2025.01.17 08:04:57.738772 [ 262 ] {24e9fc8d-3517-4d65-a2f1-b351cd4b4369} <Debug> TCPHandler: Processed in 0.002197861 sec.
6916 2025.01.17 08:04:57.738931 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6917 2025.01.17 08:04:57.739049 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6918 2025.01.17 08:04:57.739101 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6919 2025.01.17 08:04:57.739708 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6920 2025.01.17 08:04:57.739746 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6921 2025.01.17 08:04:57.740145 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6922 2025.01.17 08:04:57.740385 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6923 2025.01.17 08:04:57.740583 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec.
6924 2025.01.17 08:04:57.740634 [ 260 ] {faa59688-faea-4b54-b890-e4a6d811428f} <Debug> TCPHandler: Processed in 0.001762685 sec.
6925 2025.01.17 08:04:57.740794 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6926 2025.01.17 08:04:57.740925 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6927 2025.01.17 08:04:57.740980 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6928 2025.01.17 08:04:57.741501 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6929 2025.01.17 08:04:57.741539 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6930 2025.01.17 08:04:57.741927 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6931 2025.01.17 08:04:57.742169 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6932 2025.01.17 08:04:57.742349 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec.
6933 2025.01.17 08:04:57.742404 [ 262 ] {05be51f1-2d70-4ef4-8604-dc05772e7399} <Debug> TCPHandler: Processed in 0.001672493 sec.
6934 2025.01.17 08:05:01.227741 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
6935 2025.01.17 08:05:01.227808 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
6936 2025.01.17 08:05:01.356124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
6937 2025.01.17 08:05:01.356810 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6938 2025.01.17 08:05:01.356861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6939 2025.01.17 08:05:01.357421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6940 2025.01.17 08:05:01.357679 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6941 2025.01.17 08:05:01.357884 [ 102 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6942 2025.01.17 08:05:01.357948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6943 2025.01.17 08:05:01.357977 [ 102 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6944 2025.01.17 08:05:01.358011 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6945 2025.01.17 08:05:01.358170 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6946 2025.01.17 08:05:01.358349 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6947 2025.01.17 08:05:01.358396 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6948 2025.01.17 08:05:01.358483 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6949 2025.01.17 08:05:01.358694 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6950 2025.01.17 08:05:01.358922 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6951 2025.01.17 08:05:01.359075 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6952 2025.01.17 08:05:01.359217 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
6953 2025.01.17 08:05:01.361706 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003614812 sec., 4573128.561042733 rows/sec., 65.42 MiB/sec.
6954 2025.01.17 08:05:01.361865 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6955 2025.01.17 08:05:01.362224 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_36_7} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6956 2025.01.17 08:05:01.362315 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_36_7} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6957 2025.01.17 08:05:01.362433 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
6958 2025.01.17 08:05:01.424946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 988
6959 2025.01.17 08:05:01.428270 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2025.01.17 08:05:01.428319 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6961 2025.01.17 08:05:01.429789 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6962 2025.01.17 08:05:01.430087 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.01.17 08:05:01.430336 [ 102 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6964 2025.01.17 08:05:01.430468 [ 102 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6965 2025.01.17 08:05:01.430589 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6966 2025.01.17 08:05:01.431262 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
6967 2025.01.17 08:05:01.432379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988
6968 2025.01.17 08:05:01.432790 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6969 2025.01.17 08:05:01.432969 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 814 rows starting from the beginning of the part
6970 2025.01.17 08:05:01.433655 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part
6971 2025.01.17 08:05:01.434295 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
6972 2025.01.17 08:05:01.434906 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part
6973 2025.01.17 08:05:01.435527 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
6974 2025.01.17 08:05:01.436121 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part
6975 2025.01.17 08:05:01.444177 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 72 columns (72 merged, 0 gathered) in 0.013409962 sec., 73676.56970243466 rows/sec., 59.57 MiB/sec.
6976 2025.01.17 08:05:01.445249 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6977 2025.01.17 08:05:01.445922 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6978 2025.01.17 08:05:01.446003 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_26_5} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6979 2025.01.17 08:05:01.446198 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
6980 2025.01.17 08:05:02.460452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6981 2025.01.17 08:05:02.481992 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6982 2025.01.17 08:05:02.482045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6983 2025.01.17 08:05:02.489538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6984 2025.01.17 08:05:02.490321 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6985 2025.01.17 08:05:02.490644 [ 98 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6986 2025.01.17 08:05:02.490713 [ 98 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6987 2025.01.17 08:05:02.490758 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
6988 2025.01.17 08:05:02.491291 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6989 2025.01.17 08:05:02.505181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6990 2025.01.17 08:05:02.507140 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6991 2025.01.17 08:05:02.508907 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6992 2025.01.17 08:05:02.514993 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6993 2025.01.17 08:05:02.520811 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6994 2025.01.17 08:05:02.526304 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6995 2025.01.17 08:05:02.532048 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6996 2025.01.17 08:05:02.536586 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
6997 2025.01.17 08:05:02.570509 [ 98 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
6998 2025.01.17 08:05:02.570579 [ 98 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2025.01.17 08:05:02.570616 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7000 2025.01.17 08:05:02.570862 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7001 2025.01.17 08:05:02.571130 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7002 2025.01.17 08:05:02.571171 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7003 2025.01.17 08:05:02.571554 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7004 2025.01.17 08:05:02.571868 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7005 2025.01.17 08:05:02.572211 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7006 2025.01.17 08:05:02.572519 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
7007 2025.01.17 08:05:02.575876 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.005147254 sec., 146485.87382709305 rows/sec., 10.49 MiB/sec.
7008 2025.01.17 08:05:02.576236 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7009 2025.01.17 08:05:02.576913 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_24_5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7010 2025.01.17 08:05:02.577239 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_24_5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7011 2025.01.17 08:05:02.577480 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7012 2025.01.17 08:05:02.600878 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109960446 sec., 2473.616740332246 rows/sec., 12.79 MiB/sec.
7013 2025.01.17 08:05:02.603997 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7014 2025.01.17 08:05:02.607018 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_36_7} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7015 2025.01.17 08:05:02.607109 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_36_7} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7016 2025.01.17 08:05:02.609595 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7017 2025.01.17 08:05:02.740991 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7018 2025.01.17 08:05:02.741176 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7019 2025.01.17 08:05:02.741245 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7020 2025.01.17 08:05:02.741997 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7021 2025.01.17 08:05:02.742050 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7022 2025.01.17 08:05:02.742489 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7023 2025.01.17 08:05:02.742740 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7024 2025.01.17 08:05:02.742930 [ 98 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7025 2025.01.17 08:05:02.742996 [ 98 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7026 2025.01.17 08:05:02.743014 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec.
7027 2025.01.17 08:05:02.743031 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7028 2025.01.17 08:05:02.743238 [ 260 ] {20511289-07f9-46d3-8d0a-c9302894d5e4} <Debug> TCPHandler: Processed in 0.002368644 sec.
7029 2025.01.17 08:05:02.743349 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7030 2025.01.17 08:05:02.743568 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7031 2025.01.17 08:05:02.743606 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7032 2025.01.17 08:05:02.743645 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7033 2025.01.17 08:05:02.743799 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7034 2025.01.17 08:05:02.743811 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7035 2025.01.17 08:05:02.743952 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7036 2025.01.17 08:05:02.744201 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7037 2025.01.17 08:05:02.744583 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7038 2025.01.17 08:05:02.744877 [ 186 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7039 2025.01.17 08:05:02.746373 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7040 2025.01.17 08:05:02.746438 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7041 2025.01.17 08:05:02.746489 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003359918 sec., 20833.841778281494 rows/sec., 1.54 MiB/sec.
7042 2025.01.17 08:05:02.746692 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7043 2025.01.17 08:05:02.747254 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7044 2025.01.17 08:05:02.747313 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_25_6} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7045 2025.01.17 08:05:02.747471 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_25_6} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7046 2025.01.17 08:05:02.747619 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7047 2025.01.17 08:05:02.747704 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7048 2025.01.17 08:05:02.747887 [ 98 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7049 2025.01.17 08:05:02.747951 [ 98 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7050 2025.01.17 08:05:02.747973 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7051 2025.01.17 08:05:02.748009 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004294 sec., 65440.14904517932 rows/sec., 5.78 MiB/sec.
7052 2025.01.17 08:05:02.748300 [ 262 ] {6fab677d-f8b9-43e5-8bab-14d38d3ccc61} <Debug> TCPHandler: Processed in 0.00490418 sec.
7053 2025.01.17 08:05:02.748312 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
7054 2025.01.17 08:05:02.748613 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7055 2025.01.17 08:05:02.748812 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7056 2025.01.17 08:05:02.748936 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part
7057 2025.01.17 08:05:02.749028 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7058 2025.01.17 08:05:02.749250 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7059 2025.01.17 08:05:02.749415 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part
7060 2025.01.17 08:05:02.749830 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1417 rows starting from the beginning of the part
7061 2025.01.17 08:05:02.750297 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
7062 2025.01.17 08:05:02.750801 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part
7063 2025.01.17 08:05:02.751320 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 281 rows starting from the beginning of the part
7064 2025.01.17 08:05:02.752565 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7065 2025.01.17 08:05:02.752629 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7066 2025.01.17 08:05:02.753432 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7067 2025.01.17 08:05:02.753831 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7068 2025.01.17 08:05:02.754073 [ 95 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7069 2025.01.17 08:05:02.754108 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00523 sec., 8795.411089866157 rows/sec., 647.93 KiB/sec.
7070 2025.01.17 08:05:02.754202 [ 95 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2025.01.17 08:05:02.754361 [ 260 ] {19c31557-dcc7-4f04-a546-c61bdda83051} <Debug> TCPHandler: Processed in 0.005935586 sec.
7072 2025.01.17 08:05:02.754383 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7073 2025.01.17 08:05:02.754706 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7074 2025.01.17 08:05:02.755111 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
7075 2025.01.17 08:05:02.755226 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7076 2025.01.17 08:05:02.755388 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7077 2025.01.17 08:05:02.755405 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.007340956 sec., 442994.0732514948 rows/sec., 38.86 MiB/sec.
7078 2025.01.17 08:05:02.755536 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7079 2025.01.17 08:05:02.755656 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part
7080 2025.01.17 08:05:02.756005 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part
7081 2025.01.17 08:05:02.756218 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7082 2025.01.17 08:05:02.756379 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part
7083 2025.01.17 08:05:02.756758 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 53 rows starting from the beginning of the part
7084 2025.01.17 08:05:02.757200 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part
7085 2025.01.17 08:05:02.757609 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part
7086 2025.01.17 08:05:02.758399 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7087 2025.01.17 08:05:02.758758 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_56_11} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7088 2025.01.17 08:05:02.759130 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7089 2025.01.17 08:05:02.759438 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7090 2025.01.17 08:05:02.759507 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7091 2025.01.17 08:05:02.760573 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7092 2025.01.17 08:05:02.761051 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.006395832 sec., 41276.88156912189 rows/sec., 3.11 MiB/sec.
7093 2025.01.17 08:05:02.761156 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7094 2025.01.17 08:05:02.761247 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7095 2025.01.17 08:05:02.761588 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006507 sec., 2151.5291224834796 rows/sec., 150.68 KiB/sec.
7096 2025.01.17 08:05:02.761744 [ 262 ] {474670b2-0454-4d47-b45f-caba5efe13e8} <Debug> TCPHandler: Processed in 0.007248374 sec.
7097 2025.01.17 08:05:02.761816 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7098 2025.01.17 08:05:02.761948 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7099 2025.01.17 08:05:02.761953 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_31_6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7100 2025.01.17 08:05:02.762064 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7101 2025.01.17 08:05:02.762104 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7102 2025.01.17 08:05:02.762153 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7103 2025.01.17 08:05:02.762730 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7104 2025.01.17 08:05:02.762796 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7105 2025.01.17 08:05:02.763174 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7106 2025.01.17 08:05:02.763405 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7107 2025.01.17 08:05:02.763559 [ 95 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7108 2025.01.17 08:05:02.763619 [ 95 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.01.17 08:05:02.763653 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7110 2025.01.17 08:05:02.763658 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
7111 2025.01.17 08:05:02.763934 [ 260 ] {1058ad10-960b-45ad-9434-b5b8e8dbfdce} <Debug> TCPHandler: Processed in 0.002049859 sec.
7112 2025.01.17 08:05:02.764196 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7113 2025.01.17 08:05:02.764251 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7114 2025.01.17 08:05:02.764596 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7115 2025.01.17 08:05:02.764596 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7116 2025.01.17 08:05:02.764695 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7117 2025.01.17 08:05:02.764705 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7118 2025.01.17 08:05:02.765054 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7119 2025.01.17 08:05:02.765337 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7120 2025.01.17 08:05:02.765636 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7121 2025.01.17 08:05:02.766016 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
7122 2025.01.17 08:05:02.767827 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2025.01.17 08:05:02.767910 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7124 2025.01.17 08:05:02.768329 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004588955 sec., 14164.444846375702 rows/sec., 938.48 KiB/sec.
7125 2025.01.17 08:05:02.768542 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7126 2025.01.17 08:05:02.768852 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7127 2025.01.17 08:05:02.769118 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_25_6} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7128 2025.01.17 08:05:02.769309 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_25_6} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7129 2025.01.17 08:05:02.769346 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7130 2025.01.17 08:05:02.769475 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7131 2025.01.17 08:05:02.769646 [ 95 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7132 2025.01.17 08:05:02.769708 [ 95 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7133 2025.01.17 08:05:02.769724 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005215 sec., 80728.66730584852 rows/sec., 5.77 MiB/sec.
7134 2025.01.17 08:05:02.769745 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7135 2025.01.17 08:05:02.769952 [ 262 ] {24b9c216-f3b9-4b95-85b0-4f1761008dc8} <Debug> TCPHandler: Processed in 0.005867635 sec.
7136 2025.01.17 08:05:02.770165 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
7137 2025.01.17 08:05:02.770193 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7138 2025.01.17 08:05:02.770574 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7139 2025.01.17 08:05:02.770667 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7140 2025.01.17 08:05:02.770752 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7141 2025.01.17 08:05:02.770799 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
7142 2025.01.17 08:05:02.771345 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part
7143 2025.01.17 08:05:02.771935 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 884 rows starting from the beginning of the part
7144 2025.01.17 08:05:02.772511 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part
7145 2025.01.17 08:05:02.772929 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part
7146 2025.01.17 08:05:02.773301 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 421 rows starting from the beginning of the part
7147 2025.01.17 08:05:02.774033 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7148 2025.01.17 08:05:02.774102 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7149 2025.01.17 08:05:02.775019 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7150 2025.01.17 08:05:02.775551 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2025.01.17 08:05:02.775909 [ 95 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7152 2025.01.17 08:05:02.776028 [ 95 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7153 2025.01.17 08:05:02.776066 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005637 sec., 1064.39595529537 rows/sec., 55.61 KiB/sec.
7154 2025.01.17 08:05:02.776092 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7155 2025.01.17 08:05:02.776426 [ 260 ] {3bc1f4d3-3075-4f8e-a5de-eef181321d70} <Debug> TCPHandler: Processed in 0.00631683 sec.
7156 2025.01.17 08:05:02.777121 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
7157 2025.01.17 08:05:02.777236 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7158 2025.01.17 08:05:02.777442 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.007533558 sec., 312601.29675778694 rows/sec., 23.93 MiB/sec.
7159 2025.01.17 08:05:02.777791 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7160 2025.01.17 08:05:02.777815 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7161 2025.01.17 08:05:02.777909 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
7162 2025.01.17 08:05:02.777965 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7163 2025.01.17 08:05:02.778058 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7164 2025.01.17 08:05:02.778262 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7165 2025.01.17 08:05:02.778720 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7166 2025.01.17 08:05:02.779225 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7167 2025.01.17 08:05:02.779620 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7168 2025.01.17 08:05:02.780044 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
7169 2025.01.17 08:05:02.780816 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7170 2025.01.17 08:05:02.781124 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_56_11} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7171 2025.01.17 08:05:02.781441 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7172 2025.01.17 08:05:02.781652 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7173 2025.01.17 08:05:02.781699 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7174 2025.01.17 08:05:02.782309 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7175 2025.01.17 08:05:02.782547 [ 201 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.006148568 sec., 24395.924384344453 rows/sec., 1.24 MiB/sec.
7176 2025.01.17 08:05:02.782711 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2025.01.17 08:05:02.782771 [ 201 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7178 2025.01.17 08:05:02.783179 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005558 sec., 42641.23785534365 rows/sec., 2.86 MiB/sec.
7179 2025.01.17 08:05:02.783445 [ 262 ] {27068a7d-c144-4c23-a0fd-e52e7bcf837e} <Debug> TCPHandler: Processed in 0.006827228 sec.
7180 2025.01.17 08:05:02.783565 [ 201 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7181 2025.01.17 08:05:02.783760 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7182 2025.01.17 08:05:02.783966 [ 201 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_25_5} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7183 2025.01.17 08:05:02.784215 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7184 2025.01.17 08:05:02.784312 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7185 2025.01.17 08:05:02.784420 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7186 2025.01.17 08:05:02.784982 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7187 2025.01.17 08:05:02.785022 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7188 2025.01.17 08:05:02.785389 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7189 2025.01.17 08:05:02.785621 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7190 2025.01.17 08:05:02.785786 [ 95 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7191 2025.01.17 08:05:02.785848 [ 95 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7192 2025.01.17 08:05:02.785886 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7193 2025.01.17 08:05:02.785894 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001856 sec., 538.7931034482758 rows/sec., 36.31 KiB/sec.
7194 2025.01.17 08:05:02.786213 [ 260 ] {7f2ea499-4973-4bdf-a1b7-06965c0dca24} <Debug> TCPHandler: Processed in 0.002606137 sec.
7195 2025.01.17 08:05:02.786570 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
7196 2025.01.17 08:05:02.786658 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7197 2025.01.17 08:05:02.786944 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7198 2025.01.17 08:05:02.786995 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7199 2025.01.17 08:05:02.787012 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
7200 2025.01.17 08:05:02.787269 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7201 2025.01.17 08:05:02.787281 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7202 2025.01.17 08:05:02.787639 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7203 2025.01.17 08:05:02.787951 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7204 2025.01.17 08:05:02.788299 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7205 2025.01.17 08:05:02.788657 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7206 2025.01.17 08:05:02.790687 [ 198 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004704527 sec., 5314.030507211458 rows/sec., 358.07 KiB/sec.
7207 2025.01.17 08:05:02.790840 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7208 2025.01.17 08:05:02.791144 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7209 2025.01.17 08:05:02.791188 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7210 2025.01.17 08:05:02.791311 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7211 2025.01.17 08:05:02.791445 [ 190 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_25_5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7212 2025.01.17 08:05:02.791527 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7213 2025.01.17 08:05:02.792008 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7214 2025.01.17 08:05:02.792278 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7215 2025.01.17 08:05:02.792464 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7216 2025.01.17 08:05:02.792531 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7217 2025.01.17 08:05:02.792573 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7218 2025.01.17 08:05:02.792617 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005697 sec., 6845.708267509216 rows/sec., 12.27 MiB/sec.
7219 2025.01.17 08:05:02.792789 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
7220 2025.01.17 08:05:02.792870 [ 262 ] {6e8300a2-4f5d-4963-b1cf-cc2ad57227ae} <Debug> TCPHandler: Processed in 0.006497903 sec.
7221 2025.01.17 08:05:02.793056 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7222 2025.01.17 08:05:02.793150 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7223 2025.01.17 08:05:02.793285 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7224 2025.01.17 08:05:02.793304 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 711 rows starting from the beginning of the part
7225 2025.01.17 08:05:02.793385 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7226 2025.01.17 08:05:02.794169 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
7227 2025.01.17 08:05:02.795023 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
7228 2025.01.17 08:05:02.795332 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7229 2025.01.17 08:05:02.795433 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7230 2025.01.17 08:05:02.795882 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part
7231 2025.01.17 08:05:02.796651 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7232 2025.01.17 08:05:02.796653 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part
7233 2025.01.17 08:05:02.797288 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7234 2025.01.17 08:05:02.797431 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
7235 2025.01.17 08:05:02.797906 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004685 sec., 17502.668089647814 rows/sec., 1.11 MiB/sec.
7236 2025.01.17 08:05:02.798319 [ 260 ] {077ae34d-392d-4188-a691-2acee444b088} <Debug> TCPHandler: Processed in 0.005344607 sec.
7237 2025.01.17 08:05:02.817251 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 867 rows, containing 19 columns (19 merged, 0 gathered) in 0.024591473 sec., 35256.12312853321 rows/sec., 63.18 MiB/sec.
7238 2025.01.17 08:05:02.818472 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7239 2025.01.17 08:05:02.818884 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7240 2025.01.17 08:05:02.818977 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7241 2025.01.17 08:05:02.819127 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB.
7242 2025.01.17 08:05:03.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.52 MiB, peak 221.17 MiB, free memory in arenas 0.00 B, will set to 212.20 MiB (RSS), difference: 2.68 MiB
7243 2025.01.17 08:05:07.734977 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7244 2025.01.17 08:05:07.735204 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7245 2025.01.17 08:05:07.735282 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7246 2025.01.17 08:05:07.736077 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7247 2025.01.17 08:05:07.736131 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7248 2025.01.17 08:05:07.736564 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7249 2025.01.17 08:05:07.736812 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7250 2025.01.17 08:05:07.737038 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.27 MiB/sec.
7251 2025.01.17 08:05:07.737107 [ 260 ] {8b783613-b169-463e-bc10-fb9316120f41} <Debug> TCPHandler: Processed in 0.002264472 sec.
7252 2025.01.17 08:05:07.737363 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7253 2025.01.17 08:05:07.737552 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7254 2025.01.17 08:05:07.737623 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7255 2025.01.17 08:05:07.738387 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7256 2025.01.17 08:05:07.738439 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7257 2025.01.17 08:05:07.738886 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7258 2025.01.17 08:05:07.739136 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7259 2025.01.17 08:05:07.739366 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec.
7260 2025.01.17 08:05:07.739443 [ 262 ] {b2ce230d-46af-4426-ab41-5046d3e90900} <Debug> TCPHandler: Processed in 0.002212512 sec.
7261 2025.01.17 08:05:07.739645 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7262 2025.01.17 08:05:07.739771 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7263 2025.01.17 08:05:07.739826 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7264 2025.01.17 08:05:07.740394 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7265 2025.01.17 08:05:07.740434 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7266 2025.01.17 08:05:07.740831 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7267 2025.01.17 08:05:07.741076 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7268 2025.01.17 08:05:07.741301 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec.
7269 2025.01.17 08:05:07.741357 [ 260 ] {ee768971-690a-4b43-a9bb-0fe629562f35} <Debug> TCPHandler: Processed in 0.001808296 sec.
7270 2025.01.17 08:05:07.741515 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7271 2025.01.17 08:05:07.741652 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7272 2025.01.17 08:05:07.741713 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7273 2025.01.17 08:05:07.742295 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7274 2025.01.17 08:05:07.742335 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7275 2025.01.17 08:05:07.742719 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7276 2025.01.17 08:05:07.742957 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7277 2025.01.17 08:05:07.743120 [ 90 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7278 2025.01.17 08:05:07.743183 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec.
7279 2025.01.17 08:05:07.743198 [ 90 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7280 2025.01.17 08:05:07.743269 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7281 2025.01.17 08:05:07.743306 [ 262 ] {2042eed7-7fed-4f6d-a186-529e25d5ec66} <Debug> TCPHandler: Processed in 0.001855047 sec.
7282 2025.01.17 08:05:07.743491 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
7283 2025.01.17 08:05:07.743627 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7284 2025.01.17 08:05:07.743663 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3266 rows starting from the beginning of the part
7285 2025.01.17 08:05:07.743728 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
7286 2025.01.17 08:05:07.743863 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
7287 2025.01.17 08:05:07.743990 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
7288 2025.01.17 08:05:07.744084 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part
7289 2025.01.17 08:05:07.744152 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
7290 2025.01.17 08:05:07.745665 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002299183 sec., 1570122.9523704723 rows/sec., 102.36 MiB/sec.
7291 2025.01.17 08:05:07.746029 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7292 2025.01.17 08:05:07.746401 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7293 2025.01.17 08:05:07.746495 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_51_10} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7294 2025.01.17 08:05:07.746596 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7295 2025.01.17 08:05:08.858210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
7296 2025.01.17 08:05:08.858886 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7297 2025.01.17 08:05:08.858931 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7298 2025.01.17 08:05:08.859461 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7299 2025.01.17 08:05:08.859732 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7300 2025.01.17 08:05:08.859959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
7301 2025.01.17 08:05:10.005377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7302 2025.01.17 08:05:10.026266 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2025.01.17 08:05:10.026325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7304 2025.01.17 08:05:10.033520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7305 2025.01.17 08:05:10.034293 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2025.01.17 08:05:10.037028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7307 2025.01.17 08:05:11.432791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1018
7308 2025.01.17 08:05:11.435824 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7309 2025.01.17 08:05:11.435885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7310 2025.01.17 08:05:11.437372 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7311 2025.01.17 08:05:11.437685 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7312 2025.01.17 08:05:11.438317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1018
7313 2025.01.17 08:05:12.741634 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7314 2025.01.17 08:05:12.741827 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7315 2025.01.17 08:05:12.741900 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7316 2025.01.17 08:05:12.742660 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2025.01.17 08:05:12.742713 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7318 2025.01.17 08:05:12.743158 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7319 2025.01.17 08:05:12.743411 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2025.01.17 08:05:12.743654 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec.
7321 2025.01.17 08:05:12.743721 [ 260 ] {181c7812-4246-44c2-a8d7-bbfa01b72499} <Debug> TCPHandler: Processed in 0.002214572 sec.
7322 2025.01.17 08:05:12.743983 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7323 2025.01.17 08:05:12.744174 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7324 2025.01.17 08:05:12.744247 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7325 2025.01.17 08:05:12.745147 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7326 2025.01.17 08:05:12.745200 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7327 2025.01.17 08:05:12.745656 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7328 2025.01.17 08:05:12.745919 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7329 2025.01.17 08:05:12.746184 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002062 sec., 136275.46071774975 rows/sec., 12.04 MiB/sec.
7330 2025.01.17 08:05:12.746253 [ 262 ] {bd2b40a9-38c6-48ff-b7b6-bb105fa0af3a} <Debug> TCPHandler: Processed in 0.002400504 sec.
7331 2025.01.17 08:05:12.746398 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7332 2025.01.17 08:05:12.746521 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7333 2025.01.17 08:05:12.746573 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7334 2025.01.17 08:05:12.747268 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7335 2025.01.17 08:05:12.747312 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7336 2025.01.17 08:05:12.747680 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7337 2025.01.17 08:05:12.747925 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7338 2025.01.17 08:05:12.748161 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001664 sec., 27644.23076923077 rows/sec., 1.99 MiB/sec.
7339 2025.01.17 08:05:12.748302 [ 260 ] {47d7712a-555d-4f78-9b8a-d14104cfaed1} <Debug> TCPHandler: Processed in 0.001959388 sec.
7340 2025.01.17 08:05:12.748480 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7341 2025.01.17 08:05:12.748607 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7342 2025.01.17 08:05:12.748662 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7343 2025.01.17 08:05:12.749275 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7344 2025.01.17 08:05:12.749319 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7345 2025.01.17 08:05:12.749689 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7346 2025.01.17 08:05:12.749927 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7347 2025.01.17 08:05:12.750146 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001569 sec., 8922.880815806246 rows/sec., 624.90 KiB/sec.
7348 2025.01.17 08:05:12.750200 [ 262 ] {af0b3c6c-23d0-4a19-806f-788e7202a891} <Debug> TCPHandler: Processed in 0.001781266 sec.
7349 2025.01.17 08:05:12.750438 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7350 2025.01.17 08:05:12.750555 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7351 2025.01.17 08:05:12.750603 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7352 2025.01.17 08:05:12.751208 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.01.17 08:05:12.751249 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7354 2025.01.17 08:05:12.751605 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7355 2025.01.17 08:05:12.751836 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2025.01.17 08:05:12.752061 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec.
7357 2025.01.17 08:05:12.752202 [ 260 ] {af844d47-3e59-47b7-a0af-6f751d515f7e} <Debug> TCPHandler: Processed in 0.001817926 sec.
7358 2025.01.17 08:05:12.752390 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7359 2025.01.17 08:05:12.752514 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7360 2025.01.17 08:05:12.752571 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7361 2025.01.17 08:05:12.753460 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7362 2025.01.17 08:05:12.753503 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7363 2025.01.17 08:05:12.753878 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7364 2025.01.17 08:05:12.754119 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7365 2025.01.17 08:05:12.754339 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001854 sec., 227076.59115426106 rows/sec., 16.23 MiB/sec.
7366 2025.01.17 08:05:12.754391 [ 262 ] {15aec8e2-8235-4be8-a466-839c7b1e7930} <Debug> TCPHandler: Processed in 0.00205945 sec.
7367 2025.01.17 08:05:12.754528 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7368 2025.01.17 08:05:12.754647 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7369 2025.01.17 08:05:12.754698 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7370 2025.01.17 08:05:12.755341 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7371 2025.01.17 08:05:12.755380 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7372 2025.01.17 08:05:12.755735 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7373 2025.01.17 08:05:12.755971 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7374 2025.01.17 08:05:12.756194 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec.
7375 2025.01.17 08:05:12.756328 [ 260 ] {88558f2d-77f5-4daa-bb30-64b8064d3745} <Debug> TCPHandler: Processed in 0.001852357 sec.
7376 2025.01.17 08:05:12.756503 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7377 2025.01.17 08:05:12.756643 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7378 2025.01.17 08:05:12.756704 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7379 2025.01.17 08:05:12.757395 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7380 2025.01.17 08:05:12.757442 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7381 2025.01.17 08:05:12.757837 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7382 2025.01.17 08:05:12.758077 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7383 2025.01.17 08:05:12.758259 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
7384 2025.01.17 08:05:12.758320 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec.
7385 2025.01.17 08:05:12.758346 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7386 2025.01.17 08:05:12.758416 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7387 2025.01.17 08:05:12.758448 [ 262 ] {489b32c2-d29f-4daa-89e7-b8e4047bb223} <Debug> TCPHandler: Processed in 0.002009689 sec.
7388 2025.01.17 08:05:12.758670 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7389 2025.01.17 08:05:12.758716 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
7390 2025.01.17 08:05:12.758819 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7391 2025.01.17 08:05:12.758889 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7392 2025.01.17 08:05:12.758907 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7393 2025.01.17 08:05:12.758971 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_50_10, total 17743 rows starting from the beginning of the part
7394 2025.01.17 08:05:12.759270 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part
7395 2025.01.17 08:05:12.759752 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
7396 2025.01.17 08:05:12.760019 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
7397 2025.01.17 08:05:12.760289 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
7398 2025.01.17 08:05:12.760636 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
7399 2025.01.17 08:05:12.761236 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7400 2025.01.17 08:05:12.761289 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7401 2025.01.17 08:05:12.761768 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7402 2025.01.17 08:05:12.762033 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7403 2025.01.17 08:05:12.762281 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003499 sec., 285.7959416976279 rows/sec., 19.26 KiB/sec.
7404 2025.01.17 08:05:12.762345 [ 260 ] {e11a380e-cd62-4da0-a7b0-4c36a360c08d} <Debug> TCPHandler: Processed in 0.003794384 sec.
7405 2025.01.17 08:05:12.762525 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7406 2025.01.17 08:05:12.762800 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7407 2025.01.17 08:05:12.763030 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7408 2025.01.17 08:05:12.765167 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7409 2025.01.17 08:05:12.765224 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7410 2025.01.17 08:05:12.766372 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7411 2025.01.17 08:05:12.766740 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7412 2025.01.17 08:05:12.767012 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004299 sec., 9071.877180739708 rows/sec., 16.26 MiB/sec.
7413 2025.01.17 08:05:12.767203 [ 262 ] {98b051d2-602c-419c-a14e-f93cc375f8c4} <Debug> TCPHandler: Processed in 0.004777369 sec.
7414 2025.01.17 08:05:12.767400 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7415 2025.01.17 08:05:12.767562 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00901706 sec., 2055991.6425087554 rows/sec., 138.78 MiB/sec.
7416 2025.01.17 08:05:12.767588 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7417 2025.01.17 08:05:12.767651 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7418 2025.01.17 08:05:12.767808 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
7419 2025.01.17 08:05:12.768193 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7420 2025.01.17 08:05:12.768321 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_55_11} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
7421 2025.01.17 08:05:12.768410 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7422 2025.01.17 08:05:12.768417 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB.
7423 2025.01.17 08:05:12.768464 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7424 2025.01.17 08:05:12.768848 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7425 2025.01.17 08:05:12.769087 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7426 2025.01.17 08:05:12.769310 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001753 sec., 46776.95379349686 rows/sec., 2.97 MiB/sec.
7427 2025.01.17 08:05:12.769401 [ 260 ] {cffa42db-a351-40da-8dd8-7abf26349035} <Debug> TCPHandler: Processed in 0.00209778 sec.
7428 2025.01.17 08:05:16.227852 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
7429 2025.01.17 08:05:16.227923 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
7430 2025.01.17 08:05:16.360206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
7431 2025.01.17 08:05:16.360972 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7432 2025.01.17 08:05:16.361027 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7433 2025.01.17 08:05:16.361596 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7434 2025.01.17 08:05:16.361903 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7435 2025.01.17 08:05:16.362184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7436 2025.01.17 08:05:17.537220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7437 2025.01.17 08:05:17.558009 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2025.01.17 08:05:17.558064 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7439 2025.01.17 08:05:17.565546 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7440 2025.01.17 08:05:17.566315 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2025.01.17 08:05:17.569931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7442 2025.01.17 08:05:17.735608 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7443 2025.01.17 08:05:17.735791 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7444 2025.01.17 08:05:17.735859 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7445 2025.01.17 08:05:17.736630 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7446 2025.01.17 08:05:17.736681 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7447 2025.01.17 08:05:17.737112 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7448 2025.01.17 08:05:17.737362 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7449 2025.01.17 08:05:17.737589 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec.
7450 2025.01.17 08:05:17.737645 [ 260 ] {5248de49-b935-4e9a-98b6-f3a4bc2c218b} <Debug> TCPHandler: Processed in 0.002165471 sec.
7451 2025.01.17 08:05:17.737923 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7452 2025.01.17 08:05:17.738135 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7453 2025.01.17 08:05:17.738214 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7454 2025.01.17 08:05:17.739031 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2025.01.17 08:05:17.739078 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7456 2025.01.17 08:05:17.739513 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7457 2025.01.17 08:05:17.739770 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2025.01.17 08:05:17.740024 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec.
7459 2025.01.17 08:05:17.740107 [ 262 ] {5bd20d18-a3a8-493b-9791-f32cf6e4c5b6} <Debug> TCPHandler: Processed in 0.002326844 sec.
7460 2025.01.17 08:05:17.740352 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7461 2025.01.17 08:05:17.740512 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7462 2025.01.17 08:05:17.740566 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7463 2025.01.17 08:05:17.741176 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7464 2025.01.17 08:05:17.741218 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7465 2025.01.17 08:05:17.741632 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7466 2025.01.17 08:05:17.741889 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7467 2025.01.17 08:05:17.742120 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec.
7468 2025.01.17 08:05:17.742184 [ 260 ] {f18a491a-8537-48cd-9f58-890eb0eab4f7} <Debug> TCPHandler: Processed in 0.001972239 sec.
7469 2025.01.17 08:05:17.742376 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7470 2025.01.17 08:05:17.742500 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7471 2025.01.17 08:05:17.742552 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7472 2025.01.17 08:05:17.743059 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7473 2025.01.17 08:05:17.743099 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
7474 2025.01.17 08:05:17.743481 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7475 2025.01.17 08:05:17.743727 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7476 2025.01.17 08:05:17.743933 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec.
7477 2025.01.17 08:05:17.743982 [ 262 ] {6a75808a-017b-4551-9fc1-fba89fde05a1} <Debug> TCPHandler: Processed in 0.001701054 sec.
7478 2025.01.17 08:05:21.438665 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1048
7479 2025.01.17 08:05:21.441818 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7480 2025.01.17 08:05:21.441872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7481 2025.01.17 08:05:21.443346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7482 2025.01.17 08:05:21.443658 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7483 2025.01.17 08:05:21.445143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048
7484 2025.01.17 08:05:21.839439 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7485 2025.01.17 08:05:21.839618 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7486 2025.01.17 08:05:21.839687 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7487 2025.01.17 08:05:21.840412 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7488 2025.01.17 08:05:21.840457 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7489 2025.01.17 08:05:21.840896 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7490 2025.01.17 08:05:21.841157 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7491 2025.01.17 08:05:21.841362 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001795 sec., 7799.442896935933 rows/sec., 561.46 KiB/sec.
7492 2025.01.17 08:05:21.841418 [ 260 ] {8ee50932-4b9f-4397-bea4-0fae64cc88a8} <Debug> TCPHandler: Processed in 0.00210677 sec.
7493 2025.01.17 08:05:21.841652 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7494 2025.01.17 08:05:21.841840 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7495 2025.01.17 08:05:21.841912 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7496 2025.01.17 08:05:21.842645 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7497 2025.01.17 08:05:21.842693 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7498 2025.01.17 08:05:21.843115 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7499 2025.01.17 08:05:21.843373 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7500 2025.01.17 08:05:21.843656 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001861 sec., 1074.69102632993 rows/sec., 87.63 KiB/sec.
7501 2025.01.17 08:05:21.843870 [ 262 ] {1d8cb778-6b97-4945-a3cd-97816654e728} <Debug> TCPHandler: Processed in 0.002335413 sec.
7502 2025.01.17 08:05:21.844059 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7503 2025.01.17 08:05:21.844194 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7504 2025.01.17 08:05:21.844251 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7505 2025.01.17 08:05:21.845666 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7506 2025.01.17 08:05:21.845705 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7507 2025.01.17 08:05:21.846161 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7508 2025.01.17 08:05:21.846409 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7509 2025.01.17 08:05:21.846587 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002424 sec., 582508.2508250825 rows/sec., 48.78 MiB/sec.
7510 2025.01.17 08:05:21.846639 [ 260 ] {10fb7012-57a9-4169-ade8-d1b825b9b482} <Debug> TCPHandler: Processed in 0.002645558 sec.
7511 2025.01.17 08:05:21.846817 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7512 2025.01.17 08:05:21.846987 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7513 2025.01.17 08:05:21.847058 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7514 2025.01.17 08:05:21.847901 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2025.01.17 08:05:21.847941 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7516 2025.01.17 08:05:21.848315 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7517 2025.01.17 08:05:21.848562 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7518 2025.01.17 08:05:21.848765 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001818 sec., 23652.365236523652 rows/sec., 1.69 MiB/sec.
7519 2025.01.17 08:05:21.848817 [ 262 ] {36009b32-b15f-412c-a6d2-7e4a25c6cf4b} <Debug> TCPHandler: Processed in 0.002085481 sec.
7520 2025.01.17 08:05:21.848970 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7521 2025.01.17 08:05:21.849091 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7522 2025.01.17 08:05:21.849138 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7523 2025.01.17 08:05:21.849817 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2025.01.17 08:05:21.849856 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7525 2025.01.17 08:05:21.850227 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7526 2025.01.17 08:05:21.850470 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7527 2025.01.17 08:05:21.850676 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001608 sec., 150497.51243781095 rows/sec., 10.20 MiB/sec.
7528 2025.01.17 08:05:21.850729 [ 260 ] {8cfeeba5-7205-4723-b76b-30bafb2c0477} <Debug> TCPHandler: Processed in 0.001816556 sec.
7529 2025.01.17 08:05:21.850922 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7530 2025.01.17 08:05:21.851092 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7531 2025.01.17 08:05:21.851159 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7532 2025.01.17 08:05:21.851961 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7533 2025.01.17 08:05:21.851999 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7534 2025.01.17 08:05:21.852356 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7535 2025.01.17 08:05:21.852604 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7536 2025.01.17 08:05:21.852787 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001736 sec., 7488.479262672811 rows/sec., 466.90 KiB/sec.
7537 2025.01.17 08:05:21.852839 [ 262 ] {b9b510e4-6337-41f2-a6fc-7ca713624255} <Debug> TCPHandler: Processed in 0.002001489 sec.
7538 2025.01.17 08:05:21.853010 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7539 2025.01.17 08:05:21.853151 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7540 2025.01.17 08:05:21.853208 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7541 2025.01.17 08:05:21.854221 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7542 2025.01.17 08:05:21.854261 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7543 2025.01.17 08:05:21.854665 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7544 2025.01.17 08:05:21.854908 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7545 2025.01.17 08:05:21.855151 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.00202 sec., 432673.26732673263 rows/sec., 31.35 MiB/sec.
7546 2025.01.17 08:05:21.855218 [ 260 ] {2fe8e669-d9ea-4c54-8130-b2eb1267531e} <Debug> TCPHandler: Processed in 0.002277112 sec.
7547 2025.01.17 08:05:21.855432 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7548 2025.01.17 08:05:21.855590 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7549 2025.01.17 08:05:21.855649 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7550 2025.01.17 08:05:21.856159 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7551 2025.01.17 08:05:21.856196 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7552 2025.01.17 08:05:21.856566 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7553 2025.01.17 08:05:21.856803 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7554 2025.01.17 08:05:21.856983 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec.
7555 2025.01.17 08:05:21.857032 [ 262 ] {207c7b49-ca5a-4439-831e-f52d3bb295f7} <Debug> TCPHandler: Processed in 0.001730184 sec.
7556 2025.01.17 08:05:21.857186 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7557 2025.01.17 08:05:21.857325 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7558 2025.01.17 08:05:21.857386 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7559 2025.01.17 08:05:21.858238 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7560 2025.01.17 08:05:21.858278 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7561 2025.01.17 08:05:21.858719 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7562 2025.01.17 08:05:21.858955 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7563 2025.01.17 08:05:21.859172 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001879 sec., 576902.6077700905 rows/sec., 38.55 MiB/sec.
7564 2025.01.17 08:05:21.859224 [ 260 ] {6e59150a-1c7a-4a75-9480-68b2dcdff612} <Debug> TCPHandler: Processed in 0.002106351 sec.
7565 2025.01.17 08:05:21.859398 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7566 2025.01.17 08:05:21.859568 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7567 2025.01.17 08:05:21.859641 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7568 2025.01.17 08:05:21.860179 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7569 2025.01.17 08:05:21.860217 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7570 2025.01.17 08:05:21.860571 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7571 2025.01.17 08:05:21.860806 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7572 2025.01.17 08:05:21.860986 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec.
7573 2025.01.17 08:05:21.861036 [ 262 ] {74c841dc-729e-405d-bdd4-102f3ede5c42} <Debug> TCPHandler: Processed in 0.001718965 sec.
7574 2025.01.17 08:05:21.861192 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7575 2025.01.17 08:05:21.861350 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7576 2025.01.17 08:05:21.861430 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7577 2025.01.17 08:05:21.862577 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7578 2025.01.17 08:05:21.862618 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7579 2025.01.17 08:05:21.863257 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7580 2025.01.17 08:05:21.863518 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7581 2025.01.17 08:05:21.863749 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002442 sec., 13923.013923013923 rows/sec., 24.95 MiB/sec.
7582 2025.01.17 08:05:21.863843 [ 260 ] {93e08cf8-9994-45b2-8f40-ecd0c141c024} <Debug> TCPHandler: Processed in 0.002717869 sec.
7583 2025.01.17 08:05:21.864007 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7584 2025.01.17 08:05:21.864146 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7585 2025.01.17 08:05:21.864205 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7586 2025.01.17 08:05:21.864783 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7587 2025.01.17 08:05:21.864828 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7588 2025.01.17 08:05:21.865203 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7589 2025.01.17 08:05:21.865440 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7590 2025.01.17 08:05:21.865614 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec.
7591 2025.01.17 08:05:21.865661 [ 262 ] {db100623-7b79-4635-a62d-98d1352d0ccb} <Debug> TCPHandler: Processed in 0.001723095 sec.
7592 2025.01.17 08:05:22.727104 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7593 2025.01.17 08:05:22.727287 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7594 2025.01.17 08:05:22.727358 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7595 2025.01.17 08:05:22.728110 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7596 2025.01.17 08:05:22.728154 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7597 2025.01.17 08:05:22.728571 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7598 2025.01.17 08:05:22.728835 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7599 2025.01.17 08:05:22.729038 [ 70 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7600 2025.01.17 08:05:22.729099 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001853 sec., 5396.654074473826 rows/sec., 526.49 KiB/sec.
7601 2025.01.17 08:05:22.729130 [ 70 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7602 2025.01.17 08:05:22.729207 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7603 2025.01.17 08:05:22.729220 [ 260 ] {6fa7911b-acd7-42ed-8ece-af28ae3c4057} <Debug> TCPHandler: Processed in 0.002235622 sec.
7604 2025.01.17 08:05:22.729458 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
7605 2025.01.17 08:05:22.729518 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7606 2025.01.17 08:05:22.729656 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7607 2025.01.17 08:05:22.729705 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1430 rows starting from the beginning of the part
7608 2025.01.17 08:05:22.729735 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7609 2025.01.17 08:05:22.729864 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7610 2025.01.17 08:05:22.729885 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7611 2025.01.17 08:05:22.730340 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 281 rows starting from the beginning of the part
7612 2025.01.17 08:05:22.730626 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
7613 2025.01.17 08:05:22.731041 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1412 rows starting from the beginning of the part
7614 2025.01.17 08:05:22.731483 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 10 rows starting from the beginning of the part
7615 2025.01.17 08:05:22.732487 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7616 2025.01.17 08:05:22.732534 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7617 2025.01.17 08:05:22.733137 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7618 2025.01.17 08:05:22.733421 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7619 2025.01.17 08:05:22.733680 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004003 sec., 1249.0632025980515 rows/sec., 93.92 KiB/sec.
7620 2025.01.17 08:05:22.733834 [ 262 ] {c83e5774-775d-478e-b8ca-4a27591de9d0} <Debug> TCPHandler: Processed in 0.004460134 sec.
7621 2025.01.17 08:05:22.733992 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.004650016 sec., 697847.0611714025 rows/sec., 61.24 MiB/sec.
7622 2025.01.17 08:05:22.734032 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7623 2025.01.17 08:05:22.734193 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7624 2025.01.17 08:05:22.734230 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7625 2025.01.17 08:05:22.734267 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7626 2025.01.17 08:05:22.734804 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7627 2025.01.17 08:05:22.735014 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_61_12} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7628 2025.01.17 08:05:22.735125 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7629 2025.01.17 08:05:22.735369 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7630 2025.01.17 08:05:22.735414 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7631 2025.01.17 08:05:22.735772 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7632 2025.01.17 08:05:22.736017 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7633 2025.01.17 08:05:22.736198 [ 70 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7634 2025.01.17 08:05:22.736255 [ 70 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7635 2025.01.17 08:05:22.736271 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.002112 sec., 2367.424242424242 rows/sec., 189.58 KiB/sec.
7636 2025.01.17 08:05:22.736292 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7637 2025.01.17 08:05:22.736449 [ 260 ] {f2157f92-80f2-4e95-bca8-7e03dd2de744} <Debug> TCPHandler: Processed in 0.002496686 sec.
7638 2025.01.17 08:05:22.736500 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
7639 2025.01.17 08:05:22.736623 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7640 2025.01.17 08:05:22.736668 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
7641 2025.01.17 08:05:22.736669 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7642 2025.01.17 08:05:22.736798 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
7643 2025.01.17 08:05:22.737131 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7644 2025.01.17 08:05:22.737181 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 421 rows starting from the beginning of the part
7645 2025.01.17 08:05:22.737619 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
7646 2025.01.17 08:05:22.737625 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7647 2025.01.17 08:05:22.737891 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 874 rows starting from the beginning of the part
7648 2025.01.17 08:05:22.738295 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 5 rows starting from the beginning of the part
7649 2025.01.17 08:05:22.742087 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.005656041 sec., 413893.7465269435 rows/sec., 31.67 MiB/sec.
7650 2025.01.17 08:05:22.742139 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7651 2025.01.17 08:05:22.742191 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7652 2025.01.17 08:05:22.742325 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7653 2025.01.17 08:05:22.742953 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7654 2025.01.17 08:05:22.743120 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_61_12} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7655 2025.01.17 08:05:22.743301 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7656 2025.01.17 08:05:22.743542 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7657 2025.01.17 08:05:22.743997 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2025.01.17 08:05:22.744247 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007347 sec., 680.5498843065196 rows/sec., 1.22 MiB/sec.
7659 2025.01.17 08:05:22.744361 [ 262 ] {07e57031-3386-44d3-aa2b-40d281719dae} <Debug> TCPHandler: Processed in 0.007790252 sec.
7660 2025.01.17 08:05:23.862450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
7661 2025.01.17 08:05:23.863113 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7662 2025.01.17 08:05:23.863164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7663 2025.01.17 08:05:23.863716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7664 2025.01.17 08:05:23.863980 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7665 2025.01.17 08:05:23.864269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
7666 2025.01.17 08:05:25.070130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7667 2025.01.17 08:05:25.091277 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2025.01.17 08:05:25.091334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7669 2025.01.17 08:05:25.098690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7670 2025.01.17 08:05:25.099451 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7671 2025.01.17 08:05:25.102054 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7672 2025.01.17 08:05:27.735035 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7673 2025.01.17 08:05:27.735236 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7674 2025.01.17 08:05:27.735308 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7675 2025.01.17 08:05:27.736079 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7676 2025.01.17 08:05:27.736133 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7677 2025.01.17 08:05:27.736573 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7678 2025.01.17 08:05:27.736829 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7679 2025.01.17 08:05:27.737062 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.29 MiB/sec.
7680 2025.01.17 08:05:27.737129 [ 260 ] {c49b3243-1eab-4f6f-9ff8-05683ce1e1a4} <Debug> TCPHandler: Processed in 0.002232122 sec.
7681 2025.01.17 08:05:27.737460 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7682 2025.01.17 08:05:27.737767 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7683 2025.01.17 08:05:27.737884 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7684 2025.01.17 08:05:27.738761 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7685 2025.01.17 08:05:27.738810 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7686 2025.01.17 08:05:27.739244 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7687 2025.01.17 08:05:27.739500 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7688 2025.01.17 08:05:27.739738 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec.
7689 2025.01.17 08:05:27.739803 [ 262 ] {b4bf9a40-c2b3-4154-9c74-030df47d3deb} <Debug> TCPHandler: Processed in 0.002532056 sec.
7690 2025.01.17 08:05:27.739960 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2025.01.17 08:05:27.740084 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7692 2025.01.17 08:05:27.740139 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7693 2025.01.17 08:05:27.740716 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7694 2025.01.17 08:05:27.740758 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7695 2025.01.17 08:05:27.741168 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7696 2025.01.17 08:05:27.741420 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7697 2025.01.17 08:05:27.741661 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec.
7698 2025.01.17 08:05:27.741717 [ 260 ] {2173e62b-275e-4817-acd3-42804af9af9d} <Debug> TCPHandler: Processed in 0.001812556 sec.
7699 2025.01.17 08:05:27.741875 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7700 2025.01.17 08:05:27.742001 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7701 2025.01.17 08:05:27.742054 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7702 2025.01.17 08:05:27.742584 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7703 2025.01.17 08:05:27.742624 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7704 2025.01.17 08:05:27.743007 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7705 2025.01.17 08:05:27.743256 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7706 2025.01.17 08:05:27.743511 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
7707 2025.01.17 08:05:27.743581 [ 262 ] {4ae3f70c-b15f-4bb1-9868-576902b61809} <Debug> TCPHandler: Processed in 0.001761435 sec.
7708 2025.01.17 08:05:31.227978 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
7709 2025.01.17 08:05:31.228042 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
7710 2025.01.17 08:05:31.364541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
7711 2025.01.17 08:05:31.365221 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7712 2025.01.17 08:05:31.365265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7713 2025.01.17 08:05:31.365787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7714 2025.01.17 08:05:31.366037 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2025.01.17 08:05:31.366265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7716 2025.01.17 08:05:31.445503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1088
7717 2025.01.17 08:05:31.448607 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7718 2025.01.17 08:05:31.448647 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7719 2025.01.17 08:05:31.450100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7720 2025.01.17 08:05:31.450411 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7721 2025.01.17 08:05:31.450883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088
7722 2025.01.17 08:05:32.602258 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7723 2025.01.17 08:05:32.623404 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7724 2025.01.17 08:05:32.623469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7725 2025.01.17 08:05:32.630841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7726 2025.01.17 08:05:32.631633 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7727 2025.01.17 08:05:32.634333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7728 2025.01.17 08:05:32.742507 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7729 2025.01.17 08:05:32.742692 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7730 2025.01.17 08:05:32.742759 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7731 2025.01.17 08:05:32.743487 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7732 2025.01.17 08:05:32.743529 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7733 2025.01.17 08:05:32.743968 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7734 2025.01.17 08:05:32.744223 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7735 2025.01.17 08:05:32.744454 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec.
7736 2025.01.17 08:05:32.744509 [ 260 ] {d8c7fd66-d61a-47d1-9f11-3227ccb893d9} <Debug> TCPHandler: Processed in 0.00212057 sec.
7737 2025.01.17 08:05:32.744745 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7738 2025.01.17 08:05:32.744931 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7739 2025.01.17 08:05:32.745000 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7740 2025.01.17 08:05:32.745870 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7741 2025.01.17 08:05:32.745915 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7742 2025.01.17 08:05:32.746375 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7743 2025.01.17 08:05:32.746631 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7744 2025.01.17 08:05:32.746873 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001994 sec., 140922.76830491473 rows/sec., 12.45 MiB/sec.
7745 2025.01.17 08:05:32.746931 [ 262 ] {f4ee290c-914f-4255-917e-107d74167b62} <Debug> TCPHandler: Processed in 0.002307723 sec.
7746 2025.01.17 08:05:32.747087 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7747 2025.01.17 08:05:32.747205 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7748 2025.01.17 08:05:32.747253 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7749 2025.01.17 08:05:32.747923 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7750 2025.01.17 08:05:32.747962 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7751 2025.01.17 08:05:32.748327 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7752 2025.01.17 08:05:32.748570 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7753 2025.01.17 08:05:32.748781 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001599 sec., 28767.979987492185 rows/sec., 2.07 MiB/sec.
7754 2025.01.17 08:05:32.748832 [ 260 ] {c38562d0-e347-4337-8b25-05559a883134} <Debug> TCPHandler: Processed in 0.001800106 sec.
7755 2025.01.17 08:05:32.748991 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7756 2025.01.17 08:05:32.749107 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7757 2025.01.17 08:05:32.749156 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7758 2025.01.17 08:05:32.749729 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7759 2025.01.17 08:05:32.749769 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7760 2025.01.17 08:05:32.750122 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7761 2025.01.17 08:05:32.750366 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7762 2025.01.17 08:05:32.750619 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001529 sec., 9156.311314584696 rows/sec., 641.25 KiB/sec.
7763 2025.01.17 08:05:32.750780 [ 262 ] {31207f28-b706-4cfc-91fc-6c03934a0f8e} <Debug> TCPHandler: Processed in 0.001846016 sec.
7764 2025.01.17 08:05:32.750985 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7765 2025.01.17 08:05:32.751099 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7766 2025.01.17 08:05:32.751145 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7767 2025.01.17 08:05:32.751716 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7768 2025.01.17 08:05:32.751755 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7769 2025.01.17 08:05:32.752108 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7770 2025.01.17 08:05:32.752345 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7771 2025.01.17 08:05:32.752615 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec.
7772 2025.01.17 08:05:32.752686 [ 260 ] {bedd5e5f-3c78-47c1-bcf4-a331870036a7} <Debug> TCPHandler: Processed in 0.001773615 sec.
7773 2025.01.17 08:05:32.752959 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7774 2025.01.17 08:05:32.753140 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7775 2025.01.17 08:05:32.753199 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7776 2025.01.17 08:05:32.753991 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7777 2025.01.17 08:05:32.754031 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7778 2025.01.17 08:05:32.754414 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7779 2025.01.17 08:05:32.754664 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7780 2025.01.17 08:05:32.754903 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001795 sec., 234540.38997214485 rows/sec., 16.76 MiB/sec.
7781 2025.01.17 08:05:32.754954 [ 262 ] {aebec449-eb56-4a72-b682-33e140660d63} <Debug> TCPHandler: Processed in 0.002152231 sec.
7782 2025.01.17 08:05:32.755078 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7783 2025.01.17 08:05:32.755192 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7784 2025.01.17 08:05:32.755241 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7785 2025.01.17 08:05:32.755900 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7786 2025.01.17 08:05:32.755938 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7787 2025.01.17 08:05:32.756317 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7788 2025.01.17 08:05:32.756579 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7789 2025.01.17 08:05:32.756832 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001664 sec., 3605.769230769231 rows/sec., 188.39 KiB/sec.
7790 2025.01.17 08:05:32.757037 [ 260 ] {76a3f99a-87cb-4e30-bbbe-076e707221ea} <Debug> TCPHandler: Processed in 0.002007769 sec.
7791 2025.01.17 08:05:32.757227 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7792 2025.01.17 08:05:32.757349 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7793 2025.01.17 08:05:32.757410 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7794 2025.01.17 08:05:32.758119 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7795 2025.01.17 08:05:32.758165 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7796 2025.01.17 08:05:32.758601 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7797 2025.01.17 08:05:32.758839 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7798 2025.01.17 08:05:32.759051 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00173 sec., 136994.2196531792 rows/sec., 9.18 MiB/sec.
7799 2025.01.17 08:05:32.759102 [ 262 ] {d8b1f5a9-e259-4e61-9baa-f569132fd4ba} <Debug> TCPHandler: Processed in 0.001957958 sec.
7800 2025.01.17 08:05:32.759241 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7801 2025.01.17 08:05:32.759355 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7802 2025.01.17 08:05:32.759405 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7803 2025.01.17 08:05:32.759872 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7804 2025.01.17 08:05:32.759910 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7805 2025.01.17 08:05:32.760269 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7806 2025.01.17 08:05:32.760504 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7807 2025.01.17 08:05:32.760746 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec.
7808 2025.01.17 08:05:32.760963 [ 260 ] {d9d8faa0-9e16-4423-aa97-939b3bdea94d} <Debug> TCPHandler: Processed in 0.001766995 sec.
7809 2025.01.17 08:05:32.761160 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7810 2025.01.17 08:05:32.761275 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7811 2025.01.17 08:05:32.761361 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7812 2025.01.17 08:05:32.762733 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7813 2025.01.17 08:05:32.762773 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7814 2025.01.17 08:05:32.763455 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7815 2025.01.17 08:05:32.763708 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7816 2025.01.17 08:05:32.763953 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002702 sec., 14433.752775721689 rows/sec., 25.86 MiB/sec.
7817 2025.01.17 08:05:32.764045 [ 262 ] {6fa8ce34-f18c-4f0c-ae05-949ae5c18b46} <Debug> TCPHandler: Processed in 0.002975853 sec.
7818 2025.01.17 08:05:32.764194 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7819 2025.01.17 08:05:32.764311 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7820 2025.01.17 08:05:32.764361 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7821 2025.01.17 08:05:32.764860 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7822 2025.01.17 08:05:32.764900 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7823 2025.01.17 08:05:32.765269 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7824 2025.01.17 08:05:32.765507 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7825 2025.01.17 08:05:32.765675 [ 56 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7826 2025.01.17 08:05:32.765744 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec.
7827 2025.01.17 08:05:32.765772 [ 56 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7828 2025.01.17 08:05:32.765853 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7829 2025.01.17 08:05:32.765856 [ 260 ] {6b499fe0-cefa-44d7-bca5-b78ff59b2ad4} <Debug> TCPHandler: Processed in 0.001716305 sec.
7830 2025.01.17 08:05:32.766061 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
7831 2025.01.17 08:05:32.766201 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7832 2025.01.17 08:05:32.766237 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3610 rows starting from the beginning of the part
7833 2025.01.17 08:05:32.766311 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
7834 2025.01.17 08:05:32.766510 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
7835 2025.01.17 08:05:32.766793 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
7836 2025.01.17 08:05:32.766999 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
7837 2025.01.17 08:05:32.767204 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
7838 2025.01.17 08:05:32.768794 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3976 rows, containing 4 columns (4 merged, 0 gathered) in 0.002815451 sec., 1412207.1383945236 rows/sec., 92.01 MiB/sec.
7839 2025.01.17 08:05:32.769127 [ 198 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7840 2025.01.17 08:05:32.769436 [ 198 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7841 2025.01.17 08:05:32.769523 [ 198 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_56_11} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7842 2025.01.17 08:05:32.769620 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7843 2025.01.17 08:05:33.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.21 MiB, peak 221.17 MiB, free memory in arenas 0.00 B, will set to 213.90 MiB (RSS), difference: -1.31 MiB
7844 2025.01.17 08:05:37.735462 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7845 2025.01.17 08:05:37.735667 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7846 2025.01.17 08:05:37.735741 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7847 2025.01.17 08:05:37.736514 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7848 2025.01.17 08:05:37.736570 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7849 2025.01.17 08:05:37.736997 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7850 2025.01.17 08:05:37.737243 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7851 2025.01.17 08:05:37.737491 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec.
7852 2025.01.17 08:05:37.737599 [ 260 ] {8de802c8-bc33-4e33-b435-647e1b5ba678} <Debug> TCPHandler: Processed in 0.002268573 sec.
7853 2025.01.17 08:05:37.737906 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7854 2025.01.17 08:05:37.738100 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7855 2025.01.17 08:05:37.738172 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7856 2025.01.17 08:05:37.738937 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7857 2025.01.17 08:05:37.738987 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7858 2025.01.17 08:05:37.739416 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7859 2025.01.17 08:05:37.739683 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7860 2025.01.17 08:05:37.739944 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec.
7861 2025.01.17 08:05:37.740066 [ 262 ] {0705f22c-5f7c-4c4a-9590-51af43770510} <Debug> TCPHandler: Processed in 0.002328693 sec.
7862 2025.01.17 08:05:37.740330 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7863 2025.01.17 08:05:37.740489 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7864 2025.01.17 08:05:37.740555 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7865 2025.01.17 08:05:37.741144 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2025.01.17 08:05:37.741187 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7867 2025.01.17 08:05:37.741586 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7868 2025.01.17 08:05:37.741823 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2025.01.17 08:05:37.741995 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
7870 2025.01.17 08:05:37.742062 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec.
7871 2025.01.17 08:05:37.742085 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7872 2025.01.17 08:05:37.742158 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7873 2025.01.17 08:05:37.742215 [ 260 ] {ac48ad91-66f2-498a-be8a-6ace011b55bf} <Debug> TCPHandler: Processed in 0.002014839 sec.
7874 2025.01.17 08:05:37.742472 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7875 2025.01.17 08:05:37.742583 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
7876 2025.01.17 08:05:37.742957 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7877 2025.01.17 08:05:37.743142 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7878 2025.01.17 08:05:37.743196 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7879 2025.01.17 08:05:37.743249 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_55_11, total 18539 rows starting from the beginning of the part
7880 2025.01.17 08:05:37.743677 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
7881 2025.01.17 08:05:37.744121 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1084 rows starting from the beginning of the part
7882 2025.01.17 08:05:37.744374 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
7883 2025.01.17 08:05:37.744735 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
7884 2025.01.17 08:05:37.745056 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
7885 2025.01.17 08:05:37.745630 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7886 2025.01.17 08:05:37.745685 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7887 2025.01.17 08:05:37.746416 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7888 2025.01.17 08:05:37.746828 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7889 2025.01.17 08:05:37.747102 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004354 sec., 13780.431786862655 rows/sec., 950.99 KiB/sec.
7890 2025.01.17 08:05:37.747275 [ 262 ] {4eb9572d-74b4-4abc-afd2-47d298daf842} <Debug> TCPHandler: Processed in 0.004944071 sec.
7891 2025.01.17 08:05:37.754844 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20340 rows, containing 5 columns (5 merged, 0 gathered) in 0.01258676 sec., 1615983.7797812938 rows/sec., 109.09 MiB/sec.
7892 2025.01.17 08:05:37.755299 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
7893 2025.01.17 08:05:37.755658 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7894 2025.01.17 08:05:37.755749 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_60_12} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
7895 2025.01.17 08:05:37.755859 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
7896 2025.01.17 08:05:38.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.20 MiB, peak 221.50 MiB, free memory in arenas 0.00 B, will set to 215.70 MiB (RSS), difference: 1.50 MiB
7897 2025.01.17 08:05:38.866554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
7898 2025.01.17 08:05:38.867240 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7899 2025.01.17 08:05:38.867294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7900 2025.01.17 08:05:38.867854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7901 2025.01.17 08:05:38.868125 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7902 2025.01.17 08:05:38.868354 [ 49 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7903 2025.01.17 08:05:38.868391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
7904 2025.01.17 08:05:38.868443 [ 49 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7905 2025.01.17 08:05:38.868478 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7906 2025.01.17 08:05:38.868701 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7907 2025.01.17 08:05:38.869247 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7908 2025.01.17 08:05:38.869374 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7909 2025.01.17 08:05:38.869835 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7910 2025.01.17 08:05:38.870061 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7911 2025.01.17 08:05:38.870265 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7912 2025.01.17 08:05:38.870353 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7913 2025.01.17 08:05:38.870496 [ 192 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
7914 2025.01.17 08:05:38.872913 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004382363 sec., 4287184.790488602 rows/sec., 61.33 MiB/sec.
7915 2025.01.17 08:05:38.873243 [ 193 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7916 2025.01.17 08:05:38.873564 [ 193 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_41_8} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7917 2025.01.17 08:05:38.873714 [ 193 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_41_8} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7918 2025.01.17 08:05:38.873828 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7919 2025.01.17 08:05:40.134531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7920 2025.01.17 08:05:40.157223 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7921 2025.01.17 08:05:40.157280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7922 2025.01.17 08:05:40.164840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7923 2025.01.17 08:05:40.165622 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7924 2025.01.17 08:05:40.165943 [ 46 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7925 2025.01.17 08:05:40.166008 [ 46 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7926 2025.01.17 08:05:40.166054 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7927 2025.01.17 08:05:40.166463 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7928 2025.01.17 08:05:40.182477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7929 2025.01.17 08:05:40.184149 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7930 2025.01.17 08:05:40.185438 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7931 2025.01.17 08:05:40.191146 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7932 2025.01.17 08:05:40.196451 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7933 2025.01.17 08:05:40.201923 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7934 2025.01.17 08:05:40.207646 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7935 2025.01.17 08:05:40.212320 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
7936 2025.01.17 08:05:40.276460 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110267032 sec., 2802.288176215716 rows/sec., 14.49 MiB/sec.
7937 2025.01.17 08:05:40.279660 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7938 2025.01.17 08:05:40.282631 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_41_8} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7939 2025.01.17 08:05:40.282769 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_41_8} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7940 2025.01.17 08:05:40.285192 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7941 2025.01.17 08:05:41.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.77 MiB, peak 230.19 MiB, free memory in arenas 0.00 B, will set to 218.78 MiB (RSS), difference: 2.01 MiB
7942 2025.01.17 08:05:41.451287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1118
7943 2025.01.17 08:05:41.454313 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7944 2025.01.17 08:05:41.454366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7945 2025.01.17 08:05:41.456290 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7946 2025.01.17 08:05:41.456601 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7947 2025.01.17 08:05:41.458074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118
7948 2025.01.17 08:05:42.741910 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2025.01.17 08:05:42.742125 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7950 2025.01.17 08:05:42.742206 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7951 2025.01.17 08:05:42.743048 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.01.17 08:05:42.743098 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7953 2025.01.17 08:05:42.743534 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7954 2025.01.17 08:05:42.743799 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2025.01.17 08:05:42.743954 [ 45 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
7956 2025.01.17 08:05:42.743994 [ 45 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7957 2025.01.17 08:05:42.744014 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec.
7958 2025.01.17 08:05:42.744020 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7959 2025.01.17 08:05:42.744156 [ 260 ] {b5fef026-d512-4611-8f57-93d9e9936734} <Debug> TCPHandler: Processed in 0.002374304 sec.
7960 2025.01.17 08:05:42.744475 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7961 2025.01.17 08:05:42.744550 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7962 2025.01.17 08:05:42.744873 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7963 2025.01.17 08:05:42.744920 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7964 2025.01.17 08:05:42.744945 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7965 2025.01.17 08:05:42.745050 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7966 2025.01.17 08:05:42.745353 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7967 2025.01.17 08:05:42.745654 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7968 2025.01.17 08:05:42.745940 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7969 2025.01.17 08:05:42.746397 [ 196 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
7970 2025.01.17 08:05:42.748235 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7971 2025.01.17 08:05:42.748333 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7972 2025.01.17 08:05:42.749066 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004910941 sec., 14253.88739143883 rows/sec., 1.06 MiB/sec.
7973 2025.01.17 08:05:42.749360 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
7974 2025.01.17 08:05:42.749428 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7975 2025.01.17 08:05:42.749871 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7976 2025.01.17 08:05:42.749890 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_29_7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7977 2025.01.17 08:05:42.750081 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_29_7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
7978 2025.01.17 08:05:42.750324 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7979 2025.01.17 08:05:42.750386 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00556 sec., 50539.56834532374 rows/sec., 4.46 MiB/sec.
7980 2025.01.17 08:05:42.750473 [ 262 ] {b1380833-e5ed-4f79-bed6-2c9b1375b961} <Debug> TCPHandler: Processed in 0.006141478 sec.
7981 2025.01.17 08:05:42.751559 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7982 2025.01.17 08:05:42.751705 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7983 2025.01.17 08:05:42.751771 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7984 2025.01.17 08:05:42.752508 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7985 2025.01.17 08:05:42.752554 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7986 2025.01.17 08:05:42.752958 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7987 2025.01.17 08:05:42.753193 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7988 2025.01.17 08:05:42.753320 [ 45 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7989 2025.01.17 08:05:42.753360 [ 45 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2025.01.17 08:05:42.753381 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001706 sec., 26963.65767878077 rows/sec., 1.94 MiB/sec.
7991 2025.01.17 08:05:42.753385 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
7992 2025.01.17 08:05:42.753573 [ 260 ] {1cc5ce80-a5ad-4152-b0c9-ac1591067ef7} <Debug> TCPHandler: Processed in 0.00207796 sec.
7993 2025.01.17 08:05:42.753843 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
7994 2025.01.17 08:05:42.753856 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7995 2025.01.17 08:05:42.754280 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7996 2025.01.17 08:05:42.754289 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7997 2025.01.17 08:05:42.754335 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part
7998 2025.01.17 08:05:42.754410 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7999 2025.01.17 08:05:42.754712 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part
8000 2025.01.17 08:05:42.755050 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 43 rows starting from the beginning of the part
8001 2025.01.17 08:05:42.755329 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part
8002 2025.01.17 08:05:42.755758 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part
8003 2025.01.17 08:05:42.756139 [ 196 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part
8004 2025.01.17 08:05:42.757248 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8005 2025.01.17 08:05:42.757313 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8006 2025.01.17 08:05:42.758372 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8007 2025.01.17 08:05:42.758883 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.005385848 sec., 46417.94569768771 rows/sec., 3.50 MiB/sec.
8008 2025.01.17 08:05:42.758951 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8009 2025.01.17 08:05:42.759238 [ 45 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8010 2025.01.17 08:05:42.759322 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8011 2025.01.17 08:05:42.759350 [ 45 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8012 2025.01.17 08:05:42.759427 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8013 2025.01.17 08:05:42.759508 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005322 sec., 2630.5900037579854 rows/sec., 184.23 KiB/sec.
8014 2025.01.17 08:05:42.759973 [ 262 ] {95b353c7-9639-44ff-b35e-ebb3eff3bec5} <Debug> TCPHandler: Processed in 0.006270861 sec.
8015 2025.01.17 08:05:42.759996 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8016 2025.01.17 08:05:42.760292 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8017 2025.01.17 08:05:42.760363 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8018 2025.01.17 08:05:42.760374 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8019 2025.01.17 08:05:42.760458 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8020 2025.01.17 08:05:42.760576 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_36_7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8021 2025.01.17 08:05:42.760763 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8022 2025.01.17 08:05:42.760952 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8023 2025.01.17 08:05:42.760975 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8024 2025.01.17 08:05:42.761009 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8025 2025.01.17 08:05:42.761344 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8026 2025.01.17 08:05:42.761907 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8027 2025.01.17 08:05:42.762242 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8028 2025.01.17 08:05:42.762659 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::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
8029 2025.01.17 08:05:42.763979 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8030 2025.01.17 08:05:42.764045 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8031 2025.01.17 08:05:42.765080 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8032 2025.01.17 08:05:42.765683 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8033 2025.01.17 08:05:42.765701 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006079948 sec., 88816.54908890669 rows/sec., 6.36 MiB/sec.
8034 2025.01.17 08:05:42.765873 [ 45 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8035 2025.01.17 08:05:42.765930 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8036 2025.01.17 08:05:42.765932 [ 45 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2025.01.17 08:05:42.765988 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005434 sec., 2392.3444976076557 rows/sec., 149.16 KiB/sec.
8038 2025.01.17 08:05:42.765998 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8039 2025.01.17 08:05:42.766419 [ 260 ] {a7835939-a92c-4eb7-85ce-6d65fec4acd8} <Debug> TCPHandler: Processed in 0.006341481 sec.
8040 2025.01.17 08:05:42.766672 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8041 2025.01.17 08:05:42.767195 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_29_6} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8042 2025.01.17 08:05:42.767315 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8043 2025.01.17 08:05:42.767438 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8044 2025.01.17 08:05:42.767490 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8045 2025.01.17 08:05:42.767630 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_29_6} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8046 2025.01.17 08:05:42.767762 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8047 2025.01.17 08:05:42.767962 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
8048 2025.01.17 08:05:42.768067 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8049 2025.01.17 08:05:42.768238 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8050 2025.01.17 08:05:42.768285 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8051 2025.01.17 08:05:42.768676 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8052 2025.01.17 08:05:42.769024 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8053 2025.01.17 08:05:42.771033 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2025.01.17 08:05:42.771122 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8055 2025.01.17 08:05:42.771387 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249045 sec., 12383.2049448995 rows/sec., 820.46 KiB/sec.
8056 2025.01.17 08:05:42.771619 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8057 2025.01.17 08:05:42.772053 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8058 2025.01.17 08:05:42.772147 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_29_7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8059 2025.01.17 08:05:42.772290 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_29_7} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8060 2025.01.17 08:05:42.772420 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8061 2025.01.17 08:05:42.772494 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8062 2025.01.17 08:05:42.772735 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004795 sec., 87799.79144942648 rows/sec., 6.27 MiB/sec.
8063 2025.01.17 08:05:42.772803 [ 262 ] {7c7405b9-1b95-47ac-9568-fd601f8eeb84} <Debug> TCPHandler: Processed in 0.006174099 sec.
8064 2025.01.17 08:05:42.772963 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8065 2025.01.17 08:05:42.773082 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8066 2025.01.17 08:05:42.773134 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8067 2025.01.17 08:05:42.773631 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2025.01.17 08:05:42.773670 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8069 2025.01.17 08:05:42.774046 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8070 2025.01.17 08:05:42.774297 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2025.01.17 08:05:42.774516 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec.
8072 2025.01.17 08:05:42.774701 [ 260 ] {5f974cb6-4c96-4cbe-a16f-e616045c3e7f} <Debug> TCPHandler: Processed in 0.001790716 sec.
8073 2025.01.17 08:05:42.774974 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2025.01.17 08:05:42.775199 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8075 2025.01.17 08:05:42.775300 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8076 2025.01.17 08:05:42.776121 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2025.01.17 08:05:42.776162 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8078 2025.01.17 08:05:42.776569 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8079 2025.01.17 08:05:42.776817 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2025.01.17 08:05:42.777025 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001884 sec., 125796.17834394904 rows/sec., 8.43 MiB/sec.
8081 2025.01.17 08:05:42.777087 [ 262 ] {377bd219-eab8-4031-8ff3-a9f82654f094} <Debug> TCPHandler: Processed in 0.002255152 sec.
8082 2025.01.17 08:05:42.777250 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8083 2025.01.17 08:05:42.777391 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8084 2025.01.17 08:05:42.777454 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8085 2025.01.17 08:05:42.777978 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8086 2025.01.17 08:05:42.778017 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8087 2025.01.17 08:05:42.778397 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8088 2025.01.17 08:05:42.778646 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8089 2025.01.17 08:05:42.778880 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec.
8090 2025.01.17 08:05:42.778937 [ 260 ] {830e95b2-4b3e-43cc-9307-e15d9d885c5f} <Debug> TCPHandler: Processed in 0.001755916 sec.
8091 2025.01.17 08:05:42.779080 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8092 2025.01.17 08:05:42.779200 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8093 2025.01.17 08:05:42.779281 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8094 2025.01.17 08:05:42.780514 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8095 2025.01.17 08:05:42.780554 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8096 2025.01.17 08:05:42.781236 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8097 2025.01.17 08:05:42.781495 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8098 2025.01.17 08:05:42.781688 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8099 2025.01.17 08:05:42.781767 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8100 2025.01.17 08:05:42.781788 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002612 sec., 14931.087289433384 rows/sec., 26.76 MiB/sec.
8101 2025.01.17 08:05:42.781826 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8102 2025.01.17 08:05:42.782239 [ 262 ] {e0a94095-3dd8-4741-9601-ccaba4cfdda9} <Debug> TCPHandler: Processed in 0.003212226 sec.
8103 2025.01.17 08:05:42.782253 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
8104 2025.01.17 08:05:42.782472 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8105 2025.01.17 08:05:42.782658 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8106 2025.01.17 08:05:42.782708 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8107 2025.01.17 08:05:42.782732 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8108 2025.01.17 08:05:42.782833 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 867 rows starting from the beginning of the part
8109 2025.01.17 08:05:42.783403 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
8110 2025.01.17 08:05:42.784006 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part
8111 2025.01.17 08:05:42.784520 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8112 2025.01.17 08:05:42.784568 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part
8113 2025.01.17 08:05:42.784572 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8114 2025.01.17 08:05:42.785118 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part
8115 2025.01.17 08:05:42.785634 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part
8116 2025.01.17 08:05:42.785679 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8117 2025.01.17 08:05:42.786283 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8118 2025.01.17 08:05:42.786677 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004058 sec., 20206.998521439134 rows/sec., 1.28 MiB/sec.
8119 2025.01.17 08:05:42.786846 [ 260 ] {94077cdd-58a3-4ee4-a0cf-a80e1c0ecfe0} <Debug> TCPHandler: Processed in 0.004455984 sec.
8120 2025.01.17 08:05:42.792379 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 19 columns (19 merged, 0 gathered) in 0.010380709 sec., 98548.18201723986 rows/sec., 176.59 MiB/sec.
8121 2025.01.17 08:05:42.793621 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8122 2025.01.17 08:05:42.794038 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8123 2025.01.17 08:05:42.794125 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8124 2025.01.17 08:05:42.794275 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB.
8125 2025.01.17 08:05:43.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.71 MiB, peak 230.19 MiB, free memory in arenas 0.00 B, will set to 220.84 MiB (RSS), difference: 1.13 MiB
8126 2025.01.17 08:05:46.228089 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
8127 2025.01.17 08:05:46.228164 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
8128 2025.01.17 08:05:46.368651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
8129 2025.01.17 08:05:46.369386 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2025.01.17 08:05:46.369438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8131 2025.01.17 08:05:46.370008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8132 2025.01.17 08:05:46.370276 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8133 2025.01.17 08:05:46.370534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8134 2025.01.17 08:05:47.682662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8135 2025.01.17 08:05:47.702078 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8136 2025.01.17 08:05:47.702141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8137 2025.01.17 08:05:47.709177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8138 2025.01.17 08:05:47.709993 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8139 2025.01.17 08:05:47.712673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8140 2025.01.17 08:05:47.736322 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8141 2025.01.17 08:05:47.736608 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8142 2025.01.17 08:05:47.736712 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8143 2025.01.17 08:05:47.737626 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8144 2025.01.17 08:05:47.737670 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8145 2025.01.17 08:05:47.738135 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8146 2025.01.17 08:05:47.738399 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8147 2025.01.17 08:05:47.738554 [ 37 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8148 2025.01.17 08:05:47.738605 [ 37 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8149 2025.01.17 08:05:47.738619 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002086 sec., 26845.637583892614 rows/sec., 2.06 MiB/sec.
8150 2025.01.17 08:05:47.738634 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8151 2025.01.17 08:05:47.738746 [ 260 ] {46624eb4-560b-4a6b-af5d-3d4eb4420718} <Debug> TCPHandler: Processed in 0.002591827 sec.
8152 2025.01.17 08:05:47.739024 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
8153 2025.01.17 08:05:47.739121 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8154 2025.01.17 08:05:47.739302 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8155 2025.01.17 08:05:47.739380 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1430 rows starting from the beginning of the part
8156 2025.01.17 08:05:47.739446 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8157 2025.01.17 08:05:47.739646 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part
8158 2025.01.17 08:05:47.739665 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8159 2025.01.17 08:05:47.740142 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 281 rows starting from the beginning of the part
8160 2025.01.17 08:05:47.740427 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
8161 2025.01.17 08:05:47.740664 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 281 rows starting from the beginning of the part
8162 2025.01.17 08:05:47.741136 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
8163 2025.01.17 08:05:47.742187 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8164 2025.01.17 08:05:47.742239 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8165 2025.01.17 08:05:47.742849 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8166 2025.01.17 08:05:47.743153 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8167 2025.01.17 08:05:47.743509 [ 37 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8168 2025.01.17 08:05:47.743619 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484929 sec., 445426.03143965406 rows/sec., 39.30 MiB/sec.
8169 2025.01.17 08:05:47.743623 [ 37 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8170 2025.01.17 08:05:47.743702 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004341 sec., 14743.146740382399 rows/sec., 1.15 MiB/sec.
8171 2025.01.17 08:05:47.743715 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8172 2025.01.17 08:05:47.743961 [ 262 ] {bc1148ba-c412-45ca-b094-b1a1d6d833f0} <Debug> TCPHandler: Processed in 0.005059423 sec.
8173 2025.01.17 08:05:47.744076 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8174 2025.01.17 08:05:47.744226 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
8175 2025.01.17 08:05:47.744281 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8176 2025.01.17 08:05:47.744625 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8177 2025.01.17 08:05:47.744802 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8178 2025.01.17 08:05:47.744822 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8179 2025.01.17 08:05:47.744869 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8180 2025.01.17 08:05:47.745015 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part
8181 2025.01.17 08:05:47.745180 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_66_13} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8182 2025.01.17 08:05:47.745590 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8183 2025.01.17 08:05:47.745714 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part
8184 2025.01.17 08:05:47.746023 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 421 rows starting from the beginning of the part
8185 2025.01.17 08:05:47.746416 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
8186 2025.01.17 08:05:47.746737 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 421 rows starting from the beginning of the part
8187 2025.01.17 08:05:47.746952 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
8188 2025.01.17 08:05:47.747955 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8189 2025.01.17 08:05:47.748029 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8190 2025.01.17 08:05:47.749139 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8191 2025.01.17 08:05:47.749586 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8192 2025.01.17 08:05:47.750157 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005644 sec., 28348.688873139617 rows/sec., 1.97 MiB/sec.
8193 2025.01.17 08:05:47.750525 [ 260 ] {851e1f49-150d-49ae-bdf0-15d96a14b22c} <Debug> TCPHandler: Processed in 0.006413102 sec.
8194 2025.01.17 08:05:47.750693 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006755167 sec., 288223.8144519595 rows/sec., 22.06 MiB/sec.
8195 2025.01.17 08:05:47.750813 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8196 2025.01.17 08:05:47.751081 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8197 2025.01.17 08:05:47.751210 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8198 2025.01.17 08:05:47.751403 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8199 2025.01.17 08:05:47.752082 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8200 2025.01.17 08:05:47.752296 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_66_13} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8201 2025.01.17 08:05:47.752401 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
8202 2025.01.17 08:05:47.752674 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8203 2025.01.17 08:05:47.752719 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8204 2025.01.17 08:05:47.753097 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8205 2025.01.17 08:05:47.753343 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8206 2025.01.17 08:05:47.753553 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002486 sec., 24135.156878519712 rows/sec., 1.63 MiB/sec.
8207 2025.01.17 08:05:47.753607 [ 262 ] {a37f0604-7595-404b-a7c9-2f73a76de2c3} <Debug> TCPHandler: Processed in 0.002949682 sec.
8208 2025.01.17 08:05:51.458431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1148
8209 2025.01.17 08:05:51.461627 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8210 2025.01.17 08:05:51.461681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8211 2025.01.17 08:05:51.463145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8212 2025.01.17 08:05:51.463450 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8213 2025.01.17 08:05:51.463677 [ 28 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8214 2025.01.17 08:05:51.463792 [ 28 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8215 2025.01.17 08:05:51.463855 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8216 2025.01.17 08:05:51.464334 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
8217 2025.01.17 08:05:51.466479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148
8218 2025.01.17 08:05:51.466780 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8219 2025.01.17 08:05:51.466926 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 988 rows starting from the beginning of the part
8220 2025.01.17 08:05:51.467530 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
8221 2025.01.17 08:05:51.468088 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part
8222 2025.01.17 08:05:51.468647 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part
8223 2025.01.17 08:05:51.469143 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part
8224 2025.01.17 08:05:51.469664 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
8225 2025.01.17 08:05:51.477850 [ 192 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1148 rows, containing 72 columns (72 merged, 0 gathered) in 0.013841238 sec., 82940.55777380607 rows/sec., 65.89 MiB/sec.
8226 2025.01.17 08:05:51.479603 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8227 2025.01.17 08:05:51.480442 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8228 2025.01.17 08:05:51.480542 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_31_6} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8229 2025.01.17 08:05:51.480891 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
8230 2025.01.17 08:05:51.841180 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8231 2025.01.17 08:05:51.841395 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8232 2025.01.17 08:05:51.841475 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8233 2025.01.17 08:05:51.842305 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8234 2025.01.17 08:05:51.842357 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8235 2025.01.17 08:05:51.842796 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8236 2025.01.17 08:05:51.843053 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8237 2025.01.17 08:05:51.843292 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 515.77 KiB/sec.
8238 2025.01.17 08:05:51.843350 [ 260 ] {364476de-c811-4c8c-94b8-38bc71b49be3} <Debug> TCPHandler: Processed in 0.002313863 sec.
8239 2025.01.17 08:05:51.843629 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8240 2025.01.17 08:05:51.843815 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8241 2025.01.17 08:05:51.843889 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8242 2025.01.17 08:05:51.844625 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8243 2025.01.17 08:05:51.844678 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8244 2025.01.17 08:05:51.845090 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8245 2025.01.17 08:05:51.845330 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8246 2025.01.17 08:05:51.845615 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001889 sec., 6352.567496029646 rows/sec., 518.01 KiB/sec.
8247 2025.01.17 08:05:51.845763 [ 262 ] {2a17b025-966a-4b04-b5af-ca127cabda6c} <Debug> TCPHandler: Processed in 0.002327633 sec.
8248 2025.01.17 08:05:51.845986 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8249 2025.01.17 08:05:51.846125 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8250 2025.01.17 08:05:51.846179 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8251 2025.01.17 08:05:51.847630 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8252 2025.01.17 08:05:51.847669 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8253 2025.01.17 08:05:51.848122 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8254 2025.01.17 08:05:51.848367 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8255 2025.01.17 08:05:51.848589 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002495 sec., 567935.871743487 rows/sec., 47.54 MiB/sec.
8256 2025.01.17 08:05:51.848641 [ 260 ] {8639f84e-18f4-441c-9d48-138eec643901} <Debug> TCPHandler: Processed in 0.002722639 sec.
8257 2025.01.17 08:05:51.848800 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8258 2025.01.17 08:05:51.848924 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8259 2025.01.17 08:05:51.848974 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8260 2025.01.17 08:05:51.849579 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8261 2025.01.17 08:05:51.849620 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8262 2025.01.17 08:05:51.849993 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8263 2025.01.17 08:05:51.850238 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2025.01.17 08:05:51.850456 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001559 sec., 33996.151379089155 rows/sec., 2.41 MiB/sec.
8265 2025.01.17 08:05:51.850513 [ 262 ] {d3c26f54-9d61-4188-b1ec-4ef22029fc3b} <Debug> TCPHandler: Processed in 0.001772026 sec.
8266 2025.01.17 08:05:51.850661 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8267 2025.01.17 08:05:51.850797 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8268 2025.01.17 08:05:51.850852 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8269 2025.01.17 08:05:51.851541 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8270 2025.01.17 08:05:51.851582 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8271 2025.01.17 08:05:51.851948 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8272 2025.01.17 08:05:51.852197 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8273 2025.01.17 08:05:51.852402 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001635 sec., 148012.23241590214 rows/sec., 10.03 MiB/sec.
8274 2025.01.17 08:05:51.852455 [ 260 ] {70f2fd84-66a7-45f4-bfef-e4ffdc943182} <Debug> TCPHandler: Processed in 0.001859407 sec.
8275 2025.01.17 08:05:51.852657 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8276 2025.01.17 08:05:51.852889 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8277 2025.01.17 08:05:51.852980 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8278 2025.01.17 08:05:51.853639 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8279 2025.01.17 08:05:51.853676 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8280 2025.01.17 08:05:51.854037 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8281 2025.01.17 08:05:51.854281 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8282 2025.01.17 08:05:51.854498 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 487.40 KiB/sec.
8283 2025.01.17 08:05:51.854584 [ 262 ] {3ab9b588-63d8-4301-8928-7bced2826e4b} <Debug> TCPHandler: Processed in 0.002040819 sec.
8284 2025.01.17 08:05:51.854818 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8285 2025.01.17 08:05:51.855027 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8286 2025.01.17 08:05:51.855085 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8287 2025.01.17 08:05:51.855967 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8288 2025.01.17 08:05:51.856008 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8289 2025.01.17 08:05:51.856405 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8290 2025.01.17 08:05:51.856643 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8291 2025.01.17 08:05:51.856845 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.00185 sec., 477837.8378378378 rows/sec., 34.67 MiB/sec.
8292 2025.01.17 08:05:51.856898 [ 260 ] {af51682b-deb3-4f95-abb0-e15aa29fe634} <Debug> TCPHandler: Processed in 0.002222802 sec.
8293 2025.01.17 08:05:51.857050 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8294 2025.01.17 08:05:51.857188 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8295 2025.01.17 08:05:51.857248 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8296 2025.01.17 08:05:51.857808 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8297 2025.01.17 08:05:51.857852 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8298 2025.01.17 08:05:51.858261 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8299 2025.01.17 08:05:51.858503 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8300 2025.01.17 08:05:51.858622 [ 27 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8301 2025.01.17 08:05:51.858665 [ 27 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8302 2025.01.17 08:05:51.858688 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec.
8303 2025.01.17 08:05:51.858690 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8304 2025.01.17 08:05:51.858787 [ 262 ] {cfbf4fa6-3a1f-42ff-a573-007cb4a53e17} <Debug> TCPHandler: Processed in 0.001803937 sec.
8305 2025.01.17 08:05:51.858978 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
8306 2025.01.17 08:05:51.858991 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8307 2025.01.17 08:05:51.859275 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8308 2025.01.17 08:05:51.859285 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8309 2025.01.17 08:05:51.859340 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part
8310 2025.01.17 08:05:51.859408 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8311 2025.01.17 08:05:51.859564 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8312 2025.01.17 08:05:51.859959 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8313 2025.01.17 08:05:51.860315 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8314 2025.01.17 08:05:51.860646 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8315 2025.01.17 08:05:51.860964 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
8316 2025.01.17 08:05:51.862853 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2025.01.17 08:05:51.862937 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8318 2025.01.17 08:05:51.863361 [ 192 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.004555585 sec., 39511.93973990168 rows/sec., 2.02 MiB/sec.
8319 2025.01.17 08:05:51.863589 [ 192 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8320 2025.01.17 08:05:51.863973 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8321 2025.01.17 08:05:51.864121 [ 192 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8322 2025.01.17 08:05:51.864315 [ 192 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_30_6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8323 2025.01.17 08:05:51.864493 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8324 2025.01.17 08:05:51.864506 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8325 2025.01.17 08:05:51.864771 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.005585 sec., 194986.57117278426 rows/sec., 13.03 MiB/sec.
8326 2025.01.17 08:05:51.864893 [ 260 ] {6bf46c64-1f05-4d47-b386-fe2960b46b5d} <Debug> TCPHandler: Processed in 0.006019276 sec.
8327 2025.01.17 08:05:51.865106 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8328 2025.01.17 08:05:51.865231 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8329 2025.01.17 08:05:51.865283 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8330 2025.01.17 08:05:51.865754 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8331 2025.01.17 08:05:51.865792 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8332 2025.01.17 08:05:51.866152 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8333 2025.01.17 08:05:51.866385 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8334 2025.01.17 08:05:51.866507 [ 27 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8335 2025.01.17 08:05:51.866550 [ 27 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8336 2025.01.17 08:05:51.866576 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec.
8337 2025.01.17 08:05:51.866580 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8338 2025.01.17 08:05:51.866675 [ 262 ] {d3e25677-1ebd-4d59-800b-cfac00fdcd82} <Debug> TCPHandler: Processed in 0.001649404 sec.
8339 2025.01.17 08:05:51.866952 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8340 2025.01.17 08:05:51.866960 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
8341 2025.01.17 08:05:51.867273 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8342 2025.01.17 08:05:51.867465 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8343 2025.01.17 08:05:51.867482 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8344 2025.01.17 08:05:51.867541 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
8345 2025.01.17 08:05:51.867867 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8346 2025.01.17 08:05:51.868240 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8347 2025.01.17 08:05:51.868642 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8348 2025.01.17 08:05:51.868947 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
8349 2025.01.17 08:05:51.869253 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
8350 2025.01.17 08:05:51.872656 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005981706 sec., 5015.291624162071 rows/sec., 337.94 KiB/sec.
8351 2025.01.17 08:05:51.872874 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8352 2025.01.17 08:05:51.873123 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2025.01.17 08:05:51.873178 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8354 2025.01.17 08:05:51.873474 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2025.01.17 08:05:51.873656 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_30_6} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8356 2025.01.17 08:05:51.873805 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8357 2025.01.17 08:05:51.874234 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8358 2025.01.17 08:05:51.874511 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8359 2025.01.17 08:05:51.874797 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007634 sec., 4453.7594969871625 rows/sec., 7.98 MiB/sec.
8360 2025.01.17 08:05:51.875073 [ 260 ] {ed4a6e73-fe77-4c4e-9870-c2f9b1cf6569} <Debug> TCPHandler: Processed in 0.008278269 sec.
8361 2025.01.17 08:05:51.875234 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8362 2025.01.17 08:05:51.875373 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8363 2025.01.17 08:05:51.875432 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8364 2025.01.17 08:05:51.876001 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8365 2025.01.17 08:05:51.876046 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8366 2025.01.17 08:05:51.876448 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8367 2025.01.17 08:05:51.876687 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8368 2025.01.17 08:05:51.876867 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001525 sec., 53770.49180327869 rows/sec., 3.42 MiB/sec.
8369 2025.01.17 08:05:51.876920 [ 262 ] {63982ef9-6558-4d76-a5ad-019e57c65250} <Debug> TCPHandler: Processed in 0.001757816 sec.
8370 2025.01.17 08:05:52.728569 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8371 2025.01.17 08:05:52.728791 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8372 2025.01.17 08:05:52.728873 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8373 2025.01.17 08:05:52.729653 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8374 2025.01.17 08:05:52.729706 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8375 2025.01.17 08:05:52.730120 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8376 2025.01.17 08:05:52.730381 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8377 2025.01.17 08:05:52.730624 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001889 sec., 2117.5224986765484 rows/sec., 172.67 KiB/sec.
8378 2025.01.17 08:05:52.730688 [ 260 ] {bba9b10c-4c32-48eb-be7d-98692bc7a20b} <Debug> TCPHandler: Processed in 0.002318223 sec.
8379 2025.01.17 08:05:52.730953 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8380 2025.01.17 08:05:52.731164 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8381 2025.01.17 08:05:52.731236 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8382 2025.01.17 08:05:52.731956 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8383 2025.01.17 08:05:52.732004 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8384 2025.01.17 08:05:52.732429 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8385 2025.01.17 08:05:52.732683 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8386 2025.01.17 08:05:52.732961 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.00184 sec., 6521.739130434782 rows/sec., 609.82 KiB/sec.
8387 2025.01.17 08:05:52.733081 [ 262 ] {d59d21ac-d57e-48b9-be4f-83089334a847} <Debug> TCPHandler: Processed in 0.002265643 sec.
8388 2025.01.17 08:05:52.733272 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8389 2025.01.17 08:05:52.733535 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8390 2025.01.17 08:05:52.733595 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8391 2025.01.17 08:05:52.734265 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8392 2025.01.17 08:05:52.734308 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8393 2025.01.17 08:05:52.734667 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8394 2025.01.17 08:05:52.734906 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8395 2025.01.17 08:05:52.735136 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001661 sec., 5418.4226369656835 rows/sec., 394.51 KiB/sec.
8396 2025.01.17 08:05:52.735193 [ 260 ] {d02be3b8-0b7e-439f-9986-55602da3c5a3} <Debug> TCPHandler: Processed in 0.002020119 sec.
8397 2025.01.17 08:05:52.735407 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8398 2025.01.17 08:05:52.735636 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8399 2025.01.17 08:05:52.735729 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8400 2025.01.17 08:05:52.736523 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8401 2025.01.17 08:05:52.736565 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8402 2025.01.17 08:05:52.736927 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8403 2025.01.17 08:05:52.737168 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8404 2025.01.17 08:05:52.737395 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001811 sec., 4969.630038652678 rows/sec., 401.19 KiB/sec.
8405 2025.01.17 08:05:52.737466 [ 262 ] {4afda8f2-d614-4e47-ae5a-06b9ecc8ada2} <Debug> TCPHandler: Processed in 0.002173361 sec.
8406 2025.01.17 08:05:52.737653 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8407 2025.01.17 08:05:52.737818 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8408 2025.01.17 08:05:52.737883 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8409 2025.01.17 08:05:52.738461 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8410 2025.01.17 08:05:52.738500 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8411 2025.01.17 08:05:52.738868 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8412 2025.01.17 08:05:52.739111 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8413 2025.01.17 08:05:52.739338 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001551 sec., 1289.4906511927788 rows/sec., 90.67 KiB/sec.
8414 2025.01.17 08:05:52.739393 [ 260 ] {028967f6-fd1b-4926-a9b6-f3ab734c3a13} <Debug> TCPHandler: Processed in 0.001852106 sec.
8415 2025.01.17 08:05:52.739608 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8416 2025.01.17 08:05:52.739833 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8417 2025.01.17 08:05:52.739979 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8418 2025.01.17 08:05:52.741166 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8419 2025.01.17 08:05:52.741207 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8420 2025.01.17 08:05:52.741818 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8421 2025.01.17 08:05:52.742097 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8422 2025.01.17 08:05:52.742365 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002588 sec., 1931.9938176197836 rows/sec., 3.46 MiB/sec.
8423 2025.01.17 08:05:52.742470 [ 262 ] {58f2bdf7-ffe7-4184-a653-647afb317ded} <Debug> TCPHandler: Processed in 0.002976523 sec.
8424 2025.01.17 08:05:53.870769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
8425 2025.01.17 08:05:53.871502 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8426 2025.01.17 08:05:53.871549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8427 2025.01.17 08:05:53.872110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8428 2025.01.17 08:05:53.872400 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8429 2025.01.17 08:05:53.872652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
8430 2025.01.17 08:05:55.212839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
8431 2025.01.17 08:05:55.232757 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8432 2025.01.17 08:05:55.232811 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8433 2025.01.17 08:05:55.240195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8434 2025.01.17 08:05:55.241018 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8435 2025.01.17 08:05:55.243655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
8436 2025.01.17 08:05:57.735247 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8437 2025.01.17 08:05:57.735462 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8438 2025.01.17 08:05:57.735541 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8439 2025.01.17 08:05:57.736432 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8440 2025.01.17 08:05:57.736483 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8441 2025.01.17 08:05:57.736922 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8442 2025.01.17 08:05:57.737175 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8443 2025.01.17 08:05:57.737406 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.15 MiB/sec.
8444 2025.01.17 08:05:57.737464 [ 260 ] {881676e3-fd01-4f39-9739-7a64be8d9419} <Debug> TCPHandler: Processed in 0.002355664 sec.
8445 2025.01.17 08:05:57.737723 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8446 2025.01.17 08:05:57.737934 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8447 2025.01.17 08:05:57.738014 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8448 2025.01.17 08:05:57.738812 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2025.01.17 08:05:57.738860 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8450 2025.01.17 08:05:57.739294 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8451 2025.01.17 08:05:57.739549 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2025.01.17 08:05:57.739779 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec.
8453 2025.01.17 08:05:57.739836 [ 262 ] {c50eed8a-7139-463d-98e9-378ad30a2eb2} <Debug> TCPHandler: Processed in 0.002244902 sec.
8454 2025.01.17 08:05:57.740064 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8455 2025.01.17 08:05:57.740205 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8456 2025.01.17 08:05:57.740298 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8457 2025.01.17 08:05:57.740874 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8458 2025.01.17 08:05:57.740914 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8459 2025.01.17 08:05:57.741302 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8460 2025.01.17 08:05:57.741537 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8461 2025.01.17 08:05:57.741739 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
8462 2025.01.17 08:05:57.741791 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec.
8463 2025.01.17 08:05:57.741859 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8464 2025.01.17 08:05:57.741951 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8465 2025.01.17 08:05:57.741987 [ 260 ] {7ed8f44e-8a0e-4253-93ae-a97ecaf6fed8} <Debug> TCPHandler: Processed in 0.001982328 sec.
8466 2025.01.17 08:05:57.742233 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8467 2025.01.17 08:05:57.742341 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
8468 2025.01.17 08:05:57.742437 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8469 2025.01.17 08:05:57.742567 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8470 2025.01.17 08:05:57.742717 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8471 2025.01.17 08:05:57.742813 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_60_12, total 20340 rows starting from the beginning of the part
8472 2025.01.17 08:05:57.743212 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
8473 2025.01.17 08:05:57.743539 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
8474 2025.01.17 08:05:57.743810 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1089 rows starting from the beginning of the part
8475 2025.01.17 08:05:57.743909 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 2 rows starting from the beginning of the part
8476 2025.01.17 08:05:57.744269 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part
8477 2025.01.17 08:05:57.744983 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8478 2025.01.17 08:05:57.745046 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8479 2025.01.17 08:05:57.745751 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8480 2025.01.17 08:05:57.746084 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8481 2025.01.17 08:05:57.746358 [ 107 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8482 2025.01.17 08:05:57.746463 [ 107 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2025.01.17 08:05:57.746528 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8484 2025.01.17 08:05:57.746606 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004179 sec., 14357.501794687723 rows/sec., 990.82 KiB/sec.
8485 2025.01.17 08:05:57.747238 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8486 2025.01.17 08:05:57.747235 [ 262 ] {276def68-5567-49a0-bdb7-d1f3e5abd3e5} <Debug> TCPHandler: Processed in 0.005126223 sec.
8487 2025.01.17 08:05:57.747972 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8488 2025.01.17 08:05:57.748084 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3976 rows starting from the beginning of the part
8489 2025.01.17 08:05:57.748588 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8490 2025.01.17 08:05:57.749159 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8491 2025.01.17 08:05:57.749496 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8492 2025.01.17 08:05:57.749731 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8493 2025.01.17 08:05:57.749892 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
8494 2025.01.17 08:05:57.753662 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4320 rows, containing 4 columns (4 merged, 0 gathered) in 0.007000731 sec., 617078.4165253601 rows/sec., 40.22 MiB/sec.
8495 2025.01.17 08:05:57.754280 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8496 2025.01.17 08:05:57.754641 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8497 2025.01.17 08:05:57.754738 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_61_12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8498 2025.01.17 08:05:57.754841 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
8499 2025.01.17 08:05:57.758428 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21988 rows, containing 5 columns (5 merged, 0 gathered) in 0.016275563 sec., 1350982.451421189 rows/sec., 91.19 MiB/sec.
8500 2025.01.17 08:05:57.759005 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
8501 2025.01.17 08:05:57.759369 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8502 2025.01.17 08:05:57.759458 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_65_13} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
8503 2025.01.17 08:05:57.759553 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
8504 2025.01.17 08:06:01.228225 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache
8505 2025.01.17 08:06:01.228326 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache
8506 2025.01.17 08:06:01.372883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
8507 2025.01.17 08:06:01.373569 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2025.01.17 08:06:01.373621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8509 2025.01.17 08:06:01.374168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8510 2025.01.17 08:06:01.374429 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8511 2025.01.17 08:06:01.374711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8512 2025.01.17 08:06:01.466854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1192
8513 2025.01.17 08:06:01.470439 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8514 2025.01.17 08:06:01.470496 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8515 2025.01.17 08:06:01.472006 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8516 2025.01.17 08:06:01.472353 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8517 2025.01.17 08:06:01.473663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192
8518 2025.01.17 08:06:02.743764 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8519 2025.01.17 08:06:02.743828 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
8520 2025.01.17 08:06:02.744150 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8521 2025.01.17 08:06:02.744333 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8522 2025.01.17 08:06:02.749286 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8523 2025.01.17 08:06:02.749393 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8524 2025.01.17 08:06:02.751511 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8525 2025.01.17 08:06:02.752683 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8526 2025.01.17 08:06:02.753739 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.009672 sec., 1447.4772539288667 rows/sec., 104.20 KiB/sec.
8527 2025.01.17 08:06:02.754202 [ 260 ] {508e0ca5-7f36-4780-a0e0-c1b5867744e5} <Debug> TCPHandler: Processed in 0.010569521 sec.
8528 2025.01.17 08:06:02.755306 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8529 2025.01.17 08:06:02.755734 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8530 2025.01.17 08:06:02.755906 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8531 2025.01.17 08:06:02.759844 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8532 2025.01.17 08:06:02.759932 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8533 2025.01.17 08:06:02.761636 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8534 2025.01.17 08:06:02.762564 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8535 2025.01.17 08:06:02.763458 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.007813 sec., 35965.6981953155 rows/sec., 3.18 MiB/sec.
8536 2025.01.17 08:06:02.763786 [ 262 ] {894438a4-5e2a-4a09-b450-bf5b7f0df73f} <Debug> TCPHandler: Processed in 0.009391765 sec.
8537 2025.01.17 08:06:02.764077 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8538 2025.01.17 08:06:02.764492 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8539 2025.01.17 08:06:02.764668 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8540 2025.01.17 08:06:02.767929 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8541 2025.01.17 08:06:02.768016 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8542 2025.01.17 08:06:02.769797 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8543 2025.01.17 08:06:02.770793 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8544 2025.01.17 08:06:02.771423 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.007059 sec., 6516.503754072814 rows/sec., 480.05 KiB/sec.
8545 2025.01.17 08:06:02.771648 [ 260 ] {b057bca7-afe4-4cc6-a475-3f0ba838451d} <Debug> TCPHandler: Processed in 0.007724181 sec.
8546 2025.01.17 08:06:02.771968 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8547 2025.01.17 08:06:02.772408 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8548 2025.01.17 08:06:02.772607 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8549 2025.01.17 08:06:02.775508 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8550 2025.01.17 08:06:02.775606 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8551 2025.01.17 08:06:02.777510 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8552 2025.01.17 08:06:02.778369 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8553 2025.01.17 08:06:02.779001 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006705 sec., 2087.9940343027592 rows/sec., 146.23 KiB/sec.
8554 2025.01.17 08:06:02.779313 [ 262 ] {071de6b4-35a2-4de6-9e81-af913834d794} <Debug> TCPHandler: Processed in 0.007525098 sec.
8555 2025.01.17 08:06:02.779726 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8556 2025.01.17 08:06:02.780246 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8557 2025.01.17 08:06:02.780559 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8558 2025.01.17 08:06:02.782955 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8559 2025.01.17 08:06:02.783021 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8560 2025.01.17 08:06:02.784150 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8561 2025.01.17 08:06:02.784731 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8562 2025.01.17 08:06:02.785471 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005386 sec., 2413.665057556628 rows/sec., 150.49 KiB/sec.
8563 2025.01.17 08:06:02.785697 [ 260 ] {5ac22d59-9e1d-478b-aa93-a10671468c9c} <Debug> TCPHandler: Processed in 0.006205969 sec.
8564 2025.01.17 08:06:02.786057 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8565 2025.01.17 08:06:02.786681 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8566 2025.01.17 08:06:02.786868 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8567 2025.01.17 08:06:02.790278 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8568 2025.01.17 08:06:02.790356 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8569 2025.01.17 08:06:02.791572 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8570 2025.01.17 08:06:02.792216 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8571 2025.01.17 08:06:02.792887 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.006463 sec., 65140.02785084326 rows/sec., 4.65 MiB/sec.
8572 2025.01.17 08:06:02.793175 [ 262 ] {a05381f8-80c3-4247-9ed0-9e8e928fda0f} <Debug> TCPHandler: Processed in 0.007320594 sec.
8573 2025.01.17 08:06:02.793481 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8574 2025.01.17 08:06:02.793876 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8575 2025.01.17 08:06:02.794075 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8576 2025.01.17 08:06:02.795697 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8577 2025.01.17 08:06:02.795745 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8578 2025.01.17 08:06:02.796287 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8579 2025.01.17 08:06:02.796703 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8580 2025.01.17 08:06:02.797362 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003589 sec., 1671.7748676511562 rows/sec., 87.34 KiB/sec.
8581 2025.01.17 08:06:02.797914 [ 260 ] {686b9765-6394-4914-b509-2a4560787fe2} <Debug> TCPHandler: Processed in 0.004607906 sec.
8582 2025.01.17 08:06:02.798485 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8583 2025.01.17 08:06:02.798930 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8584 2025.01.17 08:06:02.799123 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8585 2025.01.17 08:06:02.803334 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8586 2025.01.17 08:06:02.803434 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8587 2025.01.17 08:06:02.805505 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8588 2025.01.17 08:06:02.806660 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8589 2025.01.17 08:06:02.807197 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.008423 sec., 28137.243262495547 rows/sec., 1.89 MiB/sec.
8590 2025.01.17 08:06:02.807471 [ 262 ] {5f8aa8b3-f3de-4314-8974-06f87e8fb7ad} <Debug> TCPHandler: Processed in 0.009378185 sec.
8591 2025.01.17 08:06:02.807731 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8592 2025.01.17 08:06:02.808506 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8593 2025.01.17 08:06:02.808787 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8594 2025.01.17 08:06:02.812180 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8595 2025.01.17 08:06:02.812305 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8596 2025.01.17 08:06:02.813758 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8597 2025.01.17 08:06:02.814625 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8598 2025.01.17 08:06:02.815311 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007307 sec., 136.8550704803613 rows/sec., 9.22 KiB/sec.
8599 2025.01.17 08:06:02.815669 [ 260 ] {2aab7cf7-81cd-4966-9405-04a01445b0b3} <Debug> TCPHandler: Processed in 0.008073866 sec.
8600 2025.01.17 08:06:02.815936 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8601 2025.01.17 08:06:02.816173 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8602 2025.01.17 08:06:02.816548 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8603 2025.01.17 08:06:02.821743 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8604 2025.01.17 08:06:02.821792 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8605 2025.01.17 08:06:02.822982 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8606 2025.01.17 08:06:02.823966 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8607 2025.01.17 08:06:02.824840 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008728 sec., 4468.377635197067 rows/sec., 8.01 MiB/sec.
8608 2025.01.17 08:06:02.825447 [ 262 ] {562da5d4-ab4e-4e2e-95e8-c4b4fb5ab35f} <Debug> TCPHandler: Processed in 0.009642649 sec.
8609 2025.01.17 08:06:02.825750 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8610 2025.01.17 08:06:02.826038 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8611 2025.01.17 08:06:02.826187 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8612 2025.01.17 08:06:02.828650 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8613 2025.01.17 08:06:02.828765 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8614 2025.01.17 08:06:02.831176 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8615 2025.01.17 08:06:02.831958 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8616 2025.01.17 08:06:02.832933 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006925 sec., 11841.15523465704 rows/sec., 770.11 KiB/sec.
8617 2025.01.17 08:06:02.833636 [ 260 ] {b02564d1-c8de-48e3-831e-bf5add5a2ce6} <Debug> TCPHandler: Processed in 0.008037286 sec.
8618 2025.01.17 08:06:02.836612 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2025.01.17 08:06:02.836680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
8620 2025.01.17 08:06:02.844520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8621 2025.01.17 08:06:02.845469 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8622 2025.01.17 08:06:02.850113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8623 2025.01.17 08:06:03.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.10 MiB, peak 230.19 MiB, free memory in arenas 0.00 B, will set to 221.80 MiB (RSS), difference: -1.30 MiB
8624 2025.01.17 08:06:07.736571 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8625 2025.01.17 08:06:07.736778 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8626 2025.01.17 08:06:07.736850 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8627 2025.01.17 08:06:07.737649 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8628 2025.01.17 08:06:07.737696 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8629 2025.01.17 08:06:07.738142 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8630 2025.01.17 08:06:07.738402 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8631 2025.01.17 08:06:07.738609 [ 78 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8632 2025.01.17 08:06:07.738677 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.21 MiB/sec.
8633 2025.01.17 08:06:07.738704 [ 78 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8634 2025.01.17 08:06:07.738777 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8635 2025.01.17 08:06:07.738815 [ 260 ] {eaecac61-0692-453c-90c0-9f3dae2aa322} <Debug> TCPHandler: Processed in 0.002363684 sec.
8636 2025.01.17 08:06:07.738958 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
8637 2025.01.17 08:06:07.739112 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8638 2025.01.17 08:06:07.739124 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8639 2025.01.17 08:06:07.739217 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1430 rows starting from the beginning of the part
8640 2025.01.17 08:06:07.739426 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1417 rows starting from the beginning of the part
8641 2025.01.17 08:06:07.739473 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8642 2025.01.17 08:06:07.739745 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8643 2025.01.17 08:06:07.739896 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
8644 2025.01.17 08:06:07.740219 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
8645 2025.01.17 08:06:07.740470 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 281 rows starting from the beginning of the part
8646 2025.01.17 08:06:07.740739 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
8647 2025.01.17 08:06:07.742459 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8648 2025.01.17 08:06:07.742551 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8649 2025.01.17 08:06:07.743408 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8650 2025.01.17 08:06:07.743801 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8651 2025.01.17 08:06:07.744130 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.005235215 sec., 621177.9267900173 rows/sec., 54.50 MiB/sec.
8652 2025.01.17 08:06:07.744204 [ 78 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8653 2025.01.17 08:06:07.744299 [ 78 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8654 2025.01.17 08:06:07.744335 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8655 2025.01.17 08:06:07.744374 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005052 sec., 12668.25019794141 rows/sec., 1012.52 KiB/sec.
8656 2025.01.17 08:06:07.744671 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8657 2025.01.17 08:06:07.744770 [ 262 ] {eb93603a-3fe1-4b6a-8356-3b9d4d6b04b3} <Debug> TCPHandler: Processed in 0.005808523 sec.
8658 2025.01.17 08:06:07.744800 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
8659 2025.01.17 08:06:07.745030 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8660 2025.01.17 08:06:07.745326 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8661 2025.01.17 08:06:07.745476 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8662 2025.01.17 08:06:07.745492 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8663 2025.01.17 08:06:07.745498 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part
8664 2025.01.17 08:06:07.745669 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8665 2025.01.17 08:06:07.745804 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_71_14} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8666 2025.01.17 08:06:07.746197 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8667 2025.01.17 08:06:07.746290 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 884 rows starting from the beginning of the part
8668 2025.01.17 08:06:07.746677 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part
8669 2025.01.17 08:06:07.747044 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
8670 2025.01.17 08:06:07.747404 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 421 rows starting from the beginning of the part
8671 2025.01.17 08:06:07.747608 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
8672 2025.01.17 08:06:07.748699 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8673 2025.01.17 08:06:07.748762 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8674 2025.01.17 08:06:07.749878 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8675 2025.01.17 08:06:07.750325 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2025.01.17 08:06:07.750792 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005457 sec., 29320.139270661537 rows/sec., 2.04 MiB/sec.
8677 2025.01.17 08:06:07.751054 [ 260 ] {c228167c-bb45-4e3c-88e7-e4bbe92727e6} <Debug> TCPHandler: Processed in 0.006163688 sec.
8678 2025.01.17 08:06:07.751059 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.006599054 sec., 356869.33308925794 rows/sec., 27.32 MiB/sec.
8679 2025.01.17 08:06:07.751265 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8680 2025.01.17 08:06:07.751532 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8681 2025.01.17 08:06:07.751616 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_71_14} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8682 2025.01.17 08:06:07.751699 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
8683 2025.01.17 08:06:07.752068 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8684 2025.01.17 08:06:07.752215 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8685 2025.01.17 08:06:07.752279 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8686 2025.01.17 08:06:07.752866 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8687 2025.01.17 08:06:07.752907 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8688 2025.01.17 08:06:07.753291 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8689 2025.01.17 08:06:07.753541 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8690 2025.01.17 08:06:07.753752 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
8691 2025.01.17 08:06:07.753807 [ 262 ] {b5bef1b2-170d-4a10-87f4-1ccdce4b2fb4} <Debug> TCPHandler: Processed in 0.001808256 sec.
8692 2025.01.17 08:06:08.874971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
8693 2025.01.17 08:06:08.875985 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8694 2025.01.17 08:06:08.876027 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8695 2025.01.17 08:06:08.876570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8696 2025.01.17 08:06:08.876831 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8697 2025.01.17 08:06:08.877030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
8698 2025.01.17 08:06:10.350298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8699 2025.01.17 08:06:10.371973 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8700 2025.01.17 08:06:10.372026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8701 2025.01.17 08:06:10.379660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8702 2025.01.17 08:06:10.380461 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8703 2025.01.17 08:06:10.383638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8704 2025.01.17 08:06:11.474037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1222
8705 2025.01.17 08:06:11.477189 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8706 2025.01.17 08:06:11.477240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8707 2025.01.17 08:06:11.478747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8708 2025.01.17 08:06:11.479070 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8709 2025.01.17 08:06:11.479652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222
8710 2025.01.17 08:06:12.741800 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8711 2025.01.17 08:06:12.742010 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8712 2025.01.17 08:06:12.742081 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8713 2025.01.17 08:06:12.742816 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2025.01.17 08:06:12.742868 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8715 2025.01.17 08:06:12.743305 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8716 2025.01.17 08:06:12.743557 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2025.01.17 08:06:12.743791 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec.
8718 2025.01.17 08:06:12.743850 [ 260 ] {256476a8-31d6-4899-909d-6ce4083c9951} <Debug> TCPHandler: Processed in 0.002191271 sec.
8719 2025.01.17 08:06:12.744122 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8720 2025.01.17 08:06:12.744367 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8721 2025.01.17 08:06:12.744458 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8722 2025.01.17 08:06:12.745433 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8723 2025.01.17 08:06:12.745478 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8724 2025.01.17 08:06:12.745941 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8725 2025.01.17 08:06:12.746199 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8726 2025.01.17 08:06:12.746445 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002144 sec., 131063.43283582089 rows/sec., 11.58 MiB/sec.
8727 2025.01.17 08:06:12.746518 [ 262 ] {bbce0a6d-c40b-4dec-ad44-53f104d97ef2} <Debug> TCPHandler: Processed in 0.002549497 sec.
8728 2025.01.17 08:06:12.746713 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8729 2025.01.17 08:06:12.746880 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8730 2025.01.17 08:06:12.746938 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8731 2025.01.17 08:06:12.747543 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8732 2025.01.17 08:06:12.747584 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8733 2025.01.17 08:06:12.747950 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8734 2025.01.17 08:06:12.748193 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8735 2025.01.17 08:06:12.748428 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001571 sec., 29280.712921705923 rows/sec., 2.11 MiB/sec.
8736 2025.01.17 08:06:12.748576 [ 260 ] {95418a3e-aa33-4f57-8124-7655d44a6598} <Debug> TCPHandler: Processed in 0.001972118 sec.
8737 2025.01.17 08:06:12.748963 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2025.01.17 08:06:12.749099 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8739 2025.01.17 08:06:12.749156 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8740 2025.01.17 08:06:12.749822 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8741 2025.01.17 08:06:12.749870 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8742 2025.01.17 08:06:12.750249 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8743 2025.01.17 08:06:12.750486 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8744 2025.01.17 08:06:12.750699 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec.
8745 2025.01.17 08:06:12.750751 [ 262 ] {a7182fcd-2ace-4a92-a0d3-43842e340c1d} <Debug> TCPHandler: Processed in 0.001846557 sec.
8746 2025.01.17 08:06:12.751142 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8747 2025.01.17 08:06:12.751280 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8748 2025.01.17 08:06:12.751337 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8749 2025.01.17 08:06:12.752010 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8750 2025.01.17 08:06:12.752051 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8751 2025.01.17 08:06:12.752412 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8752 2025.01.17 08:06:12.752658 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8753 2025.01.17 08:06:12.752865 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec.
8754 2025.01.17 08:06:12.752917 [ 260 ] {9d7ce004-ec13-4442-a3a5-2cbf451fafd1} <Debug> TCPHandler: Processed in 0.001841617 sec.
8755 2025.01.17 08:06:12.753069 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8756 2025.01.17 08:06:12.753207 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8757 2025.01.17 08:06:12.753263 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8758 2025.01.17 08:06:12.754110 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8759 2025.01.17 08:06:12.754149 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8760 2025.01.17 08:06:12.754536 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8761 2025.01.17 08:06:12.754779 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8762 2025.01.17 08:06:12.754986 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001809 sec., 232725.26257600883 rows/sec., 16.63 MiB/sec.
8763 2025.01.17 08:06:12.755041 [ 262 ] {922d846a-c77f-4aa3-966b-ee72a95ccf0c} <Debug> TCPHandler: Processed in 0.002037399 sec.
8764 2025.01.17 08:06:12.755231 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8765 2025.01.17 08:06:12.755359 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8766 2025.01.17 08:06:12.755413 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8767 2025.01.17 08:06:12.755892 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8768 2025.01.17 08:06:12.755932 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8769 2025.01.17 08:06:12.756297 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8770 2025.01.17 08:06:12.756540 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8771 2025.01.17 08:06:12.756747 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec.
8772 2025.01.17 08:06:12.756798 [ 260 ] {f5d6cffc-decc-455c-a94c-27db72856659} <Debug> TCPHandler: Processed in 0.001668133 sec.
8773 2025.01.17 08:06:12.756933 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8774 2025.01.17 08:06:12.757078 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8775 2025.01.17 08:06:12.757141 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8776 2025.01.17 08:06:12.757821 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8777 2025.01.17 08:06:12.757869 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8778 2025.01.17 08:06:12.758293 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8779 2025.01.17 08:06:12.758533 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8780 2025.01.17 08:06:12.758754 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec.
8781 2025.01.17 08:06:12.758831 [ 262 ] {31e8d8ee-1220-40f6-8d55-2978b36ebbe6} <Debug> TCPHandler: Processed in 0.001954057 sec.
8782 2025.01.17 08:06:12.759031 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8783 2025.01.17 08:06:12.759172 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8784 2025.01.17 08:06:12.759234 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8785 2025.01.17 08:06:12.759790 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8786 2025.01.17 08:06:12.759837 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8787 2025.01.17 08:06:12.760220 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8788 2025.01.17 08:06:12.760463 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8789 2025.01.17 08:06:12.760669 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec.
8790 2025.01.17 08:06:12.760718 [ 260 ] {4ff9ca40-cac3-4d89-90db-20362448d41e} <Debug> TCPHandler: Processed in 0.001791216 sec.
8791 2025.01.17 08:06:12.760863 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8792 2025.01.17 08:06:12.760984 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8793 2025.01.17 08:06:12.761074 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8794 2025.01.17 08:06:12.762379 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8795 2025.01.17 08:06:12.762418 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8796 2025.01.17 08:06:12.763071 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8797 2025.01.17 08:06:12.763325 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8798 2025.01.17 08:06:12.763569 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002614 sec., 14919.663351185922 rows/sec., 26.74 MiB/sec.
8799 2025.01.17 08:06:12.763859 [ 262 ] {11b1c230-5e2f-412d-a74e-712bbb6c23d4} <Debug> TCPHandler: Processed in 0.003053264 sec.
8800 2025.01.17 08:06:12.764033 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8801 2025.01.17 08:06:12.764149 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8802 2025.01.17 08:06:12.764199 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8803 2025.01.17 08:06:12.764687 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8804 2025.01.17 08:06:12.764726 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8805 2025.01.17 08:06:12.765105 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8806 2025.01.17 08:06:12.765358 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8807 2025.01.17 08:06:12.765572 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec.
8808 2025.01.17 08:06:12.765622 [ 260 ] {d5060698-93b7-49ed-b1ea-4c5377c9c4ab} <Debug> TCPHandler: Processed in 0.001664264 sec.
8809 2025.01.17 08:06:16.228398 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache
8810 2025.01.17 08:06:16.228503 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache
8811 2025.01.17 08:06:16.377285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
8812 2025.01.17 08:06:16.378339 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8813 2025.01.17 08:06:16.378386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8814 2025.01.17 08:06:16.378939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8815 2025.01.17 08:06:16.379215 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8816 2025.01.17 08:06:16.379442 [ 153 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8817 2025.01.17 08:06:16.379480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8818 2025.01.17 08:06:16.379525 [ 153 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8819 2025.01.17 08:06:16.379557 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8820 2025.01.17 08:06:16.379756 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8821 2025.01.17 08:06:16.380006 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8822 2025.01.17 08:06:16.380076 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8823 2025.01.17 08:06:16.380186 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8824 2025.01.17 08:06:16.380411 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8825 2025.01.17 08:06:16.380608 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8826 2025.01.17 08:06:16.380820 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8827 2025.01.17 08:06:16.380956 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
8828 2025.01.17 08:06:16.383660 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004007757 sec., 5266287.352252145 rows/sec., 75.33 MiB/sec.
8829 2025.01.17 08:06:16.384095 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8830 2025.01.17 08:06:16.384427 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_46_9} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8831 2025.01.17 08:06:16.384524 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_46_9} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8832 2025.01.17 08:06:16.384640 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB.
8833 2025.01.17 08:06:17.736385 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8834 2025.01.17 08:06:17.736598 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8835 2025.01.17 08:06:17.736678 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8836 2025.01.17 08:06:17.737494 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8837 2025.01.17 08:06:17.737545 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8838 2025.01.17 08:06:17.737973 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8839 2025.01.17 08:06:17.738216 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8840 2025.01.17 08:06:17.738460 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec.
8841 2025.01.17 08:06:17.738546 [ 260 ] {b5e324a8-fdfa-4add-adc1-dafe14de88df} <Debug> TCPHandler: Processed in 0.002303664 sec.
8842 2025.01.17 08:06:17.738905 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8843 2025.01.17 08:06:17.739235 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8844 2025.01.17 08:06:17.739308 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8845 2025.01.17 08:06:17.740050 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8846 2025.01.17 08:06:17.740098 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8847 2025.01.17 08:06:17.740522 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8848 2025.01.17 08:06:17.740773 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8849 2025.01.17 08:06:17.741002 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001841 sec., 34763.71537208039 rows/sec., 2.71 MiB/sec.
8850 2025.01.17 08:06:17.741057 [ 262 ] {7346aea4-a318-4d9a-bfe4-9277723821ef} <Debug> TCPHandler: Processed in 0.002370274 sec.
8851 2025.01.17 08:06:17.741206 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8852 2025.01.17 08:06:17.741346 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8853 2025.01.17 08:06:17.741407 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8854 2025.01.17 08:06:17.742062 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8855 2025.01.17 08:06:17.742109 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8856 2025.01.17 08:06:17.742512 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8857 2025.01.17 08:06:17.742750 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8858 2025.01.17 08:06:17.742964 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec.
8859 2025.01.17 08:06:17.743017 [ 260 ] {36a1ee04-e760-4c1e-bcc2-20000c3d1921} <Debug> TCPHandler: Processed in 0.001877607 sec.
8860 2025.01.17 08:06:17.743148 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8861 2025.01.17 08:06:17.743286 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8862 2025.01.17 08:06:17.743346 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8863 2025.01.17 08:06:17.743933 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8864 2025.01.17 08:06:17.743980 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8865 2025.01.17 08:06:17.744376 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8866 2025.01.17 08:06:17.744606 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8867 2025.01.17 08:06:17.744821 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec.
8868 2025.01.17 08:06:17.744870 [ 262 ] {c46d41f6-4a23-4ee0-8916-96d1f7f5598d} <Debug> TCPHandler: Processed in 0.001777395 sec.
8869 2025.01.17 08:06:17.883809 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8870 2025.01.17 08:06:17.906157 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8871 2025.01.17 08:06:17.906223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8872 2025.01.17 08:06:17.913886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8873 2025.01.17 08:06:17.914684 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8874 2025.01.17 08:06:17.915120 [ 32 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8875 2025.01.17 08:06:17.915306 [ 32 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8876 2025.01.17 08:06:17.915415 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8877 2025.01.17 08:06:17.916215 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
8878 2025.01.17 08:06:17.931227 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8879 2025.01.17 08:06:17.932912 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8880 2025.01.17 08:06:17.934399 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
8881 2025.01.17 08:06:17.940247 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
8882 2025.01.17 08:06:17.946329 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
8883 2025.01.17 08:06:17.952108 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
8884 2025.01.17 08:06:17.958402 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
8885 2025.01.17 08:06:17.963162 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
8886 2025.01.17 08:06:18.000255 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.21 MiB, peak 233.21 MiB, free memory in arenas 0.00 B, will set to 225.02 MiB (RSS), difference: -8.19 MiB
8887 2025.01.17 08:06:18.025499 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.109885037 sec., 3157.845776581938 rows/sec., 16.33 MiB/sec.
8888 2025.01.17 08:06:18.028548 [ 189 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8889 2025.01.17 08:06:18.031483 [ 189 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8890 2025.01.17 08:06:18.031604 [ 189 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_46_9} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8891 2025.01.17 08:06:18.034264 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8892 2025.01.17 08:06:19.000251 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.61 MiB, peak 233.21 MiB, free memory in arenas 0.00 B, will set to 226.63 MiB (RSS), difference: 11.02 MiB
8893 2025.01.17 08:06:21.479985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1252
8894 2025.01.17 08:06:21.483014 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8895 2025.01.17 08:06:21.483075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8896 2025.01.17 08:06:21.484535 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8897 2025.01.17 08:06:21.484884 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8898 2025.01.17 08:06:21.485511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252
8899 2025.01.17 08:06:21.843491 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8900 2025.01.17 08:06:21.843674 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8901 2025.01.17 08:06:21.843746 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8902 2025.01.17 08:06:21.844471 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8903 2025.01.17 08:06:21.844514 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8904 2025.01.17 08:06:21.844937 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8905 2025.01.17 08:06:21.845201 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8906 2025.01.17 08:06:21.845417 [ 151 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
8907 2025.01.17 08:06:21.845439 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 557.11 KiB/sec.
8908 2025.01.17 08:06:21.845508 [ 151 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8909 2025.01.17 08:06:21.845587 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8910 2025.01.17 08:06:21.845596 [ 260 ] {ebd14606-0278-4a13-bb37-862070a98086} <Debug> TCPHandler: Processed in 0.002229363 sec.
8911 2025.01.17 08:06:21.845789 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8912 2025.01.17 08:06:21.845903 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2025.01.17 08:06:21.845964 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8914 2025.01.17 08:06:21.846012 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8915 2025.01.17 08:06:21.846221 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8916 2025.01.17 08:06:21.846281 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8917 2025.01.17 08:06:21.846443 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8918 2025.01.17 08:06:21.846489 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8919 2025.01.17 08:06:21.846795 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8920 2025.01.17 08:06:21.847218 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
8921 2025.01.17 08:06:21.849178 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8922 2025.01.17 08:06:21.849257 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8923 2025.01.17 08:06:21.849669 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003989807 sec., 17544.70830293295 rows/sec., 1.30 MiB/sec.
8924 2025.01.17 08:06:21.849940 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
8925 2025.01.17 08:06:21.850126 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8926 2025.01.17 08:06:21.850541 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_33_8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8927 2025.01.17 08:06:21.850589 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8928 2025.01.17 08:06:21.850694 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_33_8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
8929 2025.01.17 08:06:21.850929 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8930 2025.01.17 08:06:21.851013 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004901 sec., 408.0799836768007 rows/sec., 33.28 KiB/sec.
8931 2025.01.17 08:06:21.851107 [ 262 ] {0e9301b2-eb75-42c8-9b9e-46c959d833f9} <Debug> TCPHandler: Processed in 0.005396258 sec.
8932 2025.01.17 08:06:21.851280 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8933 2025.01.17 08:06:21.851401 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8934 2025.01.17 08:06:21.851450 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8935 2025.01.17 08:06:21.852823 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8936 2025.01.17 08:06:21.852878 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8937 2025.01.17 08:06:21.853427 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8938 2025.01.17 08:06:21.853684 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8939 2025.01.17 08:06:21.853908 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002534 sec., 557221.7837411208 rows/sec., 46.66 MiB/sec.
8940 2025.01.17 08:06:21.853977 [ 260 ] {c919475b-3546-4d62-9ae3-296bb76ed3db} <Debug> TCPHandler: Processed in 0.00275901 sec.
8941 2025.01.17 08:06:21.854204 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8942 2025.01.17 08:06:21.854346 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8943 2025.01.17 08:06:21.854403 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8944 2025.01.17 08:06:21.855098 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8945 2025.01.17 08:06:21.855145 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8946 2025.01.17 08:06:21.855539 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8947 2025.01.17 08:06:21.855787 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8948 2025.01.17 08:06:21.855963 [ 151 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8949 2025.01.17 08:06:21.856029 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001709 sec., 25160.91281451141 rows/sec., 1.80 MiB/sec.
8950 2025.01.17 08:06:21.856034 [ 151 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8951 2025.01.17 08:06:21.856119 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8952 2025.01.17 08:06:21.856173 [ 262 ] {16e81694-4028-418d-b9fb-d8b0bfa86def} <Debug> TCPHandler: Processed in 0.00209112 sec.
8953 2025.01.17 08:06:21.856368 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
8954 2025.01.17 08:06:21.856384 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8955 2025.01.17 08:06:21.856494 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8956 2025.01.17 08:06:21.856536 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part
8957 2025.01.17 08:06:21.856561 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8958 2025.01.17 08:06:21.856698 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 53 rows starting from the beginning of the part
8959 2025.01.17 08:06:21.856707 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8960 2025.01.17 08:06:21.857098 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part
8961 2025.01.17 08:06:21.857439 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part
8962 2025.01.17 08:06:21.857690 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 46 rows starting from the beginning of the part
8963 2025.01.17 08:06:21.858017 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 43 rows starting from the beginning of the part
8964 2025.01.17 08:06:21.859105 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2025.01.17 08:06:21.859155 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8966 2025.01.17 08:06:21.859760 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8967 2025.01.17 08:06:21.859817 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.003587421 sec., 72754.21535414996 rows/sec., 5.47 MiB/sec.
8968 2025.01.17 08:06:21.860125 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8969 2025.01.17 08:06:21.860156 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8970 2025.01.17 08:06:21.860482 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003957 sec., 61157.442506949716 rows/sec., 4.14 MiB/sec.
8971 2025.01.17 08:06:21.860635 [ 260 ] {fc792479-9e10-4440-ae14-0e1206dd0d25} <Debug> TCPHandler: Processed in 0.004346032 sec.
8972 2025.01.17 08:06:21.860825 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.01.17 08:06:21.860892 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8974 2025.01.17 08:06:21.860979 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_41_8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8975 2025.01.17 08:06:21.861170 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8976 2025.01.17 08:06:21.861221 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8977 2025.01.17 08:06:21.861308 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8978 2025.01.17 08:06:21.861912 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8979 2025.01.17 08:06:21.861952 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8980 2025.01.17 08:06:21.862307 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8981 2025.01.17 08:06:21.862547 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8982 2025.01.17 08:06:21.862723 [ 151 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
8983 2025.01.17 08:06:21.862784 [ 151 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8984 2025.01.17 08:06:21.862801 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec.
8985 2025.01.17 08:06:21.862820 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8986 2025.01.17 08:06:21.862943 [ 262 ] {467fbf46-3792-4ba4-9a29-0b9deb30abba} <Debug> TCPHandler: Processed in 0.002193501 sec.
8987 2025.01.17 08:06:21.863021 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8988 2025.01.17 08:06:21.863166 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8989 2025.01.17 08:06:21.863199 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8990 2025.01.17 08:06:21.863250 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8991 2025.01.17 08:06:21.863526 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8992 2025.01.17 08:06:21.863567 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8993 2025.01.17 08:06:21.863741 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8994 2025.01.17 08:06:21.863770 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8995 2025.01.17 08:06:21.864122 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8996 2025.01.17 08:06:21.864488 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
8997 2025.01.17 08:06:21.866768 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8998 2025.01.17 08:06:21.866883 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
8999 2025.01.17 08:06:21.866963 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004011597 sec., 16203.023384452625 rows/sec., 1.05 MiB/sec.
9000 2025.01.17 08:06:21.867180 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9001 2025.01.17 08:06:21.867671 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9002 2025.01.17 08:06:21.867706 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_33_8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9003 2025.01.17 08:06:21.867853 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_33_8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9004 2025.01.17 08:06:21.868014 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9005 2025.01.17 08:06:21.868112 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9006 2025.01.17 08:06:21.868355 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.005004 sec., 174660.27178257395 rows/sec., 12.66 MiB/sec.
9007 2025.01.17 08:06:21.868421 [ 260 ] {bd7e02f8-a976-4e1a-909b-8729dbadd1de} <Debug> TCPHandler: Processed in 0.005346097 sec.
9008 2025.01.17 08:06:21.868599 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9009 2025.01.17 08:06:21.868742 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9010 2025.01.17 08:06:21.868802 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9011 2025.01.17 08:06:21.869380 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9012 2025.01.17 08:06:21.869419 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9013 2025.01.17 08:06:21.869810 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9014 2025.01.17 08:06:21.870066 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9015 2025.01.17 08:06:21.870283 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec.
9016 2025.01.17 08:06:21.870339 [ 262 ] {7417309b-af78-4916-8b14-076b36050130} <Debug> TCPHandler: Processed in 0.001812175 sec.
9017 2025.01.17 08:06:21.870508 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9018 2025.01.17 08:06:21.870648 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9019 2025.01.17 08:06:21.870711 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9020 2025.01.17 08:06:21.871579 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9021 2025.01.17 08:06:21.871618 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9022 2025.01.17 08:06:21.872078 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9023 2025.01.17 08:06:21.872339 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9024 2025.01.17 08:06:21.872516 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
9025 2025.01.17 08:06:21.872584 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9026 2025.01.17 08:06:21.872591 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001963 sec., 552215.9959246052 rows/sec., 36.90 MiB/sec.
9027 2025.01.17 08:06:21.872621 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9028 2025.01.17 08:06:21.872760 [ 260 ] {cb3a7f2d-404f-4183-a203-f6a0678f5408} <Debug> TCPHandler: Processed in 0.002317223 sec.
9029 2025.01.17 08:06:21.872818 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
9030 2025.01.17 08:06:21.872952 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9031 2025.01.17 08:06:21.872997 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9032 2025.01.17 08:06:21.873053 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_65_13, total 21988 rows starting from the beginning of the part
9033 2025.01.17 08:06:21.873167 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9034 2025.01.17 08:06:21.873314 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part
9035 2025.01.17 08:06:21.873369 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9036 2025.01.17 08:06:21.873627 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
9037 2025.01.17 08:06:21.873998 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
9038 2025.01.17 08:06:21.874383 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
9039 2025.01.17 08:06:21.874754 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1084 rows starting from the beginning of the part
9040 2025.01.17 08:06:21.875627 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9041 2025.01.17 08:06:21.875696 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9042 2025.01.17 08:06:21.876364 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9043 2025.01.17 08:06:21.876751 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9044 2025.01.17 08:06:21.877077 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003984 sec., 251.00401606425706 rows/sec., 16.91 KiB/sec.
9045 2025.01.17 08:06:21.877232 [ 262 ] {8dcd76a1-e910-4175-bf67-8145b7078a14} <Debug> TCPHandler: Processed in 0.004370613 sec.
9046 2025.01.17 08:06:21.877436 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9047 2025.01.17 08:06:21.877613 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9048 2025.01.17 08:06:21.877748 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9049 2025.01.17 08:06:21.879179 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9050 2025.01.17 08:06:21.879219 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9051 2025.01.17 08:06:21.889809 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9052 2025.01.17 08:06:21.890730 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9053 2025.01.17 08:06:21.891054 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9054 2025.01.17 08:06:21.891142 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9055 2025.01.17 08:06:21.891212 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9056 2025.01.17 08:06:21.891214 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.013623 sec., 2495.779196946341 rows/sec., 4.47 MiB/sec.
9057 2025.01.17 08:06:21.891706 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
9058 2025.01.17 08:06:21.892572 [ 260 ] {ca129c9f-b298-4a8d-b541-07297ac009aa} <Debug> TCPHandler: Processed in 0.015191448 sec.
9059 2025.01.17 08:06:21.892953 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9060 2025.01.17 08:06:21.893269 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9061 2025.01.17 08:06:21.893366 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9062 2025.01.17 08:06:21.893387 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9063 2025.01.17 08:06:21.893680 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1023 rows starting from the beginning of the part
9064 2025.01.17 08:06:21.895161 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23866 rows, containing 5 columns (5 merged, 0 gathered) in 0.022393201 sec., 1065769.9182890377 rows/sec., 71.93 MiB/sec.
9065 2025.01.17 08:06:21.895314 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part
9066 2025.01.17 08:06:21.895873 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9067 2025.01.17 08:06:21.895991 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9068 2025.01.17 08:06:21.896222 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part
9069 2025.01.17 08:06:21.896692 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
9070 2025.01.17 08:06:21.896795 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part
9071 2025.01.17 08:06:21.897851 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9072 2025.01.17 08:06:21.897863 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9073 2025.01.17 08:06:21.898004 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part
9074 2025.01.17 08:06:21.898161 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
9075 2025.01.17 08:06:21.898492 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
9076 2025.01.17 08:06:21.898797 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9077 2025.01.17 08:06:21.898950 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part
9078 2025.01.17 08:06:21.899156 [ 69 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9079 2025.01.17 08:06:21.899257 [ 69 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9080 2025.01.17 08:06:21.899370 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9081 2025.01.17 08:06:21.899451 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006249 sec., 13122.099535925749 rows/sec., 853.42 KiB/sec.
9082 2025.01.17 08:06:21.899792 [ 262 ] {a4bebfa7-01c1-42b5-a89f-0b4b92f3daea} <Debug> TCPHandler: Processed in 0.007050731 sec.
9083 2025.01.17 08:06:21.899848 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
9084 2025.01.17 08:06:21.900181 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9085 2025.01.17 08:06:21.900222 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4320 rows starting from the beginning of the part
9086 2025.01.17 08:06:21.900368 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part
9087 2025.01.17 08:06:21.900735 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
9088 2025.01.17 08:06:21.901156 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part
9089 2025.01.17 08:06:21.901505 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
9090 2025.01.17 08:06:21.901851 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
9091 2025.01.17 08:06:21.904665 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4686 rows, containing 4 columns (4 merged, 0 gathered) in 0.005125363 sec., 914276.7058645408 rows/sec., 59.57 MiB/sec.
9092 2025.01.17 08:06:21.905039 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9093 2025.01.17 08:06:21.905428 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9094 2025.01.17 08:06:21.905565 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_66_13} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9095 2025.01.17 08:06:21.905652 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
9096 2025.01.17 08:06:21.908600 [ 186 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1174 rows, containing 19 columns (19 merged, 0 gathered) in 0.017267747 sec., 67988.02414698339 rows/sec., 121.83 MiB/sec.
9097 2025.01.17 08:06:21.909925 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9098 2025.01.17 08:06:21.910372 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2025.01.17 08:06:21.910469 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9100 2025.01.17 08:06:21.910638 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB.
9101 2025.01.17 08:06:22.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.66 MiB, peak 239.02 MiB, free memory in arenas 0.00 B, will set to 229.87 MiB (RSS), difference: 2.21 MiB
9102 2025.01.17 08:06:22.728384 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9103 2025.01.17 08:06:22.728705 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9104 2025.01.17 08:06:22.728800 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9105 2025.01.17 08:06:22.729633 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9106 2025.01.17 08:06:22.729673 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9107 2025.01.17 08:06:22.730095 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9108 2025.01.17 08:06:22.730348 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9109 2025.01.17 08:06:22.730544 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001928 sec., 5186.721991701244 rows/sec., 506.01 KiB/sec.
9110 2025.01.17 08:06:22.730599 [ 260 ] {96a34732-a88a-4a6f-8686-b698a922befc} <Debug> TCPHandler: Processed in 0.002390364 sec.
9111 2025.01.17 08:06:22.730862 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9112 2025.01.17 08:06:22.731073 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9113 2025.01.17 08:06:22.731152 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9114 2025.01.17 08:06:22.731886 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9115 2025.01.17 08:06:22.731935 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9116 2025.01.17 08:06:22.732348 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9117 2025.01.17 08:06:22.732596 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9118 2025.01.17 08:06:22.732845 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001821 sec., 2745.744096650192 rows/sec., 206.47 KiB/sec.
9119 2025.01.17 08:06:22.732936 [ 262 ] {a245e846-0404-4abd-bb57-7746ed664e3d} <Debug> TCPHandler: Processed in 0.002209802 sec.
9120 2025.01.17 08:06:22.733184 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9121 2025.01.17 08:06:22.733433 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9122 2025.01.17 08:06:22.733482 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9123 2025.01.17 08:06:22.734041 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9124 2025.01.17 08:06:22.734080 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9125 2025.01.17 08:06:22.734434 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9126 2025.01.17 08:06:22.734734 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9127 2025.01.17 08:06:22.734933 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001558 sec., 3209.242618741977 rows/sec., 256.99 KiB/sec.
9128 2025.01.17 08:06:22.735022 [ 260 ] {2f0e8598-6ec5-4fda-8ae6-cf45980a5c5f} <Debug> TCPHandler: Processed in 0.001987179 sec.
9129 2025.01.17 08:06:22.735212 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9130 2025.01.17 08:06:22.735460 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9131 2025.01.17 08:06:22.735552 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9132 2025.01.17 08:06:22.736807 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9133 2025.01.17 08:06:22.736846 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9134 2025.01.17 08:06:22.737474 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9135 2025.01.17 08:06:22.737728 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9136 2025.01.17 08:06:22.737951 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002544 sec., 1965.4088050314467 rows/sec., 3.52 MiB/sec.
9137 2025.01.17 08:06:22.738044 [ 262 ] {7eff8e76-7122-44ba-9332-1803ed7d05b0} <Debug> TCPHandler: Processed in 0.002946852 sec.
9138 2025.01.17 08:06:23.879757 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
9139 2025.01.17 08:06:23.880683 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9140 2025.01.17 08:06:23.880734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9141 2025.01.17 08:06:23.881277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9142 2025.01.17 08:06:23.881535 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9143 2025.01.17 08:06:23.881835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
9144 2025.01.17 08:06:25.431422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9145 2025.01.17 08:06:25.449898 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9146 2025.01.17 08:06:25.449948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9147 2025.01.17 08:06:25.456901 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9148 2025.01.17 08:06:25.457651 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9149 2025.01.17 08:06:25.460134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9150 2025.01.17 08:06:27.736182 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9151 2025.01.17 08:06:27.736392 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9152 2025.01.17 08:06:27.736469 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9153 2025.01.17 08:06:27.737252 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9154 2025.01.17 08:06:27.737294 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9155 2025.01.17 08:06:27.737715 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9156 2025.01.17 08:06:27.737968 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9157 2025.01.17 08:06:27.738132 [ 149 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9158 2025.01.17 08:06:27.738178 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.33 MiB/sec.
9159 2025.01.17 08:06:27.738190 [ 149 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9160 2025.01.17 08:06:27.738230 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9161 2025.01.17 08:06:27.738265 [ 260 ] {93a67b80-1217-4735-b315-f3f12edd417d} <Debug> TCPHandler: Processed in 0.002215292 sec.
9162 2025.01.17 08:06:27.738528 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
9163 2025.01.17 08:06:27.738831 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9164 2025.01.17 08:06:27.739005 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9165 2025.01.17 08:06:27.739130 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1430 rows starting from the beginning of the part
9166 2025.01.17 08:06:27.739567 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 281 rows starting from the beginning of the part
9167 2025.01.17 08:06:27.739909 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part
9168 2025.01.17 08:06:27.740273 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9169 2025.01.17 08:06:27.740329 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1412 rows starting from the beginning of the part
9170 2025.01.17 08:06:27.740557 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9171 2025.01.17 08:06:27.740707 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 10 rows starting from the beginning of the part
9172 2025.01.17 08:06:27.741072 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part
9173 2025.01.17 08:06:27.742929 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9174 2025.01.17 08:06:27.743009 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9175 2025.01.17 08:06:27.743774 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9176 2025.01.17 08:06:27.744281 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9177 2025.01.17 08:06:27.744390 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.006083867 sec., 533377.8664129246 rows/sec., 46.81 MiB/sec.
9178 2025.01.17 08:06:27.744576 [ 149 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9179 2025.01.17 08:06:27.744667 [ 149 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9180 2025.01.17 08:06:27.744711 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9181 2025.01.17 08:06:27.744714 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9182 2025.01.17 08:06:27.744796 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004732 sec., 13524.93660185968 rows/sec., 1.06 MiB/sec.
9183 2025.01.17 08:06:27.745161 [ 262 ] {a090cdb2-d535-4c74-ae7f-79579d944383} <Debug> TCPHandler: Processed in 0.006764227 sec.
9184 2025.01.17 08:06:27.745194 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
9185 2025.01.17 08:06:27.745445 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9186 2025.01.17 08:06:27.745563 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9187 2025.01.17 08:06:27.745574 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9188 2025.01.17 08:06:27.745697 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part
9189 2025.01.17 08:06:27.745806 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9190 2025.01.17 08:06:27.745824 [ 189 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_76_15} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9191 2025.01.17 08:06:27.746112 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 421 rows starting from the beginning of the part
9192 2025.01.17 08:06:27.746200 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9193 2025.01.17 08:06:27.746235 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9194 2025.01.17 08:06:27.746550 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part
9195 2025.01.17 08:06:27.746799 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 874 rows starting from the beginning of the part
9196 2025.01.17 08:06:27.747283 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 5 rows starting from the beginning of the part
9197 2025.01.17 08:06:27.747731 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part
9198 2025.01.17 08:06:27.748988 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9199 2025.01.17 08:06:27.749049 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9200 2025.01.17 08:06:27.749988 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9201 2025.01.17 08:06:27.750338 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9202 2025.01.17 08:06:27.750819 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005123 sec., 31231.700175678314 rows/sec., 2.18 MiB/sec.
9203 2025.01.17 08:06:27.750920 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.006049796 sec., 386955.19650579954 rows/sec., 29.61 MiB/sec.
9204 2025.01.17 08:06:27.750956 [ 260 ] {9b96ec9c-832e-4eda-ae0a-a4dc53d6b115} <Debug> TCPHandler: Processed in 0.005677701 sec.
9205 2025.01.17 08:06:27.751155 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9206 2025.01.17 08:06:27.751241 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9207 2025.01.17 08:06:27.751418 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9208 2025.01.17 08:06:27.751512 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9209 2025.01.17 08:06:27.751970 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9210 2025.01.17 08:06:27.752134 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_76_15} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9211 2025.01.17 08:06:27.752248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9212 2025.01.17 08:06:27.752828 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9213 2025.01.17 08:06:27.752874 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
9214 2025.01.17 08:06:27.753257 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9215 2025.01.17 08:06:27.753505 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9216 2025.01.17 08:06:27.753762 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00244 sec., 24590.16393442623 rows/sec., 1.66 MiB/sec.
9217 2025.01.17 08:06:27.753883 [ 262 ] {34d99a9e-4952-4791-a6b2-16036ddf1594} <Debug> TCPHandler: Processed in 0.00280245 sec.
9218 2025.01.17 08:06:31.228565 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
9219 2025.01.17 08:06:31.228670 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
9220 2025.01.17 08:06:31.382059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
9221 2025.01.17 08:06:31.382813 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9222 2025.01.17 08:06:31.382854 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9223 2025.01.17 08:06:31.383400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9224 2025.01.17 08:06:31.383659 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9225 2025.01.17 08:06:31.383910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9226 2025.01.17 08:06:31.485831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1292
9227 2025.01.17 08:06:31.489308 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9228 2025.01.17 08:06:31.489365 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9229 2025.01.17 08:06:31.490836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9230 2025.01.17 08:06:31.491170 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9231 2025.01.17 08:06:31.492431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292
9232 2025.01.17 08:06:32.001831 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001244498 sec.
9233 2025.01.17 08:06:32.742598 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9234 2025.01.17 08:06:32.742813 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9235 2025.01.17 08:06:32.742893 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9236 2025.01.17 08:06:32.743741 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9237 2025.01.17 08:06:32.743798 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9238 2025.01.17 08:06:32.744226 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9239 2025.01.17 08:06:32.744488 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9240 2025.01.17 08:06:32.744760 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec.
9241 2025.01.17 08:06:32.744866 [ 260 ] {b31591a4-9473-4b05-b687-8ad30744b6c2} <Debug> TCPHandler: Processed in 0.002398704 sec.
9242 2025.01.17 08:06:32.745167 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9243 2025.01.17 08:06:32.745349 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9244 2025.01.17 08:06:32.745415 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9245 2025.01.17 08:06:32.746291 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9246 2025.01.17 08:06:32.746331 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9247 2025.01.17 08:06:32.746767 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9248 2025.01.17 08:06:32.747012 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9249 2025.01.17 08:06:32.747195 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001898 sec., 148050.57955742886 rows/sec., 13.08 MiB/sec.
9250 2025.01.17 08:06:32.747249 [ 262 ] {49836c14-26d4-4781-a371-c6e47c05dd93} <Debug> TCPHandler: Processed in 0.002243432 sec.
9251 2025.01.17 08:06:32.747422 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9252 2025.01.17 08:06:32.747577 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9253 2025.01.17 08:06:32.747638 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9254 2025.01.17 08:06:32.748265 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9255 2025.01.17 08:06:32.748308 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9256 2025.01.17 08:06:32.748676 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9257 2025.01.17 08:06:32.748921 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9258 2025.01.17 08:06:32.749122 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00158 sec., 29113.92405063291 rows/sec., 2.09 MiB/sec.
9259 2025.01.17 08:06:32.749186 [ 260 ] {40a51efc-dc38-4888-b488-44b79b03cf23} <Debug> TCPHandler: Processed in 0.001833826 sec.
9260 2025.01.17 08:06:32.749353 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9261 2025.01.17 08:06:32.749471 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9262 2025.01.17 08:06:32.749519 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9263 2025.01.17 08:06:32.750092 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2025.01.17 08:06:32.750131 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9265 2025.01.17 08:06:32.750474 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9266 2025.01.17 08:06:32.750716 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9267 2025.01.17 08:06:32.750895 [ 142 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
9268 2025.01.17 08:06:32.750955 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec.
9269 2025.01.17 08:06:32.750983 [ 142 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2025.01.17 08:06:32.751059 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9271 2025.01.17 08:06:32.751071 [ 262 ] {89c13563-16de-41f0-bcc9-25d5d8e64ccb} <Debug> TCPHandler: Processed in 0.001773175 sec.
9272 2025.01.17 08:06:32.751279 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full
9273 2025.01.17 08:06:32.751439 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9274 2025.01.17 08:06:32.751483 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part
9275 2025.01.17 08:06:32.751575 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9276 2025.01.17 08:06:32.751677 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part
9277 2025.01.17 08:06:32.751949 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9278 2025.01.17 08:06:32.751971 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9279 2025.01.17 08:06:32.752158 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9280 2025.01.17 08:06:32.752281 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9281 2025.01.17 08:06:32.752625 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part
9282 2025.01.17 08:06:32.752974 [ 186 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
9283 2025.01.17 08:06:32.754588 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2025.01.17 08:06:32.754668 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9285 2025.01.17 08:06:32.755599 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9286 2025.01.17 08:06:32.755959 [ 198 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.004788569 sec., 160381.94291446984 rows/sec., 11.48 MiB/sec.
9287 2025.01.17 08:06:32.756127 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9288 2025.01.17 08:06:32.756171 [ 198 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
9289 2025.01.17 08:06:32.756657 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004793 sec., 2712.2887544335485 rows/sec., 169.11 KiB/sec.
9290 2025.01.17 08:06:32.756921 [ 198 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9291 2025.01.17 08:06:32.757037 [ 260 ] {e3b111a9-84ba-47ca-9f87-6611efcb99f0} <Debug> TCPHandler: Processed in 0.0055469 sec.
9292 2025.01.17 08:06:32.757263 [ 198 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_34_7} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
9293 2025.01.17 08:06:32.757306 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9294 2025.01.17 08:06:32.757566 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
9295 2025.01.17 08:06:32.757698 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9296 2025.01.17 08:06:32.757751 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9297 2025.01.17 08:06:32.758490 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9298 2025.01.17 08:06:32.758529 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9299 2025.01.17 08:06:32.758905 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9300 2025.01.17 08:06:32.759138 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9301 2025.01.17 08:06:32.759350 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00175 sec., 240571.42857142858 rows/sec., 17.19 MiB/sec.
9302 2025.01.17 08:06:32.759403 [ 262 ] {d3e7f20f-856d-46b9-9e59-0939c4731d1e} <Debug> TCPHandler: Processed in 0.002240533 sec.
9303 2025.01.17 08:06:32.759569 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9304 2025.01.17 08:06:32.759709 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9305 2025.01.17 08:06:32.759768 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9306 2025.01.17 08:06:32.760324 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9307 2025.01.17 08:06:32.760371 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9308 2025.01.17 08:06:32.760797 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9309 2025.01.17 08:06:32.761044 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9310 2025.01.17 08:06:32.761293 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec.
9311 2025.01.17 08:06:32.761431 [ 260 ] {8b4b2b7d-22de-4557-9d19-30a9a74491d8} <Debug> TCPHandler: Processed in 0.001926058 sec.
9312 2025.01.17 08:06:32.761620 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9313 2025.01.17 08:06:32.761737 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9314 2025.01.17 08:06:32.761796 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9315 2025.01.17 08:06:32.762466 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9316 2025.01.17 08:06:32.762519 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9317 2025.01.17 08:06:32.762950 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9318 2025.01.17 08:06:32.763185 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9319 2025.01.17 08:06:32.763417 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec.
9320 2025.01.17 08:06:32.763506 [ 262 ] {a79e303f-924b-4991-9536-841f23523271} <Debug> TCPHandler: Processed in 0.001973709 sec.
9321 2025.01.17 08:06:32.763723 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9322 2025.01.17 08:06:32.763910 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9323 2025.01.17 08:06:32.763971 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9324 2025.01.17 08:06:32.764503 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9325 2025.01.17 08:06:32.764550 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9326 2025.01.17 08:06:32.764936 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9327 2025.01.17 08:06:32.765175 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9328 2025.01.17 08:06:32.765421 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec.
9329 2025.01.17 08:06:32.765597 [ 260 ] {4c9fa78f-cfd0-487e-8872-a902f6f3c480} <Debug> TCPHandler: Processed in 0.001999419 sec.
9330 2025.01.17 08:06:32.765797 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9331 2025.01.17 08:06:32.765929 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9332 2025.01.17 08:06:32.766013 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9333 2025.01.17 08:06:32.767267 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9334 2025.01.17 08:06:32.767305 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9335 2025.01.17 08:06:32.767959 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9336 2025.01.17 08:06:32.768226 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9337 2025.01.17 08:06:32.768487 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002581 sec., 15110.422316931423 rows/sec., 27.08 MiB/sec.
9338 2025.01.17 08:06:32.768862 [ 262 ] {58408826-f198-46bb-8ac0-5afde4a6a129} <Debug> TCPHandler: Processed in 0.003161135 sec.
9339 2025.01.17 08:06:32.769104 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9340 2025.01.17 08:06:32.769222 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9341 2025.01.17 08:06:32.769273 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9342 2025.01.17 08:06:32.769776 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9343 2025.01.17 08:06:32.769816 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9344 2025.01.17 08:06:32.770188 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9345 2025.01.17 08:06:32.770427 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9346 2025.01.17 08:06:32.770641 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec.
9347 2025.01.17 08:06:32.770716 [ 260 ] {cc64f2dc-3430-4e3a-a9f9-acc4142695a6} <Debug> TCPHandler: Processed in 0.001667654 sec.
9348 2025.01.17 08:06:32.960300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9349 2025.01.17 08:06:32.980452 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9350 2025.01.17 08:06:32.980502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9351 2025.01.17 08:06:32.987838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9352 2025.01.17 08:06:32.988639 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9353 2025.01.17 08:06:32.991177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9354 2025.01.17 08:06:33.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.19 MiB, peak 239.02 MiB, free memory in arenas 0.00 B, will set to 229.87 MiB (RSS), difference: -1.32 MiB
9355 2025.01.17 08:06:34.503349 [ 140 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
9356 2025.01.17 08:06:34.503467 [ 140 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9357 2025.01.17 08:06:34.503511 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9358 2025.01.17 08:06:34.503800 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
9359 2025.01.17 08:06:34.504182 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9360 2025.01.17 08:06:34.504251 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part
9361 2025.01.17 08:06:34.504353 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
9362 2025.01.17 08:06:34.504621 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
9363 2025.01.17 08:06:34.504792 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part
9364 2025.01.17 08:06:34.504966 [ 198 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
9365 2025.01.17 08:06:34.506059 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002447495 sec., 15526.078704961603 rows/sec., 1.30 MiB/sec.
9366 2025.01.17 08:06:34.506223 [ 190 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
9367 2025.01.17 08:06:34.506507 [ 190 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9368 2025.01.17 08:06:34.506585 [ 190 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_14_3} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
9369 2025.01.17 08:06:34.506663 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9370 2025.01.17 08:06:37.735837 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9371 2025.01.17 08:06:37.736028 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9372 2025.01.17 08:06:37.736096 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9373 2025.01.17 08:06:37.736829 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9374 2025.01.17 08:06:37.736876 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9375 2025.01.17 08:06:37.737280 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9376 2025.01.17 08:06:37.737579 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9377 2025.01.17 08:06:37.737812 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.34 MiB/sec.
9378 2025.01.17 08:06:37.737869 [ 260 ] {c74e4f50-e056-4f1d-82f2-a0679f943a57} <Debug> TCPHandler: Processed in 0.002166721 sec.
9379 2025.01.17 08:06:37.738140 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9380 2025.01.17 08:06:37.738380 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9381 2025.01.17 08:06:37.738468 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9382 2025.01.17 08:06:37.739331 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9383 2025.01.17 08:06:37.739372 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9384 2025.01.17 08:06:37.739792 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9385 2025.01.17 08:06:37.740042 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9386 2025.01.17 08:06:37.740240 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec.
9387 2025.01.17 08:06:37.740295 [ 262 ] {5ab7fe7d-a1fa-4916-bca6-a5acece7b01c} <Debug> TCPHandler: Processed in 0.002302913 sec.
9388 2025.01.17 08:06:37.740454 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9389 2025.01.17 08:06:37.740600 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9390 2025.01.17 08:06:37.740662 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9391 2025.01.17 08:06:37.741261 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9392 2025.01.17 08:06:37.741300 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9393 2025.01.17 08:06:37.741698 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9394 2025.01.17 08:06:37.741937 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2025.01.17 08:06:37.742179 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec.
9396 2025.01.17 08:06:37.742288 [ 260 ] {62c83344-15a9-4111-9d15-1c2418bce25d} <Debug> TCPHandler: Processed in 0.001900657 sec.
9397 2025.01.17 08:06:37.742539 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9398 2025.01.17 08:06:37.742789 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9399 2025.01.17 08:06:37.742881 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9400 2025.01.17 08:06:37.743429 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9401 2025.01.17 08:06:37.743465 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9402 2025.01.17 08:06:37.743830 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9403 2025.01.17 08:06:37.744060 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9404 2025.01.17 08:06:37.744231 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
9405 2025.01.17 08:06:37.744279 [ 262 ] {e91e0e64-f365-43a4-8b81-e5e109430e62} <Debug> TCPHandler: Processed in 0.001888607 sec.
9406 2025.01.17 08:06:38.884137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
9407 2025.01.17 08:06:38.884883 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9408 2025.01.17 08:06:38.884930 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9409 2025.01.17 08:06:38.885447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9410 2025.01.17 08:06:38.885710 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9411 2025.01.17 08:06:38.885976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
9412 2025.01.17 08:06:40.491340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9413 2025.01.17 08:06:40.513101 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2025.01.17 08:06:40.513157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9415 2025.01.17 08:06:40.520724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9416 2025.01.17 08:06:40.521523 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9417 2025.01.17 08:06:40.525661 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9418 2025.01.17 08:06:41.492807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1322
9419 2025.01.17 08:06:41.495794 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9420 2025.01.17 08:06:41.495854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9421 2025.01.17 08:06:41.497314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9422 2025.01.17 08:06:41.497628 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9423 2025.01.17 08:06:41.497904 [ 134 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9424 2025.01.17 08:06:41.498035 [ 134 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9425 2025.01.17 08:06:41.498133 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9426 2025.01.17 08:06:41.499709 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
9427 2025.01.17 08:06:41.500165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322
9428 2025.01.17 08:06:41.500854 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9429 2025.01.17 08:06:41.501051 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1148 rows starting from the beginning of the part
9430 2025.01.17 08:06:41.501777 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part
9431 2025.01.17 08:06:41.502415 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
9432 2025.01.17 08:06:41.503098 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part
9433 2025.01.17 08:06:41.503901 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part
9434 2025.01.17 08:06:41.504670 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part
9435 2025.01.17 08:06:41.514760 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 72 columns (72 merged, 0 gathered) in 0.016486696 sec., 80185.86622813935 rows/sec., 62.77 MiB/sec.
9436 2025.01.17 08:06:41.516153 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9437 2025.01.17 08:06:41.516859 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9438 2025.01.17 08:06:41.516943 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_36_7} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9439 2025.01.17 08:06:41.517152 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
9440 2025.01.17 08:06:42.742768 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9441 2025.01.17 08:06:42.742959 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9442 2025.01.17 08:06:42.743029 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9443 2025.01.17 08:06:42.743745 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9444 2025.01.17 08:06:42.743796 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9445 2025.01.17 08:06:42.744232 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9446 2025.01.17 08:06:42.744485 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9447 2025.01.17 08:06:42.744741 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 550.42 KiB/sec.
9448 2025.01.17 08:06:42.744821 [ 260 ] {b31d7d7b-da7f-4506-81dd-22902f684d76} <Debug> TCPHandler: Processed in 0.002182971 sec.
9449 2025.01.17 08:06:42.745149 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9450 2025.01.17 08:06:42.745362 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9451 2025.01.17 08:06:42.745439 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9452 2025.01.17 08:06:42.746402 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9453 2025.01.17 08:06:42.746443 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9454 2025.01.17 08:06:42.746884 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9455 2025.01.17 08:06:42.747144 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9456 2025.01.17 08:06:42.747338 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002031 sec., 138355.48990645004 rows/sec., 12.22 MiB/sec.
9457 2025.01.17 08:06:42.747414 [ 262 ] {844f581c-59f1-4b52-940e-861e1808cc9f} <Debug> TCPHandler: Processed in 0.002444346 sec.
9458 2025.01.17 08:06:42.747631 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9459 2025.01.17 08:06:42.747783 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9460 2025.01.17 08:06:42.747840 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9461 2025.01.17 08:06:42.748488 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9462 2025.01.17 08:06:42.748529 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9463 2025.01.17 08:06:42.748894 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9464 2025.01.17 08:06:42.749130 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9465 2025.01.17 08:06:42.749337 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001586 sec., 29003.78310214376 rows/sec., 2.09 MiB/sec.
9466 2025.01.17 08:06:42.749390 [ 260 ] {e0489db5-2b65-447b-a28a-b5a9cd1e5391} <Debug> TCPHandler: Processed in 0.001876047 sec.
9467 2025.01.17 08:06:42.749547 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9468 2025.01.17 08:06:42.749689 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9469 2025.01.17 08:06:42.749746 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9470 2025.01.17 08:06:42.750397 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9471 2025.01.17 08:06:42.750437 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9472 2025.01.17 08:06:42.750792 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9473 2025.01.17 08:06:42.751030 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9474 2025.01.17 08:06:42.751205 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec.
9475 2025.01.17 08:06:42.751255 [ 262 ] {b44d0424-0566-40d1-8a36-9a2a2bb83d7d} <Debug> TCPHandler: Processed in 0.001775336 sec.
9476 2025.01.17 08:06:42.751911 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9477 2025.01.17 08:06:42.752052 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9478 2025.01.17 08:06:42.752099 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9479 2025.01.17 08:06:42.752796 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9480 2025.01.17 08:06:42.752843 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9481 2025.01.17 08:06:42.753289 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9482 2025.01.17 08:06:42.753524 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9483 2025.01.17 08:06:42.753720 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec.
9484 2025.01.17 08:06:42.753772 [ 260 ] {4cb95749-0bd1-4ace-b84f-3f96a3f439ea} <Debug> TCPHandler: Processed in 0.001915888 sec.
9485 2025.01.17 08:06:42.753927 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9486 2025.01.17 08:06:42.754042 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9487 2025.01.17 08:06:42.754089 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9488 2025.01.17 08:06:42.754841 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9489 2025.01.17 08:06:42.754880 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9490 2025.01.17 08:06:42.755254 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9491 2025.01.17 08:06:42.755490 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9492 2025.01.17 08:06:42.755689 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00167 sec., 252095.80838323353 rows/sec., 18.01 MiB/sec.
9493 2025.01.17 08:06:42.755787 [ 262 ] {45a91343-b260-4a75-8b43-75db05716078} <Debug> TCPHandler: Processed in 0.001915278 sec.
9494 2025.01.17 08:06:42.755965 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9495 2025.01.17 08:06:42.756099 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9496 2025.01.17 08:06:42.756149 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9497 2025.01.17 08:06:42.756769 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9498 2025.01.17 08:06:42.756807 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9499 2025.01.17 08:06:42.757161 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9500 2025.01.17 08:06:42.757398 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9501 2025.01.17 08:06:42.757560 [ 132 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
9502 2025.01.17 08:06:42.757633 [ 132 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9503 2025.01.17 08:06:42.757639 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec.
9504 2025.01.17 08:06:42.757678 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9505 2025.01.17 08:06:42.757752 [ 260 ] {3cf6524b-ec6f-4a94-91eb-5eb750d084ec} <Debug> TCPHandler: Processed in 0.001855107 sec.
9506 2025.01.17 08:06:42.757959 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9507 2025.01.17 08:06:42.757990 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
9508 2025.01.17 08:06:42.758127 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9509 2025.01.17 08:06:42.758250 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9510 2025.01.17 08:06:42.758290 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9511 2025.01.17 08:06:42.758397 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part
9512 2025.01.17 08:06:42.758706 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9513 2025.01.17 08:06:42.759184 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
9514 2025.01.17 08:06:42.759617 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
9515 2025.01.17 08:06:42.759775 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
9516 2025.01.17 08:06:42.760126 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
9517 2025.01.17 08:06:42.760909 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9518 2025.01.17 08:06:42.760969 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9519 2025.01.17 08:06:42.761998 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9520 2025.01.17 08:06:42.762609 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9521 2025.01.17 08:06:42.762836 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.005026452 sec., 41778.9725237603 rows/sec., 2.13 MiB/sec.
9522 2025.01.17 08:06:42.763143 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005069 sec., 46754.78398106136 rows/sec., 3.13 MiB/sec.
9523 2025.01.17 08:06:42.763201 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
9524 2025.01.17 08:06:42.763584 [ 262 ] {2772551f-7146-4b2d-a7eb-0171fb6ea2c5} <Debug> TCPHandler: Processed in 0.005726782 sec.
9525 2025.01.17 08:06:42.763935 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9526 2025.01.17 08:06:42.764321 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9527 2025.01.17 08:06:42.764476 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9528 2025.01.17 08:06:42.764605 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9529 2025.01.17 08:06:42.764866 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_35_7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
9530 2025.01.17 08:06:42.765057 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9531 2025.01.17 08:06:42.765348 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9532 2025.01.17 08:06:42.765393 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9533 2025.01.17 08:06:42.765757 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9534 2025.01.17 08:06:42.765999 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9535 2025.01.17 08:06:42.766173 [ 132 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
9536 2025.01.17 08:06:42.766227 [ 132 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9537 2025.01.17 08:06:42.766244 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002063 sec., 484.73097430925833 rows/sec., 32.66 KiB/sec.
9538 2025.01.17 08:06:42.766277 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9539 2025.01.17 08:06:42.766394 [ 260 ] {a60c941b-01fa-4075-8ffa-ededd5835068} <Debug> TCPHandler: Processed in 0.002644638 sec.
9540 2025.01.17 08:06:42.766639 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
9541 2025.01.17 08:06:42.766642 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9542 2025.01.17 08:06:42.766952 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9543 2025.01.17 08:06:42.766963 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9544 2025.01.17 08:06:42.767017 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part
9545 2025.01.17 08:06:42.767224 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9546 2025.01.17 08:06:42.767363 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
9547 2025.01.17 08:06:42.767977 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
9548 2025.01.17 08:06:42.768341 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
9549 2025.01.17 08:06:42.768789 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
9550 2025.01.17 08:06:42.769185 [ 196 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
9551 2025.01.17 08:06:42.772979 [ 195 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.006567954 sec., 5328.904556883315 rows/sec., 359.08 KiB/sec.
9552 2025.01.17 08:06:42.773003 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9553 2025.01.17 08:06:42.773066 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9554 2025.01.17 08:06:42.773182 [ 195 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
9555 2025.01.17 08:06:42.773877 [ 195 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9556 2025.01.17 08:06:42.774082 [ 195 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_35_7} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
9557 2025.01.17 08:06:42.774270 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9558 2025.01.17 08:06:42.774555 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9559 2025.01.17 08:06:42.774838 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9560 2025.01.17 08:06:42.775052 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008195 sec., 4758.999389871874 rows/sec., 8.53 MiB/sec.
9561 2025.01.17 08:06:42.775195 [ 262 ] {b15cc560-98c3-48db-9e9d-115103031be2} <Debug> TCPHandler: Processed in 0.008677314 sec.
9562 2025.01.17 08:06:42.775367 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9563 2025.01.17 08:06:42.775508 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9564 2025.01.17 08:06:42.775568 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9565 2025.01.17 08:06:42.776151 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9566 2025.01.17 08:06:42.776190 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9567 2025.01.17 08:06:42.776578 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9568 2025.01.17 08:06:42.776830 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9569 2025.01.17 08:06:42.777038 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec.
9570 2025.01.17 08:06:42.777103 [ 260 ] {fbc5d6a8-f65a-4c11-9793-9856799ddc12} <Debug> TCPHandler: Processed in 0.001804106 sec.
9571 2025.01.17 08:06:46.229046 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
9572 2025.01.17 08:06:46.229114 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
9573 2025.01.17 08:06:46.386198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
9574 2025.01.17 08:06:46.386983 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9575 2025.01.17 08:06:46.387029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9576 2025.01.17 08:06:46.387594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9577 2025.01.17 08:06:46.387854 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9578 2025.01.17 08:06:46.388091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9579 2025.01.17 08:06:47.736566 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9580 2025.01.17 08:06:47.736760 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9581 2025.01.17 08:06:47.736831 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9582 2025.01.17 08:06:47.737614 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9583 2025.01.17 08:06:47.737665 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9584 2025.01.17 08:06:47.738101 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9585 2025.01.17 08:06:47.738358 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9586 2025.01.17 08:06:47.738627 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec.
9587 2025.01.17 08:06:47.738736 [ 260 ] {f44e56ca-d569-4fde-8ca9-c96f1527012c} <Debug> TCPHandler: Processed in 0.002295963 sec.
9588 2025.01.17 08:06:47.739007 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9589 2025.01.17 08:06:47.739190 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9590 2025.01.17 08:06:47.739257 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9591 2025.01.17 08:06:47.739987 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9592 2025.01.17 08:06:47.740031 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9593 2025.01.17 08:06:47.740447 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9594 2025.01.17 08:06:47.740691 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9595 2025.01.17 08:06:47.740932 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001793 sec., 35694.36698271054 rows/sec., 2.79 MiB/sec.
9596 2025.01.17 08:06:47.740988 [ 262 ] {0f16ae45-03f9-432d-a638-ea88e6c25b42} <Debug> TCPHandler: Processed in 0.00211989 sec.
9597 2025.01.17 08:06:47.741146 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9598 2025.01.17 08:06:47.741278 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9599 2025.01.17 08:06:47.741335 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9600 2025.01.17 08:06:47.741940 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9601 2025.01.17 08:06:47.741978 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9602 2025.01.17 08:06:47.742360 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9603 2025.01.17 08:06:47.742613 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9604 2025.01.17 08:06:47.742904 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
9605 2025.01.17 08:06:47.742990 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec.
9606 2025.01.17 08:06:47.742996 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9607 2025.01.17 08:06:47.743078 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9608 2025.01.17 08:06:47.743168 [ 260 ] {964ccd7f-4482-49ff-9e86-b34913f83bfc} <Debug> TCPHandler: Processed in 0.002077229 sec.
9609 2025.01.17 08:06:47.743264 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
9610 2025.01.17 08:06:47.743403 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9611 2025.01.17 08:06:47.743417 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9612 2025.01.17 08:06:47.743473 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 23866 rows starting from the beginning of the part
9613 2025.01.17 08:06:47.743715 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9614 2025.01.17 08:06:47.743730 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
9615 2025.01.17 08:06:47.743940 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9616 2025.01.17 08:06:47.744006 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part
9617 2025.01.17 08:06:47.744307 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part
9618 2025.01.17 08:06:47.744610 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
9619 2025.01.17 08:06:47.744962 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
9620 2025.01.17 08:06:47.746301 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9621 2025.01.17 08:06:47.746345 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9622 2025.01.17 08:06:47.746828 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9623 2025.01.17 08:06:47.747225 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9624 2025.01.17 08:06:47.747577 [ 123 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9625 2025.01.17 08:06:47.747706 [ 123 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9626 2025.01.17 08:06:47.747766 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004188 sec., 14326.647564469915 rows/sec., 988.69 KiB/sec.
9627 2025.01.17 08:06:47.747817 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9628 2025.01.17 08:06:47.748072 [ 262 ] {b2b46408-7bb5-4345-947e-a53e45f79b75} <Debug> TCPHandler: Processed in 0.004747269 sec.
9629 2025.01.17 08:06:47.748411 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
9630 2025.01.17 08:06:47.748702 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9631 2025.01.17 08:06:47.748751 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4686 rows starting from the beginning of the part
9632 2025.01.17 08:06:47.748860 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
9633 2025.01.17 08:06:47.748960 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
9634 2025.01.17 08:06:47.749158 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
9635 2025.01.17 08:06:47.749239 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
9636 2025.01.17 08:06:47.749442 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
9637 2025.01.17 08:06:47.752773 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5030 rows, containing 4 columns (4 merged, 0 gathered) in 0.004722598 sec., 1065091.7143487546 rows/sec., 69.42 MiB/sec.
9638 2025.01.17 08:06:47.753455 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9639 2025.01.17 08:06:47.753834 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24820 rows, containing 5 columns (5 merged, 0 gathered) in 0.010642583 sec., 2332140.609098374 rows/sec., 157.47 MiB/sec.
9640 2025.01.17 08:06:47.754087 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
9641 2025.01.17 08:06:47.754096 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9642 2025.01.17 08:06:47.754316 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_71_14} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9643 2025.01.17 08:06:47.754525 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
9644 2025.01.17 08:06:47.754624 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2025.01.17 08:06:47.754711 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
9646 2025.01.17 08:06:47.754793 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
9647 2025.01.17 08:06:48.025816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9648 2025.01.17 08:06:48.047064 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9649 2025.01.17 08:06:48.047108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9650 2025.01.17 08:06:48.054756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9651 2025.01.17 08:06:48.055602 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9652 2025.01.17 08:06:48.058260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9653 2025.01.17 08:06:51.500566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1352
9654 2025.01.17 08:06:51.504131 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9655 2025.01.17 08:06:51.504175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9656 2025.01.17 08:06:51.505626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9657 2025.01.17 08:06:51.505951 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9658 2025.01.17 08:06:51.506466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1352
9659 2025.01.17 08:06:51.840641 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9660 2025.01.17 08:06:51.840834 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9661 2025.01.17 08:06:51.840907 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9662 2025.01.17 08:06:51.841670 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9663 2025.01.17 08:06:51.841735 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9664 2025.01.17 08:06:51.842208 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9665 2025.01.17 08:06:51.842472 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9666 2025.01.17 08:06:51.842711 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec.
9667 2025.01.17 08:06:51.842781 [ 260 ] {8701d8b4-920e-4d5f-84b0-c39247b1bec4} <Debug> TCPHandler: Processed in 0.002274283 sec.
9668 2025.01.17 08:06:51.843024 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9669 2025.01.17 08:06:51.843206 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9670 2025.01.17 08:06:51.843277 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9671 2025.01.17 08:06:51.843993 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9672 2025.01.17 08:06:51.844037 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9673 2025.01.17 08:06:51.844460 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9674 2025.01.17 08:06:51.844705 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9675 2025.01.17 08:06:51.844932 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001775 sec., 6760.56338028169 rows/sec., 551.28 KiB/sec.
9676 2025.01.17 08:06:51.844990 [ 262 ] {0fc50ad0-4e44-4998-ac98-be0024ccd011} <Debug> TCPHandler: Processed in 0.00209255 sec.
9677 2025.01.17 08:06:51.845159 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9678 2025.01.17 08:06:51.845306 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9679 2025.01.17 08:06:51.845367 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9680 2025.01.17 08:06:51.846486 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9681 2025.01.17 08:06:51.846529 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9682 2025.01.17 08:06:51.846981 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9683 2025.01.17 08:06:51.847221 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9684 2025.01.17 08:06:51.847399 [ 118 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9685 2025.01.17 08:06:51.847452 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002178 sec., 650596.8778696052 rows/sec., 54.45 MiB/sec.
9686 2025.01.17 08:06:51.847503 [ 118 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9687 2025.01.17 08:06:51.847559 [ 260 ] {7caed9c9-d7f0-4877-9766-c4e00dbf0854} <Debug> TCPHandler: Processed in 0.002466986 sec.
9688 2025.01.17 08:06:51.847580 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9689 2025.01.17 08:06:51.847841 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9690 2025.01.17 08:06:51.847894 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
9691 2025.01.17 08:06:51.848207 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9692 2025.01.17 08:06:51.848428 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9693 2025.01.17 08:06:51.848698 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9694 2025.01.17 08:06:51.848850 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1430 rows starting from the beginning of the part
9695 2025.01.17 08:06:51.849428 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 281 rows starting from the beginning of the part
9696 2025.01.17 08:06:51.849994 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
9697 2025.01.17 08:06:51.850553 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 281 rows starting from the beginning of the part
9698 2025.01.17 08:06:51.851176 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part
9699 2025.01.17 08:06:51.851488 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1417 rows starting from the beginning of the part
9700 2025.01.17 08:06:51.852449 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9701 2025.01.17 08:06:51.852514 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9702 2025.01.17 08:06:51.853390 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9703 2025.01.17 08:06:51.853943 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9704 2025.01.17 08:06:51.854277 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.006262 sec., 8463.749600766529 rows/sec., 614.91 KiB/sec.
9705 2025.01.17 08:06:51.854534 [ 262 ] {8eecb88d-726d-4036-a0d6-e5e001675735} <Debug> TCPHandler: Processed in 0.006835087 sec.
9706 2025.01.17 08:06:51.854922 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9707 2025.01.17 08:06:51.855548 [ 192 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3521 rows, containing 5 columns (5 merged, 0 gathered) in 0.007823072 sec., 450078.9459690515 rows/sec., 39.63 MiB/sec.
9708 2025.01.17 08:06:51.855557 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9709 2025.01.17 08:06:51.855646 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9710 2025.01.17 08:06:51.855832 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9711 2025.01.17 08:06:51.856241 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9712 2025.01.17 08:06:51.856368 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_81_16} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9713 2025.01.17 08:06:51.856495 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
9714 2025.01.17 08:06:51.856573 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9715 2025.01.17 08:06:51.856612 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9716 2025.01.17 08:06:51.856972 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9717 2025.01.17 08:06:51.857211 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9718 2025.01.17 08:06:51.857443 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002116 sec., 114366.72967863895 rows/sec., 7.75 MiB/sec.
9719 2025.01.17 08:06:51.857567 [ 260 ] {7abc047c-aacd-415b-b1ae-05335d78b242} <Debug> TCPHandler: Processed in 0.002881161 sec.
9720 2025.01.17 08:06:51.857746 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9721 2025.01.17 08:06:51.857882 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9722 2025.01.17 08:06:51.857936 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9723 2025.01.17 08:06:51.858596 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9724 2025.01.17 08:06:51.858636 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9725 2025.01.17 08:06:51.858995 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9726 2025.01.17 08:06:51.859232 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9727 2025.01.17 08:06:51.859453 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec.
9728 2025.01.17 08:06:51.859524 [ 262 ] {ff4ced72-6996-44b7-8d00-11ac1a4e6b6d} <Debug> TCPHandler: Processed in 0.001866067 sec.
9729 2025.01.17 08:06:51.859761 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9730 2025.01.17 08:06:51.859918 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9731 2025.01.17 08:06:51.859974 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9732 2025.01.17 08:06:51.860979 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9733 2025.01.17 08:06:51.861015 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9734 2025.01.17 08:06:51.861388 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9735 2025.01.17 08:06:51.861620 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9736 2025.01.17 08:06:51.861819 [ 117 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9737 2025.01.17 08:06:51.861866 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001976 sec., 447368.42105263163 rows/sec., 32.46 MiB/sec.
9738 2025.01.17 08:06:51.861870 [ 117 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9739 2025.01.17 08:06:51.861916 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9740 2025.01.17 08:06:51.861942 [ 260 ] {92f2b6af-8d14-4ead-87f3-1cfccab098ad} <Debug> TCPHandler: Processed in 0.002292493 sec.
9741 2025.01.17 08:06:51.862152 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
9742 2025.01.17 08:06:51.862221 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9743 2025.01.17 08:06:51.862563 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9744 2025.01.17 08:06:51.862691 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part
9745 2025.01.17 08:06:51.862689 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9746 2025.01.17 08:06:51.862987 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9747 2025.01.17 08:06:51.863204 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 421 rows starting from the beginning of the part
9748 2025.01.17 08:06:51.863885 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
9749 2025.01.17 08:06:51.864552 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 421 rows starting from the beginning of the part
9750 2025.01.17 08:06:51.864999 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part
9751 2025.01.17 08:06:51.865149 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 884 rows starting from the beginning of the part
9752 2025.01.17 08:06:51.866057 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9753 2025.01.17 08:06:51.866127 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9754 2025.01.17 08:06:51.866992 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9755 2025.01.17 08:06:51.867385 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9756 2025.01.17 08:06:51.867620 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005095 sec., 1177.6251226692837 rows/sec., 61.53 KiB/sec.
9757 2025.01.17 08:06:51.867807 [ 262 ] {587af1b8-2c07-4187-afbd-0c93514e8bcb} <Debug> TCPHandler: Processed in 0.005761983 sec.
9758 2025.01.17 08:06:51.868072 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9759 2025.01.17 08:06:51.868151 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2767 rows, containing 5 columns (5 merged, 0 gathered) in 0.006170509 sec., 448423.29862901097 rows/sec., 34.24 MiB/sec.
9760 2025.01.17 08:06:51.868237 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9761 2025.01.17 08:06:51.868320 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9762 2025.01.17 08:06:51.868406 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9763 2025.01.17 08:06:51.868946 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9764 2025.01.17 08:06:51.869029 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_81_16} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9765 2025.01.17 08:06:51.869162 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9766 2025.01.17 08:06:51.869514 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9767 2025.01.17 08:06:51.869558 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9768 2025.01.17 08:06:51.870003 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9769 2025.01.17 08:06:51.870247 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9770 2025.01.17 08:06:51.870422 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.002232 sec., 487903.2258064516 rows/sec., 32.60 MiB/sec.
9771 2025.01.17 08:06:51.870476 [ 260 ] {c51b1180-9212-4231-85ce-3a4ec925cacb} <Debug> TCPHandler: Processed in 0.002533536 sec.
9772 2025.01.17 08:06:51.870668 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9773 2025.01.17 08:06:51.870785 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9774 2025.01.17 08:06:51.870836 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9775 2025.01.17 08:06:51.871300 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9776 2025.01.17 08:06:51.871338 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9777 2025.01.17 08:06:51.871695 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9778 2025.01.17 08:06:51.871945 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9779 2025.01.17 08:06:51.872178 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec.
9780 2025.01.17 08:06:51.872356 [ 262 ] {4a41e9f0-c785-4418-aa22-431589652e90} <Debug> TCPHandler: Processed in 0.001735405 sec.
9781 2025.01.17 08:06:51.872586 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9782 2025.01.17 08:06:51.872725 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9783 2025.01.17 08:06:51.872833 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9784 2025.01.17 08:06:51.874150 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9785 2025.01.17 08:06:51.874189 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9786 2025.01.17 08:06:51.874831 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9787 2025.01.17 08:06:51.875089 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9788 2025.01.17 08:06:51.875286 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002592 sec., 13117.283950617284 rows/sec., 23.51 MiB/sec.
9789 2025.01.17 08:06:51.875379 [ 260 ] {01d5c9e6-cc84-470b-9fea-7cd219589310} <Debug> TCPHandler: Processed in 0.002913152 sec.
9790 2025.01.17 08:06:51.875538 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9791 2025.01.17 08:06:51.875674 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9792 2025.01.17 08:06:51.875731 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9793 2025.01.17 08:06:51.876305 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9794 2025.01.17 08:06:51.876353 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9795 2025.01.17 08:06:51.876749 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9796 2025.01.17 08:06:51.876987 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9797 2025.01.17 08:06:51.877186 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec.
9798 2025.01.17 08:06:51.877236 [ 262 ] {517cd6fa-dc39-4fb3-add6-04cb2d376543} <Debug> TCPHandler: Processed in 0.001764005 sec.
9799 2025.01.17 08:06:52.728486 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9800 2025.01.17 08:06:52.728690 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9801 2025.01.17 08:06:52.728757 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9802 2025.01.17 08:06:52.729492 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2025.01.17 08:06:52.729538 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9804 2025.01.17 08:06:52.729957 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9805 2025.01.17 08:06:52.730219 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2025.01.17 08:06:52.730466 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 178.63 KiB/sec.
9807 2025.01.17 08:06:52.730615 [ 260 ] {a77d038a-1132-4a17-85cd-53bf242014fc} <Debug> TCPHandler: Processed in 0.002283172 sec.
9808 2025.01.17 08:06:52.730894 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9809 2025.01.17 08:06:52.731102 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9810 2025.01.17 08:06:52.731181 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9811 2025.01.17 08:06:52.731952 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9812 2025.01.17 08:06:52.732001 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9813 2025.01.17 08:06:52.732426 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9814 2025.01.17 08:06:52.732696 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9815 2025.01.17 08:06:52.732920 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.001876 sec., 6396.588486140725 rows/sec., 598.12 KiB/sec.
9816 2025.01.17 08:06:52.732976 [ 262 ] {2056c611-1f8a-47c7-82b4-cb1275d8c8f8} <Debug> TCPHandler: Processed in 0.002228232 sec.
9817 2025.01.17 08:06:52.733143 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9818 2025.01.17 08:06:52.733314 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9819 2025.01.17 08:06:52.733371 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9820 2025.01.17 08:06:52.733971 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9821 2025.01.17 08:06:52.734011 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9822 2025.01.17 08:06:52.734379 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9823 2025.01.17 08:06:52.734625 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9824 2025.01.17 08:06:52.734797 [ 115 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9825 2025.01.17 08:06:52.734861 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001577 sec., 5707.038681039949 rows/sec., 415.52 KiB/sec.
9826 2025.01.17 08:06:52.734886 [ 115 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9827 2025.01.17 08:06:52.734956 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9828 2025.01.17 08:06:52.735012 [ 260 ] {d347b340-7cfc-4177-9411-f0a91084723d} <Debug> TCPHandler: Processed in 0.001932667 sec.
9829 2025.01.17 08:06:52.735215 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
9830 2025.01.17 08:06:52.735229 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9831 2025.01.17 08:06:52.735387 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9832 2025.01.17 08:06:52.735408 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9833 2025.01.17 08:06:52.735433 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part
9834 2025.01.17 08:06:52.735477 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9835 2025.01.17 08:06:52.735678 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part
9836 2025.01.17 08:06:52.736065 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 46 rows starting from the beginning of the part
9837 2025.01.17 08:06:52.736493 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part
9838 2025.01.17 08:06:52.736857 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 53 rows starting from the beginning of the part
9839 2025.01.17 08:06:52.737211 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part
9840 2025.01.17 08:06:52.738033 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9841 2025.01.17 08:06:52.738073 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9842 2025.01.17 08:06:52.738626 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9843 2025.01.17 08:06:52.738886 [ 190 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 5 columns (5 merged, 0 gathered) in 0.003818645 sec., 58397.67771028729 rows/sec., 4.39 MiB/sec.
9844 2025.01.17 08:06:52.738969 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9845 2025.01.17 08:06:52.739052 [ 190 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9846 2025.01.17 08:06:52.739282 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.003917 sec., 2297.676793464386 rows/sec., 185.49 KiB/sec.
9847 2025.01.17 08:06:52.739361 [ 262 ] {7b04f0a6-d761-465e-b68f-9517830f7506} <Debug> TCPHandler: Processed in 0.004238841 sec.
9848 2025.01.17 08:06:52.739551 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9849 2025.01.17 08:06:52.739595 [ 190 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9850 2025.01.17 08:06:52.739758 [ 190 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_46_9} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9851 2025.01.17 08:06:52.739772 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9852 2025.01.17 08:06:52.739884 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9853 2025.01.17 08:06:52.739886 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9854 2025.01.17 08:06:52.740443 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9855 2025.01.17 08:06:52.740486 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9856 2025.01.17 08:06:52.740862 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9857 2025.01.17 08:06:52.741105 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9858 2025.01.17 08:06:52.741326 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001618 sec., 1236.0939431396785 rows/sec., 86.91 KiB/sec.
9859 2025.01.17 08:06:52.741415 [ 260 ] {3ad23e68-f048-45d9-94a2-9b72b1b9185c} <Debug> TCPHandler: Processed in 0.001951828 sec.
9860 2025.01.17 08:06:52.741612 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9861 2025.01.17 08:06:52.741760 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9862 2025.01.17 08:06:52.741848 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9863 2025.01.17 08:06:52.743007 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9864 2025.01.17 08:06:52.743045 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9865 2025.01.17 08:06:52.743644 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9866 2025.01.17 08:06:52.743904 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9867 2025.01.17 08:06:52.744081 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9868 2025.01.17 08:06:52.744148 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9869 2025.01.17 08:06:52.744180 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9870 2025.01.17 08:06:52.744196 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002457 sec., 2035.002035002035 rows/sec., 3.65 MiB/sec.
9871 2025.01.17 08:06:52.744967 [ 262 ] {fa85d1a5-569f-45a8-b82f-2bc821804138} <Debug> TCPHandler: Processed in 0.003453199 sec.
9872 2025.01.17 08:06:52.744968 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
9873 2025.01.17 08:06:52.745424 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9874 2025.01.17 08:06:52.745502 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1174 rows starting from the beginning of the part
9875 2025.01.17 08:06:52.745875 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part
9876 2025.01.17 08:06:52.746205 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part
9877 2025.01.17 08:06:52.746542 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
9878 2025.01.17 08:06:52.746881 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part
9879 2025.01.17 08:06:52.747218 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part
9880 2025.01.17 08:06:52.753667 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 19 columns (19 merged, 0 gathered) in 0.009382355 sec., 138131.63113099002 rows/sec., 247.53 MiB/sec.
9881 2025.01.17 08:06:52.754936 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9882 2025.01.17 08:06:52.755343 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9883 2025.01.17 08:06:52.755418 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9884 2025.01.17 08:06:52.755579 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
9885 2025.01.17 08:06:53.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.57 MiB, peak 243.14 MiB, free memory in arenas 0.00 B, will set to 233.13 MiB (RSS), difference: 1.56 MiB
9886 2025.01.17 08:06:53.888325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
9887 2025.01.17 08:06:53.889008 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9888 2025.01.17 08:06:53.889062 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9889 2025.01.17 08:06:53.889599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9890 2025.01.17 08:06:53.889860 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9891 2025.01.17 08:06:53.890123 [ 116 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9892 2025.01.17 08:06:53.890151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
9893 2025.01.17 08:06:53.890252 [ 116 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9894 2025.01.17 08:06:53.890300 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9895 2025.01.17 08:06:53.890472 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9896 2025.01.17 08:06:53.890642 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9897 2025.01.17 08:06:53.890687 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9898 2025.01.17 08:06:53.890771 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9899 2025.01.17 08:06:53.890995 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9900 2025.01.17 08:06:53.891237 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9901 2025.01.17 08:06:53.891419 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9902 2025.01.17 08:06:53.891593 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
9903 2025.01.17 08:06:53.894731 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004334172 sec., 5390418.285199572 rows/sec., 77.11 MiB/sec.
9904 2025.01.17 08:06:53.895141 [ 196 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9905 2025.01.17 08:06:53.895460 [ 196 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_51_10} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9906 2025.01.17 08:06:53.895553 [ 196 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_51_10} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9907 2025.01.17 08:06:53.895665 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9908 2025.01.17 08:06:55.558432 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9909 2025.01.17 08:06:55.581831 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9910 2025.01.17 08:06:55.581889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9911 2025.01.17 08:06:55.589344 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9912 2025.01.17 08:06:55.590155 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9913 2025.01.17 08:06:55.590569 [ 113 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9914 2025.01.17 08:06:55.590722 [ 113 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9915 2025.01.17 08:06:55.590803 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9916 2025.01.17 08:06:55.591293 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9917 2025.01.17 08:06:55.605363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9918 2025.01.17 08:06:55.607249 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9919 2025.01.17 08:06:55.608972 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9920 2025.01.17 08:06:55.615157 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9921 2025.01.17 08:06:55.620918 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9922 2025.01.17 08:06:55.626813 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9923 2025.01.17 08:06:55.632708 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9924 2025.01.17 08:06:55.637451 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
9925 2025.01.17 08:06:55.699537 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.108555608 sec., 3546.5694227423055 rows/sec., 18.34 MiB/sec.
9926 2025.01.17 08:06:55.701700 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9927 2025.01.17 08:06:55.704214 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_51_10} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9928 2025.01.17 08:06:55.704345 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_51_10} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9929 2025.01.17 08:06:55.705961 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9930 2025.01.17 08:06:57.736766 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9931 2025.01.17 08:06:57.736972 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9932 2025.01.17 08:06:57.737050 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9933 2025.01.17 08:06:57.737859 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9934 2025.01.17 08:06:57.737903 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9935 2025.01.17 08:06:57.738338 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9936 2025.01.17 08:06:57.738599 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9937 2025.01.17 08:06:57.738834 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec.
9938 2025.01.17 08:06:57.738893 [ 260 ] {9b2906da-3ea3-4400-a8e6-d4e9164ad16a} <Debug> TCPHandler: Processed in 0.002262022 sec.
9939 2025.01.17 08:06:57.739193 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9940 2025.01.17 08:06:57.739493 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9941 2025.01.17 08:06:57.739609 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9942 2025.01.17 08:06:57.740411 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9943 2025.01.17 08:06:57.740460 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9944 2025.01.17 08:06:57.740899 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9945 2025.01.17 08:06:57.741173 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9946 2025.01.17 08:06:57.741413 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002003 sec., 31952.07189216176 rows/sec., 2.49 MiB/sec.
9947 2025.01.17 08:06:57.741479 [ 262 ] {b0afcbd4-3dc0-43df-897b-e7ea5f31edd1} <Debug> TCPHandler: Processed in 0.002473505 sec.
9948 2025.01.17 08:06:57.741627 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9949 2025.01.17 08:06:57.741767 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9950 2025.01.17 08:06:57.741828 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9951 2025.01.17 08:06:57.742523 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9952 2025.01.17 08:06:57.742571 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9953 2025.01.17 08:06:57.743007 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9954 2025.01.17 08:06:57.743254 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9955 2025.01.17 08:06:57.743469 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec.
9956 2025.01.17 08:06:57.743524 [ 260 ] {6ebb3109-bc96-4c05-a97f-d17c7618d4e7} <Debug> TCPHandler: Processed in 0.001961109 sec.
9957 2025.01.17 08:06:57.743669 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9958 2025.01.17 08:06:57.743792 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9959 2025.01.17 08:06:57.743846 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9960 2025.01.17 08:06:57.744375 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9961 2025.01.17 08:06:57.744414 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9962 2025.01.17 08:06:57.744795 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9963 2025.01.17 08:06:57.745040 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9964 2025.01.17 08:06:57.745253 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec.
9965 2025.01.17 08:06:57.745308 [ 262 ] {45968f6b-c320-4847-b4ec-cead2f534afc} <Debug> TCPHandler: Processed in 0.001698014 sec.
9966 2025.01.17 08:07:01.229354 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
9967 2025.01.17 08:07:01.229420 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
9968 2025.01.17 08:07:01.390454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
9969 2025.01.17 08:07:01.391289 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9970 2025.01.17 08:07:01.391342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9971 2025.01.17 08:07:01.391884 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9972 2025.01.17 08:07:01.392173 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9973 2025.01.17 08:07:01.392404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
9974 2025.01.17 08:07:01.506776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1396
9975 2025.01.17 08:07:01.510219 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2025.01.17 08:07:01.510271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9977 2025.01.17 08:07:01.511780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9978 2025.01.17 08:07:01.512103 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.01.17 08:07:01.512669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396
9980 2025.01.17 08:07:02.743779 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9981 2025.01.17 08:07:02.743988 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9982 2025.01.17 08:07:02.744067 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9983 2025.01.17 08:07:02.744907 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9984 2025.01.17 08:07:02.744952 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9985 2025.01.17 08:07:02.745392 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9986 2025.01.17 08:07:02.745649 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9987 2025.01.17 08:07:02.745809 [ 105 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
9988 2025.01.17 08:07:02.745861 [ 105 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9989 2025.01.17 08:07:02.745861 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec.
9990 2025.01.17 08:07:02.745892 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
9991 2025.01.17 08:07:02.745974 [ 260 ] {b29f63ea-6805-48ff-b87b-93aad9b3ce1d} <Debug> TCPHandler: Processed in 0.002330234 sec.
9992 2025.01.17 08:07:02.746249 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
9993 2025.01.17 08:07:02.746521 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9994 2025.01.17 08:07:02.746681 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9995 2025.01.17 08:07:02.746820 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
9996 2025.01.17 08:07:02.747333 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9997 2025.01.17 08:07:02.747355 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
9998 2025.01.17 08:07:02.747565 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9999 2025.01.17 08:07:02.747773 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10000 2025.01.17 08:07:02.748011 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10001 2025.01.17 08:07:02.748319 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10002 2025.01.17 08:07:02.749998 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004019537 sec., 17414.94107405903 rows/sec., 1.29 MiB/sec.
10003 2025.01.17 08:07:02.750306 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10004 2025.01.17 08:07:02.750717 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10005 2025.01.17 08:07:02.750793 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10006 2025.01.17 08:07:02.750976 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_37_9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10007 2025.01.17 08:07:02.751134 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_37_9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10008 2025.01.17 08:07:02.751313 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10009 2025.01.17 08:07:02.751534 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10010 2025.01.17 08:07:02.751795 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10011 2025.01.17 08:07:02.752047 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005059 sec., 55544.57402648745 rows/sec., 4.91 MiB/sec.
10012 2025.01.17 08:07:02.752171 [ 262 ] {d12ed7ea-53bd-4bad-8447-e450c2d6aa4f} <Debug> TCPHandler: Processed in 0.006044847 sec.
10013 2025.01.17 08:07:02.752528 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10014 2025.01.17 08:07:02.752679 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10015 2025.01.17 08:07:02.752741 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10016 2025.01.17 08:07:02.753371 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10017 2025.01.17 08:07:02.753410 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10018 2025.01.17 08:07:02.753784 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10019 2025.01.17 08:07:02.754023 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10020 2025.01.17 08:07:02.754230 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001596 sec., 28822.05513784461 rows/sec., 2.07 MiB/sec.
10021 2025.01.17 08:07:02.754404 [ 260 ] {92fa0c33-7942-4a85-a36f-57a8b755bd7d} <Debug> TCPHandler: Processed in 0.002008529 sec.
10022 2025.01.17 08:07:02.754604 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10023 2025.01.17 08:07:02.754734 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10024 2025.01.17 08:07:02.754788 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10025 2025.01.17 08:07:02.755418 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10026 2025.01.17 08:07:02.755457 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10027 2025.01.17 08:07:02.755817 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10028 2025.01.17 08:07:02.756080 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10029 2025.01.17 08:07:02.756325 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00155 sec., 9032.258064516129 rows/sec., 632.56 KiB/sec.
10030 2025.01.17 08:07:02.756522 [ 262 ] {c4a5ec84-f2e6-406e-8f89-d9ca39cd284c} <Debug> TCPHandler: Processed in 0.001967318 sec.
10031 2025.01.17 08:07:02.756733 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10032 2025.01.17 08:07:02.756885 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10033 2025.01.17 08:07:02.756939 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10034 2025.01.17 08:07:02.757535 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10035 2025.01.17 08:07:02.757574 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10036 2025.01.17 08:07:02.757945 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10037 2025.01.17 08:07:02.758220 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10038 2025.01.17 08:07:02.758408 [ 104 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10039 2025.01.17 08:07:02.758441 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec.
10040 2025.01.17 08:07:02.758457 [ 104 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10041 2025.01.17 08:07:02.758524 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10042 2025.01.17 08:07:02.758576 [ 260 ] {cf41f611-a5c1-4383-a9b9-55b6abafbcc5} <Debug> TCPHandler: Processed in 0.001937858 sec.
10043 2025.01.17 08:07:02.758708 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10044 2025.01.17 08:07:02.758753 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10045 2025.01.17 08:07:02.758943 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10046 2025.01.17 08:07:02.758971 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10047 2025.01.17 08:07:02.759025 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10048 2025.01.17 08:07:02.759079 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10049 2025.01.17 08:07:02.759351 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10050 2025.01.17 08:07:02.759835 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10051 2025.01.17 08:07:02.760149 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10052 2025.01.17 08:07:02.760515 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
10053 2025.01.17 08:07:02.762105 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10054 2025.01.17 08:07:02.762182 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10055 2025.01.17 08:07:02.762831 [ 201 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216101 sec., 15417.087968243646 rows/sec., 1021.47 KiB/sec.
10056 2025.01.17 08:07:02.763063 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10057 2025.01.17 08:07:02.763167 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10058 2025.01.17 08:07:02.763558 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_37_9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10059 2025.01.17 08:07:02.763633 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10060 2025.01.17 08:07:02.763745 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_37_9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10061 2025.01.17 08:07:02.764000 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10062 2025.01.17 08:07:02.764087 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005172 sec., 81399.84532095901 rows/sec., 5.82 MiB/sec.
10063 2025.01.17 08:07:02.764161 [ 262 ] {d9177f95-af83-497c-8198-1edb34e7cd22} <Debug> TCPHandler: Processed in 0.005474069 sec.
10064 2025.01.17 08:07:02.764328 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10065 2025.01.17 08:07:02.764455 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10066 2025.01.17 08:07:02.764507 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10067 2025.01.17 08:07:02.765003 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10068 2025.01.17 08:07:02.765041 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10069 2025.01.17 08:07:02.765419 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10070 2025.01.17 08:07:02.765666 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10071 2025.01.17 08:07:02.765873 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec.
10072 2025.01.17 08:07:02.765928 [ 260 ] {1a7276ff-80a4-4813-9554-5ebfd419c834} <Debug> TCPHandler: Processed in 0.001660814 sec.
10073 2025.01.17 08:07:02.766090 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10074 2025.01.17 08:07:02.766230 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10075 2025.01.17 08:07:02.766293 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10076 2025.01.17 08:07:02.766982 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10077 2025.01.17 08:07:02.767020 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10078 2025.01.17 08:07:02.767425 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10079 2025.01.17 08:07:02.767677 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10080 2025.01.17 08:07:02.767862 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec.
10081 2025.01.17 08:07:02.767914 [ 262 ] {638cc4cd-3ecb-42c8-93a6-ce816c3b9d4c} <Debug> TCPHandler: Processed in 0.001893308 sec.
10082 2025.01.17 08:07:02.768073 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10083 2025.01.17 08:07:02.768197 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10084 2025.01.17 08:07:02.768259 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10085 2025.01.17 08:07:02.768727 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10086 2025.01.17 08:07:02.768771 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10087 2025.01.17 08:07:02.769148 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10088 2025.01.17 08:07:02.769394 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10089 2025.01.17 08:07:02.769612 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
10090 2025.01.17 08:07:02.769673 [ 260 ] {0507ff43-a148-4f15-a7c8-5578b081429c} <Debug> TCPHandler: Processed in 0.001654024 sec.
10091 2025.01.17 08:07:02.769850 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10092 2025.01.17 08:07:02.769971 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10093 2025.01.17 08:07:02.770052 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10094 2025.01.17 08:07:02.771261 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10095 2025.01.17 08:07:02.771301 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10096 2025.01.17 08:07:02.771965 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10097 2025.01.17 08:07:02.772227 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10098 2025.01.17 08:07:02.772436 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00249 sec., 15662.650602409638 rows/sec., 28.07 MiB/sec.
10099 2025.01.17 08:07:02.772756 [ 262 ] {3f4a6a22-1381-4cc4-a173-edde76f3ba9d} <Debug> TCPHandler: Processed in 0.002965093 sec.
10100 2025.01.17 08:07:02.772924 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10101 2025.01.17 08:07:02.773063 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10102 2025.01.17 08:07:02.773121 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10103 2025.01.17 08:07:02.773694 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10104 2025.01.17 08:07:02.773739 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10105 2025.01.17 08:07:02.774140 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10106 2025.01.17 08:07:02.774399 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10107 2025.01.17 08:07:02.774638 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001601 sec., 51217.98875702686 rows/sec., 3.25 MiB/sec.
10108 2025.01.17 08:07:02.774716 [ 260 ] {81c4efa8-2f64-4363-b9bf-0ea8be432f37} <Debug> TCPHandler: Processed in 0.001859297 sec.
10109 2025.01.17 08:07:03.105541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10110 2025.01.17 08:07:03.123708 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10111 2025.01.17 08:07:03.123763 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
10112 2025.01.17 08:07:03.131347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10113 2025.01.17 08:07:03.132224 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10114 2025.01.17 08:07:03.136189 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10115 2025.01.17 08:07:07.737414 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10116 2025.01.17 08:07:07.737622 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10117 2025.01.17 08:07:07.737695 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10118 2025.01.17 08:07:07.738452 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10119 2025.01.17 08:07:07.738506 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10120 2025.01.17 08:07:07.738960 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10121 2025.01.17 08:07:07.739223 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10122 2025.01.17 08:07:07.739471 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec.
10123 2025.01.17 08:07:07.739538 [ 260 ] {03ce0527-f76f-4e66-a709-6ef8121b653b} <Debug> TCPHandler: Processed in 0.002254472 sec.
10124 2025.01.17 08:07:07.739796 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10125 2025.01.17 08:07:07.740012 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10126 2025.01.17 08:07:07.740094 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10127 2025.01.17 08:07:07.740856 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10128 2025.01.17 08:07:07.740911 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10129 2025.01.17 08:07:07.741355 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10130 2025.01.17 08:07:07.741605 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10131 2025.01.17 08:07:07.741855 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec.
10132 2025.01.17 08:07:07.741922 [ 262 ] {0b29e51b-03a8-4f77-b5a0-9d9a8c0c9909} <Debug> TCPHandler: Processed in 0.002268703 sec.
10133 2025.01.17 08:07:07.742079 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10134 2025.01.17 08:07:07.742225 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10135 2025.01.17 08:07:07.742290 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10136 2025.01.17 08:07:07.742967 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10137 2025.01.17 08:07:07.743050 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10138 2025.01.17 08:07:07.743454 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10139 2025.01.17 08:07:07.743690 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10140 2025.01.17 08:07:07.743861 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0
10141 2025.01.17 08:07:07.743982 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001787 sec., 89535.53441522105 rows/sec., 6.24 MiB/sec.
10142 2025.01.17 08:07:07.744010 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10143 2025.01.17 08:07:07.744077 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10144 2025.01.17 08:07:07.744110 [ 260 ] {21961713-ab91-4c16-be37-a89bba9823d5} <Debug> TCPHandler: Processed in 0.00209091 sec.
10145 2025.01.17 08:07:07.744286 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full
10146 2025.01.17 08:07:07.744341 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10147 2025.01.17 08:07:07.744440 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10148 2025.01.17 08:07:07.744518 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_75_15, total 24820 rows starting from the beginning of the part
10149 2025.01.17 08:07:07.744582 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10150 2025.01.17 08:07:07.744690 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1089 rows starting from the beginning of the part
10151 2025.01.17 08:07:07.744796 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10152 2025.01.17 08:07:07.744976 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 2 rows starting from the beginning of the part
10153 2025.01.17 08:07:07.745321 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
10154 2025.01.17 08:07:07.745675 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
10155 2025.01.17 08:07:07.746036 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part
10156 2025.01.17 08:07:07.747295 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10157 2025.01.17 08:07:07.747340 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10158 2025.01.17 08:07:07.748054 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10159 2025.01.17 08:07:07.748536 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10160 2025.01.17 08:07:07.749044 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004528 sec., 13250.88339222615 rows/sec., 914.45 KiB/sec.
10161 2025.01.17 08:07:07.749260 [ 262 ] {997f1508-50c3-439d-b584-7672d992debd} <Debug> TCPHandler: Processed in 0.005044032 sec.
10162 2025.01.17 08:07:07.754316 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26468 rows, containing 5 columns (5 merged, 0 gathered) in 0.010148736 sec., 2608009.5097556976 rows/sec., 176.08 MiB/sec.
10163 2025.01.17 08:07:07.754633 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
10164 2025.01.17 08:07:07.755004 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10165 2025.01.17 08:07:07.755105 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16
10166 2025.01.17 08:07:07.755204 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
10167 2025.01.17 08:07:08.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.49 MiB, peak 247.62 MiB, free memory in arenas 0.00 B, will set to 235.55 MiB (RSS), difference: 1.06 MiB
10168 2025.01.17 08:07:08.892634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
10169 2025.01.17 08:07:08.893466 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10170 2025.01.17 08:07:08.893548 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10171 2025.01.17 08:07:08.894325 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10172 2025.01.17 08:07:08.894795 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10173 2025.01.17 08:07:08.895054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
10174 2025.01.17 08:07:10.636360 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10175 2025.01.17 08:07:10.656119 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10176 2025.01.17 08:07:10.656173 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10177 2025.01.17 08:07:10.663386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10178 2025.01.17 08:07:10.664159 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10179 2025.01.17 08:07:10.668062 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10180 2025.01.17 08:07:11.513104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1426
10181 2025.01.17 08:07:11.516329 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10182 2025.01.17 08:07:11.516388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10183 2025.01.17 08:07:11.517859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10184 2025.01.17 08:07:11.518188 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10185 2025.01.17 08:07:11.518827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1426
10186 2025.01.17 08:07:12.743441 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10187 2025.01.17 08:07:12.743655 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10188 2025.01.17 08:07:12.743736 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10189 2025.01.17 08:07:12.744585 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10190 2025.01.17 08:07:12.744640 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10191 2025.01.17 08:07:12.745093 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10192 2025.01.17 08:07:12.745356 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10193 2025.01.17 08:07:12.745614 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
10194 2025.01.17 08:07:12.745682 [ 260 ] {c4dcaf4d-6049-4ad6-bf77-a9ddef0d4628} <Debug> TCPHandler: Processed in 0.002380665 sec.
10195 2025.01.17 08:07:12.746004 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10196 2025.01.17 08:07:12.746277 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10197 2025.01.17 08:07:12.746370 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10198 2025.01.17 08:07:12.747272 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10199 2025.01.17 08:07:12.747316 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10200 2025.01.17 08:07:12.747760 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10201 2025.01.17 08:07:12.748021 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10202 2025.01.17 08:07:12.748168 [ 92 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10203 2025.01.17 08:07:12.748220 [ 92 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10204 2025.01.17 08:07:12.748231 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002031 sec., 138355.48990645004 rows/sec., 12.22 MiB/sec.
10205 2025.01.17 08:07:12.748253 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10206 2025.01.17 08:07:12.748336 [ 262 ] {f7ca6f7b-de13-43ea-9458-72858f815a71} <Debug> TCPHandler: Processed in 0.002502616 sec.
10207 2025.01.17 08:07:12.748407 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
10208 2025.01.17 08:07:12.748538 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10209 2025.01.17 08:07:12.748570 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10210 2025.01.17 08:07:12.748623 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1430 rows starting from the beginning of the part
10211 2025.01.17 08:07:12.748807 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10212 2025.01.17 08:07:12.748910 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
10213 2025.01.17 08:07:12.748946 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10214 2025.01.17 08:07:12.749280 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part
10215 2025.01.17 08:07:12.749589 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 281 rows starting from the beginning of the part
10216 2025.01.17 08:07:12.749890 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
10217 2025.01.17 08:07:12.750227 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 281 rows starting from the beginning of the part
10218 2025.01.17 08:07:12.751758 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10219 2025.01.17 08:07:12.751830 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10220 2025.01.17 08:07:12.752826 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10221 2025.01.17 08:07:12.753242 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10222 2025.01.17 08:07:12.753479 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2116 rows, containing 5 columns (5 merged, 0 gathered) in 0.005138913 sec., 411760.23022767657 rows/sec., 36.43 MiB/sec.
10223 2025.01.17 08:07:12.753687 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004983 sec., 9231.386714830423 rows/sec., 680.05 KiB/sec.
10224 2025.01.17 08:07:12.753861 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10225 2025.01.17 08:07:12.754058 [ 260 ] {fb6f2a19-7af7-4b48-9568-3d2bf4673851} <Debug> TCPHandler: Processed in 0.005619331 sec.
10226 2025.01.17 08:07:12.754377 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10227 2025.01.17 08:07:12.754652 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10228 2025.01.17 08:07:12.754721 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10229 2025.01.17 08:07:12.754731 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10230 2025.01.17 08:07:12.754835 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_86_17} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10231 2025.01.17 08:07:12.754920 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
10232 2025.01.17 08:07:12.755446 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10233 2025.01.17 08:07:12.755484 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10234 2025.01.17 08:07:12.755834 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10235 2025.01.17 08:07:12.756076 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2025.01.17 08:07:12.756272 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec.
10237 2025.01.17 08:07:12.756395 [ 262 ] {92f978a6-53ff-4648-80a7-e59af024dbd4} <Debug> TCPHandler: Processed in 0.002205791 sec.
10238 2025.01.17 08:07:12.756568 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10239 2025.01.17 08:07:12.756707 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10240 2025.01.17 08:07:12.756766 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10241 2025.01.17 08:07:12.757444 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2025.01.17 08:07:12.757485 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10243 2025.01.17 08:07:12.757841 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10244 2025.01.17 08:07:12.758077 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10245 2025.01.17 08:07:12.758313 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec.
10246 2025.01.17 08:07:12.758385 [ 260 ] {630b03aa-1501-4e8e-81f8-2176188641a3} <Debug> TCPHandler: Processed in 0.001887747 sec.
10247 2025.01.17 08:07:12.758607 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10248 2025.01.17 08:07:12.758757 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10249 2025.01.17 08:07:12.758807 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10250 2025.01.17 08:07:12.759530 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10251 2025.01.17 08:07:12.759568 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10252 2025.01.17 08:07:12.759941 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10253 2025.01.17 08:07:12.760187 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10254 2025.01.17 08:07:12.760322 [ 92 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10255 2025.01.17 08:07:12.760358 [ 92 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10256 2025.01.17 08:07:12.760377 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001641 sec., 256550.88360755634 rows/sec., 18.33 MiB/sec.
10257 2025.01.17 08:07:12.760384 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10258 2025.01.17 08:07:12.760509 [ 262 ] {2a2b4af6-4dc1-417c-a43d-bb61827ebc8a} <Debug> TCPHandler: Processed in 0.002016469 sec.
10259 2025.01.17 08:07:12.760599 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
10260 2025.01.17 08:07:12.760684 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10261 2025.01.17 08:07:12.760729 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10262 2025.01.17 08:07:12.760763 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part
10263 2025.01.17 08:07:12.760887 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10264 2025.01.17 08:07:12.760905 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part
10265 2025.01.17 08:07:12.761042 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10266 2025.01.17 08:07:12.761123 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part
10267 2025.01.17 08:07:12.761368 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 421 rows starting from the beginning of the part
10268 2025.01.17 08:07:12.761615 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
10269 2025.01.17 08:07:12.761838 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 421 rows starting from the beginning of the part
10270 2025.01.17 08:07:12.762517 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10271 2025.01.17 08:07:12.762562 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10272 2025.01.17 08:07:12.763136 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10273 2025.01.17 08:07:12.763400 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10274 2025.01.17 08:07:12.763811 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.003326578 sec., 568752.6340882432 rows/sec., 43.44 MiB/sec.
10275 2025.01.17 08:07:12.763840 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003032 sec., 1978.891820580475 rows/sec., 103.39 KiB/sec.
10276 2025.01.17 08:07:12.763960 [ 260 ] {7135d464-676b-429a-982f-4ab72aa998c1} <Debug> TCPHandler: Processed in 0.003342628 sec.
10277 2025.01.17 08:07:12.764168 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10278 2025.01.17 08:07:12.764180 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10279 2025.01.17 08:07:12.764393 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10280 2025.01.17 08:07:12.764457 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10281 2025.01.17 08:07:12.764598 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10282 2025.01.17 08:07:12.764737 [ 186 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_86_17} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10283 2025.01.17 08:07:12.764834 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
10284 2025.01.17 08:07:12.765177 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10285 2025.01.17 08:07:12.765217 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10286 2025.01.17 08:07:12.765632 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10287 2025.01.17 08:07:12.765890 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10288 2025.01.17 08:07:12.766094 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec.
10289 2025.01.17 08:07:12.766146 [ 262 ] {30fcbbc1-bddf-40bf-b649-ac4f046c0172} <Debug> TCPHandler: Processed in 0.00209266 sec.
10290 2025.01.17 08:07:12.766285 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10291 2025.01.17 08:07:12.766416 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10292 2025.01.17 08:07:12.766473 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10293 2025.01.17 08:07:12.767072 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10294 2025.01.17 08:07:12.767120 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10295 2025.01.17 08:07:12.767504 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10296 2025.01.17 08:07:12.767742 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10297 2025.01.17 08:07:12.767998 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001583 sec., 631.7119393556538 rows/sec., 42.57 KiB/sec.
10298 2025.01.17 08:07:12.768128 [ 260 ] {3e6ceb70-164b-42ad-bd80-c1a046b6445d} <Debug> TCPHandler: Processed in 0.001880607 sec.
10299 2025.01.17 08:07:12.768334 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10300 2025.01.17 08:07:12.768478 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10301 2025.01.17 08:07:12.768558 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10302 2025.01.17 08:07:12.769859 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10303 2025.01.17 08:07:12.769897 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10304 2025.01.17 08:07:12.770556 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10305 2025.01.17 08:07:12.770823 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10306 2025.01.17 08:07:12.771110 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002651 sec., 14711.429649188984 rows/sec., 26.36 MiB/sec.
10307 2025.01.17 08:07:12.771572 [ 262 ] {b69c9f88-4acd-4815-93d5-03846fdaafe3} <Debug> TCPHandler: Processed in 0.003337378 sec.
10308 2025.01.17 08:07:12.771919 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10309 2025.01.17 08:07:12.772087 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10310 2025.01.17 08:07:12.772145 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10311 2025.01.17 08:07:12.772668 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10312 2025.01.17 08:07:12.772707 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10313 2025.01.17 08:07:12.773081 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10314 2025.01.17 08:07:12.773322 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10315 2025.01.17 08:07:12.773501 [ 91 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10316 2025.01.17 08:07:12.773563 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec.
10317 2025.01.17 08:07:12.773610 [ 91 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10318 2025.01.17 08:07:12.773677 [ 260 ] {bffccd4b-ff46-4854-bfa3-6c00522bcd9b} <Debug> TCPHandler: Processed in 0.001948428 sec.
10319 2025.01.17 08:07:12.773684 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10320 2025.01.17 08:07:12.773898 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10321 2025.01.17 08:07:12.774109 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10322 2025.01.17 08:07:12.774167 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 5030 rows starting from the beginning of the part
10323 2025.01.17 08:07:12.774348 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10324 2025.01.17 08:07:12.774500 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10325 2025.01.17 08:07:12.774661 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10326 2025.01.17 08:07:12.774806 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10327 2025.01.17 08:07:12.774953 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
10328 2025.01.17 08:07:12.776749 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5396 rows, containing 4 columns (4 merged, 0 gathered) in 0.002938472 sec., 1836328.5408198545 rows/sec., 119.64 MiB/sec.
10329 2025.01.17 08:07:12.777046 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10330 2025.01.17 08:07:12.777324 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10331 2025.01.17 08:07:12.777400 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_76_15} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10332 2025.01.17 08:07:12.777471 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10333 2025.01.17 08:07:16.229462 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
10334 2025.01.17 08:07:16.229530 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
10335 2025.01.17 08:07:16.395272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
10336 2025.01.17 08:07:16.396282 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10337 2025.01.17 08:07:16.396357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10338 2025.01.17 08:07:16.396937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10339 2025.01.17 08:07:16.397199 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10340 2025.01.17 08:07:16.397399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10341 2025.01.17 08:07:17.736539 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2025.01.17 08:07:17.736728 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10343 2025.01.17 08:07:17.736803 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10344 2025.01.17 08:07:17.737776 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2025.01.17 08:07:17.737852 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10346 2025.01.17 08:07:17.738347 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10347 2025.01.17 08:07:17.738626 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10348 2025.01.17 08:07:17.738914 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002231 sec., 25100.851636037652 rows/sec., 1.93 MiB/sec.
10349 2025.01.17 08:07:17.739043 [ 260 ] {ac49f659-8af9-4e8c-af4c-6ccf4b39edf6} <Debug> TCPHandler: Processed in 0.002641948 sec.
10350 2025.01.17 08:07:17.739366 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10351 2025.01.17 08:07:17.739562 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10352 2025.01.17 08:07:17.739633 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10353 2025.01.17 08:07:17.740382 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10354 2025.01.17 08:07:17.740430 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10355 2025.01.17 08:07:17.740878 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10356 2025.01.17 08:07:17.741141 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10357 2025.01.17 08:07:17.741385 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001869 sec., 34242.91064740503 rows/sec., 2.67 MiB/sec.
10358 2025.01.17 08:07:17.741471 [ 262 ] {7fc33b4b-b532-441d-8346-7e394a70267c} <Debug> TCPHandler: Processed in 0.002284123 sec.
10359 2025.01.17 08:07:17.741694 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10360 2025.01.17 08:07:17.741914 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10361 2025.01.17 08:07:17.741973 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10362 2025.01.17 08:07:17.742613 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10363 2025.01.17 08:07:17.742658 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10364 2025.01.17 08:07:17.743158 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10365 2025.01.17 08:07:17.743448 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10366 2025.01.17 08:07:17.743703 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001836 sec., 87145.96949891068 rows/sec., 6.07 MiB/sec.
10367 2025.01.17 08:07:17.743787 [ 260 ] {83e1fb06-c271-4066-bdb1-ed30aae5e6bb} <Debug> TCPHandler: Processed in 0.002202772 sec.
10368 2025.01.17 08:07:17.743998 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10369 2025.01.17 08:07:17.744146 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10370 2025.01.17 08:07:17.744198 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10371 2025.01.17 08:07:17.744706 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10372 2025.01.17 08:07:17.744745 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10373 2025.01.17 08:07:17.745136 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10374 2025.01.17 08:07:17.745383 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10375 2025.01.17 08:07:17.745605 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec.
10376 2025.01.17 08:07:17.745699 [ 262 ] {32d3eda8-2936-4a9d-a03f-ba001acaaa6d} <Debug> TCPHandler: Processed in 0.001817726 sec.
10377 2025.01.17 08:07:18.168232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10378 2025.01.17 08:07:18.189508 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10379 2025.01.17 08:07:18.189559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10380 2025.01.17 08:07:18.196974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10381 2025.01.17 08:07:18.197745 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10382 2025.01.17 08:07:18.200265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10383 2025.01.17 08:07:21.519152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1456
10384 2025.01.17 08:07:21.522176 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10385 2025.01.17 08:07:21.522232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10386 2025.01.17 08:07:21.523716 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10387 2025.01.17 08:07:21.524039 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10388 2025.01.17 08:07:21.524675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1456
10389 2025.01.17 08:07:21.846084 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10390 2025.01.17 08:07:21.846283 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10391 2025.01.17 08:07:21.846355 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10392 2025.01.17 08:07:21.847105 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10393 2025.01.17 08:07:21.847153 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10394 2025.01.17 08:07:21.847579 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10395 2025.01.17 08:07:21.847822 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10396 2025.01.17 08:07:21.848066 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec.
10397 2025.01.17 08:07:21.848133 [ 260 ] {1e4b5808-8f41-4e88-bb39-1691a3f2291b} <Debug> TCPHandler: Processed in 0.002172701 sec.
10398 2025.01.17 08:07:21.848400 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10399 2025.01.17 08:07:21.848596 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10400 2025.01.17 08:07:21.848671 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10401 2025.01.17 08:07:21.849365 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10402 2025.01.17 08:07:21.849416 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10403 2025.01.17 08:07:21.849827 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10404 2025.01.17 08:07:21.850079 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10405 2025.01.17 08:07:21.850355 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001803 sec., 1109.2623405435386 rows/sec., 90.45 KiB/sec.
10406 2025.01.17 08:07:21.850592 [ 262 ] {f785955d-ca8c-45e7-b0f4-5568a97498cc} <Debug> TCPHandler: Processed in 0.002316733 sec.
10407 2025.01.17 08:07:21.850753 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10408 2025.01.17 08:07:21.850880 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10409 2025.01.17 08:07:21.850929 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10410 2025.01.17 08:07:21.852099 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10411 2025.01.17 08:07:21.852141 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10412 2025.01.17 08:07:21.852607 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10413 2025.01.17 08:07:21.852843 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10414 2025.01.17 08:07:21.853078 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002226 sec., 634321.6531895776 rows/sec., 53.12 MiB/sec.
10415 2025.01.17 08:07:21.853139 [ 260 ] {75fc9ab9-2387-459e-9d2d-b88f97726474} <Debug> TCPHandler: Processed in 0.002443604 sec.
10416 2025.01.17 08:07:21.853347 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10417 2025.01.17 08:07:21.853573 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10418 2025.01.17 08:07:21.853667 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10419 2025.01.17 08:07:21.854303 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10420 2025.01.17 08:07:21.854343 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10421 2025.01.17 08:07:21.854724 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10422 2025.01.17 08:07:21.854971 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10423 2025.01.17 08:07:21.855181 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001665 sec., 25825.825825825825 rows/sec., 1.85 MiB/sec.
10424 2025.01.17 08:07:21.855239 [ 262 ] {b0a4de0b-aa50-416e-9ded-71d60ca80850} <Debug> TCPHandler: Processed in 0.002004309 sec.
10425 2025.01.17 08:07:21.855389 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10426 2025.01.17 08:07:21.855509 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10427 2025.01.17 08:07:21.855557 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10428 2025.01.17 08:07:21.856206 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10429 2025.01.17 08:07:21.856248 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10430 2025.01.17 08:07:21.856622 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10431 2025.01.17 08:07:21.856870 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10432 2025.01.17 08:07:21.857039 [ 82 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
10433 2025.01.17 08:07:21.857101 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001616 sec., 149752.47524752474 rows/sec., 10.15 MiB/sec.
10434 2025.01.17 08:07:21.857125 [ 82 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10435 2025.01.17 08:07:21.857193 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10436 2025.01.17 08:07:21.857216 [ 260 ] {dd19fe22-6d1b-44b4-b69d-d53549682e01} <Debug> TCPHandler: Processed in 0.001884437 sec.
10437 2025.01.17 08:07:21.857476 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10438 2025.01.17 08:07:21.857746 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
10439 2025.01.17 08:07:21.857818 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10440 2025.01.17 08:07:21.857994 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10441 2025.01.17 08:07:21.858431 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10442 2025.01.17 08:07:21.858515 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 242 rows starting from the beginning of the part
10443 2025.01.17 08:07:21.858940 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10444 2025.01.17 08:07:21.859403 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part
10445 2025.01.17 08:07:21.859611 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
10446 2025.01.17 08:07:21.859961 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
10447 2025.01.17 08:07:21.860223 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part
10448 2025.01.17 08:07:21.860913 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10449 2025.01.17 08:07:21.860970 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10450 2025.01.17 08:07:21.861865 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10451 2025.01.17 08:07:21.862448 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10452 2025.01.17 08:07:21.862960 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005216 sec., 2492.3312883435583 rows/sec., 155.40 KiB/sec.
10453 2025.01.17 08:07:21.863315 [ 262 ] {b79344a9-d0ec-43dd-ad36-44eb379cbe19} <Debug> TCPHandler: Processed in 0.006003957 sec.
10454 2025.01.17 08:07:21.863361 [ 190 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006067707 sec., 126571.70163292327 rows/sec., 9.06 MiB/sec.
10455 2025.01.17 08:07:21.863501 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10456 2025.01.17 08:07:21.863580 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
10457 2025.01.17 08:07:21.863767 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10458 2025.01.17 08:07:21.863871 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10459 2025.01.17 08:07:21.864196 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2025.01.17 08:07:21.864413 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_39_8} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
10461 2025.01.17 08:07:21.864618 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
10462 2025.01.17 08:07:21.865428 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10463 2025.01.17 08:07:21.865474 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10464 2025.01.17 08:07:21.865903 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10465 2025.01.17 08:07:21.866150 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10466 2025.01.17 08:07:21.866387 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.002685 sec., 325512.104283054 rows/sec., 23.59 MiB/sec.
10467 2025.01.17 08:07:21.866496 [ 260 ] {c02a9a2a-3801-46b1-8108-3261eb8afbc3} <Debug> TCPHandler: Processed in 0.003078664 sec.
10468 2025.01.17 08:07:21.866746 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10469 2025.01.17 08:07:21.866910 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10470 2025.01.17 08:07:21.866971 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10471 2025.01.17 08:07:21.867555 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10472 2025.01.17 08:07:21.867601 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10473 2025.01.17 08:07:21.867981 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10474 2025.01.17 08:07:21.868231 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10475 2025.01.17 08:07:21.868447 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec.
10476 2025.01.17 08:07:21.868500 [ 262 ] {476f14ff-e939-4513-8af8-c0dec14132b7} <Debug> TCPHandler: Processed in 0.001907108 sec.
10477 2025.01.17 08:07:21.868648 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10478 2025.01.17 08:07:21.868788 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10479 2025.01.17 08:07:21.868851 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10480 2025.01.17 08:07:21.869759 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10481 2025.01.17 08:07:21.869799 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10482 2025.01.17 08:07:21.870261 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10483 2025.01.17 08:07:21.870505 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10484 2025.01.17 08:07:21.870713 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001957 sec., 553909.0444557997 rows/sec., 37.01 MiB/sec.
10485 2025.01.17 08:07:21.870773 [ 260 ] {2b07e027-ecde-4e3a-be17-939788d1ff8e} <Debug> TCPHandler: Processed in 0.002184241 sec.
10486 2025.01.17 08:07:21.870926 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10487 2025.01.17 08:07:21.871063 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10488 2025.01.17 08:07:21.871123 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10489 2025.01.17 08:07:21.871671 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10490 2025.01.17 08:07:21.871710 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10491 2025.01.17 08:07:21.872072 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10492 2025.01.17 08:07:21.872321 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10493 2025.01.17 08:07:21.872575 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec.
10494 2025.01.17 08:07:21.872751 [ 262 ] {971c4550-d1ea-4f7a-8a05-45d08aeb54d0} <Debug> TCPHandler: Processed in 0.001886377 sec.
10495 2025.01.17 08:07:21.872966 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10496 2025.01.17 08:07:21.873102 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10497 2025.01.17 08:07:21.873185 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10498 2025.01.17 08:07:21.874461 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10499 2025.01.17 08:07:21.874500 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10500 2025.01.17 08:07:21.875191 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10501 2025.01.17 08:07:21.875449 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10502 2025.01.17 08:07:21.875653 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002581 sec., 13173.188686555599 rows/sec., 23.61 MiB/sec.
10503 2025.01.17 08:07:21.875758 [ 260 ] {3033cd49-f1d8-4645-bdd9-a860dd80cf62} <Debug> TCPHandler: Processed in 0.002902122 sec.
10504 2025.01.17 08:07:21.875980 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10505 2025.01.17 08:07:21.876204 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10506 2025.01.17 08:07:21.876294 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10507 2025.01.17 08:07:21.876948 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10508 2025.01.17 08:07:21.877013 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10509 2025.01.17 08:07:21.877393 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10510 2025.01.17 08:07:21.877630 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10511 2025.01.17 08:07:21.877845 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001694 sec., 48406.139315230226 rows/sec., 3.07 MiB/sec.
10512 2025.01.17 08:07:21.877897 [ 262 ] {4c6d6fb7-7c24-425a-b7ed-b8b659f6160e} <Debug> TCPHandler: Processed in 0.002028059 sec.
10513 2025.01.17 08:07:22.729082 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10514 2025.01.17 08:07:22.729289 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10515 2025.01.17 08:07:22.729366 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10516 2025.01.17 08:07:22.730117 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10517 2025.01.17 08:07:22.730158 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10518 2025.01.17 08:07:22.730582 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10519 2025.01.17 08:07:22.730843 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10520 2025.01.17 08:07:22.731037 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001805 sec., 5540.16620498615 rows/sec., 540.49 KiB/sec.
10521 2025.01.17 08:07:22.731092 [ 260 ] {2f294631-31c1-4a95-9daf-ca1eafe93952} <Debug> TCPHandler: Processed in 0.002144731 sec.
10522 2025.01.17 08:07:22.731358 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10523 2025.01.17 08:07:22.731569 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10524 2025.01.17 08:07:22.731653 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10525 2025.01.17 08:07:22.732405 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10526 2025.01.17 08:07:22.732460 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10527 2025.01.17 08:07:22.732892 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10528 2025.01.17 08:07:22.733148 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10529 2025.01.17 08:07:22.733384 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001871 sec., 2672.367717797969 rows/sec., 200.95 KiB/sec.
10530 2025.01.17 08:07:22.733451 [ 262 ] {eed1bb51-7686-4d3a-87d2-1731819735b6} <Debug> TCPHandler: Processed in 0.002231212 sec.
10531 2025.01.17 08:07:22.733637 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10532 2025.01.17 08:07:22.733773 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10533 2025.01.17 08:07:22.733831 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10534 2025.01.17 08:07:22.734504 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10535 2025.01.17 08:07:22.734550 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10536 2025.01.17 08:07:22.734926 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10537 2025.01.17 08:07:22.735166 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10538 2025.01.17 08:07:22.735362 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001619 sec., 3088.3261272390364 rows/sec., 247.31 KiB/sec.
10539 2025.01.17 08:07:22.735414 [ 260 ] {fd6f3048-f93f-4948-87b5-85f9da1a27af} <Debug> TCPHandler: Processed in 0.001843136 sec.
10540 2025.01.17 08:07:22.735573 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10541 2025.01.17 08:07:22.735697 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10542 2025.01.17 08:07:22.735789 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10543 2025.01.17 08:07:22.737017 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10544 2025.01.17 08:07:22.737055 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10545 2025.01.17 08:07:22.737678 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10546 2025.01.17 08:07:22.737953 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10547 2025.01.17 08:07:22.738195 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002522 sec., 1982.5535289452816 rows/sec., 3.55 MiB/sec.
10548 2025.01.17 08:07:22.738602 [ 262 ] {b8cd3960-97e6-4725-9b18-b82b34ae8096} <Debug> TCPHandler: Processed in 0.003085024 sec.
10549 2025.01.17 08:07:23.897629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
10550 2025.01.17 08:07:23.898304 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10551 2025.01.17 08:07:23.898355 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10552 2025.01.17 08:07:23.898882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10553 2025.01.17 08:07:23.899140 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10554 2025.01.17 08:07:23.899376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
10555 2025.01.17 08:07:25.700438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
10556 2025.01.17 08:07:25.722412 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2025.01.17 08:07:25.722473 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10558 2025.01.17 08:07:25.730202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10559 2025.01.17 08:07:25.731026 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10560 2025.01.17 08:07:25.734609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
10561 2025.01.17 08:07:27.737341 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10562 2025.01.17 08:07:27.737550 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10563 2025.01.17 08:07:27.737629 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10564 2025.01.17 08:07:27.738416 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10565 2025.01.17 08:07:27.738460 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10566 2025.01.17 08:07:27.738903 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10567 2025.01.17 08:07:27.739163 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10568 2025.01.17 08:07:27.739421 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec.
10569 2025.01.17 08:07:27.739482 [ 260 ] {4fddb671-0c1f-432a-85e6-fda9bd1febc5} <Debug> TCPHandler: Processed in 0.002275882 sec.
10570 2025.01.17 08:07:27.739807 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10571 2025.01.17 08:07:27.740058 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10572 2025.01.17 08:07:27.740135 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10573 2025.01.17 08:07:27.740959 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10574 2025.01.17 08:07:27.740998 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10575 2025.01.17 08:07:27.741424 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10576 2025.01.17 08:07:27.741674 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10577 2025.01.17 08:07:27.741867 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec.
10578 2025.01.17 08:07:27.741921 [ 262 ] {9271b346-5f9b-435e-8389-38bd5c22a12f} <Debug> TCPHandler: Processed in 0.002293383 sec.
10579 2025.01.17 08:07:27.742069 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10580 2025.01.17 08:07:27.742210 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10581 2025.01.17 08:07:27.742271 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10582 2025.01.17 08:07:27.742936 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10583 2025.01.17 08:07:27.742976 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10584 2025.01.17 08:07:27.743425 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10585 2025.01.17 08:07:27.743694 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10586 2025.01.17 08:07:27.743902 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec.
10587 2025.01.17 08:07:27.743960 [ 260 ] {016ee57f-fbb6-4a34-bcf7-a7eca7dcdf14} <Debug> TCPHandler: Processed in 0.001957089 sec.
10588 2025.01.17 08:07:27.744101 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10589 2025.01.17 08:07:27.744218 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10590 2025.01.17 08:07:27.744267 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10591 2025.01.17 08:07:27.744779 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10592 2025.01.17 08:07:27.744817 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
10593 2025.01.17 08:07:27.745199 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10594 2025.01.17 08:07:27.745443 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10595 2025.01.17 08:07:27.745619 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
10596 2025.01.17 08:07:27.745668 [ 262 ] {1f9e359b-1fe5-44b0-8380-07301965f4b0} <Debug> TCPHandler: Processed in 0.001624633 sec.
10597 2025.01.17 08:07:31.229775 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
10598 2025.01.17 08:07:31.229851 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
10599 2025.01.17 08:07:31.399620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
10600 2025.01.17 08:07:31.400497 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10601 2025.01.17 08:07:31.400539 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10602 2025.01.17 08:07:31.401125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10603 2025.01.17 08:07:31.401380 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10604 2025.01.17 08:07:31.401534 [ 68 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10605 2025.01.17 08:07:31.401565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
10606 2025.01.17 08:07:31.401578 [ 68 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10607 2025.01.17 08:07:31.401603 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10608 2025.01.17 08:07:31.401741 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10609 2025.01.17 08:07:31.401927 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10610 2025.01.17 08:07:31.401989 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10611 2025.01.17 08:07:31.402107 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10612 2025.01.17 08:07:31.402351 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10613 2025.01.17 08:07:31.402567 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10614 2025.01.17 08:07:31.402666 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10615 2025.01.17 08:07:31.402871 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
10616 2025.01.17 08:07:31.406025 [ 190 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004349702 sec., 5904082.624510828 rows/sec., 84.46 MiB/sec.
10617 2025.01.17 08:07:31.406301 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10618 2025.01.17 08:07:31.406723 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_56_11} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10619 2025.01.17 08:07:31.406839 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_56_11} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10620 2025.01.17 08:07:31.406985 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
10621 2025.01.17 08:07:31.524991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1496
10622 2025.01.17 08:07:31.528170 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10623 2025.01.17 08:07:31.528221 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10624 2025.01.17 08:07:31.529654 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10625 2025.01.17 08:07:31.529940 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10626 2025.01.17 08:07:31.530192 [ 68 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10627 2025.01.17 08:07:31.530386 [ 68 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10628 2025.01.17 08:07:31.530474 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10629 2025.01.17 08:07:31.530913 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
10630 2025.01.17 08:07:31.531765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1496
10631 2025.01.17 08:07:31.532082 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10632 2025.01.17 08:07:31.532216 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1322 rows starting from the beginning of the part
10633 2025.01.17 08:07:31.532767 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
10634 2025.01.17 08:07:31.533271 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part
10635 2025.01.17 08:07:31.533774 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
10636 2025.01.17 08:07:31.534273 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part
10637 2025.01.17 08:07:31.534866 [ 190 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part
10638 2025.01.17 08:07:31.544001 [ 200 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 72 columns (72 merged, 0 gathered) in 0.013368711 sec., 111903.08474766191 rows/sec., 86.62 MiB/sec.
10639 2025.01.17 08:07:31.545754 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10640 2025.01.17 08:07:31.546634 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10641 2025.01.17 08:07:31.546743 [ 191 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_41_8} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10642 2025.01.17 08:07:31.547111 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
10643 2025.01.17 08:07:32.177042 [ 63 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0
10644 2025.01.17 08:07:32.177105 [ 63 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10645 2025.01.17 08:07:32.177128 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10646 2025.01.17 08:07:32.177315 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full
10647 2025.01.17 08:07:32.177593 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10648 2025.01.17 08:07:32.177636 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part
10649 2025.01.17 08:07:32.177710 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
10650 2025.01.17 08:07:32.177818 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
10651 2025.01.17 08:07:32.177939 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
10652 2025.01.17 08:07:32.178018 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
10653 2025.01.17 08:07:32.178996 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.001791026 sec., 21775.228276976435 rows/sec., 1.43 MiB/sec.
10654 2025.01.17 08:07:32.179131 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
10655 2025.01.17 08:07:32.179419 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10656 2025.01.17 08:07:32.179503 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_39_8} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8
10657 2025.01.17 08:07:32.179585 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10658 2025.01.17 08:07:32.743520 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10659 2025.01.17 08:07:32.743709 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10660 2025.01.17 08:07:32.743779 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10661 2025.01.17 08:07:32.744505 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10662 2025.01.17 08:07:32.744551 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10663 2025.01.17 08:07:32.744964 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10664 2025.01.17 08:07:32.745210 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10665 2025.01.17 08:07:32.745453 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001795 sec., 7799.442896935933 rows/sec., 561.46 KiB/sec.
10666 2025.01.17 08:07:32.745512 [ 260 ] {f6fc031c-bf11-4482-aa54-1a9fec4835c8} <Debug> TCPHandler: Processed in 0.002120451 sec.
10667 2025.01.17 08:07:32.745768 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10668 2025.01.17 08:07:32.745979 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10669 2025.01.17 08:07:32.746057 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10670 2025.01.17 08:07:32.746944 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10671 2025.01.17 08:07:32.746986 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10672 2025.01.17 08:07:32.747442 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10673 2025.01.17 08:07:32.747706 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10674 2025.01.17 08:07:32.747862 [ 63 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10675 2025.01.17 08:07:32.747899 [ 63 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10676 2025.01.17 08:07:32.747910 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001987 sec., 141419.22496225467 rows/sec., 12.49 MiB/sec.
10677 2025.01.17 08:07:32.747924 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10678 2025.01.17 08:07:32.748018 [ 262 ] {55e38bbe-3d14-4b9e-b10a-3a8aeddb4021} <Debug> TCPHandler: Processed in 0.002382015 sec.
10679 2025.01.17 08:07:32.748131 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
10680 2025.01.17 08:07:32.748260 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10681 2025.01.17 08:07:32.748267 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10682 2025.01.17 08:07:32.748296 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1430 rows starting from the beginning of the part
10683 2025.01.17 08:07:32.748440 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
10684 2025.01.17 08:07:32.748457 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10685 2025.01.17 08:07:32.748560 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10686 2025.01.17 08:07:32.748683 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1412 rows starting from the beginning of the part
10687 2025.01.17 08:07:32.748952 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 10 rows starting from the beginning of the part
10688 2025.01.17 08:07:32.749166 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part
10689 2025.01.17 08:07:32.749406 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 281 rows starting from the beginning of the part
10690 2025.01.17 08:07:32.750405 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10691 2025.01.17 08:07:32.750454 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10692 2025.01.17 08:07:32.750955 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10693 2025.01.17 08:07:32.751223 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10694 2025.01.17 08:07:32.751402 [ 63 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10695 2025.01.17 08:07:32.751452 [ 63 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10696 2025.01.17 08:07:32.751489 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003083 sec., 14920.531949399936 rows/sec., 1.07 MiB/sec.
10697 2025.01.17 08:07:32.751495 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10698 2025.01.17 08:07:32.751688 [ 260 ] {2ff9926d-2330-4de4-8f37-128d54bdd0bc} <Debug> TCPHandler: Processed in 0.00347389 sec.
10699 2025.01.17 08:07:32.751838 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
10700 2025.01.17 08:07:32.752472 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10701 2025.01.17 08:07:32.752498 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10702 2025.01.17 08:07:32.752620 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part
10703 2025.01.17 08:07:32.753111 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10704 2025.01.17 08:07:32.753171 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part
10705 2025.01.17 08:07:32.753205 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.005161685 sec., 628670.6763392186 rows/sec., 55.17 MiB/sec.
10706 2025.01.17 08:07:32.753375 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10707 2025.01.17 08:07:32.753766 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part
10708 2025.01.17 08:07:32.753859 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10709 2025.01.17 08:07:32.754260 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 43 rows starting from the beginning of the part
10710 2025.01.17 08:07:32.754789 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part
10711 2025.01.17 08:07:32.755222 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part
10712 2025.01.17 08:07:32.755406 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10713 2025.01.17 08:07:32.756019 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_91_18} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10714 2025.01.17 08:07:32.756436 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10715 2025.01.17 08:07:32.757959 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10716 2025.01.17 08:07:32.758025 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10717 2025.01.17 08:07:32.759002 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10718 2025.01.17 08:07:32.759092 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.007458138 sec., 33520.43097084018 rows/sec., 2.53 MiB/sec.
10719 2025.01.17 08:07:32.759274 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10720 2025.01.17 08:07:32.759478 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10721 2025.01.17 08:07:32.759825 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10722 2025.01.17 08:07:32.759866 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007006 sec., 1998.2871824150727 rows/sec., 139.95 KiB/sec.
10723 2025.01.17 08:07:32.759989 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_51_10} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10724 2025.01.17 08:07:32.760016 [ 262 ] {95c650aa-19a0-4c7e-9158-1667f3052e21} <Debug> TCPHandler: Processed in 0.007742181 sec.
10725 2025.01.17 08:07:32.760206 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10726 2025.01.17 08:07:32.760223 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10727 2025.01.17 08:07:32.760341 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10728 2025.01.17 08:07:32.760395 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10729 2025.01.17 08:07:32.760962 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10730 2025.01.17 08:07:32.761000 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10731 2025.01.17 08:07:32.761343 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10732 2025.01.17 08:07:32.761586 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10733 2025.01.17 08:07:32.761805 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001484 sec., 8760.10781671159 rows/sec., 546.19 KiB/sec.
10734 2025.01.17 08:07:32.761907 [ 260 ] {d8b26450-5e07-41fb-9df3-113faa14e8d1} <Debug> TCPHandler: Processed in 0.001775126 sec.
10735 2025.01.17 08:07:32.762092 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10736 2025.01.17 08:07:32.762226 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10737 2025.01.17 08:07:32.762283 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10738 2025.01.17 08:07:32.763154 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10739 2025.01.17 08:07:32.763192 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10740 2025.01.17 08:07:32.763591 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10741 2025.01.17 08:07:32.763843 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10742 2025.01.17 08:07:32.763996 [ 63 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10743 2025.01.17 08:07:32.764037 [ 63 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10744 2025.01.17 08:07:32.764041 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001842 sec., 228555.9174809989 rows/sec., 16.33 MiB/sec.
10745 2025.01.17 08:07:32.764061 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10746 2025.01.17 08:07:32.764192 [ 262 ] {ccfe040a-308d-4ca4-ab1d-04497cd9abc2} <Debug> TCPHandler: Processed in 0.002187842 sec.
10747 2025.01.17 08:07:32.764320 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
10748 2025.01.17 08:07:32.764416 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10749 2025.01.17 08:07:32.764453 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10750 2025.01.17 08:07:32.764483 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part
10751 2025.01.17 08:07:32.764702 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
10752 2025.01.17 08:07:32.764703 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10753 2025.01.17 08:07:32.764928 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10754 2025.01.17 08:07:32.764961 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 874 rows starting from the beginning of the part
10755 2025.01.17 08:07:32.765191 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 5 rows starting from the beginning of the part
10756 2025.01.17 08:07:32.765511 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part
10757 2025.01.17 08:07:32.765827 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 421 rows starting from the beginning of the part
10758 2025.01.17 08:07:32.766629 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10759 2025.01.17 08:07:32.766680 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10760 2025.01.17 08:07:32.767276 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10761 2025.01.17 08:07:32.767565 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10762 2025.01.17 08:07:32.767775 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.003612342 sec., 648056.0257029927 rows/sec., 49.59 MiB/sec.
10763 2025.01.17 08:07:32.767846 [ 63 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
10764 2025.01.17 08:07:32.767917 [ 63 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10765 2025.01.17 08:07:32.767975 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003393 sec., 1768.3465959328028 rows/sec., 92.39 KiB/sec.
10766 2025.01.17 08:07:32.767988 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10767 2025.01.17 08:07:32.768029 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10768 2025.01.17 08:07:32.768300 [ 260 ] {9f26401e-011a-4f0f-8ee3-f59fedf8c70c} <Debug> TCPHandler: Processed in 0.003970706 sec.
10769 2025.01.17 08:07:32.768364 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
10770 2025.01.17 08:07:32.768584 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10771 2025.01.17 08:07:32.768607 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10772 2025.01.17 08:07:32.768663 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part
10773 2025.01.17 08:07:32.768714 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10774 2025.01.17 08:07:32.769060 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10775 2025.01.17 08:07:32.769098 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
10776 2025.01.17 08:07:32.769220 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_91_18} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10777 2025.01.17 08:07:32.769419 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10778 2025.01.17 08:07:32.769537 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
10779 2025.01.17 08:07:32.769705 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
10780 2025.01.17 08:07:32.769909 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
10781 2025.01.17 08:07:32.770294 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
10782 2025.01.17 08:07:32.770672 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
10783 2025.01.17 08:07:32.772351 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10784 2025.01.17 08:07:32.772420 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10785 2025.01.17 08:07:32.773197 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.005033452 sec., 47680.9950705798 rows/sec., 2.43 MiB/sec.
10786 2025.01.17 08:07:32.773393 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
10787 2025.01.17 08:07:32.773478 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10788 2025.01.17 08:07:32.773830 [ 186 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10789 2025.01.17 08:07:32.773902 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10790 2025.01.17 08:07:32.774004 [ 186 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_40_8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
10791 2025.01.17 08:07:32.774109 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0
10792 2025.01.17 08:07:32.774174 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10793 2025.01.17 08:07:32.774182 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10794 2025.01.17 08:07:32.774222 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10795 2025.01.17 08:07:32.774244 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005424 sec., 43694.69026548672 rows/sec., 2.93 MiB/sec.
10796 2025.01.17 08:07:32.774388 [ 262 ] {c0ad53d5-1c31-4ab3-93f2-84299b4fbfe1} <Debug> TCPHandler: Processed in 0.005973426 sec.
10797 2025.01.17 08:07:32.774399 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full
10798 2025.01.17 08:07:32.774541 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10799 2025.01.17 08:07:32.774581 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10800 2025.01.17 08:07:32.774595 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_80_16, total 26468 rows starting from the beginning of the part
10801 2025.01.17 08:07:32.774838 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part
10802 2025.01.17 08:07:32.774937 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10803 2025.01.17 08:07:32.775119 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part
10804 2025.01.17 08:07:32.775126 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10805 2025.01.17 08:07:32.775429 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1084 rows starting from the beginning of the part
10806 2025.01.17 08:07:32.775908 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part
10807 2025.01.17 08:07:32.776237 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part
10808 2025.01.17 08:07:32.777387 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10809 2025.01.17 08:07:32.777452 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10810 2025.01.17 08:07:32.777959 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10811 2025.01.17 08:07:32.778257 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10812 2025.01.17 08:07:32.778599 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003778 sec., 264.69031233456855 rows/sec., 17.84 KiB/sec.
10813 2025.01.17 08:07:32.778816 [ 260 ] {5b693e74-ef36-4079-8b69-6f5c2d975e47} <Debug> TCPHandler: Processed in 0.004334872 sec.
10814 2025.01.17 08:07:32.779002 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10815 2025.01.17 08:07:32.779176 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10816 2025.01.17 08:07:32.779313 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10817 2025.01.17 08:07:32.780741 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10818 2025.01.17 08:07:32.780778 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10819 2025.01.17 08:07:32.781633 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10820 2025.01.17 08:07:32.781916 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10821 2025.01.17 08:07:32.782082 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10822 2025.01.17 08:07:32.782176 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10823 2025.01.17 08:07:32.782200 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10824 2025.01.17 08:07:32.782248 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003101 sec., 12576.588197355692 rows/sec., 22.54 MiB/sec.
10825 2025.01.17 08:07:32.782565 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
10826 2025.01.17 08:07:32.782800 [ 262 ] {54336987-c263-43e8-be1b-8264bba3dc6a} <Debug> TCPHandler: Processed in 0.003876366 sec.
10827 2025.01.17 08:07:32.783075 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10828 2025.01.17 08:07:32.783398 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10829 2025.01.17 08:07:32.783602 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10830 2025.01.17 08:07:32.783875 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10831 2025.01.17 08:07:32.784203 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1296 rows starting from the beginning of the part
10832 2025.01.17 08:07:32.785129 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part
10833 2025.01.17 08:07:32.786161 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28346 rows, containing 5 columns (5 merged, 0 gathered) in 0.01186822 sec., 2388395.226916926 rows/sec., 161.23 MiB/sec.
10834 2025.01.17 08:07:32.786602 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10835 2025.01.17 08:07:32.786634 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
10836 2025.01.17 08:07:32.786708 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10837 2025.01.17 08:07:32.786729 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
10838 2025.01.17 08:07:32.787894 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2025.01.17 08:07:32.788027 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part
10840 2025.01.17 08:07:32.788202 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17
10841 2025.01.17 08:07:32.788462 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
10842 2025.01.17 08:07:32.788819 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10843 2025.01.17 08:07:32.788908 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part
10844 2025.01.17 08:07:32.789439 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part
10845 2025.01.17 08:07:32.789596 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10846 2025.01.17 08:07:32.790406 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007121 sec., 11515.236624069654 rows/sec., 748.91 KiB/sec.
10847 2025.01.17 08:07:32.790663 [ 260 ] {5dee14df-441f-462c-be63-b2bbe457732a} <Debug> TCPHandler: Processed in 0.007744901 sec.
10848 2025.01.17 08:07:32.798985 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1452 rows, containing 19 columns (19 merged, 0 gathered) in 0.01670617 sec., 86913.99644562458 rows/sec., 155.75 MiB/sec.
10849 2025.01.17 08:07:32.800329 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10850 2025.01.17 08:07:32.800744 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10851 2025.01.17 08:07:32.800836 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10852 2025.01.17 08:07:32.800962 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB.
10853 2025.01.17 08:07:33.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.30 MiB, peak 248.82 MiB, free memory in arenas 0.00 B, will set to 241.20 MiB (RSS), difference: 3.90 MiB
10854 2025.01.17 08:07:33.234771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
10855 2025.01.17 08:07:33.256218 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10856 2025.01.17 08:07:33.256263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10857 2025.01.17 08:07:33.263517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10858 2025.01.17 08:07:33.264295 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10859 2025.01.17 08:07:33.264626 [ 62 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10860 2025.01.17 08:07:33.264703 [ 62 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10861 2025.01.17 08:07:33.264754 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10862 2025.01.17 08:07:33.265340 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10863 2025.01.17 08:07:33.280695 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
10864 2025.01.17 08:07:33.282510 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10865 2025.01.17 08:07:33.284251 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10866 2025.01.17 08:07:33.289990 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10867 2025.01.17 08:07:33.295653 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10868 2025.01.17 08:07:33.301262 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10869 2025.01.17 08:07:33.307441 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10870 2025.01.17 08:07:33.312083 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
10871 2025.01.17 08:07:33.375195 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.110297403 sec., 3826.0193669292466 rows/sec., 19.78 MiB/sec.
10872 2025.01.17 08:07:33.378544 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10873 2025.01.17 08:07:33.381442 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_56_11} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10874 2025.01.17 08:07:33.381557 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_56_11} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10875 2025.01.17 08:07:33.383897 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10876 2025.01.17 08:07:37.737040 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10877 2025.01.17 08:07:37.737226 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10878 2025.01.17 08:07:37.737299 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10879 2025.01.17 08:07:37.738055 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10880 2025.01.17 08:07:37.738100 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10881 2025.01.17 08:07:37.738552 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10882 2025.01.17 08:07:37.738827 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10883 2025.01.17 08:07:37.739036 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec.
10884 2025.01.17 08:07:37.739102 [ 260 ] {6de485c7-e492-4702-ac5f-e6165f124887} <Debug> TCPHandler: Processed in 0.002189702 sec.
10885 2025.01.17 08:07:37.739355 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10886 2025.01.17 08:07:37.739564 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10887 2025.01.17 08:07:37.739642 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10888 2025.01.17 08:07:37.740463 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10889 2025.01.17 08:07:37.740510 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10890 2025.01.17 08:07:37.740942 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10891 2025.01.17 08:07:37.741199 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2025.01.17 08:07:37.741436 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec.
10893 2025.01.17 08:07:37.741505 [ 262 ] {612d3285-1358-4aa2-9dab-4279f2277c98} <Debug> TCPHandler: Processed in 0.002286093 sec.
10894 2025.01.17 08:07:37.741726 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10895 2025.01.17 08:07:37.741959 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10896 2025.01.17 08:07:37.742026 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10897 2025.01.17 08:07:37.742649 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10898 2025.01.17 08:07:37.742691 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10899 2025.01.17 08:07:37.743110 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10900 2025.01.17 08:07:37.743366 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10901 2025.01.17 08:07:37.743552 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec.
10902 2025.01.17 08:07:37.743609 [ 260 ] {3b0c7d95-6b02-4743-b8d9-d9b843f3be9b} <Debug> TCPHandler: Processed in 0.002024919 sec.
10903 2025.01.17 08:07:37.743767 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10904 2025.01.17 08:07:37.743912 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10905 2025.01.17 08:07:37.743975 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10906 2025.01.17 08:07:37.744537 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10907 2025.01.17 08:07:37.744578 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10908 2025.01.17 08:07:37.744963 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10909 2025.01.17 08:07:37.745215 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2025.01.17 08:07:37.745373 [ 57 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10911 2025.01.17 08:07:37.745438 [ 57 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10912 2025.01.17 08:07:37.745454 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec.
10913 2025.01.17 08:07:37.745478 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10914 2025.01.17 08:07:37.745589 [ 262 ] {ec8271dc-a8e2-44f8-a4cc-f09771b8fc1d} <Debug> TCPHandler: Processed in 0.001890577 sec.
10915 2025.01.17 08:07:37.745771 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10916 2025.01.17 08:07:37.745947 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10917 2025.01.17 08:07:37.745986 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5396 rows starting from the beginning of the part
10918 2025.01.17 08:07:37.746062 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
10919 2025.01.17 08:07:37.746300 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part
10920 2025.01.17 08:07:37.746488 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part
10921 2025.01.17 08:07:37.746620 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
10922 2025.01.17 08:07:37.746824 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
10923 2025.01.17 08:07:37.748874 [ 198 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5740 rows, containing 4 columns (4 merged, 0 gathered) in 0.003258407 sec., 1761597.0012340385 rows/sec., 114.81 MiB/sec.
10924 2025.01.17 08:07:37.749367 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10925 2025.01.17 08:07:37.749758 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10926 2025.01.17 08:07:37.749862 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_81_16} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10927 2025.01.17 08:07:37.749976 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
10928 2025.01.17 08:07:38.901799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
10929 2025.01.17 08:07:38.902481 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10930 2025.01.17 08:07:38.902524 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10931 2025.01.17 08:07:38.903077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10932 2025.01.17 08:07:38.903343 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10933 2025.01.17 08:07:38.903549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
10934 2025.01.17 08:07:40.780876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
10935 2025.01.17 08:07:40.799805 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10936 2025.01.17 08:07:40.799859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10937 2025.01.17 08:07:40.806738 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10938 2025.01.17 08:07:40.807489 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10939 2025.01.17 08:07:40.812165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10940 2025.01.17 08:07:41.532123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1526
10941 2025.01.17 08:07:41.535176 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10942 2025.01.17 08:07:41.535235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10943 2025.01.17 08:07:41.536755 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10944 2025.01.17 08:07:41.537071 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10945 2025.01.17 08:07:41.538456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1526
10946 2025.01.17 08:07:42.744522 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10947 2025.01.17 08:07:42.744709 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10948 2025.01.17 08:07:42.744784 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10949 2025.01.17 08:07:42.745542 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10950 2025.01.17 08:07:42.745592 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10951 2025.01.17 08:07:42.746034 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10952 2025.01.17 08:07:42.746299 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10953 2025.01.17 08:07:42.746513 [ 52 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
10954 2025.01.17 08:07:42.746548 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec.
10955 2025.01.17 08:07:42.746603 [ 52 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10956 2025.01.17 08:07:42.746684 [ 260 ] {f9e007e5-4371-47ea-9889-b1e91dac5026} <Debug> TCPHandler: Processed in 0.002287502 sec.
10957 2025.01.17 08:07:42.746689 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10958 2025.01.17 08:07:42.746918 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10959 2025.01.17 08:07:42.746968 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10960 2025.01.17 08:07:42.747184 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10961 2025.01.17 08:07:42.747265 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10962 2025.01.17 08:07:42.747277 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10963 2025.01.17 08:07:42.747439 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10964 2025.01.17 08:07:42.747495 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10965 2025.01.17 08:07:42.747942 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10966 2025.01.17 08:07:42.748256 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10967 2025.01.17 08:07:42.748705 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
10968 2025.01.17 08:07:42.750207 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10969 2025.01.17 08:07:42.750293 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10970 2025.01.17 08:07:42.751407 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004589186 sec., 15253.249704849617 rows/sec., 1.13 MiB/sec.
10971 2025.01.17 08:07:42.751532 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10972 2025.01.17 08:07:42.751592 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
10973 2025.01.17 08:07:42.752024 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10974 2025.01.17 08:07:42.752112 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_41_10} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10975 2025.01.17 08:07:42.752329 [ 187 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_41_10} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
10976 2025.01.17 08:07:42.752488 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.0053 sec., 53018.8679245283 rows/sec., 4.68 MiB/sec.
10977 2025.01.17 08:07:42.752503 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10978 2025.01.17 08:07:42.752634 [ 262 ] {193ed4d6-caaa-4b06-87b5-d3dc9638645a} <Debug> TCPHandler: Processed in 0.005818234 sec.
10979 2025.01.17 08:07:42.753069 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10980 2025.01.17 08:07:42.753207 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10981 2025.01.17 08:07:42.753262 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10982 2025.01.17 08:07:42.753948 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10983 2025.01.17 08:07:42.753992 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10984 2025.01.17 08:07:42.754392 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10985 2025.01.17 08:07:42.754650 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10986 2025.01.17 08:07:42.754869 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001694 sec., 27154.663518299883 rows/sec., 1.95 MiB/sec.
10987 2025.01.17 08:07:42.754940 [ 260 ] {18e83d49-e4f2-4e52-95c2-678e51a30c04} <Debug> TCPHandler: Processed in 0.001931288 sec.
10988 2025.01.17 08:07:42.755139 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10989 2025.01.17 08:07:42.755289 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10990 2025.01.17 08:07:42.755352 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10991 2025.01.17 08:07:42.755989 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10992 2025.01.17 08:07:42.756031 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
10993 2025.01.17 08:07:42.756405 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10994 2025.01.17 08:07:42.756674 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10995 2025.01.17 08:07:42.756909 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec.
10996 2025.01.17 08:07:42.757020 [ 262 ] {82348210-dabd-4d5f-af72-6314581ffc87} <Debug> TCPHandler: Processed in 0.001963588 sec.
10997 2025.01.17 08:07:42.757202 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10998 2025.01.17 08:07:42.757328 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10999 2025.01.17 08:07:42.757380 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11000 2025.01.17 08:07:42.757982 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11001 2025.01.17 08:07:42.758024 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11002 2025.01.17 08:07:42.758411 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11003 2025.01.17 08:07:42.758658 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11004 2025.01.17 08:07:42.758823 [ 52 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11005 2025.01.17 08:07:42.758897 [ 52 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11006 2025.01.17 08:07:42.758912 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec.
11007 2025.01.17 08:07:42.758930 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11008 2025.01.17 08:07:42.759113 [ 260 ] {4be9d555-e906-451a-918f-694ce3969712} <Debug> TCPHandler: Processed in 0.001976049 sec.
11009 2025.01.17 08:07:42.759337 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11010 2025.01.17 08:07:42.759423 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11011 2025.01.17 08:07:42.759894 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11012 2025.01.17 08:07:42.759898 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11013 2025.01.17 08:07:42.759998 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11014 2025.01.17 08:07:42.760018 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11015 2025.01.17 08:07:42.760289 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11016 2025.01.17 08:07:42.760620 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11017 2025.01.17 08:07:42.760933 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11018 2025.01.17 08:07:42.761274 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11019 2025.01.17 08:07:42.762447 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2025.01.17 08:07:42.762492 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11021 2025.01.17 08:07:42.762900 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003831045 sec., 16966.650091554653 rows/sec., 1.10 MiB/sec.
11022 2025.01.17 08:07:42.763161 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11023 2025.01.17 08:07:42.763200 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11024 2025.01.17 08:07:42.763666 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11025 2025.01.17 08:07:42.763747 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_41_10} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11026 2025.01.17 08:07:42.764020 [ 199 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_41_10} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11027 2025.01.17 08:07:42.764178 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004403 sec., 95616.62502838974 rows/sec., 6.83 MiB/sec.
11028 2025.01.17 08:07:42.764299 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11029 2025.01.17 08:07:42.764501 [ 262 ] {821f5abe-463f-4e3b-b7c8-bb290f838be3} <Debug> TCPHandler: Processed in 0.005246255 sec.
11030 2025.01.17 08:07:42.764715 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11031 2025.01.17 08:07:42.764866 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11032 2025.01.17 08:07:42.764927 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11033 2025.01.17 08:07:42.765503 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11034 2025.01.17 08:07:42.765543 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11035 2025.01.17 08:07:42.765923 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11036 2025.01.17 08:07:42.766167 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11037 2025.01.17 08:07:42.766380 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec.
11038 2025.01.17 08:07:42.766436 [ 260 ] {4af41aa5-aa03-420f-becd-6d290d8fad93} <Debug> TCPHandler: Processed in 0.001827407 sec.
11039 2025.01.17 08:07:42.766585 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11040 2025.01.17 08:07:42.766704 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11041 2025.01.17 08:07:42.766758 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11042 2025.01.17 08:07:42.767344 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11043 2025.01.17 08:07:42.767381 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11044 2025.01.17 08:07:42.767793 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11045 2025.01.17 08:07:42.768043 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11046 2025.01.17 08:07:42.768224 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001548 sec., 153100.77519379847 rows/sec., 10.26 MiB/sec.
11047 2025.01.17 08:07:42.768278 [ 262 ] {828e69af-354c-47a9-b530-0991ee2632cd} <Debug> TCPHandler: Processed in 0.001750335 sec.
11048 2025.01.17 08:07:42.768420 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11049 2025.01.17 08:07:42.768552 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11050 2025.01.17 08:07:42.768613 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11051 2025.01.17 08:07:42.769165 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11052 2025.01.17 08:07:42.769212 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11053 2025.01.17 08:07:42.769625 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11054 2025.01.17 08:07:42.769871 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11055 2025.01.17 08:07:42.770123 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001593 sec., 627.7463904582548 rows/sec., 42.30 KiB/sec.
11056 2025.01.17 08:07:42.770189 [ 260 ] {99d4225d-0a7c-4cef-9904-25377629b857} <Debug> TCPHandler: Processed in 0.001817286 sec.
11057 2025.01.17 08:07:42.770413 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11058 2025.01.17 08:07:42.770560 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11059 2025.01.17 08:07:42.770653 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11060 2025.01.17 08:07:42.771954 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11061 2025.01.17 08:07:42.771992 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11062 2025.01.17 08:07:42.772655 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11063 2025.01.17 08:07:42.772917 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11064 2025.01.17 08:07:42.773115 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002587 sec., 15075.37688442211 rows/sec., 27.01 MiB/sec.
11065 2025.01.17 08:07:42.773220 [ 262 ] {634a0ffe-56d1-4fc6-b9a7-15858d646fc5} <Debug> TCPHandler: Processed in 0.002917852 sec.
11066 2025.01.17 08:07:42.773382 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11067 2025.01.17 08:07:42.773565 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11068 2025.01.17 08:07:42.773645 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11069 2025.01.17 08:07:42.774149 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11070 2025.01.17 08:07:42.774189 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11071 2025.01.17 08:07:42.774583 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
11072 2025.01.17 08:07:42.774838 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11073 2025.01.17 08:07:42.775073 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001583 sec., 51800.37902716362 rows/sec., 3.29 MiB/sec.
11074 2025.01.17 08:07:42.775137 [ 260 ] {503fcdc2-59b8-40a1-b9ca-e0a5bc3cb051} <Debug> TCPHandler: Processed in 0.001823797 sec.
11075 2025.01.17 08:07:46.229903 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
11076 2025.01.17 08:07:46.230004 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
11077 2025.01.17 08:07:46.403773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
11078 2025.01.17 08:07:46.404551 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11079 2025.01.17 08:07:46.404613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11080 2025.01.17 08:07:46.405155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11081 2025.01.17 08:07:46.405410 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11082 2025.01.17 08:07:46.405705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11083 2025.01.17 08:07:47.736985 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11084 2025.01.17 08:07:47.737199 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11085 2025.01.17 08:07:47.737283 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11086 2025.01.17 08:07:47.738121 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11087 2025.01.17 08:07:47.738178 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11088 2025.01.17 08:07:47.738622 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11089 2025.01.17 08:07:47.738881 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11090 2025.01.17 08:07:47.739115 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.19 MiB/sec.
11091 2025.01.17 08:07:47.739236 [ 260 ] {d5e729a8-c560-4b2a-8820-f735cb0d2322} <Debug> TCPHandler: Processed in 0.002391825 sec.
11092 2025.01.17 08:07:47.739506 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11093 2025.01.17 08:07:47.739685 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11094 2025.01.17 08:07:47.739753 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11095 2025.01.17 08:07:47.740503 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11096 2025.01.17 08:07:47.740545 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11097 2025.01.17 08:07:47.740985 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11098 2025.01.17 08:07:47.741241 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11099 2025.01.17 08:07:47.741434 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001799 sec., 35575.319622012226 rows/sec., 2.78 MiB/sec.
11100 2025.01.17 08:07:47.741490 [ 262 ] {3922d2aa-2752-4ccf-bd63-e900788ebed8} <Debug> TCPHandler: Processed in 0.00211723 sec.
11101 2025.01.17 08:07:47.741663 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11102 2025.01.17 08:07:47.741795 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11103 2025.01.17 08:07:47.741854 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11104 2025.01.17 08:07:47.742486 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11105 2025.01.17 08:07:47.742529 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11106 2025.01.17 08:07:47.742951 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11107 2025.01.17 08:07:47.743210 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11108 2025.01.17 08:07:47.743434 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec.
11109 2025.01.17 08:07:47.743497 [ 260 ] {5cc563a0-f71e-43ba-89e7-a0eba570eb78} <Debug> TCPHandler: Processed in 0.001893257 sec.
11110 2025.01.17 08:07:47.743672 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11111 2025.01.17 08:07:47.743803 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11112 2025.01.17 08:07:47.743858 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11113 2025.01.17 08:07:47.744392 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11114 2025.01.17 08:07:47.744431 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11115 2025.01.17 08:07:47.744838 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11116 2025.01.17 08:07:47.745079 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11117 2025.01.17 08:07:47.745270 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec.
11118 2025.01.17 08:07:47.745351 [ 262 ] {d9b93b3a-c71f-4a40-b92f-746d126ae803} <Debug> TCPHandler: Processed in 0.001736245 sec.
11119 2025.01.17 08:07:48.312341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11120 2025.01.17 08:07:48.332820 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11121 2025.01.17 08:07:48.332885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11122 2025.01.17 08:07:48.340247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11123 2025.01.17 08:07:48.341030 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11124 2025.01.17 08:07:48.343782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11125 2025.01.17 08:07:51.538779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1556
11126 2025.01.17 08:07:51.541926 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11127 2025.01.17 08:07:51.541972 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11128 2025.01.17 08:07:51.543413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11129 2025.01.17 08:07:51.543720 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11130 2025.01.17 08:07:51.545041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1556
11131 2025.01.17 08:07:51.848714 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11132 2025.01.17 08:07:51.848928 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11133 2025.01.17 08:07:51.849008 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11134 2025.01.17 08:07:51.849886 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11135 2025.01.17 08:07:51.849934 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11136 2025.01.17 08:07:51.850364 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11137 2025.01.17 08:07:51.850631 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11138 2025.01.17 08:07:51.850862 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec.
11139 2025.01.17 08:07:51.850920 [ 260 ] {da37ef5d-ad86-4b4d-85f3-47103fb7b1f8} <Debug> TCPHandler: Processed in 0.002344814 sec.
11140 2025.01.17 08:07:51.851175 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11141 2025.01.17 08:07:51.851356 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11142 2025.01.17 08:07:51.851424 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11143 2025.01.17 08:07:51.852143 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11144 2025.01.17 08:07:51.852187 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11145 2025.01.17 08:07:51.852600 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11146 2025.01.17 08:07:51.852854 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11147 2025.01.17 08:07:51.853151 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001837 sec., 6532.3897659227 rows/sec., 532.67 KiB/sec.
11148 2025.01.17 08:07:51.853367 [ 262 ] {5afcdfdb-0a4b-437f-bdfc-9033f183491c} <Debug> TCPHandler: Processed in 0.002307393 sec.
11149 2025.01.17 08:07:51.853548 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11150 2025.01.17 08:07:51.853686 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11151 2025.01.17 08:07:51.853744 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11152 2025.01.17 08:07:51.855060 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11153 2025.01.17 08:07:51.855099 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11154 2025.01.17 08:07:51.855551 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11155 2025.01.17 08:07:51.855793 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11156 2025.01.17 08:07:51.856025 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002369 sec., 598142.6762346982 rows/sec., 50.06 MiB/sec.
11157 2025.01.17 08:07:51.856078 [ 260 ] {864b2920-5ff0-4421-9f96-77a09cad11a4} <Debug> TCPHandler: Processed in 0.002598377 sec.
11158 2025.01.17 08:07:51.856292 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11159 2025.01.17 08:07:51.856511 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11160 2025.01.17 08:07:51.856600 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11161 2025.01.17 08:07:51.857342 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11162 2025.01.17 08:07:51.857382 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11163 2025.01.17 08:07:51.857748 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11164 2025.01.17 08:07:51.857988 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11165 2025.01.17 08:07:51.858204 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001747 sec., 30337.72180881511 rows/sec., 2.15 MiB/sec.
11166 2025.01.17 08:07:51.858259 [ 262 ] {3033d1b1-1c6e-4bef-96fd-78cb9ebbda33} <Debug> TCPHandler: Processed in 0.00208166 sec.
11167 2025.01.17 08:07:51.858403 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11168 2025.01.17 08:07:51.858520 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11169 2025.01.17 08:07:51.858568 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11170 2025.01.17 08:07:51.859217 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11171 2025.01.17 08:07:51.859256 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11172 2025.01.17 08:07:51.859614 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11173 2025.01.17 08:07:51.859850 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11174 2025.01.17 08:07:51.860077 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00158 sec., 153164.55696202532 rows/sec., 10.38 MiB/sec.
11175 2025.01.17 08:07:51.860130 [ 260 ] {dcb565a6-8077-4130-8cb7-b84cefeeaad3} <Debug> TCPHandler: Processed in 0.001783395 sec.
11176 2025.01.17 08:07:51.860278 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11177 2025.01.17 08:07:51.860415 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11178 2025.01.17 08:07:51.860472 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11179 2025.01.17 08:07:51.861106 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11180 2025.01.17 08:07:51.861145 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11181 2025.01.17 08:07:51.861500 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11182 2025.01.17 08:07:51.861762 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11183 2025.01.17 08:07:51.862004 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec.
11184 2025.01.17 08:07:51.862059 [ 262 ] {839d01df-1388-4bdd-bdfb-65db95c58cfd} <Debug> TCPHandler: Processed in 0.001844807 sec.
11185 2025.01.17 08:07:51.862205 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11186 2025.01.17 08:07:51.862343 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11187 2025.01.17 08:07:51.862401 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11188 2025.01.17 08:07:51.863467 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11189 2025.01.17 08:07:51.863508 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11190 2025.01.17 08:07:51.863902 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11191 2025.01.17 08:07:51.864169 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11192 2025.01.17 08:07:51.864373 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.00206 sec., 429126.21359223296 rows/sec., 31.13 MiB/sec.
11193 2025.01.17 08:07:51.864426 [ 260 ] {b15f6db3-22ad-4c19-85aa-ad6233c63166} <Debug> TCPHandler: Processed in 0.002284733 sec.
11194 2025.01.17 08:07:51.864573 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11195 2025.01.17 08:07:51.864689 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11196 2025.01.17 08:07:51.864738 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11197 2025.01.17 08:07:51.865220 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11198 2025.01.17 08:07:51.865258 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11199 2025.01.17 08:07:51.865623 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11200 2025.01.17 08:07:51.865869 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11201 2025.01.17 08:07:51.866088 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec.
11202 2025.01.17 08:07:51.866142 [ 262 ] {7f216547-9b7b-4f40-a102-92d24b4b069e} <Debug> TCPHandler: Processed in 0.001625473 sec.
11203 2025.01.17 08:07:51.866287 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11204 2025.01.17 08:07:51.866405 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11205 2025.01.17 08:07:51.866458 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11206 2025.01.17 08:07:51.867239 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11207 2025.01.17 08:07:51.867279 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11208 2025.01.17 08:07:51.867736 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11209 2025.01.17 08:07:51.867990 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11210 2025.01.17 08:07:51.868212 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.001831 sec., 594756.9634079738 rows/sec., 39.75 MiB/sec.
11211 2025.01.17 08:07:51.868267 [ 260 ] {1cb6b92a-662e-43ab-aef6-26d28f27b215} <Debug> TCPHandler: Processed in 0.002036349 sec.
11212 2025.01.17 08:07:51.868416 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11213 2025.01.17 08:07:51.868534 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11214 2025.01.17 08:07:51.868585 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11215 2025.01.17 08:07:51.869057 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11216 2025.01.17 08:07:51.869096 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11217 2025.01.17 08:07:51.869450 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11218 2025.01.17 08:07:51.869688 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11219 2025.01.17 08:07:51.869921 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec.
11220 2025.01.17 08:07:51.869992 [ 262 ] {53af3918-e3f6-482a-b984-4ae0064d5aa9} <Debug> TCPHandler: Processed in 0.001632214 sec.
11221 2025.01.17 08:07:51.870252 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11222 2025.01.17 08:07:51.870397 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11223 2025.01.17 08:07:51.870489 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11224 2025.01.17 08:07:51.871661 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11225 2025.01.17 08:07:51.871702 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11226 2025.01.17 08:07:51.872339 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11227 2025.01.17 08:07:51.872591 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11228 2025.01.17 08:07:51.872834 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002467 sec., 13781.921361978111 rows/sec., 24.70 MiB/sec.
11229 2025.01.17 08:07:51.872929 [ 260 ] {2e10e0d8-c9a2-48df-b7af-5df8c85a062d} <Debug> TCPHandler: Processed in 0.002832291 sec.
11230 2025.01.17 08:07:51.873075 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11231 2025.01.17 08:07:51.873196 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11232 2025.01.17 08:07:51.873247 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11233 2025.01.17 08:07:51.873765 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11234 2025.01.17 08:07:51.873806 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11235 2025.01.17 08:07:51.874190 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11236 2025.01.17 08:07:51.874430 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11237 2025.01.17 08:07:51.874638 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec.
11238 2025.01.17 08:07:51.874707 [ 262 ] {1de35136-ca61-4fb3-96af-78d047935a46} <Debug> TCPHandler: Processed in 0.001684424 sec.
11239 2025.01.17 08:07:52.729637 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11240 2025.01.17 08:07:52.729855 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11241 2025.01.17 08:07:52.729929 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11242 2025.01.17 08:07:52.730653 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11243 2025.01.17 08:07:52.730704 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11244 2025.01.17 08:07:52.731128 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11245 2025.01.17 08:07:52.731377 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11246 2025.01.17 08:07:52.731578 [ 34 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
11247 2025.01.17 08:07:52.731637 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001833 sec., 2182.214948172395 rows/sec., 177.94 KiB/sec.
11248 2025.01.17 08:07:52.731687 [ 34 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11249 2025.01.17 08:07:52.731768 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11250 2025.01.17 08:07:52.731771 [ 260 ] {f164bcfe-8541-4595-8a05-3dcf28a63397} <Debug> TCPHandler: Processed in 0.002270932 sec.
11251 2025.01.17 08:07:52.732024 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
11252 2025.01.17 08:07:52.732111 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11253 2025.01.17 08:07:52.732284 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11254 2025.01.17 08:07:52.732352 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part
11255 2025.01.17 08:07:52.732403 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11256 2025.01.17 08:07:52.732562 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
11257 2025.01.17 08:07:52.732597 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11258 2025.01.17 08:07:52.732938 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part
11259 2025.01.17 08:07:52.733199 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
11260 2025.01.17 08:07:52.733483 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
11261 2025.01.17 08:07:52.733817 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part
11262 2025.01.17 08:07:52.735519 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11263 2025.01.17 08:07:52.735599 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11264 2025.01.17 08:07:52.736769 [ 188 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.00487062 sec., 10676.258874640189 rows/sec., 912.28 KiB/sec.
11265 2025.01.17 08:07:52.736812 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11266 2025.01.17 08:07:52.737012 [ 199 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
11267 2025.01.17 08:07:52.737228 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11268 2025.01.17 08:07:52.737512 [ 34 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11269 2025.01.17 08:07:52.737622 [ 34 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11270 2025.01.17 08:07:52.737641 [ 199 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11271 2025.01.17 08:07:52.737677 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11272 2025.01.17 08:07:52.737774 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.005429 sec., 2210.3518143304477 rows/sec., 206.68 KiB/sec.
11273 2025.01.17 08:07:52.737916 [ 199 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_19_4} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
11274 2025.01.17 08:07:52.738062 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
11275 2025.01.17 08:07:52.738176 [ 262 ] {6086e8b3-bb61-4862-b559-43e65a31f0cc} <Debug> TCPHandler: Processed in 0.006232279 sec.
11276 2025.01.17 08:07:52.738194 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11277 2025.01.17 08:07:52.738397 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11278 2025.01.17 08:07:52.738448 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1430 rows starting from the beginning of the part
11279 2025.01.17 08:07:52.738459 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11280 2025.01.17 08:07:52.738665 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
11281 2025.01.17 08:07:52.738830 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11282 2025.01.17 08:07:52.739043 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11283 2025.01.17 08:07:52.739073 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 281 rows starting from the beginning of the part
11284 2025.01.17 08:07:52.739604 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part
11285 2025.01.17 08:07:52.740016 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1417 rows starting from the beginning of the part
11286 2025.01.17 08:07:52.740569 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
11287 2025.01.17 08:07:52.742421 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11288 2025.01.17 08:07:52.742486 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11289 2025.01.17 08:07:52.743483 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11290 2025.01.17 08:07:52.743879 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11291 2025.01.17 08:07:52.744127 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.005436 sec., 1655.6291390728477 rows/sec., 120.54 KiB/sec.
11292 2025.01.17 08:07:52.744211 [ 260 ] {c886c8fc-d6b0-44f0-81a5-3879171ca32a} <Debug> TCPHandler: Processed in 0.005889365 sec.
11293 2025.01.17 08:07:52.744507 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11294 2025.01.17 08:07:52.744601 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.006796657 sec., 478470.5186682217 rows/sec., 41.98 MiB/sec.
11295 2025.01.17 08:07:52.744736 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11296 2025.01.17 08:07:52.744814 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11297 2025.01.17 08:07:52.744912 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11298 2025.01.17 08:07:52.745329 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11299 2025.01.17 08:07:52.745476 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_96_19} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11300 2025.01.17 08:07:52.745605 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
11301 2025.01.17 08:07:52.745664 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11302 2025.01.17 08:07:52.745707 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11303 2025.01.17 08:07:52.746072 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11304 2025.01.17 08:07:52.746313 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11305 2025.01.17 08:07:52.746510 [ 34 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11306 2025.01.17 08:07:52.746566 [ 34 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11307 2025.01.17 08:07:52.746586 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001888 sec., 4766.949152542373 rows/sec., 384.83 KiB/sec.
11308 2025.01.17 08:07:52.746602 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11309 2025.01.17 08:07:52.746799 [ 262 ] {89a8a9d3-5938-4e40-8efc-06a439e2d2e1} <Debug> TCPHandler: Processed in 0.002433335 sec.
11310 2025.01.17 08:07:52.746865 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
11311 2025.01.17 08:07:52.747056 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11312 2025.01.17 08:07:52.747408 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11313 2025.01.17 08:07:52.747433 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11314 2025.01.17 08:07:52.747546 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part
11315 2025.01.17 08:07:52.747603 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11316 2025.01.17 08:07:52.748022 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
11317 2025.01.17 08:07:52.748618 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 421 rows starting from the beginning of the part
11318 2025.01.17 08:07:52.749164 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part
11319 2025.01.17 08:07:52.749587 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 884 rows starting from the beginning of the part
11320 2025.01.17 08:07:52.750106 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 9 rows starting from the beginning of the part
11321 2025.01.17 08:07:52.751844 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11322 2025.01.17 08:07:52.751924 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11323 2025.01.17 08:07:52.752695 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11324 2025.01.17 08:07:52.753050 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.00632091 sec., 372572.93649173935 rows/sec., 28.53 MiB/sec.
11325 2025.01.17 08:07:52.753109 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11326 2025.01.17 08:07:52.753325 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_85_17 to all_89_89_0
11327 2025.01.17 08:07:52.753333 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11328 2025.01.17 08:07:52.753402 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11329 2025.01.17 08:07:52.753453 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.006133 sec., 326.10467960215226 rows/sec., 22.93 KiB/sec.
11330 2025.01.17 08:07:52.753493 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11331 2025.01.17 08:07:52.753808 [ 260 ] {ce03b5a1-07a8-452c-8d64-5bae49b9298d} <Debug> TCPHandler: Processed in 0.006872918 sec.
11332 2025.01.17 08:07:52.754181 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11333 2025.01.17 08:07:52.754264 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_85_17 to all_89_89_0 into Compact with storage Full
11334 2025.01.17 08:07:52.754581 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11335 2025.01.17 08:07:52.754615 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11336 2025.01.17 08:07:52.755003 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_96_19} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11337 2025.01.17 08:07:52.755031 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11338 2025.01.17 08:07:52.755505 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
11339 2025.01.17 08:07:52.756248 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11340 2025.01.17 08:07:52.756526 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 28346 rows starting from the beginning of the part
11341 2025.01.17 08:07:52.757422 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part
11342 2025.01.17 08:07:52.758439 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part
11343 2025.01.17 08:07:52.759002 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
11344 2025.01.17 08:07:52.759433 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1089 rows starting from the beginning of the part
11345 2025.01.17 08:07:52.761433 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11346 2025.01.17 08:07:52.761503 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
11347 2025.01.17 08:07:52.763193 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11348 2025.01.17 08:07:52.763534 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11349 2025.01.17 08:07:52.763812 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.009327 sec., 536.0780529645116 rows/sec., 983.68 KiB/sec.
11350 2025.01.17 08:07:52.764405 [ 262 ] {f2c431c5-b0eb-41c7-ba77-a254e05ac278} <Debug> TCPHandler: Processed in 0.0104371 sec.
11351 2025.01.17 08:07:52.768196 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29992 rows, containing 5 columns (5 merged, 0 gathered) in 0.014394997 sec., 2083501.6499135082 rows/sec., 140.63 MiB/sec.
11352 2025.01.17 08:07:52.768647 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Trace> MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary)
11353 2025.01.17 08:07:52.768987 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11354 2025.01.17 08:07:52.769074 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_85_17, all_89_89_0] -> all_1_89_18
11355 2025.01.17 08:07:52.769159 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11356 2025.01.17 08:07:53.905942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
11357 2025.01.17 08:07:53.906747 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11358 2025.01.17 08:07:53.906802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11359 2025.01.17 08:07:53.907357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11360 2025.01.17 08:07:53.907622 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11361 2025.01.17 08:07:53.907873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
11362 2025.01.17 08:07:55.843956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11363 2025.01.17 08:07:55.866925 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11364 2025.01.17 08:07:55.866977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11365 2025.01.17 08:07:55.874403 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11366 2025.01.17 08:07:55.875447 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11367 2025.01.17 08:07:55.881168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11368 2025.01.17 08:07:57.737833 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11369 2025.01.17 08:07:57.738031 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11370 2025.01.17 08:07:57.738107 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11371 2025.01.17 08:07:57.738926 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11372 2025.01.17 08:07:57.738971 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11373 2025.01.17 08:07:57.739407 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11374 2025.01.17 08:07:57.739663 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11375 2025.01.17 08:07:57.739897 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec.
11376 2025.01.17 08:07:57.739955 [ 260 ] {a10d8edd-4832-4696-8c9f-a74c5b6dd64c} <Debug> TCPHandler: Processed in 0.002266303 sec.
11377 2025.01.17 08:07:57.740215 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11378 2025.01.17 08:07:57.740424 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11379 2025.01.17 08:07:57.740504 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11380 2025.01.17 08:07:57.741326 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11381 2025.01.17 08:07:57.741369 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11382 2025.01.17 08:07:57.741809 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11383 2025.01.17 08:07:57.742066 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11384 2025.01.17 08:07:57.742274 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec.
11385 2025.01.17 08:07:57.742339 [ 262 ] {f5d981a6-b777-481c-a4a8-8ac295f7fd81} <Debug> TCPHandler: Processed in 0.002258083 sec.
11386 2025.01.17 08:07:57.742507 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11387 2025.01.17 08:07:57.742648 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11388 2025.01.17 08:07:57.742710 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11389 2025.01.17 08:07:57.743348 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11390 2025.01.17 08:07:57.743387 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11391 2025.01.17 08:07:57.743817 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11392 2025.01.17 08:07:57.744085 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11393 2025.01.17 08:07:57.744298 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec.
11394 2025.01.17 08:07:57.744351 [ 260 ] {6044a8ad-3dae-4edb-a27e-651ee23cea34} <Debug> TCPHandler: Processed in 0.001912678 sec.
11395 2025.01.17 08:07:57.744517 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11396 2025.01.17 08:07:57.744647 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11397 2025.01.17 08:07:57.744701 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11398 2025.01.17 08:07:57.745220 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11399 2025.01.17 08:07:57.745259 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11400 2025.01.17 08:07:57.745642 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11401 2025.01.17 08:07:57.745883 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11402 2025.01.17 08:07:57.746094 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec.
11403 2025.01.17 08:07:57.746187 [ 262 ] {10a8a36e-56fa-46e1-95a0-8edd55b58df4} <Debug> TCPHandler: Processed in 0.001727345 sec.
11404 2025.01.17 08:08:01.230065 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
11405 2025.01.17 08:08:01.230138 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
11406 2025.01.17 08:08:01.408100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
11407 2025.01.17 08:08:01.408813 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11408 2025.01.17 08:08:01.408861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11409 2025.01.17 08:08:01.409425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11410 2025.01.17 08:08:01.409710 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11411 2025.01.17 08:08:01.409926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
11412 2025.01.17 08:08:01.545358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1600
11413 2025.01.17 08:08:01.548626 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11414 2025.01.17 08:08:01.548677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11415 2025.01.17 08:08:01.550135 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11416 2025.01.17 08:08:01.550447 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11417 2025.01.17 08:08:01.551784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1600
11418 2025.01.17 08:08:02.744133 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11419 2025.01.17 08:08:02.744334 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11420 2025.01.17 08:08:02.744413 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11421 2025.01.17 08:08:02.745244 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11422 2025.01.17 08:08:02.745301 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11423 2025.01.17 08:08:02.745723 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11424 2025.01.17 08:08:02.745972 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11425 2025.01.17 08:08:02.746208 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec.
11426 2025.01.17 08:08:02.746266 [ 260 ] {87b4e7b5-5554-45a9-ae2d-53b4edd6eb3c} <Debug> TCPHandler: Processed in 0.002264232 sec.
11427 2025.01.17 08:08:02.746590 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11428 2025.01.17 08:08:02.746891 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11429 2025.01.17 08:08:02.747009 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11430 2025.01.17 08:08:02.748019 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11431 2025.01.17 08:08:02.748071 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11432 2025.01.17 08:08:02.748522 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11433 2025.01.17 08:08:02.748772 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11434 2025.01.17 08:08:02.749057 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002245 sec., 125167.03786191536 rows/sec., 11.06 MiB/sec.
11435 2025.01.17 08:08:02.749171 [ 262 ] {c4725259-dcfa-4138-b2ee-99a20943b70c} <Debug> TCPHandler: Processed in 0.00276773 sec.
11436 2025.01.17 08:08:02.749402 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11437 2025.01.17 08:08:02.749688 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11438 2025.01.17 08:08:02.749773 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11439 2025.01.17 08:08:02.751060 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11440 2025.01.17 08:08:02.751101 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11441 2025.01.17 08:08:02.751460 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11442 2025.01.17 08:08:02.751701 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11443 2025.01.17 08:08:02.751934 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002294 sec., 20052.310374891018 rows/sec., 1.44 MiB/sec.
11444 2025.01.17 08:08:02.752011 [ 260 ] {dbd1ed42-879f-40d0-9cd1-05b679640fdd} <Debug> TCPHandler: Processed in 0.00273929 sec.
11445 2025.01.17 08:08:02.753371 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11446 2025.01.17 08:08:02.753601 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11447 2025.01.17 08:08:02.753695 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11448 2025.01.17 08:08:02.754565 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11449 2025.01.17 08:08:02.754607 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11450 2025.01.17 08:08:02.754960 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11451 2025.01.17 08:08:02.755202 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11452 2025.01.17 08:08:02.755468 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001912 sec., 7322.175732217573 rows/sec., 512.80 KiB/sec.
11453 2025.01.17 08:08:02.755570 [ 262 ] {ce5d1ffd-dbe1-4761-874e-aa94b6be0039} <Debug> TCPHandler: Processed in 0.002317074 sec.
11454 2025.01.17 08:08:02.755816 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11455 2025.01.17 08:08:02.756074 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11456 2025.01.17 08:08:02.756133 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11457 2025.01.17 08:08:02.756761 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11458 2025.01.17 08:08:02.756801 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11459 2025.01.17 08:08:02.757169 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11460 2025.01.17 08:08:02.757425 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11461 2025.01.17 08:08:02.757676 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec.
11462 2025.01.17 08:08:02.757889 [ 260 ] {18c8b923-8713-4158-8581-29db9a3c8c1a} <Debug> TCPHandler: Processed in 0.002225412 sec.
11463 2025.01.17 08:08:02.758119 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11464 2025.01.17 08:08:02.758259 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11465 2025.01.17 08:08:02.758313 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11466 2025.01.17 08:08:02.759053 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11467 2025.01.17 08:08:02.759094 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11468 2025.01.17 08:08:02.759470 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11469 2025.01.17 08:08:02.759711 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11470 2025.01.17 08:08:02.759957 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001729 sec., 243493.34875650663 rows/sec., 17.40 MiB/sec.
11471 2025.01.17 08:08:02.760029 [ 262 ] {c86859b4-fd29-475d-9321-6b0ab4d2c6ff} <Debug> TCPHandler: Processed in 0.002034839 sec.
11472 2025.01.17 08:08:02.760245 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11473 2025.01.17 08:08:02.760547 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11474 2025.01.17 08:08:02.760607 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11475 2025.01.17 08:08:02.761217 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11476 2025.01.17 08:08:02.761264 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11477 2025.01.17 08:08:02.761646 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11478 2025.01.17 08:08:02.761883 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11479 2025.01.17 08:08:02.762135 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001681 sec., 3569.303985722784 rows/sec., 186.48 KiB/sec.
11480 2025.01.17 08:08:02.762344 [ 260 ] {379c241d-4539-4a6c-acdd-0389d240b047} <Debug> TCPHandler: Processed in 0.002212562 sec.
11481 2025.01.17 08:08:02.762555 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11482 2025.01.17 08:08:02.762681 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11483 2025.01.17 08:08:02.762734 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11484 2025.01.17 08:08:02.763337 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11485 2025.01.17 08:08:02.763377 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11486 2025.01.17 08:08:02.763797 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11487 2025.01.17 08:08:02.764043 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11488 2025.01.17 08:08:02.764276 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec.
11489 2025.01.17 08:08:02.764345 [ 262 ] {a0955392-a754-45d5-bf5e-0ed37f4fe86f} <Debug> TCPHandler: Processed in 0.001891027 sec.
11490 2025.01.17 08:08:02.764565 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11491 2025.01.17 08:08:02.764748 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11492 2025.01.17 08:08:02.764800 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11493 2025.01.17 08:08:02.765262 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11494 2025.01.17 08:08:02.765300 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11495 2025.01.17 08:08:02.765661 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11496 2025.01.17 08:08:02.765894 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11497 2025.01.17 08:08:02.766144 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec.
11498 2025.01.17 08:08:02.766320 [ 260 ] {aaf01ab6-68cf-4b4f-900f-e66ba9bbc4f5} <Debug> TCPHandler: Processed in 0.001862147 sec.
11499 2025.01.17 08:08:02.766620 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11500 2025.01.17 08:08:02.766844 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11501 2025.01.17 08:08:02.766987 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11502 2025.01.17 08:08:02.768287 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11503 2025.01.17 08:08:02.768327 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11504 2025.01.17 08:08:02.768994 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11505 2025.01.17 08:08:02.769259 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11506 2025.01.17 08:08:02.769524 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002734 sec., 14264.813460131676 rows/sec., 25.56 MiB/sec.
11507 2025.01.17 08:08:02.769839 [ 262 ] {5cf7d467-6670-4e52-b8f5-f7b0dbbf00db} <Debug> TCPHandler: Processed in 0.003407298 sec.
11508 2025.01.17 08:08:02.770014 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11509 2025.01.17 08:08:02.770150 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11510 2025.01.17 08:08:02.770208 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11511 2025.01.17 08:08:02.770782 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11512 2025.01.17 08:08:02.770831 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11513 2025.01.17 08:08:02.771272 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11514 2025.01.17 08:08:02.771513 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11515 2025.01.17 08:08:02.771689 [ 48 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11516 2025.01.17 08:08:02.771752 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001624 sec., 50492.61083743842 rows/sec., 3.21 MiB/sec.
11517 2025.01.17 08:08:02.771782 [ 48 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11518 2025.01.17 08:08:02.771858 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11519 2025.01.17 08:08:02.771866 [ 260 ] {f0324919-5546-4956-98e8-c3158888e8be} <Debug> TCPHandler: Processed in 0.001915617 sec.
11520 2025.01.17 08:08:02.772075 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
11521 2025.01.17 08:08:02.772229 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11522 2025.01.17 08:08:02.772270 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5740 rows starting from the beginning of the part
11523 2025.01.17 08:08:02.772344 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
11524 2025.01.17 08:08:02.772552 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
11525 2025.01.17 08:08:02.772705 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part
11526 2025.01.17 08:08:02.772974 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
11527 2025.01.17 08:08:02.773224 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
11528 2025.01.17 08:08:02.775251 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003295977 sec., 1852561.4711510427 rows/sec., 120.70 MiB/sec.
11529 2025.01.17 08:08:02.775639 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11530 2025.01.17 08:08:02.775939 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11531 2025.01.17 08:08:02.776024 [ 186 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_86_17} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11532 2025.01.17 08:08:02.776116 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
11533 2025.01.17 08:08:03.381339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
11534 2025.01.17 08:08:03.402982 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11535 2025.01.17 08:08:03.403047 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11536 2025.01.17 08:08:03.410610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11537 2025.01.17 08:08:03.411399 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11538 2025.01.17 08:08:03.415613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
11539 2025.01.17 08:08:07.737537 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11540 2025.01.17 08:08:07.737726 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11541 2025.01.17 08:08:07.737797 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11542 2025.01.17 08:08:07.738569 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11543 2025.01.17 08:08:07.738623 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11544 2025.01.17 08:08:07.739063 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11545 2025.01.17 08:08:07.739314 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11546 2025.01.17 08:08:07.739556 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec.
11547 2025.01.17 08:08:07.739623 [ 260 ] {20c46552-d78a-4cb5-9ad0-dfe502620371} <Debug> TCPHandler: Processed in 0.002214652 sec.
11548 2025.01.17 08:08:07.739900 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11549 2025.01.17 08:08:07.740107 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11550 2025.01.17 08:08:07.740188 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11551 2025.01.17 08:08:07.740976 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11552 2025.01.17 08:08:07.741029 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11553 2025.01.17 08:08:07.741478 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11554 2025.01.17 08:08:07.741756 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11555 2025.01.17 08:08:07.742000 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001949 sec., 32837.35248845562 rows/sec., 2.56 MiB/sec.
11556 2025.01.17 08:08:07.742067 [ 262 ] {833785b4-ab6d-4b11-8c6e-159fe6be3760} <Debug> TCPHandler: Processed in 0.002308383 sec.
11557 2025.01.17 08:08:07.742274 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11558 2025.01.17 08:08:07.742546 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11559 2025.01.17 08:08:07.742622 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11560 2025.01.17 08:08:07.743213 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11561 2025.01.17 08:08:07.743254 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11562 2025.01.17 08:08:07.743657 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11563 2025.01.17 08:08:07.743910 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11564 2025.01.17 08:08:07.744143 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec.
11565 2025.01.17 08:08:07.744201 [ 260 ] {5798d946-7355-4fc3-bb36-f09f510ef526} <Debug> TCPHandler: Processed in 0.002034639 sec.
11566 2025.01.17 08:08:07.744357 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11567 2025.01.17 08:08:07.744482 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11568 2025.01.17 08:08:07.744533 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11569 2025.01.17 08:08:07.745061 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11570 2025.01.17 08:08:07.745101 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11571 2025.01.17 08:08:07.745512 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11572 2025.01.17 08:08:07.745762 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11573 2025.01.17 08:08:07.745974 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec.
11574 2025.01.17 08:08:07.746026 [ 262 ] {58ef055a-70b5-47c9-b01a-9d8d836b412d} <Debug> TCPHandler: Processed in 0.001727695 sec.
11575 2025.01.17 08:08:08.910161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
11576 2025.01.17 08:08:08.910865 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11577 2025.01.17 08:08:08.910921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11578 2025.01.17 08:08:08.911532 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11579 2025.01.17 08:08:08.911797 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2025.01.17 08:08:08.912019 [ 154 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11581 2025.01.17 08:08:08.912053 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
11582 2025.01.17 08:08:08.912102 [ 154 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11583 2025.01.17 08:08:08.912131 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11584 2025.01.17 08:08:08.912251 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11585 2025.01.17 08:08:08.912366 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11586 2025.01.17 08:08:08.912401 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11587 2025.01.17 08:08:08.912474 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11588 2025.01.17 08:08:08.912639 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11589 2025.01.17 08:08:08.912932 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11590 2025.01.17 08:08:08.913068 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11591 2025.01.17 08:08:08.913182 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
11592 2025.01.17 08:08:08.916279 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004077838 sec., 6851179.473044294 rows/sec., 98.01 MiB/sec.
11593 2025.01.17 08:08:08.916537 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11594 2025.01.17 08:08:08.916831 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_61_12} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11595 2025.01.17 08:08:08.916910 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_61_12} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11596 2025.01.17 08:08:08.916998 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
11597 2025.01.17 08:08:10.915793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
11598 2025.01.17 08:08:10.938194 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11599 2025.01.17 08:08:10.938262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11600 2025.01.17 08:08:10.945648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11601 2025.01.17 08:08:10.946445 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11602 2025.01.17 08:08:10.946880 [ 147 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11603 2025.01.17 08:08:10.947023 [ 147 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11604 2025.01.17 08:08:10.947103 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11605 2025.01.17 08:08:10.947737 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11606 2025.01.17 08:08:10.964272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
11607 2025.01.17 08:08:10.966215 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11608 2025.01.17 08:08:10.967505 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11609 2025.01.17 08:08:10.972885 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11610 2025.01.17 08:08:10.979163 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11611 2025.01.17 08:08:10.984717 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11612 2025.01.17 08:08:10.990535 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11613 2025.01.17 08:08:10.995243 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
11614 2025.01.17 08:08:11.000263 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.57 MiB, peak 255.69 MiB, free memory in arenas 0.00 B, will set to 243.04 MiB (RSS), difference: -4.53 MiB
11615 2025.01.17 08:08:11.059506 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.11223565 sec., 4098.519498929261 rows/sec., 21.19 MiB/sec.
11616 2025.01.17 08:08:11.061712 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11617 2025.01.17 08:08:11.064073 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_61_12} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11618 2025.01.17 08:08:11.064175 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_61_12} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11619 2025.01.17 08:08:11.065459 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11620 2025.01.17 08:08:11.552176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1630
11621 2025.01.17 08:08:11.555202 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11622 2025.01.17 08:08:11.555254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11623 2025.01.17 08:08:11.556814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11624 2025.01.17 08:08:11.557162 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11625 2025.01.17 08:08:11.557859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1630
11626 2025.01.17 08:08:12.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.58 MiB, peak 255.69 MiB, free memory in arenas 0.00 B, will set to 247.62 MiB (RSS), difference: 12.04 MiB
11627 2025.01.17 08:08:12.743495 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11628 2025.01.17 08:08:12.743690 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11629 2025.01.17 08:08:12.743762 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11630 2025.01.17 08:08:12.744537 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11631 2025.01.17 08:08:12.744594 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11632 2025.01.17 08:08:12.745041 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11633 2025.01.17 08:08:12.745340 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11634 2025.01.17 08:08:12.745595 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec.
11635 2025.01.17 08:08:12.745666 [ 260 ] {00dd8938-c32f-46d4-9a65-747892bdb601} <Debug> TCPHandler: Processed in 0.002303883 sec.
11636 2025.01.17 08:08:12.745929 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11637 2025.01.17 08:08:12.746136 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11638 2025.01.17 08:08:12.746229 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11639 2025.01.17 08:08:12.747234 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11640 2025.01.17 08:08:12.747287 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11641 2025.01.17 08:08:12.747803 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11642 2025.01.17 08:08:12.748101 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11643 2025.01.17 08:08:12.748350 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002267 sec., 123952.35994706661 rows/sec., 10.95 MiB/sec.
11644 2025.01.17 08:08:12.748418 [ 262 ] {be01a3cc-6bd5-4316-a591-75978c194ad2} <Debug> TCPHandler: Processed in 0.002623988 sec.
11645 2025.01.17 08:08:12.748583 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11646 2025.01.17 08:08:12.748711 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11647 2025.01.17 08:08:12.748763 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11648 2025.01.17 08:08:12.749382 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11649 2025.01.17 08:08:12.749424 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11650 2025.01.17 08:08:12.749800 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11651 2025.01.17 08:08:12.750050 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11652 2025.01.17 08:08:12.750241 [ 135 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11653 2025.01.17 08:08:12.750268 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001586 sec., 29003.78310214376 rows/sec., 2.09 MiB/sec.
11654 2025.01.17 08:08:12.750359 [ 135 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11655 2025.01.17 08:08:12.750405 [ 260 ] {b0017e7c-b70a-41b5-8d6a-8e6c717b7c0f} <Debug> TCPHandler: Processed in 0.001878327 sec.
11656 2025.01.17 08:08:12.750430 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11657 2025.01.17 08:08:12.750603 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11658 2025.01.17 08:08:12.750680 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
11659 2025.01.17 08:08:12.750810 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11660 2025.01.17 08:08:12.750949 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11661 2025.01.17 08:08:12.750969 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11662 2025.01.17 08:08:12.751076 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part
11663 2025.01.17 08:08:12.751394 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 46 rows starting from the beginning of the part
11664 2025.01.17 08:08:12.751877 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 53 rows starting from the beginning of the part
11665 2025.01.17 08:08:12.752270 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part
11666 2025.01.17 08:08:12.752614 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 46 rows starting from the beginning of the part
11667 2025.01.17 08:08:12.752875 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part
11668 2025.01.17 08:08:12.753642 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11669 2025.01.17 08:08:12.753714 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11670 2025.01.17 08:08:12.754686 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11671 2025.01.17 08:08:12.755226 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11672 2025.01.17 08:08:12.755682 [ 135 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
11673 2025.01.17 08:08:12.755797 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.005232945 sec., 50449.6034259867 rows/sec., 3.80 MiB/sec.
11674 2025.01.17 08:08:12.755808 [ 135 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11675 2025.01.17 08:08:12.755911 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11676 2025.01.17 08:08:12.755912 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005147 sec., 2720.0310860695554 rows/sec., 190.49 KiB/sec.
11677 2025.01.17 08:08:12.756155 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11678 2025.01.17 08:08:12.756262 [ 262 ] {7b1dd92c-008b-4db2-b451-b0e2a15e599b} <Debug> TCPHandler: Processed in 0.005740152 sec.
11679 2025.01.17 08:08:12.756536 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11680 2025.01.17 08:08:12.756578 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full
11681 2025.01.17 08:08:12.756826 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11682 2025.01.17 08:08:12.756974 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11683 2025.01.17 08:08:12.757175 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11684 2025.01.17 08:08:12.757196 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11685 2025.01.17 08:08:12.757314 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 242 rows starting from the beginning of the part
11686 2025.01.17 08:08:12.757678 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_56_11} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11687 2025.01.17 08:08:12.757944 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
11688 2025.01.17 08:08:12.758116 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11689 2025.01.17 08:08:12.758450 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
11690 2025.01.17 08:08:12.758828 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
11691 2025.01.17 08:08:12.759211 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
11692 2025.01.17 08:08:12.759416 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
11693 2025.01.17 08:08:12.760312 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11694 2025.01.17 08:08:12.760376 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11695 2025.01.17 08:08:12.761295 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11696 2025.01.17 08:08:12.761842 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11697 2025.01.17 08:08:12.762358 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005645 sec., 2302.9229406554473 rows/sec., 143.59 KiB/sec.
11698 2025.01.17 08:08:12.762396 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006360001 sec., 84905.64702741399 rows/sec., 6.08 MiB/sec.
11699 2025.01.17 08:08:12.762484 [ 260 ] {88bd1b18-5863-4d99-b3a9-186913ff9a75} <Debug> TCPHandler: Processed in 0.006073328 sec.
11700 2025.01.17 08:08:12.762614 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
11701 2025.01.17 08:08:12.762692 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11702 2025.01.17 08:08:12.762933 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11703 2025.01.17 08:08:12.763029 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11704 2025.01.17 08:08:12.763098 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11705 2025.01.17 08:08:12.763402 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_44_9} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
11706 2025.01.17 08:08:12.763727 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
11707 2025.01.17 08:08:12.764585 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11708 2025.01.17 08:08:12.764630 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11709 2025.01.17 08:08:12.765038 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11710 2025.01.17 08:08:12.765290 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11711 2025.01.17 08:08:12.765542 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002693 sec., 156331.22911251392 rows/sec., 11.17 MiB/sec.
11712 2025.01.17 08:08:12.765616 [ 262 ] {893036c2-d6e3-4a01-8d08-77e9128f8dfc} <Debug> TCPHandler: Processed in 0.003021714 sec.
11713 2025.01.17 08:08:12.765831 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11714 2025.01.17 08:08:12.766157 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11715 2025.01.17 08:08:12.766261 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11716 2025.01.17 08:08:12.766746 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11717 2025.01.17 08:08:12.766785 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11718 2025.01.17 08:08:12.767164 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11719 2025.01.17 08:08:12.767408 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11720 2025.01.17 08:08:12.767629 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 197.03 KiB/sec.
11721 2025.01.17 08:08:12.767726 [ 260 ] {4c7c316d-9de0-4088-ad1a-ee38e8e82c69} <Debug> TCPHandler: Processed in 0.002018099 sec.
11722 2025.01.17 08:08:12.767936 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11723 2025.01.17 08:08:12.768083 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11724 2025.01.17 08:08:12.768146 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11725 2025.01.17 08:08:12.768810 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11726 2025.01.17 08:08:12.768850 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11727 2025.01.17 08:08:12.769319 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11728 2025.01.17 08:08:12.769617 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11729 2025.01.17 08:08:12.769804 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0
11730 2025.01.17 08:08:12.769858 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11731 2025.01.17 08:08:12.769885 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001824 sec., 129934.21052631579 rows/sec., 8.71 MiB/sec.
11732 2025.01.17 08:08:12.769900 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11733 2025.01.17 08:08:12.770127 [ 262 ] {3ef4f052-7555-444d-a58b-6189d754a901} <Debug> TCPHandler: Processed in 0.002314944 sec.
11734 2025.01.17 08:08:12.770163 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full
11735 2025.01.17 08:08:12.770434 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11736 2025.01.17 08:08:12.770639 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11737 2025.01.17 08:08:12.770762 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_89_18, total 29992 rows starting from the beginning of the part
11738 2025.01.17 08:08:12.771035 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11739 2025.01.17 08:08:12.771342 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11740 2025.01.17 08:08:12.771345 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 2 rows starting from the beginning of the part
11741 2025.01.17 08:08:12.771917 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part
11742 2025.01.17 08:08:12.772584 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 237 rows starting from the beginning of the part
11743 2025.01.17 08:08:12.773027 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
11744 2025.01.17 08:08:12.773315 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part
11745 2025.01.17 08:08:12.774162 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11746 2025.01.17 08:08:12.774232 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11747 2025.01.17 08:08:12.774905 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11748 2025.01.17 08:08:12.775388 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11749 2025.01.17 08:08:12.775611 [ 135 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0
11750 2025.01.17 08:08:12.775712 [ 135 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11751 2025.01.17 08:08:12.775784 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11752 2025.01.17 08:08:12.775973 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005112 sec., 195.61815336463224 rows/sec., 13.18 KiB/sec.
11753 2025.01.17 08:08:12.776538 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full
11754 2025.01.17 08:08:12.776736 [ 260 ] {ba118bce-19d8-4c50-9950-6fe35397e054} <Debug> TCPHandler: Processed in 0.006472023 sec.
11755 2025.01.17 08:08:12.777118 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11756 2025.01.17 08:08:12.777584 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11757 2025.01.17 08:08:12.777737 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 39 rows starting from the beginning of the part
11758 2025.01.17 08:08:12.777840 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11759 2025.01.17 08:08:12.778248 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11760 2025.01.17 08:08:12.778398 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11761 2025.01.17 08:08:12.778672 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
11762 2025.01.17 08:08:12.779097 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
11763 2025.01.17 08:08:12.779518 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
11764 2025.01.17 08:08:12.780230 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
11765 2025.01.17 08:08:12.786104 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.010181826 sec., 4321.4252531913235 rows/sec., 291.19 KiB/sec.
11766 2025.01.17 08:08:12.786263 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11767 2025.01.17 08:08:12.786301 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary)
11768 2025.01.17 08:08:12.786319 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11769 2025.01.17 08:08:12.786885 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11770 2025.01.17 08:08:12.787412 [ 194 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_44_9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9
11771 2025.01.17 08:08:12.787673 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11772 2025.01.17 08:08:12.788022 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11773 2025.01.17 08:08:12.788330 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11774 2025.01.17 08:08:12.788543 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11775 2025.01.17 08:08:12.788659 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11776 2025.01.17 08:08:12.788736 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11777 2025.01.17 08:08:12.788871 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.011292 sec., 3453.7725823591923 rows/sec., 6.19 MiB/sec.
11778 2025.01.17 08:08:12.788924 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
11779 2025.01.17 08:08:12.789262 [ 262 ] {2ec29200-9f9f-4ac9-a20e-77fa2fd24dd7} <Debug> TCPHandler: Processed in 0.012385888 sec.
11780 2025.01.17 08:08:12.789566 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11781 2025.01.17 08:08:12.789646 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11782 2025.01.17 08:08:12.789911 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1452 rows starting from the beginning of the part
11783 2025.01.17 08:08:12.789940 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11784 2025.01.17 08:08:12.790062 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11785 2025.01.17 08:08:12.790725 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part
11786 2025.01.17 08:08:12.792027 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part
11787 2025.01.17 08:08:12.792304 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30788 rows, containing 5 columns (5 merged, 0 gathered) in 0.02227117 sec., 1382415.0235483812 rows/sec., 93.33 MiB/sec.
11788 2025.01.17 08:08:12.793240 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part
11789 2025.01.17 08:08:12.793366 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11790 2025.01.17 08:08:12.793472 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11791 2025.01.17 08:08:12.793489 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary)
11792 2025.01.17 08:08:12.794028 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part
11793 2025.01.17 08:08:12.795012 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part
11794 2025.01.17 08:08:12.795415 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11795 2025.01.17 08:08:12.796198 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11796 2025.01.17 08:08:12.796614 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11797 2025.01.17 08:08:12.796804 [ 195 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19
11798 2025.01.17 08:08:12.797285 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007451 sec., 11005.234196752113 rows/sec., 715.74 KiB/sec.
11799 2025.01.17 08:08:12.797380 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11800 2025.01.17 08:08:12.797578 [ 260 ] {39f22b3a-1b8e-459e-88e2-cd98e4d0a5f7} <Debug> TCPHandler: Processed in 0.008189487 sec.
11801 2025.01.17 08:08:12.804889 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 19 columns (19 merged, 0 gathered) in 0.01605535 sec., 100153.53137739134 rows/sec., 179.47 MiB/sec.
11802 2025.01.17 08:08:12.806467 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11803 2025.01.17 08:08:12.806905 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11804 2025.01.17 08:08:12.806993 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11805 2025.01.17 08:08:12.807147 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
11806 2025.01.17 08:08:13.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.55 MiB, peak 260.11 MiB, free memory in arenas 0.00 B, will set to 252.36 MiB (RSS), difference: 3.81 MiB
11807 2025.01.17 08:08:16.230172 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
11808 2025.01.17 08:08:16.230242 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
11809 2025.01.17 08:08:16.412311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
11810 2025.01.17 08:08:16.413199 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11811 2025.01.17 08:08:16.413238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11812 2025.01.17 08:08:16.413782 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11813 2025.01.17 08:08:16.414058 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11814 2025.01.17 08:08:16.414258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
11815 2025.01.17 08:08:17.738132 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11816 2025.01.17 08:08:17.738343 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11817 2025.01.17 08:08:17.738423 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11818 2025.01.17 08:08:17.739246 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11819 2025.01.17 08:08:17.739302 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11820 2025.01.17 08:08:17.739744 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11821 2025.01.17 08:08:17.740008 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11822 2025.01.17 08:08:17.740217 [ 75 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11823 2025.01.17 08:08:17.740242 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
11824 2025.01.17 08:08:17.740308 [ 75 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11825 2025.01.17 08:08:17.740386 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11826 2025.01.17 08:08:17.740396 [ 260 ] {6ab7f5ff-4a12-4966-a178-ea57e878c0c3} <Debug> TCPHandler: Processed in 0.002405485 sec.
11827 2025.01.17 08:08:17.740775 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
11828 2025.01.17 08:08:17.740816 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11829 2025.01.17 08:08:17.741271 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11830 2025.01.17 08:08:17.741473 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11831 2025.01.17 08:08:17.741478 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11832 2025.01.17 08:08:17.741658 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1430 rows starting from the beginning of the part
11833 2025.01.17 08:08:17.742105 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part
11834 2025.01.17 08:08:17.742453 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 281 rows starting from the beginning of the part
11835 2025.01.17 08:08:17.742837 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
11836 2025.01.17 08:08:17.743264 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 281 rows starting from the beginning of the part
11837 2025.01.17 08:08:17.743548 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part
11838 2025.01.17 08:08:17.744530 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11839 2025.01.17 08:08:17.744591 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11840 2025.01.17 08:08:17.745633 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11841 2025.01.17 08:08:17.746152 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11842 2025.01.17 08:08:17.746370 [ 75 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11843 2025.01.17 08:08:17.746434 [ 75 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11844 2025.01.17 08:08:17.746497 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11845 2025.01.17 08:08:17.746535 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005397 sec., 11858.439874004076 rows/sec., 947.79 KiB/sec.
11846 2025.01.17 08:08:17.747373 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
11847 2025.01.17 08:08:17.747446 [ 262 ] {7150fcc0-dbf7-4f4a-a43d-12098713ada7} <Debug> TCPHandler: Processed in 0.006891439 sec.
11848 2025.01.17 08:08:17.747989 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11849 2025.01.17 08:08:17.748411 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.007829792 sec., 275869.3972968886 rows/sec., 24.34 MiB/sec.
11850 2025.01.17 08:08:17.748395 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11851 2025.01.17 08:08:17.748559 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11852 2025.01.17 08:08:17.748944 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11853 2025.01.17 08:08:17.748971 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11854 2025.01.17 08:08:17.750085 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11855 2025.01.17 08:08:17.750449 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_101_20} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11856 2025.01.17 08:08:17.750425 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part
11857 2025.01.17 08:08:17.750776 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
11858 2025.01.17 08:08:17.751461 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part
11859 2025.01.17 08:08:17.751741 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 421 rows starting from the beginning of the part
11860 2025.01.17 08:08:17.752070 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
11861 2025.01.17 08:08:17.752496 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 421 rows starting from the beginning of the part
11862 2025.01.17 08:08:17.752539 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11863 2025.01.17 08:08:17.752642 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11864 2025.01.17 08:08:17.752673 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part
11865 2025.01.17 08:08:17.753858 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11866 2025.01.17 08:08:17.754363 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11867 2025.01.17 08:08:17.754900 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006513 sec., 24566.252111162292 rows/sec., 1.71 MiB/sec.
11868 2025.01.17 08:08:17.755072 [ 260 ] {dced210e-e562-4daf-81bc-b7058857eb88} <Debug> TCPHandler: Processed in 0.007384216 sec.
11869 2025.01.17 08:08:17.755255 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11870 2025.01.17 08:08:17.755533 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11871 2025.01.17 08:08:17.755680 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11872 2025.01.17 08:08:17.755687 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00905305 sec., 215065.64086136717 rows/sec., 16.46 MiB/sec.
11873 2025.01.17 08:08:17.755963 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11874 2025.01.17 08:08:17.756511 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11875 2025.01.17 08:08:17.756730 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_101_20} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11876 2025.01.17 08:08:17.756746 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11877 2025.01.17 08:08:17.756834 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11878 2025.01.17 08:08:17.756872 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11879 2025.01.17 08:08:17.757291 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11880 2025.01.17 08:08:17.757540 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11881 2025.01.17 08:08:17.757727 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002329 sec., 25762.129669386002 rows/sec., 1.74 MiB/sec.
11882 2025.01.17 08:08:17.757783 [ 262 ] {ae5a78c1-ed7f-412c-8fb9-4c33af0bb7a9} <Debug> TCPHandler: Processed in 0.002606377 sec.
11883 2025.01.17 08:08:18.464476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
11884 2025.01.17 08:08:18.483122 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11885 2025.01.17 08:08:18.483174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11886 2025.01.17 08:08:18.490093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11887 2025.01.17 08:08:18.490843 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11888 2025.01.17 08:08:18.494654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
11889 2025.01.17 08:08:21.558181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1660
11890 2025.01.17 08:08:21.561112 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11891 2025.01.17 08:08:21.561161 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11892 2025.01.17 08:08:21.562599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11893 2025.01.17 08:08:21.562903 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11894 2025.01.17 08:08:21.563164 [ 169 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11895 2025.01.17 08:08:21.563275 [ 169 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11896 2025.01.17 08:08:21.563353 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11897 2025.01.17 08:08:21.563789 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
11898 2025.01.17 08:08:21.564895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660
11899 2025.01.17 08:08:21.565630 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11900 2025.01.17 08:08:21.565839 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1496 rows starting from the beginning of the part
11901 2025.01.17 08:08:21.566521 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part
11902 2025.01.17 08:08:21.567156 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
11903 2025.01.17 08:08:21.567837 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part
11904 2025.01.17 08:08:21.568558 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
11905 2025.01.17 08:08:21.569242 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part
11906 2025.01.17 08:08:21.577801 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.014309195 sec., 116009.32127907964 rows/sec., 89.03 MiB/sec.
11907 2025.01.17 08:08:21.579477 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11908 2025.01.17 08:08:21.580238 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11909 2025.01.17 08:08:21.580321 [ 198 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_46_9} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11910 2025.01.17 08:08:21.580607 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
11911 2025.01.17 08:08:21.844704 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11912 2025.01.17 08:08:21.844911 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11913 2025.01.17 08:08:21.844989 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11914 2025.01.17 08:08:21.845719 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11915 2025.01.17 08:08:21.845759 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11916 2025.01.17 08:08:21.846181 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11917 2025.01.17 08:08:21.846428 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11918 2025.01.17 08:08:21.846576 [ 169 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11919 2025.01.17 08:08:21.846627 [ 169 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11920 2025.01.17 08:08:21.846631 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001777 sec., 7878.446820483962 rows/sec., 567.14 KiB/sec.
11921 2025.01.17 08:08:21.846653 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11922 2025.01.17 08:08:21.846715 [ 260 ] {8ffb6a27-0cd0-44e3-be68-6ed010f93fc7} <Debug> TCPHandler: Processed in 0.002149261 sec.
11923 2025.01.17 08:08:21.846865 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11924 2025.01.17 08:08:21.847063 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11925 2025.01.17 08:08:21.847218 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11926 2025.01.17 08:08:21.847275 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11927 2025.01.17 08:08:21.847535 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11928 2025.01.17 08:08:21.847667 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11929 2025.01.17 08:08:21.847856 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11930 2025.01.17 08:08:21.848157 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11931 2025.01.17 08:08:21.848307 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11932 2025.01.17 08:08:21.848692 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
11933 2025.01.17 08:08:21.850732 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11934 2025.01.17 08:08:21.850807 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
11935 2025.01.17 08:08:21.851190 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004459224 sec., 15697.798540732647 rows/sec., 1.16 MiB/sec.
11936 2025.01.17 08:08:21.851342 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11937 2025.01.17 08:08:21.851521 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
11938 2025.01.17 08:08:21.851674 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_45_11} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11939 2025.01.17 08:08:21.851772 [ 198 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_45_11} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
11940 2025.01.17 08:08:21.851818 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11941 2025.01.17 08:08:21.851885 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11942 2025.01.17 08:08:21.852130 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004688 sec., 426.6211604095563 rows/sec., 34.79 KiB/sec.
11943 2025.01.17 08:08:21.852409 [ 262 ] {d2f08555-970c-4096-a0a3-93a6f393f1c6} <Debug> TCPHandler: Processed in 0.00557004 sec.
11944 2025.01.17 08:08:21.852671 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11945 2025.01.17 08:08:21.852789 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11946 2025.01.17 08:08:21.852838 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11947 2025.01.17 08:08:21.854374 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11948 2025.01.17 08:08:21.854414 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11949 2025.01.17 08:08:21.854872 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11950 2025.01.17 08:08:21.855123 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11951 2025.01.17 08:08:21.855304 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002538 sec., 556343.5776201733 rows/sec., 46.59 MiB/sec.
11952 2025.01.17 08:08:21.855362 [ 260 ] {3ec8ef08-7cea-4f8f-8920-fe9ecc4dfc4d} <Debug> TCPHandler: Processed in 0.002801711 sec.
11953 2025.01.17 08:08:21.855650 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11954 2025.01.17 08:08:21.855884 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11955 2025.01.17 08:08:21.855975 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11956 2025.01.17 08:08:21.856630 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11957 2025.01.17 08:08:21.856670 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11958 2025.01.17 08:08:21.857041 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11959 2025.01.17 08:08:21.857292 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11960 2025.01.17 08:08:21.857503 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001674 sec., 25686.977299880527 rows/sec., 1.84 MiB/sec.
11961 2025.01.17 08:08:21.857557 [ 262 ] {110062f3-65a2-491e-ba7b-734136271922} <Debug> TCPHandler: Processed in 0.00207609 sec.
11962 2025.01.17 08:08:21.857727 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11963 2025.01.17 08:08:21.857865 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11964 2025.01.17 08:08:21.857920 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11965 2025.01.17 08:08:21.858593 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11966 2025.01.17 08:08:21.858630 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11967 2025.01.17 08:08:21.858991 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11968 2025.01.17 08:08:21.859225 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11969 2025.01.17 08:08:21.859415 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001575 sec., 153650.79365079364 rows/sec., 10.41 MiB/sec.
11970 2025.01.17 08:08:21.859471 [ 260 ] {985f79f9-1630-451b-9d93-04357844b057} <Debug> TCPHandler: Processed in 0.001808835 sec.
11971 2025.01.17 08:08:21.859663 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11972 2025.01.17 08:08:21.859791 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11973 2025.01.17 08:08:21.859837 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11974 2025.01.17 08:08:21.860413 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11975 2025.01.17 08:08:21.860452 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11976 2025.01.17 08:08:21.860810 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11977 2025.01.17 08:08:21.861053 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11978 2025.01.17 08:08:21.861200 [ 156 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11979 2025.01.17 08:08:21.861244 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001475 sec., 8813.559322033898 rows/sec., 549.52 KiB/sec.
11980 2025.01.17 08:08:21.861250 [ 156 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11981 2025.01.17 08:08:21.861298 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11982 2025.01.17 08:08:21.861317 [ 262 ] {8dbd7e0a-418b-4e2f-a155-e3eee591ee13} <Debug> TCPHandler: Processed in 0.001750045 sec.
11983 2025.01.17 08:08:21.861553 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11984 2025.01.17 08:08:21.861572 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11985 2025.01.17 08:08:21.861892 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11986 2025.01.17 08:08:21.861913 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11987 2025.01.17 08:08:21.861958 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11988 2025.01.17 08:08:21.861983 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11989 2025.01.17 08:08:21.862223 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11990 2025.01.17 08:08:21.862474 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11991 2025.01.17 08:08:21.862671 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11992 2025.01.17 08:08:21.862974 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
11993 2025.01.17 08:08:21.864352 [ 189 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002957322 sec., 21979.34482616367 rows/sec., 1.42 MiB/sec.
11994 2025.01.17 08:08:21.864425 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11995 2025.01.17 08:08:21.864484 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
11996 2025.01.17 08:08:21.864581 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11997 2025.01.17 08:08:21.865198 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_45_11} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11998 2025.01.17 08:08:21.865234 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11999 2025.01.17 08:08:21.865356 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_45_11} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12000 2025.01.17 08:08:21.865539 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12001 2025.01.17 08:08:21.865644 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12002 2025.01.17 08:08:21.865888 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.004114 sec., 212445.30870199323 rows/sec., 15.40 MiB/sec.
12003 2025.01.17 08:08:21.865961 [ 260 ] {475c0947-b95c-471f-b760-4aad637cae9b} <Debug> TCPHandler: Processed in 0.004548746 sec.
12004 2025.01.17 08:08:21.866167 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12005 2025.01.17 08:08:21.866370 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12006 2025.01.17 08:08:21.866434 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12007 2025.01.17 08:08:21.867005 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12008 2025.01.17 08:08:21.867049 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12009 2025.01.17 08:08:21.867426 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12010 2025.01.17 08:08:21.867672 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12011 2025.01.17 08:08:21.867799 [ 156 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
12012 2025.01.17 08:08:21.867832 [ 156 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12013 2025.01.17 08:08:21.867854 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12014 2025.01.17 08:08:21.867866 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec.
12015 2025.01.17 08:08:21.867977 [ 262 ] {11eb1c98-5307-48fc-8b6e-30b55b8d19f9} <Debug> TCPHandler: Processed in 0.001923748 sec.
12016 2025.01.17 08:08:21.867999 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
12017 2025.01.17 08:08:21.868123 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12018 2025.01.17 08:08:21.868167 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12019 2025.01.17 08:08:21.868181 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part
12020 2025.01.17 08:08:21.868374 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
12021 2025.01.17 08:08:21.868537 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12022 2025.01.17 08:08:21.868717 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
12023 2025.01.17 08:08:21.868758 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12024 2025.01.17 08:08:21.869026 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
12025 2025.01.17 08:08:21.869319 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
12026 2025.01.17 08:08:21.869694 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
12027 2025.01.17 08:08:21.871419 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12028 2025.01.17 08:08:21.871489 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12029 2025.01.17 08:08:21.871967 [ 199 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.004060879 sec., 66488.06822365306 rows/sec., 3.39 MiB/sec.
12030 2025.01.17 08:08:21.872217 [ 199 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
12031 2025.01.17 08:08:21.872419 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12032 2025.01.17 08:08:21.872794 [ 199 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12033 2025.01.17 08:08:21.872854 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12034 2025.01.17 08:08:21.872991 [ 199 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_45_9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
12035 2025.01.17 08:08:21.873254 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
12036 2025.01.17 08:08:21.873336 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.00493 sec., 219878.2961460446 rows/sec., 14.69 MiB/sec.
12037 2025.01.17 08:08:21.873489 [ 260 ] {b9daf865-dbe4-41f6-97f3-f73c07945367} <Debug> TCPHandler: Processed in 0.005419238 sec.
12038 2025.01.17 08:08:21.873710 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12039 2025.01.17 08:08:21.873856 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12040 2025.01.17 08:08:21.873917 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12041 2025.01.17 08:08:21.874420 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12042 2025.01.17 08:08:21.874460 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12043 2025.01.17 08:08:21.874822 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12044 2025.01.17 08:08:21.875071 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12045 2025.01.17 08:08:21.875251 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec.
12046 2025.01.17 08:08:21.875300 [ 262 ] {9e1cffd0-4a97-4e78-ab57-08ecfa446df9} <Debug> TCPHandler: Processed in 0.001721925 sec.
12047 2025.01.17 08:08:21.875448 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12048 2025.01.17 08:08:21.875566 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12049 2025.01.17 08:08:21.875644 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12050 2025.01.17 08:08:21.876803 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12051 2025.01.17 08:08:21.876842 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12052 2025.01.17 08:08:21.877489 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12053 2025.01.17 08:08:21.877755 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12054 2025.01.17 08:08:21.878067 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002521 sec., 13486.711622372075 rows/sec., 24.17 MiB/sec.
12055 2025.01.17 08:08:21.878510 [ 260 ] {bdc4224c-6999-470e-b028-1634848fc7cb} <Debug> TCPHandler: Processed in 0.003110495 sec.
12056 2025.01.17 08:08:21.878850 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12057 2025.01.17 08:08:21.879082 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12058 2025.01.17 08:08:21.879131 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12059 2025.01.17 08:08:21.879595 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12060 2025.01.17 08:08:21.879634 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12061 2025.01.17 08:08:21.880005 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
12062 2025.01.17 08:08:21.880259 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12063 2025.01.17 08:08:21.880449 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec.
12064 2025.01.17 08:08:21.880499 [ 262 ] {a5162369-7f61-4cfc-a111-93ecc319b81e} <Debug> TCPHandler: Processed in 0.001876367 sec.
12065 2025.01.17 08:08:22.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.37 MiB, peak 260.11 MiB, free memory in arenas 0.00 B, will set to 252.36 MiB (RSS), difference: -1.01 MiB
12066 2025.01.17 08:08:22.729961 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12067 2025.01.17 08:08:22.730284 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12068 2025.01.17 08:08:22.730410 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12069 2025.01.17 08:08:22.731252 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12070 2025.01.17 08:08:22.731296 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12071 2025.01.17 08:08:22.731724 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12072 2025.01.17 08:08:22.731986 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12073 2025.01.17 08:08:22.732190 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001997 sec., 5007.51126690035 rows/sec., 488.53 KiB/sec.
12074 2025.01.17 08:08:22.732253 [ 260 ] {0067fe58-4c40-4ad5-8c65-d7cd946a47ce} <Debug> TCPHandler: Processed in 0.002463246 sec.
12075 2025.01.17 08:08:22.732564 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12076 2025.01.17 08:08:22.732854 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12077 2025.01.17 08:08:22.732965 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12078 2025.01.17 08:08:22.733724 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12079 2025.01.17 08:08:22.733767 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12080 2025.01.17 08:08:22.734188 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12081 2025.01.17 08:08:22.734451 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12082 2025.01.17 08:08:22.734696 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00192 sec., 2604.1666666666665 rows/sec., 195.82 KiB/sec.
12083 2025.01.17 08:08:22.734787 [ 262 ] {bc665b86-c42e-4c57-9f11-003c8d1fc14c} <Debug> TCPHandler: Processed in 0.002392014 sec.
12084 2025.01.17 08:08:22.735037 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12085 2025.01.17 08:08:22.735224 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12086 2025.01.17 08:08:22.735286 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12087 2025.01.17 08:08:22.735976 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12088 2025.01.17 08:08:22.736023 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12089 2025.01.17 08:08:22.736383 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12090 2025.01.17 08:08:22.736618 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12091 2025.01.17 08:08:22.736797 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001608 sec., 3109.452736318408 rows/sec., 249.00 KiB/sec.
12092 2025.01.17 08:08:22.736852 [ 260 ] {ba5c35cb-dc15-41a3-ad34-93b8b5f18264} <Debug> TCPHandler: Processed in 0.001977689 sec.
12093 2025.01.17 08:08:22.736987 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12094 2025.01.17 08:08:22.737171 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12095 2025.01.17 08:08:22.737314 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12096 2025.01.17 08:08:22.738773 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12097 2025.01.17 08:08:22.738813 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
12098 2025.01.17 08:08:22.739423 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12099 2025.01.17 08:08:22.739690 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12100 2025.01.17 08:08:22.739937 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002821 sec., 1772.4211272598368 rows/sec., 3.18 MiB/sec.
12101 2025.01.17 08:08:22.740033 [ 262 ] {18d27830-5c87-4703-98ce-4a6b8b0aa2e5} <Debug> TCPHandler: Processed in 0.003101784 sec.
12102 2025.01.17 08:08:23.914489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
12103 2025.01.17 08:08:23.915148 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12104 2025.01.17 08:08:23.915184 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12105 2025.01.17 08:08:23.915721 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12106 2025.01.17 08:08:23.915978 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12107 2025.01.17 08:08:23.916162 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
12108 2025.01.17 08:08:25.994815 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
12109 2025.01.17 08:08:26.017735 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12110 2025.01.17 08:08:26.017797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12111 2025.01.17 08:08:26.025372 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12112 2025.01.17 08:08:26.026220 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12113 2025.01.17 08:08:26.029968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12114 2025.01.17 08:08:27.738826 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12115 2025.01.17 08:08:27.739102 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12116 2025.01.17 08:08:27.739183 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12117 2025.01.17 08:08:27.739997 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12118 2025.01.17 08:08:27.740054 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12119 2025.01.17 08:08:27.740503 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12120 2025.01.17 08:08:27.740766 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12121 2025.01.17 08:08:27.741035 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.16 MiB/sec.
12122 2025.01.17 08:08:27.741102 [ 260 ] {3814eb58-1f3e-4965-a8e8-edf4870e161d} <Debug> TCPHandler: Processed in 0.002446706 sec.
12123 2025.01.17 08:08:27.741414 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12124 2025.01.17 08:08:27.741720 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12125 2025.01.17 08:08:27.741835 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12126 2025.01.17 08:08:27.742760 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12127 2025.01.17 08:08:27.742807 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12128 2025.01.17 08:08:27.743252 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12129 2025.01.17 08:08:27.743503 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12130 2025.01.17 08:08:27.743737 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002102 sec., 30447.19314938154 rows/sec., 2.38 MiB/sec.
12131 2025.01.17 08:08:27.743793 [ 262 ] {1fcd7a5c-7cde-483f-b5c7-bdf2da251a59} <Debug> TCPHandler: Processed in 0.002564107 sec.
12132 2025.01.17 08:08:27.743963 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12133 2025.01.17 08:08:27.744112 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12134 2025.01.17 08:08:27.744177 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12135 2025.01.17 08:08:27.744777 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12136 2025.01.17 08:08:27.744820 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12137 2025.01.17 08:08:27.745231 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12138 2025.01.17 08:08:27.745471 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12139 2025.01.17 08:08:27.745705 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec.
12140 2025.01.17 08:08:27.745808 [ 260 ] {5a6fe450-bbf4-43a1-b78e-06d3676c40d7} <Debug> TCPHandler: Processed in 0.001918017 sec.
12141 2025.01.17 08:08:27.745971 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12142 2025.01.17 08:08:27.746103 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12143 2025.01.17 08:08:27.746154 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12144 2025.01.17 08:08:27.746648 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12145 2025.01.17 08:08:27.746687 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12146 2025.01.17 08:08:27.747062 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12147 2025.01.17 08:08:27.747314 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12148 2025.01.17 08:08:27.747491 [ 151 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12149 2025.01.17 08:08:27.747554 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec.
12150 2025.01.17 08:08:27.747585 [ 151 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12151 2025.01.17 08:08:27.747665 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12152 2025.01.17 08:08:27.747665 [ 262 ] {5fd941bd-459b-4a29-980e-3a86eefd2547} <Debug> TCPHandler: Processed in 0.001760755 sec.
12153 2025.01.17 08:08:27.747888 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12154 2025.01.17 08:08:27.748082 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12155 2025.01.17 08:08:27.748132 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 6106 rows starting from the beginning of the part
12156 2025.01.17 08:08:27.748237 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12157 2025.01.17 08:08:27.748478 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12158 2025.01.17 08:08:27.748682 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12159 2025.01.17 08:08:27.748800 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part
12160 2025.01.17 08:08:27.749013 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part
12161 2025.01.17 08:08:27.751108 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6450 rows, containing 4 columns (4 merged, 0 gathered) in 0.003316257 sec., 1944963.855334493 rows/sec., 126.76 MiB/sec.
12162 2025.01.17 08:08:27.751486 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12163 2025.01.17 08:08:27.751793 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12164 2025.01.17 08:08:27.751889 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_91_18} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12165 2025.01.17 08:08:27.751976 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
12166 2025.01.17 08:08:31.230305 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
12167 2025.01.17 08:08:31.230372 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
12168 2025.01.17 08:08:31.416393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
12169 2025.01.17 08:08:31.417078 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12170 2025.01.17 08:08:31.417124 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12171 2025.01.17 08:08:31.417647 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12172 2025.01.17 08:08:31.417906 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12173 2025.01.17 08:08:31.418148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
12174 2025.01.17 08:08:31.565251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1700
12175 2025.01.17 08:08:31.568368 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12176 2025.01.17 08:08:31.568417 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12177 2025.01.17 08:08:31.569846 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12178 2025.01.17 08:08:31.570153 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12179 2025.01.17 08:08:31.570626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700
12180 2025.01.17 08:08:32.001696 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001074266 sec.
12181 2025.01.17 08:08:32.745541 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12182 2025.01.17 08:08:32.745821 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12183 2025.01.17 08:08:32.745926 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12184 2025.01.17 08:08:32.746874 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12185 2025.01.17 08:08:32.746925 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12186 2025.01.17 08:08:32.747357 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12187 2025.01.17 08:08:32.747611 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12188 2025.01.17 08:08:32.747859 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002112 sec., 6628.787878787878 rows/sec., 477.18 KiB/sec.
12189 2025.01.17 08:08:32.747928 [ 260 ] {bf292794-cbd8-4654-a48b-a2ab5a93685a} <Debug> TCPHandler: Processed in 0.002543267 sec.
12190 2025.01.17 08:08:32.748243 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12191 2025.01.17 08:08:32.748528 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12192 2025.01.17 08:08:32.748597 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12193 2025.01.17 08:08:32.749544 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12194 2025.01.17 08:08:32.749587 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12195 2025.01.17 08:08:32.750053 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12196 2025.01.17 08:08:32.750306 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12197 2025.01.17 08:08:32.750547 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002079 sec., 135161.13516113514 rows/sec., 11.94 MiB/sec.
12198 2025.01.17 08:08:32.750605 [ 262 ] {aa34d375-28c6-43bf-afb2-8a6d63234768} <Debug> TCPHandler: Processed in 0.002541676 sec.
12199 2025.01.17 08:08:32.750768 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12200 2025.01.17 08:08:32.750891 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12201 2025.01.17 08:08:32.750944 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12202 2025.01.17 08:08:32.751590 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12203 2025.01.17 08:08:32.751633 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12204 2025.01.17 08:08:32.752010 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12205 2025.01.17 08:08:32.752265 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12206 2025.01.17 08:08:32.752489 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001624 sec., 28325.12315270936 rows/sec., 2.04 MiB/sec.
12207 2025.01.17 08:08:32.752548 [ 260 ] {b12825a0-bd61-4388-bedb-a8c1e602e8e6} <Debug> TCPHandler: Processed in 0.001839496 sec.
12208 2025.01.17 08:08:32.753580 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12209 2025.01.17 08:08:32.753702 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12210 2025.01.17 08:08:32.753752 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12211 2025.01.17 08:08:32.754336 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12212 2025.01.17 08:08:32.754377 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12213 2025.01.17 08:08:32.754731 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12214 2025.01.17 08:08:32.754972 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12215 2025.01.17 08:08:32.755182 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec.
12216 2025.01.17 08:08:32.755235 [ 262 ] {baa50640-f592-4c43-82cc-7b0d912af190} <Debug> TCPHandler: Processed in 0.001716925 sec.
12217 2025.01.17 08:08:32.755381 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12218 2025.01.17 08:08:32.755512 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12219 2025.01.17 08:08:32.755569 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12220 2025.01.17 08:08:32.756274 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12221 2025.01.17 08:08:32.756322 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12222 2025.01.17 08:08:32.756701 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12223 2025.01.17 08:08:32.756941 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12224 2025.01.17 08:08:32.757188 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001704 sec., 7629.107981220657 rows/sec., 475.67 KiB/sec.
12225 2025.01.17 08:08:32.757359 [ 260 ] {7823de32-34f6-4c52-a853-193a9e6ec459} <Debug> TCPHandler: Processed in 0.002037749 sec.
12226 2025.01.17 08:08:32.757591 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12227 2025.01.17 08:08:32.757722 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12228 2025.01.17 08:08:32.757777 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12229 2025.01.17 08:08:32.758674 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12230 2025.01.17 08:08:32.758714 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12231 2025.01.17 08:08:32.759099 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12232 2025.01.17 08:08:32.759355 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12233 2025.01.17 08:08:32.759606 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00188 sec., 223936.17021276595 rows/sec., 16.00 MiB/sec.
12234 2025.01.17 08:08:32.759661 [ 262 ] {6693d127-187a-4184-89d8-94b601e4decb} <Debug> TCPHandler: Processed in 0.002160451 sec.
12235 2025.01.17 08:08:32.759828 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12236 2025.01.17 08:08:32.759967 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12237 2025.01.17 08:08:32.760027 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12238 2025.01.17 08:08:32.760581 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12239 2025.01.17 08:08:32.760622 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12240 2025.01.17 08:08:32.761000 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12241 2025.01.17 08:08:32.761240 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12242 2025.01.17 08:08:32.761483 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec.
12243 2025.01.17 08:08:32.761547 [ 260 ] {af775072-3f7c-41c3-94cf-9452baea3c52} <Debug> TCPHandler: Processed in 0.001784475 sec.
12244 2025.01.17 08:08:32.761809 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12245 2025.01.17 08:08:32.761962 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12246 2025.01.17 08:08:32.762025 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12247 2025.01.17 08:08:32.762680 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12248 2025.01.17 08:08:32.762719 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12249 2025.01.17 08:08:32.763110 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12250 2025.01.17 08:08:32.763342 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12251 2025.01.17 08:08:32.763603 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001663 sec., 142513.52976548407 rows/sec., 9.55 MiB/sec.
12252 2025.01.17 08:08:32.763675 [ 262 ] {6d7d2dba-77b2-4601-9ff8-171ea532e92d} <Debug> TCPHandler: Processed in 0.002007209 sec.
12253 2025.01.17 08:08:32.763854 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12254 2025.01.17 08:08:32.764192 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12255 2025.01.17 08:08:32.764353 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12256 2025.01.17 08:08:32.765655 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12257 2025.01.17 08:08:32.765696 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12258 2025.01.17 08:08:32.766057 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12259 2025.01.17 08:08:32.766290 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12260 2025.01.17 08:08:32.766524 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002468 sec., 405.1863857374392 rows/sec., 27.30 KiB/sec.
12261 2025.01.17 08:08:32.766591 [ 260 ] {deac6ddd-406d-4a28-a313-0d9fee1e8ffc} <Debug> TCPHandler: Processed in 0.002822281 sec.
12262 2025.01.17 08:08:32.766903 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12263 2025.01.17 08:08:32.767126 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12264 2025.01.17 08:08:32.767269 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12265 2025.01.17 08:08:32.768571 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12266 2025.01.17 08:08:32.768611 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12267 2025.01.17 08:08:32.769273 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12268 2025.01.17 08:08:32.769522 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12269 2025.01.17 08:08:32.769757 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002685 sec., 14525.13966480447 rows/sec., 26.03 MiB/sec.
12270 2025.01.17 08:08:32.769851 [ 262 ] {9ac85db7-91e8-467a-bbfd-418dc230f303} <Debug> TCPHandler: Processed in 0.003162485 sec.
12271 2025.01.17 08:08:32.770014 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12272 2025.01.17 08:08:32.770151 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12273 2025.01.17 08:08:32.770209 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12274 2025.01.17 08:08:32.770731 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12275 2025.01.17 08:08:32.770770 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12276 2025.01.17 08:08:32.771151 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12277 2025.01.17 08:08:32.771387 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12278 2025.01.17 08:08:32.771639 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001515 sec., 54125.412541254125 rows/sec., 3.44 MiB/sec.
12279 2025.01.17 08:08:32.771743 [ 260 ] {e0149091-112d-48ba-bd6b-d15b9ebaed9b} <Debug> TCPHandler: Processed in 0.001791435 sec.
12280 2025.01.17 08:08:33.530151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
12281 2025.01.17 08:08:33.551426 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12282 2025.01.17 08:08:33.551484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12283 2025.01.17 08:08:33.558756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12284 2025.01.17 08:08:33.559527 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12285 2025.01.17 08:08:33.563567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
12286 2025.01.17 08:08:37.738443 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12287 2025.01.17 08:08:37.738636 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12288 2025.01.17 08:08:37.738712 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12289 2025.01.17 08:08:37.739542 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12290 2025.01.17 08:08:37.739607 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12291 2025.01.17 08:08:37.740064 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12292 2025.01.17 08:08:37.740322 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12293 2025.01.17 08:08:37.740493 [ 145 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12294 2025.01.17 08:08:37.740535 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
12295 2025.01.17 08:08:37.740539 [ 145 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12296 2025.01.17 08:08:37.740584 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12297 2025.01.17 08:08:37.740632 [ 260 ] {15af9916-1080-45f5-9307-c042ad7a3142} <Debug> TCPHandler: Processed in 0.002330694 sec.
12298 2025.01.17 08:08:37.740938 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
12299 2025.01.17 08:08:37.741008 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12300 2025.01.17 08:08:37.741478 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12301 2025.01.17 08:08:37.741572 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12302 2025.01.17 08:08:37.741670 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12303 2025.01.17 08:08:37.741747 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1430 rows starting from the beginning of the part
12304 2025.01.17 08:08:37.742662 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1412 rows starting from the beginning of the part
12305 2025.01.17 08:08:37.743162 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 10 rows starting from the beginning of the part
12306 2025.01.17 08:08:37.743541 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part
12307 2025.01.17 08:08:37.743896 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 281 rows starting from the beginning of the part
12308 2025.01.17 08:08:37.744363 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
12309 2025.01.17 08:08:37.745445 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12310 2025.01.17 08:08:37.745537 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12311 2025.01.17 08:08:37.746456 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12312 2025.01.17 08:08:37.746894 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12313 2025.01.17 08:08:37.747130 [ 145 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12314 2025.01.17 08:08:37.747192 [ 145 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12315 2025.01.17 08:08:37.747250 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005907 sec., 10834.603013373964 rows/sec., 865.96 KiB/sec.
12316 2025.01.17 08:08:37.747251 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12317 2025.01.17 08:08:37.747573 [ 262 ] {3a9fcf2c-48b6-4c17-a764-3062d8715905} <Debug> TCPHandler: Processed in 0.006771067 sec.
12318 2025.01.17 08:08:37.747894 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
12319 2025.01.17 08:08:37.747921 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12320 2025.01.17 08:08:37.748484 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12321 2025.01.17 08:08:37.748525 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12322 2025.01.17 08:08:37.748698 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part
12323 2025.01.17 08:08:37.748789 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12324 2025.01.17 08:08:37.749348 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 874 rows starting from the beginning of the part
12325 2025.01.17 08:08:37.749890 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 5 rows starting from the beginning of the part
12326 2025.01.17 08:08:37.750476 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part
12327 2025.01.17 08:08:37.751045 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 421 rows starting from the beginning of the part
12328 2025.01.17 08:08:37.751573 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
12329 2025.01.17 08:08:37.752174 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.011486614 sec., 282502.74624010175 rows/sec., 24.79 MiB/sec.
12330 2025.01.17 08:08:37.752582 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12331 2025.01.17 08:08:37.753479 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12332 2025.01.17 08:08:37.753491 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12333 2025.01.17 08:08:37.753562 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12334 2025.01.17 08:08:37.753761 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_106_21} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12335 2025.01.17 08:08:37.754032 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
12336 2025.01.17 08:08:37.754935 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12337 2025.01.17 08:08:37.755319 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12338 2025.01.17 08:08:37.755688 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0
12339 2025.01.17 08:08:37.755827 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12340 2025.01.17 08:08:37.755913 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12341 2025.01.17 08:08:37.756094 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007833 sec., 20426.401123452062 rows/sec., 1.42 MiB/sec.
12342 2025.01.17 08:08:37.756092 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.008625443 sec., 271406.3497955989 rows/sec., 20.77 MiB/sec.
12343 2025.01.17 08:08:37.756384 [ 260 ] {f792ec1e-055f-4e3c-bdc0-b6a791d6ba65} <Debug> TCPHandler: Processed in 0.008643944 sec.
12344 2025.01.17 08:08:37.756389 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full
12345 2025.01.17 08:08:37.756577 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12346 2025.01.17 08:08:37.756670 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12347 2025.01.17 08:08:37.756997 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12348 2025.01.17 08:08:37.757012 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12349 2025.01.17 08:08:37.757114 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 30788 rows starting from the beginning of the part
12350 2025.01.17 08:08:37.757168 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12351 2025.01.17 08:08:37.757417 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12352 2025.01.17 08:08:37.757775 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_106_21} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12353 2025.01.17 08:08:37.757863 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
12354 2025.01.17 08:08:37.758050 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
12355 2025.01.17 08:08:37.758390 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1084 rows starting from the beginning of the part
12356 2025.01.17 08:08:37.758738 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part
12357 2025.01.17 08:08:37.758961 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 237 rows starting from the beginning of the part
12358 2025.01.17 08:08:37.759320 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
12359 2025.01.17 08:08:37.760201 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12360 2025.01.17 08:08:37.760252 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
12361 2025.01.17 08:08:37.760984 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12362 2025.01.17 08:08:37.761313 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12363 2025.01.17 08:08:37.761722 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004813 sec., 12466.23727404945 rows/sec., 860.30 KiB/sec.
12364 2025.01.17 08:08:37.762177 [ 262 ] {4cd051f1-312a-4d5c-a1af-448ba7ba0201} <Debug> TCPHandler: Processed in 0.005631051 sec.
12365 2025.01.17 08:08:37.767613 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32589 rows, containing 5 columns (5 merged, 0 gathered) in 0.011534236 sec., 2825414.7045369977 rows/sec., 190.77 MiB/sec.
12366 2025.01.17 08:08:37.768429 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
12367 2025.01.17 08:08:37.768762 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12368 2025.01.17 08:08:37.768850 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20
12369 2025.01.17 08:08:37.768951 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12370 2025.01.17 08:08:38.918380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
12371 2025.01.17 08:08:38.919084 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12372 2025.01.17 08:08:38.919133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12373 2025.01.17 08:08:38.919680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12374 2025.01.17 08:08:38.919937 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12375 2025.01.17 08:08:38.920211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
12376 2025.01.17 08:08:41.063735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
12377 2025.01.17 08:08:41.086183 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12378 2025.01.17 08:08:41.086250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12379 2025.01.17 08:08:41.097002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12380 2025.01.17 08:08:41.098670 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12381 2025.01.17 08:08:41.108919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
12382 2025.01.17 08:08:41.570972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1730
12383 2025.01.17 08:08:41.574068 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12384 2025.01.17 08:08:41.574124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12385 2025.01.17 08:08:41.575611 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12386 2025.01.17 08:08:41.575929 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12387 2025.01.17 08:08:41.578332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730
12388 2025.01.17 08:08:42.745765 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12389 2025.01.17 08:08:42.745965 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12390 2025.01.17 08:08:42.746041 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12391 2025.01.17 08:08:42.746985 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12392 2025.01.17 08:08:42.747036 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12393 2025.01.17 08:08:42.747641 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12394 2025.01.17 08:08:42.748017 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12395 2025.01.17 08:08:42.748305 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002385 sec., 5870.020964360587 rows/sec., 422.56 KiB/sec.
12396 2025.01.17 08:08:42.748425 [ 260 ] {5cc820d6-5731-4fd2-a11c-22bdc2cea952} <Debug> TCPHandler: Processed in 0.00277897 sec.
12397 2025.01.17 08:08:42.748787 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12398 2025.01.17 08:08:42.748977 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12399 2025.01.17 08:08:42.749052 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12400 2025.01.17 08:08:42.750046 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12401 2025.01.17 08:08:42.750102 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12402 2025.01.17 08:08:42.750576 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12403 2025.01.17 08:08:42.750850 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12404 2025.01.17 08:08:42.751066 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002135 sec., 131615.925058548 rows/sec., 11.63 MiB/sec.
12405 2025.01.17 08:08:42.751179 [ 262 ] {6cf6c388-7ad7-4636-b55c-53bab3caf9c8} <Debug> TCPHandler: Processed in 0.002570277 sec.
12406 2025.01.17 08:08:42.751401 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12407 2025.01.17 08:08:42.751516 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12408 2025.01.17 08:08:42.751560 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12409 2025.01.17 08:08:42.752142 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12410 2025.01.17 08:08:42.752178 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12411 2025.01.17 08:08:42.752707 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12412 2025.01.17 08:08:42.753088 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12413 2025.01.17 08:08:42.753351 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001846 sec., 24918.743228602383 rows/sec., 1.79 MiB/sec.
12414 2025.01.17 08:08:42.753431 [ 260 ] {8d6b4297-ec7e-4204-a231-d999b02ac835} <Debug> TCPHandler: Processed in 0.002095521 sec.
12415 2025.01.17 08:08:42.754149 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12416 2025.01.17 08:08:42.754294 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12417 2025.01.17 08:08:42.754355 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12418 2025.01.17 08:08:42.755015 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12419 2025.01.17 08:08:42.755054 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12420 2025.01.17 08:08:42.755424 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12421 2025.01.17 08:08:42.755668 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12422 2025.01.17 08:08:42.755862 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec.
12423 2025.01.17 08:08:42.755954 [ 262 ] {83ecea9b-0e3c-4730-9f03-663d6a5a91de} <Debug> TCPHandler: Processed in 0.001877787 sec.
12424 2025.01.17 08:08:42.756209 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12425 2025.01.17 08:08:42.756377 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12426 2025.01.17 08:08:42.756435 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12427 2025.01.17 08:08:42.757074 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12428 2025.01.17 08:08:42.757114 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12429 2025.01.17 08:08:42.757485 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12430 2025.01.17 08:08:42.757720 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12431 2025.01.17 08:08:42.757930 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec.
12432 2025.01.17 08:08:42.757983 [ 260 ] {9b2e9672-a597-481a-9d8b-f0ba3bbb90c3} <Debug> TCPHandler: Processed in 0.001927028 sec.
12433 2025.01.17 08:08:42.758152 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12434 2025.01.17 08:08:42.758292 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12435 2025.01.17 08:08:42.758349 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12436 2025.01.17 08:08:42.759288 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12437 2025.01.17 08:08:42.759327 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12438 2025.01.17 08:08:42.759705 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12439 2025.01.17 08:08:42.759947 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12440 2025.01.17 08:08:42.760136 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001876 sec., 224413.6460554371 rows/sec., 16.04 MiB/sec.
12441 2025.01.17 08:08:42.760236 [ 262 ] {6feb510d-ef4a-450a-8269-4cb3ae0393ee} <Debug> TCPHandler: Processed in 0.002151831 sec.
12442 2025.01.17 08:08:42.760398 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12443 2025.01.17 08:08:42.760578 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12444 2025.01.17 08:08:42.760636 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12445 2025.01.17 08:08:42.761140 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12446 2025.01.17 08:08:42.761178 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12447 2025.01.17 08:08:42.761550 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12448 2025.01.17 08:08:42.761789 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12449 2025.01.17 08:08:42.762016 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
12450 2025.01.17 08:08:42.762067 [ 260 ] {0d3fd778-4d95-4a76-b8a3-66aa2282d805} <Debug> TCPHandler: Processed in 0.001748315 sec.
12451 2025.01.17 08:08:42.762278 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12452 2025.01.17 08:08:42.762502 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12453 2025.01.17 08:08:42.762598 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12454 2025.01.17 08:08:42.763321 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12455 2025.01.17 08:08:42.763360 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12456 2025.01.17 08:08:42.763757 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12457 2025.01.17 08:08:42.763994 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12458 2025.01.17 08:08:42.764203 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001754 sec., 135119.72633979475 rows/sec., 9.06 MiB/sec.
12459 2025.01.17 08:08:42.764304 [ 262 ] {cbc4bc69-e1ab-404d-9f26-b92800073c82} <Debug> TCPHandler: Processed in 0.002135531 sec.
12460 2025.01.17 08:08:42.764516 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12461 2025.01.17 08:08:42.764732 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12462 2025.01.17 08:08:42.764793 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12463 2025.01.17 08:08:42.765271 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12464 2025.01.17 08:08:42.765310 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12465 2025.01.17 08:08:42.765692 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12466 2025.01.17 08:08:42.765930 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12467 2025.01.17 08:08:42.766148 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec.
12468 2025.01.17 08:08:42.766199 [ 260 ] {8c4f65f8-9d3f-4aef-b49c-cc88a3b0fab4} <Debug> TCPHandler: Processed in 0.001804716 sec.
12469 2025.01.17 08:08:42.766403 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12470 2025.01.17 08:08:42.766628 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12471 2025.01.17 08:08:42.766763 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12472 2025.01.17 08:08:42.768047 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12473 2025.01.17 08:08:42.768085 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12474 2025.01.17 08:08:42.768750 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12475 2025.01.17 08:08:42.769015 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12476 2025.01.17 08:08:42.769268 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002681 sec., 14546.810891458412 rows/sec., 26.07 MiB/sec.
12477 2025.01.17 08:08:42.769631 [ 262 ] {b9e3f7e4-93ea-4f1b-8404-22eeb9f9698f} <Debug> TCPHandler: Processed in 0.003341318 sec.
12478 2025.01.17 08:08:42.769890 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12479 2025.01.17 08:08:42.770036 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12480 2025.01.17 08:08:42.770086 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12481 2025.01.17 08:08:42.770600 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12482 2025.01.17 08:08:42.770639 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12483 2025.01.17 08:08:42.771017 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12484 2025.01.17 08:08:42.771252 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12485 2025.01.17 08:08:42.771460 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec.
12486 2025.01.17 08:08:42.771511 [ 260 ] {224b727a-c6ab-4c2f-ae70-97f9b69e8484} <Debug> TCPHandler: Processed in 0.001766655 sec.
12487 2025.01.17 08:08:46.230430 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
12488 2025.01.17 08:08:46.230528 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
12489 2025.01.17 08:08:46.420469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
12490 2025.01.17 08:08:46.421362 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12491 2025.01.17 08:08:46.421407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12492 2025.01.17 08:08:46.421934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12493 2025.01.17 08:08:46.422194 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12494 2025.01.17 08:08:46.422412 [ 136 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12495 2025.01.17 08:08:46.422465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
12496 2025.01.17 08:08:46.422508 [ 136 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12497 2025.01.17 08:08:46.422541 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12498 2025.01.17 08:08:46.422673 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12499 2025.01.17 08:08:46.422800 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12500 2025.01.17 08:08:46.422839 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12501 2025.01.17 08:08:46.422912 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12502 2025.01.17 08:08:46.423007 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12503 2025.01.17 08:08:46.423247 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12504 2025.01.17 08:08:46.423422 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12505 2025.01.17 08:08:46.423498 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
12506 2025.01.17 08:08:46.425999 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003385769 sec., 8936226.895573799 rows/sec., 127.83 MiB/sec.
12507 2025.01.17 08:08:46.426616 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12508 2025.01.17 08:08:46.427136 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_66_13} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12509 2025.01.17 08:08:46.427229 [ 186 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_66_13} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12510 2025.01.17 08:08:46.427348 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
12511 2025.01.17 08:08:47.738326 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12512 2025.01.17 08:08:47.738537 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12513 2025.01.17 08:08:47.738617 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12514 2025.01.17 08:08:47.739451 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12515 2025.01.17 08:08:47.739503 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12516 2025.01.17 08:08:47.739933 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12517 2025.01.17 08:08:47.740179 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12518 2025.01.17 08:08:47.740407 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.23 MiB/sec.
12519 2025.01.17 08:08:47.740480 [ 260 ] {b52b5744-0271-43ce-8ef9-50520918e1ae} <Debug> TCPHandler: Processed in 0.002293462 sec.
12520 2025.01.17 08:08:47.740744 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12521 2025.01.17 08:08:47.740966 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12522 2025.01.17 08:08:47.741041 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12523 2025.01.17 08:08:47.741794 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12524 2025.01.17 08:08:47.741837 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12525 2025.01.17 08:08:47.742262 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12526 2025.01.17 08:08:47.742510 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12527 2025.01.17 08:08:47.742745 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001835 sec., 34877.38419618529 rows/sec., 2.72 MiB/sec.
12528 2025.01.17 08:08:47.742802 [ 262 ] {a787e55a-982f-46a3-8e02-39a926d70c50} <Debug> TCPHandler: Processed in 0.002194561 sec.
12529 2025.01.17 08:08:47.742981 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12530 2025.01.17 08:08:47.743121 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12531 2025.01.17 08:08:47.743184 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12532 2025.01.17 08:08:47.743847 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12533 2025.01.17 08:08:47.743893 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12534 2025.01.17 08:08:47.744309 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12535 2025.01.17 08:08:47.744580 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12536 2025.01.17 08:08:47.744800 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec.
12537 2025.01.17 08:08:47.744884 [ 260 ] {63ed3df8-8938-40f2-848f-447e0ee86f81} <Debug> TCPHandler: Processed in 0.001967279 sec.
12538 2025.01.17 08:08:47.745057 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12539 2025.01.17 08:08:47.745209 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12540 2025.01.17 08:08:47.745269 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12541 2025.01.17 08:08:47.745876 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12542 2025.01.17 08:08:47.745920 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12543 2025.01.17 08:08:47.746301 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12544 2025.01.17 08:08:47.746533 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12545 2025.01.17 08:08:47.746750 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
12546 2025.01.17 08:08:47.746811 [ 262 ] {70d1dff7-57b8-4e7b-8a59-f7e810f1a53d} <Debug> TCPHandler: Processed in 0.001826786 sec.
12547 2025.01.17 08:08:48.609118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
12548 2025.01.17 08:08:48.631053 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12549 2025.01.17 08:08:48.631100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12550 2025.01.17 08:08:48.638537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12551 2025.01.17 08:08:48.639310 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12552 2025.01.17 08:08:48.639622 [ 134 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12553 2025.01.17 08:08:48.639699 [ 134 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12554 2025.01.17 08:08:48.639743 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12555 2025.01.17 08:08:48.640235 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12556 2025.01.17 08:08:48.657563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
12557 2025.01.17 08:08:48.659252 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12558 2025.01.17 08:08:48.661076 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12559 2025.01.17 08:08:48.667063 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12560 2025.01.17 08:08:48.673192 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12561 2025.01.17 08:08:48.678995 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12562 2025.01.17 08:08:48.684984 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12563 2025.01.17 08:08:48.689949 [ 198 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
12564 2025.01.17 08:08:48.752992 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.113094893 sec., 4403.381857392977 rows/sec., 22.77 MiB/sec.
12565 2025.01.17 08:08:48.756543 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12566 2025.01.17 08:08:48.759406 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_66_13} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12567 2025.01.17 08:08:48.759498 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_66_13} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12568 2025.01.17 08:08:48.761816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
12569 2025.01.17 08:08:49.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.70 MiB, peak 267.44 MiB, free memory in arenas 0.00 B, will set to 255.16 MiB (RSS), difference: 1.46 MiB
12570 2025.01.17 08:08:51.578624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1760
12571 2025.01.17 08:08:51.581651 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12572 2025.01.17 08:08:51.581715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12573 2025.01.17 08:08:51.583184 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12574 2025.01.17 08:08:51.583500 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12575 2025.01.17 08:08:51.584540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1760
12576 2025.01.17 08:08:51.846468 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12577 2025.01.17 08:08:51.846668 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12578 2025.01.17 08:08:51.846740 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12579 2025.01.17 08:08:51.847549 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12580 2025.01.17 08:08:51.847596 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12581 2025.01.17 08:08:51.848048 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12582 2025.01.17 08:08:51.848317 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12583 2025.01.17 08:08:51.848529 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec.
12584 2025.01.17 08:08:51.848612 [ 260 ] {fe0dc219-980b-4226-8e14-5f35759bf0a1} <Debug> TCPHandler: Processed in 0.002273423 sec.
12585 2025.01.17 08:08:51.848882 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12586 2025.01.17 08:08:51.849076 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12587 2025.01.17 08:08:51.849154 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12588 2025.01.17 08:08:51.849852 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12589 2025.01.17 08:08:51.849898 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12590 2025.01.17 08:08:51.850297 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
12591 2025.01.17 08:08:51.850541 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12592 2025.01.17 08:08:51.850822 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001801 sec., 6662.965019433647 rows/sec., 543.32 KiB/sec.
12593 2025.01.17 08:08:51.851243 [ 262 ] {63ea240e-fa25-4ece-9627-62b6f6c9f7a8} <Debug> TCPHandler: Processed in 0.002479175 sec.
12594 2025.01.17 08:08:51.851579 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12595 2025.01.17 08:08:51.851726 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12596 2025.01.17 08:08:51.851778 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12597 2025.01.17 08:08:51.852911 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12598 2025.01.17 08:08:51.852952 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12599 2025.01.17 08:08:51.853424 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12600 2025.01.17 08:08:51.853668 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12601 2025.01.17 08:08:51.853854 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002155 sec., 657540.6032482599 rows/sec., 55.04 MiB/sec.
12602 2025.01.17 08:08:51.853939 [ 260 ] {7c5b4e31-43d6-4fe1-94e5-053c9a21570c} <Debug> TCPHandler: Processed in 0.002557227 sec.
12603 2025.01.17 08:08:51.854126 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12604 2025.01.17 08:08:51.854288 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12605 2025.01.17 08:08:51.854344 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12606 2025.01.17 08:08:51.855039 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12607 2025.01.17 08:08:51.855085 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12608 2025.01.17 08:08:51.855451 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12609 2025.01.17 08:08:51.855699 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12610 2025.01.17 08:08:51.855864 [ 129 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12611 2025.01.17 08:08:51.855925 [ 129 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12612 2025.01.17 08:08:51.855932 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001665 sec., 31831.83183183183 rows/sec., 2.26 MiB/sec.
12613 2025.01.17 08:08:51.855962 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12614 2025.01.17 08:08:51.856092 [ 262 ] {a6ac1dc0-1fd5-4bfa-b27a-fd1e85b225de} <Debug> TCPHandler: Processed in 0.00205163 sec.
12615 2025.01.17 08:08:51.856297 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
12616 2025.01.17 08:08:51.856344 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12617 2025.01.17 08:08:51.856763 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12618 2025.01.17 08:08:51.856815 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12619 2025.01.17 08:08:51.856922 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part
12620 2025.01.17 08:08:51.857035 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12621 2025.01.17 08:08:51.857428 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 43 rows starting from the beginning of the part
12622 2025.01.17 08:08:51.858065 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part
12623 2025.01.17 08:08:51.858626 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 46 rows starting from the beginning of the part
12624 2025.01.17 08:08:51.858861 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part
12625 2025.01.17 08:08:51.859076 [ 197 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 53 rows starting from the beginning of the part
12626 2025.01.17 08:08:51.860049 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12627 2025.01.17 08:08:51.860095 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12628 2025.01.17 08:08:51.860674 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12629 2025.01.17 08:08:51.860867 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.004797128 sec., 53573.721610096705 rows/sec., 4.03 MiB/sec.
12630 2025.01.17 08:08:51.861062 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12631 2025.01.17 08:08:51.861091 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12632 2025.01.17 08:08:51.861375 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004735 sec., 51108.764519535376 rows/sec., 3.46 MiB/sec.
12633 2025.01.17 08:08:51.861526 [ 260 ] {731d0767-2dc7-45ec-8f5a-c0eb8d2f9b7c} <Debug> TCPHandler: Processed in 0.005317626 sec.
12634 2025.01.17 08:08:51.861666 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12635 2025.01.17 08:08:51.861716 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2025.01.17 08:08:51.861757 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_61_12} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12637 2025.01.17 08:08:51.861866 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12638 2025.01.17 08:08:51.861885 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12639 2025.01.17 08:08:51.861945 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12640 2025.01.17 08:08:51.862545 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12641 2025.01.17 08:08:51.862582 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12642 2025.01.17 08:08:51.862920 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12643 2025.01.17 08:08:51.863149 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12644 2025.01.17 08:08:51.863360 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
12645 2025.01.17 08:08:51.863411 [ 262 ] {7b68b168-1be4-4b56-b2a3-856a41755c25} <Debug> TCPHandler: Processed in 0.001773406 sec.
12646 2025.01.17 08:08:51.863574 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12647 2025.01.17 08:08:51.863712 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12648 2025.01.17 08:08:51.863768 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12649 2025.01.17 08:08:51.864651 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12650 2025.01.17 08:08:51.864688 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12651 2025.01.17 08:08:51.865086 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12652 2025.01.17 08:08:51.865325 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12653 2025.01.17 08:08:51.865501 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001819 sec., 485981.3084112149 rows/sec., 35.26 MiB/sec.
12654 2025.01.17 08:08:51.865552 [ 260 ] {8709b9c5-5b99-45e2-a1f5-52e9c1030a53} <Debug> TCPHandler: Processed in 0.00204547 sec.
12655 2025.01.17 08:08:51.865706 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12656 2025.01.17 08:08:51.865845 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12657 2025.01.17 08:08:51.865902 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12658 2025.01.17 08:08:51.866416 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12659 2025.01.17 08:08:51.866454 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12660 2025.01.17 08:08:51.866812 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12661 2025.01.17 08:08:51.867039 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12662 2025.01.17 08:08:51.867255 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec.
12663 2025.01.17 08:08:51.867303 [ 262 ] {6a080202-c9c3-4e17-8ba1-d58e3972ef36} <Debug> TCPHandler: Processed in 0.001663004 sec.
12664 2025.01.17 08:08:51.867445 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12665 2025.01.17 08:08:51.867564 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12666 2025.01.17 08:08:51.867616 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12667 2025.01.17 08:08:51.868366 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12668 2025.01.17 08:08:51.868403 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12669 2025.01.17 08:08:51.868843 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12670 2025.01.17 08:08:51.869079 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12671 2025.01.17 08:08:51.869255 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.001715 sec., 634985.4227405248 rows/sec., 42.43 MiB/sec.
12672 2025.01.17 08:08:51.869306 [ 260 ] {22b81b6d-a124-4b5a-84a3-27ce96da6800} <Debug> TCPHandler: Processed in 0.001918268 sec.
12673 2025.01.17 08:08:51.869463 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12674 2025.01.17 08:08:51.869598 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12675 2025.01.17 08:08:51.869657 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12676 2025.01.17 08:08:51.870200 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12677 2025.01.17 08:08:51.870238 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12678 2025.01.17 08:08:51.870592 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12679 2025.01.17 08:08:51.870828 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12680 2025.01.17 08:08:51.871042 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec.
12681 2025.01.17 08:08:51.871150 [ 262 ] {e39df877-b478-4ed2-ad31-0285a514c5b4} <Debug> TCPHandler: Processed in 0.001754635 sec.
12682 2025.01.17 08:08:51.871337 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12683 2025.01.17 08:08:51.871477 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12684 2025.01.17 08:08:51.871567 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12685 2025.01.17 08:08:51.872790 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12686 2025.01.17 08:08:51.872829 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12687 2025.01.17 08:08:51.873465 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12688 2025.01.17 08:08:51.873727 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12689 2025.01.17 08:08:51.873868 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12690 2025.01.17 08:08:51.873914 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12691 2025.01.17 08:08:51.873939 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002492 sec., 13643.659711075443 rows/sec., 24.45 MiB/sec.
12692 2025.01.17 08:08:51.873943 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12693 2025.01.17 08:08:51.874280 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
12694 2025.01.17 08:08:51.874313 [ 260 ] {e0bbad27-6396-4d3d-8f79-ff30e5b4917d} <Debug> TCPHandler: Processed in 0.003062504 sec.
12695 2025.01.17 08:08:51.874651 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12696 2025.01.17 08:08:51.875072 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12697 2025.01.17 08:08:51.875265 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12698 2025.01.17 08:08:51.876234 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12699 2025.01.17 08:08:51.876435 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1608 rows starting from the beginning of the part
12700 2025.01.17 08:08:51.877056 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part
12701 2025.01.17 08:08:51.877778 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part
12702 2025.01.17 08:08:51.877834 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12703 2025.01.17 08:08:51.877928 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12704 2025.01.17 08:08:51.878455 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part
12705 2025.01.17 08:08:51.879022 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
12706 2025.01.17 08:08:51.879465 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12707 2025.01.17 08:08:51.879810 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part
12708 2025.01.17 08:08:51.880320 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12709 2025.01.17 08:08:51.880827 [ 128 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12710 2025.01.17 08:08:51.880944 [ 128 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12711 2025.01.17 08:08:51.881044 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12712 2025.01.17 08:08:51.881181 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006229 sec., 13164.231818911543 rows/sec., 856.16 KiB/sec.
12713 2025.01.17 08:08:51.881438 [ 262 ] {eb592d6a-9f6e-423f-a307-0a8671de88ef} <Debug> TCPHandler: Processed in 0.006982921 sec.
12714 2025.01.17 08:08:51.881579 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12715 2025.01.17 08:08:51.881868 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12716 2025.01.17 08:08:51.881953 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6450 rows starting from the beginning of the part
12717 2025.01.17 08:08:51.882251 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part
12718 2025.01.17 08:08:51.882676 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
12719 2025.01.17 08:08:51.882913 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
12720 2025.01.17 08:08:51.883051 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
12721 2025.01.17 08:08:51.883236 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
12722 2025.01.17 08:08:51.887153 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6816 rows, containing 4 columns (4 merged, 0 gathered) in 0.005885404 sec., 1158119.3066780122 rows/sec., 75.45 MiB/sec.
12723 2025.01.17 08:08:51.887836 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12724 2025.01.17 08:08:51.888338 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12725 2025.01.17 08:08:51.888422 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_96_19} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12726 2025.01.17 08:08:51.888508 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
12727 2025.01.17 08:08:51.893341 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1759 rows, containing 19 columns (19 merged, 0 gathered) in 0.019306067 sec., 91111.25533750608 rows/sec., 163.27 MiB/sec.
12728 2025.01.17 08:08:51.895085 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12729 2025.01.17 08:08:51.895574 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12730 2025.01.17 08:08:51.895673 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12731 2025.01.17 08:08:51.895842 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.62 MiB.
12732 2025.01.17 08:08:52.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.15 MiB, peak 272.71 MiB, free memory in arenas 0.00 B, will set to 260.76 MiB (RSS), difference: 4.61 MiB
12733 2025.01.17 08:08:52.730533 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12734 2025.01.17 08:08:52.730725 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12735 2025.01.17 08:08:52.730795 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12736 2025.01.17 08:08:52.731523 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12737 2025.01.17 08:08:52.731575 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12738 2025.01.17 08:08:52.732002 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
12739 2025.01.17 08:08:52.732258 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12740 2025.01.17 08:08:52.732502 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001829 sec., 2186.9874248223073 rows/sec., 178.33 KiB/sec.
12741 2025.01.17 08:08:52.732559 [ 260 ] {97bbdf0f-1e50-4167-8f9f-41678366fc14} <Debug> TCPHandler: Processed in 0.002155211 sec.
12742 2025.01.17 08:08:52.732805 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12743 2025.01.17 08:08:52.733013 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12744 2025.01.17 08:08:52.733091 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12745 2025.01.17 08:08:52.733820 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12746 2025.01.17 08:08:52.733863 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12747 2025.01.17 08:08:52.734279 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12748 2025.01.17 08:08:52.734525 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12749 2025.01.17 08:08:52.734726 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.001768 sec., 6787.330316742081 rows/sec., 634.66 KiB/sec.
12750 2025.01.17 08:08:52.734788 [ 262 ] {53ad2001-3a08-4623-b450-9e065ba47979} <Debug> TCPHandler: Processed in 0.002122981 sec.
12751 2025.01.17 08:08:52.734932 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12752 2025.01.17 08:08:52.735072 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12753 2025.01.17 08:08:52.735128 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12754 2025.01.17 08:08:52.735808 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12755 2025.01.17 08:08:52.735857 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12756 2025.01.17 08:08:52.736263 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12757 2025.01.17 08:08:52.736499 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12758 2025.01.17 08:08:52.736701 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001659 sec., 5424.9547920434 rows/sec., 394.98 KiB/sec.
12759 2025.01.17 08:08:52.736760 [ 260 ] {8d5d15d4-19d2-4e5c-adbc-8606bc1d39b5} <Debug> TCPHandler: Processed in 0.001893697 sec.
12760 2025.01.17 08:08:52.736907 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12761 2025.01.17 08:08:52.737031 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12762 2025.01.17 08:08:52.737082 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12763 2025.01.17 08:08:52.737809 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12764 2025.01.17 08:08:52.737857 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12765 2025.01.17 08:08:52.738274 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
12766 2025.01.17 08:08:52.738527 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12767 2025.01.17 08:08:52.738747 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001736 sec., 5184.331797235023 rows/sec., 418.53 KiB/sec.
12768 2025.01.17 08:08:52.738815 [ 262 ] {edd9d47f-a855-4831-91e9-9a9fb16b0485} <Debug> TCPHandler: Processed in 0.001964378 sec.
12769 2025.01.17 08:08:52.739000 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12770 2025.01.17 08:08:52.739292 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12771 2025.01.17 08:08:52.739393 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12772 2025.01.17 08:08:52.739923 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12773 2025.01.17 08:08:52.739964 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12774 2025.01.17 08:08:52.740348 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12775 2025.01.17 08:08:52.740595 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12776 2025.01.17 08:08:52.740848 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001665 sec., 1201.2012012012012 rows/sec., 84.46 KiB/sec.
12777 2025.01.17 08:08:52.740947 [ 260 ] {928deaa1-9cf4-4671-b3f3-34d5392d38e7} <Debug> TCPHandler: Processed in 0.002024279 sec.
12778 2025.01.17 08:08:52.741120 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12779 2025.01.17 08:08:52.741290 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12780 2025.01.17 08:08:52.741380 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12781 2025.01.17 08:08:52.742592 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12782 2025.01.17 08:08:52.742631 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12783 2025.01.17 08:08:52.743240 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12784 2025.01.17 08:08:52.743512 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12785 2025.01.17 08:08:52.743757 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002504 sec., 1996.805111821086 rows/sec., 3.58 MiB/sec.
12786 2025.01.17 08:08:52.743865 [ 262 ] {af1c8e29-1294-41ba-815c-3e2f1ee32b82} <Debug> TCPHandler: Processed in 0.002826411 sec.
12787 2025.01.17 08:08:53.922651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
12788 2025.01.17 08:08:53.923367 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12789 2025.01.17 08:08:53.923409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12790 2025.01.17 08:08:53.923938 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12791 2025.01.17 08:08:53.924202 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12792 2025.01.17 08:08:53.924385 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
12793 2025.01.17 08:08:56.157671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
12794 2025.01.17 08:08:56.176639 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12795 2025.01.17 08:08:56.176700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12796 2025.01.17 08:08:56.183677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12797 2025.01.17 08:08:56.184472 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12798 2025.01.17 08:08:56.187669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
12799 2025.01.17 08:08:57.738687 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12800 2025.01.17 08:08:57.738905 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12801 2025.01.17 08:08:57.738988 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12802 2025.01.17 08:08:57.739823 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12803 2025.01.17 08:08:57.739876 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12804 2025.01.17 08:08:57.740354 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
12805 2025.01.17 08:08:57.740622 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12806 2025.01.17 08:08:57.740865 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002012 sec., 27833.001988071574 rows/sec., 2.14 MiB/sec.
12807 2025.01.17 08:08:57.740869 [ 118 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
12808 2025.01.17 08:08:57.740982 [ 260 ] {17218f59-b3a9-4b58-8de4-f7a565842520} <Debug> TCPHandler: Processed in 0.002433825 sec.
12809 2025.01.17 08:08:57.740991 [ 118 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12810 2025.01.17 08:08:57.741048 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12811 2025.01.17 08:08:57.741240 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
12812 2025.01.17 08:08:57.741346 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12813 2025.01.17 08:08:57.741442 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12814 2025.01.17 08:08:57.741523 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1430 rows starting from the beginning of the part
12815 2025.01.17 08:08:57.741671 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12816 2025.01.17 08:08:57.741806 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 281 rows starting from the beginning of the part
12817 2025.01.17 08:08:57.741871 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12818 2025.01.17 08:08:57.742257 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part
12819 2025.01.17 08:08:57.742579 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1417 rows starting from the beginning of the part
12820 2025.01.17 08:08:57.742986 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 12 rows starting from the beginning of the part
12821 2025.01.17 08:08:57.743361 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part
12822 2025.01.17 08:08:57.744702 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12823 2025.01.17 08:08:57.744789 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12824 2025.01.17 08:08:57.745897 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
12825 2025.01.17 08:08:57.746208 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12826 2025.01.17 08:08:57.746464 [ 118 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
12827 2025.01.17 08:08:57.746575 [ 118 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12828 2025.01.17 08:08:57.746671 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12829 2025.01.17 08:08:57.746857 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00527 sec., 12144.212523719165 rows/sec., 970.63 KiB/sec.
12830 2025.01.17 08:08:57.747371 [ 262 ] {c0606428-b7d7-4a99-8774-c7f3b5c3c6db} <Debug> TCPHandler: Processed in 0.00623516 sec.
12831 2025.01.17 08:08:57.747424 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.006254949 sec., 519908.31579921755 rows/sec., 45.61 MiB/sec.
12832 2025.01.17 08:08:57.747662 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12833 2025.01.17 08:08:57.747688 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
12834 2025.01.17 08:08:57.748044 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
12835 2025.01.17 08:08:57.748199 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12836 2025.01.17 08:08:57.748501 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12837 2025.01.17 08:08:57.748580 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12838 2025.01.17 08:08:57.748805 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part
12839 2025.01.17 08:08:57.749521 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 421 rows starting from the beginning of the part
12840 2025.01.17 08:08:57.750119 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12841 2025.01.17 08:08:57.750662 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part
12842 2025.01.17 08:08:57.750921 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_111_22} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
12843 2025.01.17 08:08:57.751503 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
12844 2025.01.17 08:08:57.751802 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 884 rows starting from the beginning of the part
12845 2025.01.17 08:08:57.752245 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 9 rows starting from the beginning of the part
12846 2025.01.17 08:08:57.752501 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part
12847 2025.01.17 08:08:57.753243 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12848 2025.01.17 08:08:57.753315 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12849 2025.01.17 08:08:57.754288 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12850 2025.01.17 08:08:57.754876 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12851 2025.01.17 08:08:57.755163 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 4 parts from all_1_99_20 to all_102_102_0
12852 2025.01.17 08:08:57.755264 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12853 2025.01.17 08:08:57.755286 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007305 sec., 21902.80629705681 rows/sec., 1.53 MiB/sec.
12854 2025.01.17 08:08:57.755309 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12855 2025.01.17 08:08:57.755553 [ 260 ] {e9928bb5-bdac-44ea-a060-c8dad478a3f5} <Debug> TCPHandler: Processed in 0.008045755 sec.
12856 2025.01.17 08:08:57.755679 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTask::PrepareStage: Merging 4 parts: from all_1_99_20 to all_102_102_0 into Compact with storage Full
12857 2025.01.17 08:08:57.755856 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12858 2025.01.17 08:08:57.756360 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12859 2025.01.17 08:08:57.756362 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12860 2025.01.17 08:08:57.756467 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 32589 rows starting from the beginning of the part
12861 2025.01.17 08:08:57.756493 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.009556697 sec., 246424.05215944382 rows/sec., 18.87 MiB/sec.
12862 2025.01.17 08:08:57.756513 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12863 2025.01.17 08:08:57.756931 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
12864 2025.01.17 08:08:57.756972 [ 196 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
12865 2025.01.17 08:08:57.757644 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
12866 2025.01.17 08:08:57.758253 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1089 rows starting from the beginning of the part
12867 2025.01.17 08:08:57.758403 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12868 2025.01.17 08:08:57.758922 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_111_22} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
12869 2025.01.17 08:08:57.759206 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
12870 2025.01.17 08:08:57.759612 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12871 2025.01.17 08:08:57.759661 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12872 2025.01.17 08:08:57.760186 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12873 2025.01.17 08:08:57.760636 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12874 2025.01.17 08:08:57.761071 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004864 sec., 12335.526315789473 rows/sec., 851.28 KiB/sec.
12875 2025.01.17 08:08:57.761271 [ 262 ] {3840edf4-1b8e-418d-928d-1f86ab2e0ea2} <Debug> TCPHandler: Processed in 0.00556779 sec.
12876 2025.01.17 08:08:57.767080 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34075 rows, containing 5 columns (5 merged, 0 gathered) in 0.011617596 sec., 2933050.865256461 rows/sec., 197.99 MiB/sec.
12877 2025.01.17 08:08:57.767505 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Trace> MergedBlockOutputStream: filled checksums all_1_102_21 (state Temporary)
12878 2025.01.17 08:08:57.767903 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_102_21 to all_1_102_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12879 2025.01.17 08:08:57.768031 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_102_21} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 4 parts: [all_1_99_20, all_102_102_0] -> all_1_102_21
12880 2025.01.17 08:08:57.768146 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
12881 2025.01.17 08:09:01.230580 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
12882 2025.01.17 08:09:01.230640 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
12883 2025.01.17 08:09:01.424523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
12884 2025.01.17 08:09:01.425210 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12885 2025.01.17 08:09:01.425259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12886 2025.01.17 08:09:01.425827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12887 2025.01.17 08:09:01.426085 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12888 2025.01.17 08:09:01.426325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
12889 2025.01.17 08:09:01.584932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1804
12890 2025.01.17 08:09:01.588228 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12891 2025.01.17 08:09:01.588272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12892 2025.01.17 08:09:01.589749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12893 2025.01.17 08:09:01.590077 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12894 2025.01.17 08:09:01.590576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1804
12895 2025.01.17 08:09:02.745802 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12896 2025.01.17 08:09:02.746018 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12897 2025.01.17 08:09:02.746097 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12898 2025.01.17 08:09:02.746900 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12899 2025.01.17 08:09:02.746961 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12900 2025.01.17 08:09:02.747406 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12901 2025.01.17 08:09:02.747663 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12902 2025.01.17 08:09:02.747871 [ 114 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
12903 2025.01.17 08:09:02.747901 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec.
12904 2025.01.17 08:09:02.747952 [ 114 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12905 2025.01.17 08:09:02.748028 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12906 2025.01.17 08:09:02.748034 [ 260 ] {211efcd6-a6ca-44ec-92d7-18e968f458a7} <Debug> TCPHandler: Processed in 0.002369174 sec.
12907 2025.01.17 08:09:02.748232 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12908 2025.01.17 08:09:02.748341 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12909 2025.01.17 08:09:02.748416 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12910 2025.01.17 08:09:02.748460 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12911 2025.01.17 08:09:02.748713 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12912 2025.01.17 08:09:02.748738 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12913 2025.01.17 08:09:02.748920 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12914 2025.01.17 08:09:02.749054 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12915 2025.01.17 08:09:02.749415 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12916 2025.01.17 08:09:02.749788 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
12917 2025.01.17 08:09:02.751895 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12918 2025.01.17 08:09:02.751978 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
12919 2025.01.17 08:09:02.752486 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004371293 sec., 16013.568525376817 rows/sec., 1.19 MiB/sec.
12920 2025.01.17 08:09:02.752682 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
12921 2025.01.17 08:09:02.753023 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
12922 2025.01.17 08:09:02.753165 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_49_12} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12923 2025.01.17 08:09:02.753298 [ 195 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_49_12} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
12924 2025.01.17 08:09:02.753448 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12925 2025.01.17 08:09:02.753514 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12926 2025.01.17 08:09:02.753786 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005239 sec., 53636.19011261692 rows/sec., 4.74 MiB/sec.
12927 2025.01.17 08:09:02.753921 [ 262 ] {6b8aa0fb-c625-49cd-9b68-ae1702623104} <Debug> TCPHandler: Processed in 0.005746042 sec.
12928 2025.01.17 08:09:02.754147 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12929 2025.01.17 08:09:02.754484 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12930 2025.01.17 08:09:02.754557 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12931 2025.01.17 08:09:02.755180 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12932 2025.01.17 08:09:02.755222 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12933 2025.01.17 08:09:02.755608 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12934 2025.01.17 08:09:02.755870 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12935 2025.01.17 08:09:02.756110 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001743 sec., 26391.279403327597 rows/sec., 1.90 MiB/sec.
12936 2025.01.17 08:09:02.756169 [ 260 ] {8b1b4ff0-3d25-457f-80f2-ecfbe49fa51f} <Debug> TCPHandler: Processed in 0.002149191 sec.
12937 2025.01.17 08:09:02.756310 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12938 2025.01.17 08:09:02.756437 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12939 2025.01.17 08:09:02.756511 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12940 2025.01.17 08:09:02.757561 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12941 2025.01.17 08:09:02.757604 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12942 2025.01.17 08:09:02.757978 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12943 2025.01.17 08:09:02.758219 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12944 2025.01.17 08:09:02.758393 [ 114 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
12945 2025.01.17 08:09:02.758460 [ 114 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12946 2025.01.17 08:09:02.758474 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002056 sec., 6809.338521400778 rows/sec., 476.88 KiB/sec.
12947 2025.01.17 08:09:02.758497 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12948 2025.01.17 08:09:02.758698 [ 262 ] {59a976b1-8990-42d9-8a7f-8d84c006ab07} <Debug> TCPHandler: Processed in 0.002437405 sec.
12949 2025.01.17 08:09:02.759014 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12950 2025.01.17 08:09:02.759001 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full
12951 2025.01.17 08:09:02.759412 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12952 2025.01.17 08:09:02.759577 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12953 2025.01.17 08:09:02.759695 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12954 2025.01.17 08:09:02.759803 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 242 rows starting from the beginning of the part
12955 2025.01.17 08:09:02.760097 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part
12956 2025.01.17 08:09:02.760573 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
12957 2025.01.17 08:09:02.760978 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
12958 2025.01.17 08:09:02.761389 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part
12959 2025.01.17 08:09:02.761798 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
12960 2025.01.17 08:09:02.762813 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12961 2025.01.17 08:09:02.762880 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
12962 2025.01.17 08:09:02.763963 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12963 2025.01.17 08:09:02.764593 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12964 2025.01.17 08:09:02.764658 [ 198 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006041556 sec., 127119.56985915548 rows/sec., 9.10 MiB/sec.
12965 2025.01.17 08:09:02.764857 [ 114 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
12966 2025.01.17 08:09:02.764953 [ 114 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12967 2025.01.17 08:09:02.765001 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
12968 2025.01.17 08:09:02.765076 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
12969 2025.01.17 08:09:02.765077 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005797 sec., 2242.5392444367776 rows/sec., 139.82 KiB/sec.
12970 2025.01.17 08:09:02.765426 [ 260 ] {472b4cb3-792c-4768-a5ae-2119e9be1b25} <Debug> TCPHandler: Processed in 0.006574454 sec.
12971 2025.01.17 08:09:02.765683 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12972 2025.01.17 08:09:02.765731 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12973 2025.01.17 08:09:02.766248 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12974 2025.01.17 08:09:02.766300 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12975 2025.01.17 08:09:02.766478 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12976 2025.01.17 08:09:02.766478 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12977 2025.01.17 08:09:02.766794 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12978 2025.01.17 08:09:02.766991 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12979 2025.01.17 08:09:02.767392 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12980 2025.01.17 08:09:02.767957 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12981 2025.01.17 08:09:02.768224 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_49_10} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
12982 2025.01.17 08:09:02.768354 [ 198 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
12983 2025.01.17 08:09:02.769352 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
12984 2025.01.17 08:09:02.770331 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12985 2025.01.17 08:09:02.770388 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
12986 2025.01.17 08:09:02.770749 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556712 sec., 11675.69587147394 rows/sec., 773.59 KiB/sec.
12987 2025.01.17 08:09:02.771023 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
12988 2025.01.17 08:09:02.771040 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
12989 2025.01.17 08:09:02.771523 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12990 2025.01.17 08:09:02.771681 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_49_12} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12991 2025.01.17 08:09:02.771976 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_49_12} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
12992 2025.01.17 08:09:02.771990 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005916 sec., 71162.9479377958 rows/sec., 5.08 MiB/sec.
12993 2025.01.17 08:09:02.772243 [ 262 ] {4fe86342-bf2c-44bf-977b-80eedfcf3a80} <Debug> TCPHandler: Processed in 0.006686716 sec.
12994 2025.01.17 08:09:02.772259 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12995 2025.01.17 08:09:02.772417 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12996 2025.01.17 08:09:02.772542 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12997 2025.01.17 08:09:02.772593 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12998 2025.01.17 08:09:02.773090 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12999 2025.01.17 08:09:02.773129 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13000 2025.01.17 08:09:02.773507 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13001 2025.01.17 08:09:02.773752 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13002 2025.01.17 08:09:02.773976 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
13003 2025.01.17 08:09:02.774035 [ 260 ] {dd5209cb-50da-48d9-9e2c-22c66a2eb05d} <Debug> TCPHandler: Processed in 0.001687534 sec.
13004 2025.01.17 08:09:02.774243 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13005 2025.01.17 08:09:02.774374 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13006 2025.01.17 08:09:02.774427 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13007 2025.01.17 08:09:02.775024 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13008 2025.01.17 08:09:02.775065 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13009 2025.01.17 08:09:02.775465 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13010 2025.01.17 08:09:02.775710 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13011 2025.01.17 08:09:02.775934 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001584 sec., 149621.21212121213 rows/sec., 10.03 MiB/sec.
13012 2025.01.17 08:09:02.776002 [ 262 ] {d99cb916-bf61-4d78-bba3-b6230e7a598b} <Debug> TCPHandler: Processed in 0.001870686 sec.
13013 2025.01.17 08:09:02.776191 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13014 2025.01.17 08:09:02.776383 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13015 2025.01.17 08:09:02.776435 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13016 2025.01.17 08:09:02.776915 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13017 2025.01.17 08:09:02.776954 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13018 2025.01.17 08:09:02.777317 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13019 2025.01.17 08:09:02.777571 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13020 2025.01.17 08:09:02.777751 [ 114 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0
13021 2025.01.17 08:09:02.777813 [ 114 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13022 2025.01.17 08:09:02.777828 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec.
13023 2025.01.17 08:09:02.777849 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13024 2025.01.17 08:09:02.778049 [ 260 ] {6b680d49-6227-494e-b2a8-a9c4bbab5acd} <Debug> TCPHandler: Processed in 0.001946568 sec.
13025 2025.01.17 08:09:02.778370 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13026 2025.01.17 08:09:02.778354 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full
13027 2025.01.17 08:09:02.778747 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13028 2025.01.17 08:09:02.779050 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13029 2025.01.17 08:09:02.779073 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13030 2025.01.17 08:09:02.779178 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 44 rows starting from the beginning of the part
13031 2025.01.17 08:09:02.779606 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
13032 2025.01.17 08:09:02.780034 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
13033 2025.01.17 08:09:02.780423 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
13034 2025.01.17 08:09:02.780759 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
13035 2025.01.17 08:09:02.781130 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
13036 2025.01.17 08:09:02.784317 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.006356421 sec., 7708.740500353894 rows/sec., 519.44 KiB/sec.
13037 2025.01.17 08:09:02.784551 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary)
13038 2025.01.17 08:09:02.784953 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13039 2025.01.17 08:09:02.785021 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13040 2025.01.17 08:09:02.785173 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13041 2025.01.17 08:09:02.785382 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_49_10} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10
13042 2025.01.17 08:09:02.785540 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
13043 2025.01.17 08:09:02.786062 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13044 2025.01.17 08:09:02.786324 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13045 2025.01.17 08:09:02.786568 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007962 sec., 4898.266767143933 rows/sec., 8.78 MiB/sec.
13046 2025.01.17 08:09:02.786679 [ 262 ] {1c8eb126-0037-497e-92c4-22190ace00f8} <Debug> TCPHandler: Processed in 0.008493962 sec.
13047 2025.01.17 08:09:02.786846 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13048 2025.01.17 08:09:02.786983 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13049 2025.01.17 08:09:02.787041 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13050 2025.01.17 08:09:02.787598 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13051 2025.01.17 08:09:02.787639 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
13052 2025.01.17 08:09:02.788024 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
13053 2025.01.17 08:09:02.788271 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13054 2025.01.17 08:09:02.788490 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec.
13055 2025.01.17 08:09:02.788543 [ 260 ] {716be17e-2417-4f14-b620-daf9f82ac3f0} <Debug> TCPHandler: Processed in 0.001762615 sec.
13056 2025.01.17 08:09:03.687751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
13057 2025.01.17 08:09:03.707958 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13058 2025.01.17 08:09:03.708024 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13059 2025.01.17 08:09:03.715427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13060 2025.01.17 08:09:03.716263 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13061 2025.01.17 08:09:03.719141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
13062 2025.01.17 08:09:07.738658 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13063 2025.01.17 08:09:07.738845 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13064 2025.01.17 08:09:07.738915 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13065 2025.01.17 08:09:07.739691 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13066 2025.01.17 08:09:07.739741 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13067 2025.01.17 08:09:07.740188 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13068 2025.01.17 08:09:07.740464 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13069 2025.01.17 08:09:07.740714 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec.
13070 2025.01.17 08:09:07.740772 [ 260 ] {b8a90357-3050-4c84-9c85-21a4000b2fae} <Debug> TCPHandler: Processed in 0.002242072 sec.
13071 2025.01.17 08:09:07.741028 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13072 2025.01.17 08:09:07.741234 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13073 2025.01.17 08:09:07.741312 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13074 2025.01.17 08:09:07.742103 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13075 2025.01.17 08:09:07.742148 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13076 2025.01.17 08:09:07.742587 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13077 2025.01.17 08:09:07.742835 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13078 2025.01.17 08:09:07.743062 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00188 sec., 34042.553191489365 rows/sec., 2.66 MiB/sec.
13079 2025.01.17 08:09:07.743148 [ 262 ] {c94f594b-214d-4e48-a7f3-3bf169a76634} <Debug> TCPHandler: Processed in 0.002250963 sec.
13080 2025.01.17 08:09:07.743328 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13081 2025.01.17 08:09:07.743495 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13082 2025.01.17 08:09:07.743554 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13083 2025.01.17 08:09:07.744127 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13084 2025.01.17 08:09:07.744167 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13085 2025.01.17 08:09:07.744578 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13086 2025.01.17 08:09:07.744837 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13087 2025.01.17 08:09:07.745062 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec.
13088 2025.01.17 08:09:07.745115 [ 260 ] {3ab22fc3-12c7-4e63-99d3-59a291324fcc} <Debug> TCPHandler: Processed in 0.001861967 sec.
13089 2025.01.17 08:09:07.745265 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13090 2025.01.17 08:09:07.745390 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13091 2025.01.17 08:09:07.745444 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13092 2025.01.17 08:09:07.745957 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13093 2025.01.17 08:09:07.745997 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13094 2025.01.17 08:09:07.746382 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
13095 2025.01.17 08:09:07.746617 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13096 2025.01.17 08:09:07.746799 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec.
13097 2025.01.17 08:09:07.746851 [ 262 ] {8cdd4a53-7482-4fa1-9e7b-ff9eeb4b2d53} <Debug> TCPHandler: Processed in 0.001644314 sec.
13098 2025.01.17 08:09:08.926476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
13099 2025.01.17 08:09:08.927148 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13100 2025.01.17 08:09:08.927196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13101 2025.01.17 08:09:08.927713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13102 2025.01.17 08:09:08.927961 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13103 2025.01.17 08:09:08.928194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
13104 2025.01.17 08:09:11.219245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
13105 2025.01.17 08:09:11.240474 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13106 2025.01.17 08:09:11.240541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13107 2025.01.17 08:09:11.247858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13108 2025.01.17 08:09:11.248636 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13109 2025.01.17 08:09:11.251795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
13110 2025.01.17 08:09:11.590846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1834
13111 2025.01.17 08:09:11.593784 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13112 2025.01.17 08:09:11.593827 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13113 2025.01.17 08:09:11.595268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13114 2025.01.17 08:09:11.595591 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13115 2025.01.17 08:09:11.595754 [ 104 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13116 2025.01.17 08:09:11.595805 [ 104 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13117 2025.01.17 08:09:11.595842 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13118 2025.01.17 08:09:11.596245 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
13119 2025.01.17 08:09:11.596849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1834
13120 2025.01.17 08:09:11.597354 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13121 2025.01.17 08:09:11.597550 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1660 rows starting from the beginning of the part
13122 2025.01.17 08:09:11.598283 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
13123 2025.01.17 08:09:11.598980 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part
13124 2025.01.17 08:09:11.599676 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
13125 2025.01.17 08:09:11.600368 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part
13126 2025.01.17 08:09:11.601060 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
13127 2025.01.17 08:09:11.610249 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 72 columns (72 merged, 0 gathered) in 0.014297844 sec., 128271.08758495336 rows/sec., 97.70 MiB/sec.
13128 2025.01.17 08:09:11.612140 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13129 2025.01.17 08:09:11.612912 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13130 2025.01.17 08:09:11.612996 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_51_10} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13131 2025.01.17 08:09:11.613305 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
13132 2025.01.17 08:09:12.744857 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13133 2025.01.17 08:09:12.745055 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13134 2025.01.17 08:09:12.745127 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13135 2025.01.17 08:09:12.745898 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13136 2025.01.17 08:09:12.745952 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13137 2025.01.17 08:09:12.746402 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13138 2025.01.17 08:09:12.746669 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13139 2025.01.17 08:09:12.746915 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec.
13140 2025.01.17 08:09:12.746983 [ 260 ] {81e2f6be-fa18-41de-b73e-a5d53365188e} <Debug> TCPHandler: Processed in 0.002257713 sec.
13141 2025.01.17 08:09:12.747280 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13142 2025.01.17 08:09:12.747564 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13143 2025.01.17 08:09:12.747670 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13144 2025.01.17 08:09:12.748604 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13145 2025.01.17 08:09:12.748653 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13146 2025.01.17 08:09:12.749107 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13147 2025.01.17 08:09:12.749367 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13148 2025.01.17 08:09:12.749607 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002121 sec., 132484.67703913248 rows/sec., 11.70 MiB/sec.
13149 2025.01.17 08:09:12.749673 [ 262 ] {71c49f23-a226-409f-951f-e847e949ddbd} <Debug> TCPHandler: Processed in 0.002556576 sec.
13150 2025.01.17 08:09:12.749881 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13151 2025.01.17 08:09:12.750193 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13152 2025.01.17 08:09:12.750307 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13153 2025.01.17 08:09:12.751527 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13154 2025.01.17 08:09:12.751569 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13155 2025.01.17 08:09:12.751942 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13156 2025.01.17 08:09:12.752205 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13157 2025.01.17 08:09:12.752418 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002333 sec., 19717.10244320617 rows/sec., 1.42 MiB/sec.
13158 2025.01.17 08:09:12.752475 [ 260 ] {6b210c7f-924f-491d-82a7-5256497e158a} <Debug> TCPHandler: Processed in 0.002704509 sec.
13159 2025.01.17 08:09:12.753790 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13160 2025.01.17 08:09:12.753928 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13161 2025.01.17 08:09:12.753988 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13162 2025.01.17 08:09:12.754679 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13163 2025.01.17 08:09:12.754727 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13164 2025.01.17 08:09:12.755094 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13165 2025.01.17 08:09:12.755333 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13166 2025.01.17 08:09:12.755547 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec.
13167 2025.01.17 08:09:12.755623 [ 262 ] {0c8f2994-7874-4bdb-ae86-df74bdd50291} <Debug> TCPHandler: Processed in 0.001900797 sec.
13168 2025.01.17 08:09:12.755839 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13169 2025.01.17 08:09:12.755962 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13170 2025.01.17 08:09:12.756011 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13171 2025.01.17 08:09:12.756586 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13172 2025.01.17 08:09:12.756624 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13173 2025.01.17 08:09:12.756984 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13174 2025.01.17 08:09:12.757232 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13175 2025.01.17 08:09:12.757410 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001473 sec., 8825.526137135099 rows/sec., 550.27 KiB/sec.
13176 2025.01.17 08:09:12.757465 [ 260 ] {1eb3bb50-f7ab-4538-b1ff-fa6bb512cb58} <Debug> TCPHandler: Processed in 0.001719274 sec.
13177 2025.01.17 08:09:12.757607 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13178 2025.01.17 08:09:12.757723 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13179 2025.01.17 08:09:12.757776 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13180 2025.01.17 08:09:12.758806 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13181 2025.01.17 08:09:12.758847 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13182 2025.01.17 08:09:12.759230 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13183 2025.01.17 08:09:12.759468 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13184 2025.01.17 08:09:12.759687 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001987 sec., 211877.20181177655 rows/sec., 15.14 MiB/sec.
13185 2025.01.17 08:09:12.759742 [ 262 ] {f38b883e-2c29-43b3-863c-d47aaeacbffc} <Debug> TCPHandler: Processed in 0.002190222 sec.
13186 2025.01.17 08:09:12.759903 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13187 2025.01.17 08:09:12.760041 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13188 2025.01.17 08:09:12.760099 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13189 2025.01.17 08:09:12.760672 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13190 2025.01.17 08:09:12.760718 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13191 2025.01.17 08:09:12.761108 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13192 2025.01.17 08:09:12.761356 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13193 2025.01.17 08:09:12.761484 [ 101 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
13194 2025.01.17 08:09:12.761525 [ 101 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13195 2025.01.17 08:09:12.761546 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
13196 2025.01.17 08:09:12.761551 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13197 2025.01.17 08:09:12.761622 [ 260 ] {5870fe5e-9d2e-4880-bcf0-a41f853a2a98} <Debug> TCPHandler: Processed in 0.001785746 sec.
13198 2025.01.17 08:09:12.761714 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
13199 2025.01.17 08:09:12.761770 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13200 2025.01.17 08:09:12.761843 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13201 2025.01.17 08:09:12.761914 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 270 rows starting from the beginning of the part
13202 2025.01.17 08:09:12.761973 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13203 2025.01.17 08:09:12.762085 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
13204 2025.01.17 08:09:12.762110 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13205 2025.01.17 08:09:12.762404 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
13206 2025.01.17 08:09:12.762757 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
13207 2025.01.17 08:09:12.763037 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
13208 2025.01.17 08:09:12.763344 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
13209 2025.01.17 08:09:12.764816 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13210 2025.01.17 08:09:12.764894 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13211 2025.01.17 08:09:12.765720 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.004080679 sec., 73517.17692080166 rows/sec., 3.75 MiB/sec.
13212 2025.01.17 08:09:12.765912 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
13213 2025.01.17 08:09:12.765920 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13214 2025.01.17 08:09:12.766398 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13215 2025.01.17 08:09:12.766410 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13216 2025.01.17 08:09:12.766555 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_50_10} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
13217 2025.01.17 08:09:12.766663 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_102_21 to all_107_107_0
13218 2025.01.17 08:09:12.766778 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13219 2025.01.17 08:09:12.766838 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
13220 2025.01.17 08:09:12.766842 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13221 2025.01.17 08:09:12.766890 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00497 sec., 47686.11670020121 rows/sec., 3.20 MiB/sec.
13222 2025.01.17 08:09:12.767128 [ 262 ] {2546838f-34e6-4c71-beeb-75b31c6f061c} <Debug> TCPHandler: Processed in 0.005419548 sec.
13223 2025.01.17 08:09:12.767139 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_102_21 to all_107_107_0 into Compact with storage Full
13224 2025.01.17 08:09:12.767310 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13225 2025.01.17 08:09:12.767334 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13226 2025.01.17 08:09:12.767346 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_102_21, total 34075 rows starting from the beginning of the part
13227 2025.01.17 08:09:12.767459 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 2 rows starting from the beginning of the part
13228 2025.01.17 08:09:12.767555 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13229 2025.01.17 08:09:12.767855 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13230 2025.01.17 08:09:12.767974 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
13231 2025.01.17 08:09:12.768227 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part
13232 2025.01.17 08:09:12.768471 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
13233 2025.01.17 08:09:12.768695 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part
13234 2025.01.17 08:09:12.769278 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13235 2025.01.17 08:09:12.769323 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13236 2025.01.17 08:09:12.769778 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13237 2025.01.17 08:09:12.770022 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13238 2025.01.17 08:09:12.770296 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002838 sec., 352.3608174770966 rows/sec., 23.74 KiB/sec.
13239 2025.01.17 08:09:12.770405 [ 260 ] {acfd402d-e192-4a71-a179-9f28a17ffe92} <Debug> TCPHandler: Processed in 0.003145265 sec.
13240 2025.01.17 08:09:12.770608 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13241 2025.01.17 08:09:12.770847 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13242 2025.01.17 08:09:12.771011 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13243 2025.01.17 08:09:12.772814 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13244 2025.01.17 08:09:12.772856 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13245 2025.01.17 08:09:12.773872 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13246 2025.01.17 08:09:12.774212 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13247 2025.01.17 08:09:12.774522 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003749 sec., 10402.774073086155 rows/sec., 18.64 MiB/sec.
13248 2025.01.17 08:09:12.774625 [ 262 ] {885c6d03-8127-4a93-9249-7eda246bd2d5} <Debug> TCPHandler: Processed in 0.004127129 sec.
13249 2025.01.17 08:09:12.774787 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13250 2025.01.17 08:09:12.774958 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13251 2025.01.17 08:09:12.775040 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13252 2025.01.17 08:09:12.775688 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13253 2025.01.17 08:09:12.775733 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13254 2025.01.17 08:09:12.776175 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13255 2025.01.17 08:09:12.776456 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13256 2025.01.17 08:09:12.776770 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34871 rows, containing 5 columns (5 merged, 0 gathered) in 0.009822211 sec., 3550218.9883723734 rows/sec., 239.70 MiB/sec.
13257 2025.01.17 08:09:12.776878 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001968 sec., 41666.666666666664 rows/sec., 2.65 MiB/sec.
13258 2025.01.17 08:09:12.777001 [ 260 ] {1155a0c7-aa7d-4f3e-a729-99d35b52abb6} <Debug> TCPHandler: Processed in 0.002307753 sec.
13259 2025.01.17 08:09:12.777208 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Trace> MergedBlockOutputStream: filled checksums all_1_107_22 (state Temporary)
13260 2025.01.17 08:09:12.777660 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_107_22 to all_1_107_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13261 2025.01.17 08:09:12.777737 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_107_22} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_102_21, all_107_107_0] -> all_1_107_22
13262 2025.01.17 08:09:12.777830 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13263 2025.01.17 08:09:16.230676 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
13264 2025.01.17 08:09:16.230753 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
13265 2025.01.17 08:09:16.379414 [ 220 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
13266 2025.01.17 08:09:16.379480 [ 220 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
13267 2025.01.17 08:09:16.386409 [ 220 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
13268 2025.01.17 08:09:16.428394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
13269 2025.01.17 08:09:16.429111 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13270 2025.01.17 08:09:16.429150 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13271 2025.01.17 08:09:16.429655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13272 2025.01.17 08:09:16.429919 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13273 2025.01.17 08:09:16.430190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
13274 2025.01.17 08:09:17.284000 [ 222 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
13275 2025.01.17 08:09:17.284084 [ 222 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
13276 2025.01.17 08:09:17.286668 [ 222 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
13277 2025.01.17 08:09:17.739350 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13278 2025.01.17 08:09:17.739632 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13279 2025.01.17 08:09:17.739738 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13280 2025.01.17 08:09:17.740573 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13281 2025.01.17 08:09:17.740629 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13282 2025.01.17 08:09:17.741075 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13283 2025.01.17 08:09:17.741329 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13284 2025.01.17 08:09:17.741562 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.15 MiB/sec.
13285 2025.01.17 08:09:17.741630 [ 260 ] {09077619-b643-419d-b3c0-6d54668acd1b} <Debug> TCPHandler: Processed in 0.002448835 sec.
13286 2025.01.17 08:09:17.741935 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13287 2025.01.17 08:09:17.742160 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13288 2025.01.17 08:09:17.742240 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13289 2025.01.17 08:09:17.743067 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13290 2025.01.17 08:09:17.743108 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13291 2025.01.17 08:09:17.743558 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13292 2025.01.17 08:09:17.743811 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13293 2025.01.17 08:09:17.744047 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec.
13294 2025.01.17 08:09:17.744164 [ 262 ] {75049062-2826-412e-a669-2ef1d946040e} <Debug> TCPHandler: Processed in 0.002409764 sec.
13295 2025.01.17 08:09:17.744350 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13296 2025.01.17 08:09:17.744672 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13297 2025.01.17 08:09:17.744772 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13298 2025.01.17 08:09:17.745358 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13299 2025.01.17 08:09:17.745400 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13300 2025.01.17 08:09:17.745808 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13301 2025.01.17 08:09:17.746053 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13302 2025.01.17 08:09:17.746260 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec.
13303 2025.01.17 08:09:17.746315 [ 260 ] {9f799b13-b288-4948-9b90-708c99e8ab94} <Debug> TCPHandler: Processed in 0.002070789 sec.
13304 2025.01.17 08:09:17.746526 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13305 2025.01.17 08:09:17.746758 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13306 2025.01.17 08:09:17.746855 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13307 2025.01.17 08:09:17.747419 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13308 2025.01.17 08:09:17.747458 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13309 2025.01.17 08:09:17.747849 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13310 2025.01.17 08:09:17.748098 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13311 2025.01.17 08:09:17.748235 [ 96 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13312 2025.01.17 08:09:17.748278 [ 96 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13313 2025.01.17 08:09:17.748288 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec.
13314 2025.01.17 08:09:17.748308 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13315 2025.01.17 08:09:17.748369 [ 262 ] {337a91f3-8e0f-4893-a82a-6ec19131e1f4} <Debug> TCPHandler: Processed in 0.001949428 sec.
13316 2025.01.17 08:09:17.748636 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
13317 2025.01.17 08:09:17.748950 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13318 2025.01.17 08:09:17.749013 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6816 rows starting from the beginning of the part
13319 2025.01.17 08:09:17.749102 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
13320 2025.01.17 08:09:17.749314 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part
13321 2025.01.17 08:09:17.749501 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
13322 2025.01.17 08:09:17.749759 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
13323 2025.01.17 08:09:17.749921 [ 199 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
13324 2025.01.17 08:09:17.752222 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7160 rows, containing 4 columns (4 merged, 0 gathered) in 0.003801854 sec., 1883291.6782180483 rows/sec., 122.74 MiB/sec.
13325 2025.01.17 08:09:17.752762 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13326 2025.01.17 08:09:17.753147 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13327 2025.01.17 08:09:17.753244 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_101_20} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13328 2025.01.17 08:09:17.753352 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB.
13329 2025.01.17 08:09:18.751951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
13330 2025.01.17 08:09:18.773187 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13331 2025.01.17 08:09:18.773233 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13332 2025.01.17 08:09:18.780074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13333 2025.01.17 08:09:18.780826 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13334 2025.01.17 08:09:18.783407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
13335 2025.01.17 08:09:21.597186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1864
13336 2025.01.17 08:09:21.600638 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13337 2025.01.17 08:09:21.600710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13338 2025.01.17 08:09:21.602407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13339 2025.01.17 08:09:21.602768 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13340 2025.01.17 08:09:21.603548 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1864
13341 2025.01.17 08:09:21.860773 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13342 2025.01.17 08:09:21.860961 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13343 2025.01.17 08:09:21.861034 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13344 2025.01.17 08:09:21.861763 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13345 2025.01.17 08:09:21.861811 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13346 2025.01.17 08:09:21.862246 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13347 2025.01.17 08:09:21.862524 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13348 2025.01.17 08:09:21.862776 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec.
13349 2025.01.17 08:09:21.862845 [ 260 ] {ca6610f4-9e5f-4519-9619-8cf175af02e8} <Debug> TCPHandler: Processed in 0.002202842 sec.
13350 2025.01.17 08:09:21.863085 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13351 2025.01.17 08:09:21.863278 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13352 2025.01.17 08:09:21.863350 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13353 2025.01.17 08:09:21.864060 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13354 2025.01.17 08:09:21.864111 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13355 2025.01.17 08:09:21.864533 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
13356 2025.01.17 08:09:21.864805 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13357 2025.01.17 08:09:21.865082 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec.
13358 2025.01.17 08:09:21.865296 [ 262 ] {fd793fd0-5539-4681-8414-58c570e8d019} <Debug> TCPHandler: Processed in 0.002332844 sec.
13359 2025.01.17 08:09:21.865471 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13360 2025.01.17 08:09:21.865594 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13361 2025.01.17 08:09:21.865646 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13362 2025.01.17 08:09:21.867092 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13363 2025.01.17 08:09:21.867133 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13364 2025.01.17 08:09:21.867618 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13365 2025.01.17 08:09:21.867881 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13366 2025.01.17 08:09:21.868065 [ 90 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13367 2025.01.17 08:09:21.868124 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002583 sec., 546651.1807975223 rows/sec., 45.78 MiB/sec.
13368 2025.01.17 08:09:21.868149 [ 90 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2025.01.17 08:09:21.868209 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13370 2025.01.17 08:09:21.868244 [ 260 ] {74f93703-7500-4273-8d9b-baa3ee47ba90} <Debug> TCPHandler: Processed in 0.002865082 sec.
13371 2025.01.17 08:09:21.868363 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
13372 2025.01.17 08:09:21.868425 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13373 2025.01.17 08:09:21.868499 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13374 2025.01.17 08:09:21.868574 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1430 rows starting from the beginning of the part
13375 2025.01.17 08:09:21.868605 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13376 2025.01.17 08:09:21.868795 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 281 rows starting from the beginning of the part
13377 2025.01.17 08:09:21.868803 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13378 2025.01.17 08:09:21.869179 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
13379 2025.01.17 08:09:21.869613 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 281 rows starting from the beginning of the part
13380 2025.01.17 08:09:21.869923 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part
13381 2025.01.17 08:09:21.870263 [ 201 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1412 rows starting from the beginning of the part
13382 2025.01.17 08:09:21.871777 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13383 2025.01.17 08:09:21.871850 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13384 2025.01.17 08:09:21.872815 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13385 2025.01.17 08:09:21.873117 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13386 2025.01.17 08:09:21.873522 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.004893 sec., 8788.064582055998 rows/sec., 644.26 KiB/sec.
13387 2025.01.17 08:09:21.873924 [ 262 ] {2c737ab2-1360-4453-b58b-48614e27656a} <Debug> TCPHandler: Processed in 0.005504028 sec.
13388 2025.01.17 08:09:21.874222 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13389 2025.01.17 08:09:21.874223 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3516 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875085 sec., 598459.426544467 rows/sec., 52.71 MiB/sec.
13390 2025.01.17 08:09:21.874571 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13391 2025.01.17 08:09:21.874700 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13392 2025.01.17 08:09:21.874765 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13393 2025.01.17 08:09:21.875502 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13394 2025.01.17 08:09:21.875728 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_116_23} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13395 2025.01.17 08:09:21.875841 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
13396 2025.01.17 08:09:21.876134 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13397 2025.01.17 08:09:21.876180 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13398 2025.01.17 08:09:21.876600 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13399 2025.01.17 08:09:21.876848 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13400 2025.01.17 08:09:21.877094 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002646 sec., 91458.80574452004 rows/sec., 6.20 MiB/sec.
13401 2025.01.17 08:09:21.877172 [ 260 ] {7001ccfe-151c-4f56-b216-bb6191e73f40} <Debug> TCPHandler: Processed in 0.003098834 sec.
13402 2025.01.17 08:09:21.877339 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13403 2025.01.17 08:09:21.877458 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13404 2025.01.17 08:09:21.877507 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13405 2025.01.17 08:09:21.878082 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13406 2025.01.17 08:09:21.878123 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13407 2025.01.17 08:09:21.878481 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13408 2025.01.17 08:09:21.878721 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13409 2025.01.17 08:09:21.878935 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec.
13410 2025.01.17 08:09:21.878987 [ 262 ] {ac09a0ef-bc36-443d-b663-b695be89cc48} <Debug> TCPHandler: Processed in 0.001705574 sec.
13411 2025.01.17 08:09:21.879138 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13412 2025.01.17 08:09:21.879257 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13413 2025.01.17 08:09:21.879307 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13414 2025.01.17 08:09:21.880277 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2025.01.17 08:09:21.880318 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13416 2025.01.17 08:09:21.880791 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13417 2025.01.17 08:09:21.881054 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13418 2025.01.17 08:09:21.881250 [ 90 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13419 2025.01.17 08:09:21.881306 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.00207 sec., 422222.22222222225 rows/sec., 30.60 MiB/sec.
13420 2025.01.17 08:09:21.881315 [ 90 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13421 2025.01.17 08:09:21.881389 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13422 2025.01.17 08:09:21.881440 [ 260 ] {e2687d2b-0078-4dc4-96f5-ed04d0f431b4} <Debug> TCPHandler: Processed in 0.002359103 sec.
13423 2025.01.17 08:09:21.881668 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13424 2025.01.17 08:09:21.881668 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
13425 2025.01.17 08:09:21.881881 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13426 2025.01.17 08:09:21.881953 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13427 2025.01.17 08:09:21.881999 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13428 2025.01.17 08:09:21.882026 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part
13429 2025.01.17 08:09:21.882508 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 421 rows starting from the beginning of the part
13430 2025.01.17 08:09:21.882944 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
13431 2025.01.17 08:09:21.883198 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 421 rows starting from the beginning of the part
13432 2025.01.17 08:09:21.883615 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part
13433 2025.01.17 08:09:21.883883 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 874 rows starting from the beginning of the part
13434 2025.01.17 08:09:21.884426 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13435 2025.01.17 08:09:21.884504 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13436 2025.01.17 08:09:21.885320 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13437 2025.01.17 08:09:21.885880 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13438 2025.01.17 08:09:21.886412 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004612 sec., 1300.9540329575022 rows/sec., 67.97 KiB/sec.
13439 2025.01.17 08:09:21.886485 [ 262 ] {33c4743a-4be7-4e6f-99fe-945027a9fca8} <Debug> TCPHandler: Processed in 0.004924101 sec.
13440 2025.01.17 08:09:21.886671 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13441 2025.01.17 08:09:21.886903 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13442 2025.01.17 08:09:21.887089 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13443 2025.01.17 08:09:21.887244 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.005745733 sec., 479834.33967432874 rows/sec., 36.62 MiB/sec.
13444 2025.01.17 08:09:21.887519 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13445 2025.01.17 08:09:21.887933 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13446 2025.01.17 08:09:21.888136 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_116_23} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13447 2025.01.17 08:09:21.888316 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
13448 2025.01.17 08:09:21.888589 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13449 2025.01.17 08:09:21.888635 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13450 2025.01.17 08:09:21.889119 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13451 2025.01.17 08:09:21.889370 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13452 2025.01.17 08:09:21.889611 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.002787 sec., 388948.6903480445 rows/sec., 25.99 MiB/sec.
13453 2025.01.17 08:09:21.889676 [ 260 ] {3731e7cf-383f-41e9-b55e-6d8444c44987} <Debug> TCPHandler: Processed in 0.003080504 sec.
13454 2025.01.17 08:09:21.889827 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13455 2025.01.17 08:09:21.889946 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13456 2025.01.17 08:09:21.890011 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13457 2025.01.17 08:09:21.890494 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13458 2025.01.17 08:09:21.890534 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13459 2025.01.17 08:09:21.890897 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13460 2025.01.17 08:09:21.891141 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13461 2025.01.17 08:09:21.891360 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec.
13462 2025.01.17 08:09:21.891410 [ 262 ] {98cc3685-c584-4360-a215-22d0db99bbcb} <Debug> TCPHandler: Processed in 0.001638044 sec.
13463 2025.01.17 08:09:21.891560 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13464 2025.01.17 08:09:21.891684 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13465 2025.01.17 08:09:21.891767 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13466 2025.01.17 08:09:21.892982 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13467 2025.01.17 08:09:21.893022 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13468 2025.01.17 08:09:21.893703 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13469 2025.01.17 08:09:21.893960 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13470 2025.01.17 08:09:21.894223 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002564 sec., 13260.530421216848 rows/sec., 23.76 MiB/sec.
13471 2025.01.17 08:09:21.894338 [ 260 ] {385d58de-ba2e-4492-8562-04d5520aecb3} <Debug> TCPHandler: Processed in 0.002836441 sec.
13472 2025.01.17 08:09:21.894509 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13473 2025.01.17 08:09:21.894649 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13474 2025.01.17 08:09:21.894707 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13475 2025.01.17 08:09:21.895291 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13476 2025.01.17 08:09:21.895331 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13477 2025.01.17 08:09:21.895712 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13478 2025.01.17 08:09:21.895956 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13479 2025.01.17 08:09:21.896185 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec.
13480 2025.01.17 08:09:21.896263 [ 262 ] {0e982d99-3783-4bb9-968c-7d94955f732f} <Debug> TCPHandler: Processed in 0.001816006 sec.
13481 2025.01.17 08:09:22.434677 [ 219 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
13482 2025.01.17 08:09:22.434740 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
13483 2025.01.17 08:09:22.437125 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
13484 2025.01.17 08:09:22.730404 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13485 2025.01.17 08:09:22.730613 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13486 2025.01.17 08:09:22.730691 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13487 2025.01.17 08:09:22.731483 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13488 2025.01.17 08:09:22.731526 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13489 2025.01.17 08:09:22.731965 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13490 2025.01.17 08:09:22.732256 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13491 2025.01.17 08:09:22.732477 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.00191 sec., 5235.602094240838 rows/sec., 510.78 KiB/sec.
13492 2025.01.17 08:09:22.732573 [ 260 ] {4e17efb2-d9b6-4a94-bda1-470da1975d77} <Debug> TCPHandler: Processed in 0.002311543 sec.
13493 2025.01.17 08:09:22.732627 [ 219 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
13494 2025.01.17 08:09:22.732731 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
13495 2025.01.17 08:09:22.732960 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13496 2025.01.17 08:09:22.733262 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13497 2025.01.17 08:09:22.733359 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13498 2025.01.17 08:09:22.734796 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2025.01.17 08:09:22.734873 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13500 2025.01.17 08:09:22.735644 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13501 2025.01.17 08:09:22.736170 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13502 2025.01.17 08:09:22.736396 [ 89 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13503 2025.01.17 08:09:22.736520 [ 89 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13504 2025.01.17 08:09:22.736574 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13505 2025.01.17 08:09:22.736639 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.003417 sec., 1463.271875914545 rows/sec., 110.03 KiB/sec.
13506 2025.01.17 08:09:22.736852 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
13507 2025.01.17 08:09:22.737086 [ 262 ] {1d179e7d-a00c-4de4-986c-e4e73f0cfbdb} <Debug> TCPHandler: Processed in 0.004358633 sec.
13508 2025.01.17 08:09:22.737119 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
13509 2025.01.17 08:09:22.737412 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13510 2025.01.17 08:09:22.737547 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13511 2025.01.17 08:09:22.737707 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part
13512 2025.01.17 08:09:22.737904 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13513 2025.01.17 08:09:22.738187 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part
13514 2025.01.17 08:09:22.738248 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13515 2025.01.17 08:09:22.738701 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part
13516 2025.01.17 08:09:22.739267 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part
13517 2025.01.17 08:09:22.739808 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 43 rows starting from the beginning of the part
13518 2025.01.17 08:09:22.740474 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part
13519 2025.01.17 08:09:22.742474 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13520 2025.01.17 08:09:22.742541 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13521 2025.01.17 08:09:22.743636 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13522 2025.01.17 08:09:22.744123 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.007389296 sec., 28825.4794502751 rows/sec., 2.17 MiB/sec.
13523 2025.01.17 08:09:22.744189 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13524 2025.01.17 08:09:22.744439 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13525 2025.01.17 08:09:22.744541 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.006821 sec., 733.0303474563847 rows/sec., 58.70 KiB/sec.
13526 2025.01.17 08:09:22.744640 [ 260 ] {55e2aaf4-a2b5-487f-b267-0eb489075f1a} <Debug> TCPHandler: Processed in 0.007415786 sec.
13527 2025.01.17 08:09:22.744886 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13528 2025.01.17 08:09:22.744972 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13529 2025.01.17 08:09:22.745150 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_66_13} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13530 2025.01.17 08:09:22.745202 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13531 2025.01.17 08:09:22.745330 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13532 2025.01.17 08:09:22.745370 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13533 2025.01.17 08:09:22.746550 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13534 2025.01.17 08:09:22.746593 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13535 2025.01.17 08:09:22.747283 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13536 2025.01.17 08:09:22.747569 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13537 2025.01.17 08:09:22.747748 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13538 2025.01.17 08:09:22.747817 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13539 2025.01.17 08:09:22.747848 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
13540 2025.01.17 08:09:22.747854 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002732 sec., 1830.161054172767 rows/sec., 3.28 MiB/sec.
13541 2025.01.17 08:09:22.748080 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
13542 2025.01.17 08:09:22.748101 [ 262 ] {ce255cc6-1352-4e03-86d6-2f44be7be5e7} <Debug> TCPHandler: Processed in 0.003378668 sec.
13543 2025.01.17 08:09:22.748357 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13544 2025.01.17 08:09:22.748418 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1759 rows starting from the beginning of the part
13545 2025.01.17 08:09:22.748632 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part
13546 2025.01.17 08:09:22.748907 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part
13547 2025.01.17 08:09:22.749223 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part
13548 2025.01.17 08:09:22.749506 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part
13549 2025.01.17 08:09:22.749806 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part
13550 2025.01.17 08:09:22.758377 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 19 columns (19 merged, 0 gathered) in 0.010427969 sec., 180380.28306374903 rows/sec., 323.23 MiB/sec.
13551 2025.01.17 08:09:22.760137 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13552 2025.01.17 08:09:22.760570 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13553 2025.01.17 08:09:22.760655 [ 197 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13554 2025.01.17 08:09:22.760820 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.31 MiB.
13555 2025.01.17 08:09:22.991838 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
13556 2025.01.17 08:09:22.991872 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
13557 2025.01.17 08:09:22.993986 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
13558 2025.01.17 08:09:23.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.24 MiB, peak 279.50 MiB, free memory in arenas 0.00 B, will set to 264.43 MiB (RSS), difference: 2.19 MiB
13559 2025.01.17 08:09:23.883388 [ 222 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
13560 2025.01.17 08:09:23.883451 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
13561 2025.01.17 08:09:23.885386 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
13562 2025.01.17 08:09:23.930419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
13563 2025.01.17 08:09:23.931159 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13564 2025.01.17 08:09:23.931211 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13565 2025.01.17 08:09:23.931797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13566 2025.01.17 08:09:23.932059 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13567 2025.01.17 08:09:23.932313 [ 86 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13568 2025.01.17 08:09:23.932325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
13569 2025.01.17 08:09:23.932417 [ 86 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13570 2025.01.17 08:09:23.932452 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13571 2025.01.17 08:09:23.932605 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13572 2025.01.17 08:09:23.932768 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13573 2025.01.17 08:09:23.932817 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13574 2025.01.17 08:09:23.932909 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13575 2025.01.17 08:09:23.933153 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13576 2025.01.17 08:09:23.933340 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13577 2025.01.17 08:09:23.933491 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13578 2025.01.17 08:09:23.933580 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
13579 2025.01.17 08:09:23.936421 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003886176 sec., 8366322.060555158 rows/sec., 119.68 MiB/sec.
13580 2025.01.17 08:09:23.936890 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13581 2025.01.17 08:09:23.937258 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_71_14} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13582 2025.01.17 08:09:23.937352 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_71_14} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13583 2025.01.17 08:09:23.937475 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
13584 2025.01.17 08:09:26.283585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536
13585 2025.01.17 08:09:26.306334 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13586 2025.01.17 08:09:26.306400 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13587 2025.01.17 08:09:26.313792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13588 2025.01.17 08:09:26.314612 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13589 2025.01.17 08:09:26.315138 [ 79 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13590 2025.01.17 08:09:26.315357 [ 79 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13591 2025.01.17 08:09:26.315429 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13592 2025.01.17 08:09:26.315732 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13593 2025.01.17 08:09:26.325304 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536
13594 2025.01.17 08:09:26.326430 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13595 2025.01.17 08:09:26.327333 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13596 2025.01.17 08:09:26.332021 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13597 2025.01.17 08:09:26.336765 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13598 2025.01.17 08:09:26.342056 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13599 2025.01.17 08:09:26.347559 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13600 2025.01.17 08:09:26.353205 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
13601 2025.01.17 08:09:26.417494 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.101936242 sec., 5258.188741154496 rows/sec., 27.19 MiB/sec.
13602 2025.01.17 08:09:26.421052 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13603 2025.01.17 08:09:26.424444 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_71_14} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13604 2025.01.17 08:09:26.424588 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_71_14} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13605 2025.01.17 08:09:26.427545 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
13606 2025.01.17 08:09:27.738970 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13607 2025.01.17 08:09:27.739189 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13608 2025.01.17 08:09:27.739275 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13609 2025.01.17 08:09:27.740069 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13610 2025.01.17 08:09:27.740125 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13611 2025.01.17 08:09:27.740584 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13612 2025.01.17 08:09:27.740848 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13613 2025.01.17 08:09:27.741091 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec.
13614 2025.01.17 08:09:27.741160 [ 260 ] {4dcf8016-69d9-4606-b912-d97417b8ecd3} <Debug> TCPHandler: Processed in 0.002336304 sec.
13615 2025.01.17 08:09:27.741494 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13616 2025.01.17 08:09:27.741794 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13617 2025.01.17 08:09:27.741911 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13618 2025.01.17 08:09:27.742859 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13619 2025.01.17 08:09:27.742908 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13620 2025.01.17 08:09:27.743363 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13621 2025.01.17 08:09:27.743629 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13622 2025.01.17 08:09:27.743887 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002178 sec., 29384.756657483933 rows/sec., 2.29 MiB/sec.
13623 2025.01.17 08:09:27.743953 [ 262 ] {db9b5049-5239-4788-bb4c-404c6b35e3ec} <Debug> TCPHandler: Processed in 0.002646547 sec.
13624 2025.01.17 08:09:27.744111 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13625 2025.01.17 08:09:27.744262 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13626 2025.01.17 08:09:27.744328 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13627 2025.01.17 08:09:27.744903 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13628 2025.01.17 08:09:27.744945 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13629 2025.01.17 08:09:27.745351 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13630 2025.01.17 08:09:27.745622 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13631 2025.01.17 08:09:27.745866 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec.
13632 2025.01.17 08:09:27.745960 [ 260 ] {16ae82b5-d1a2-4c44-827c-25ba7d1993b5} <Debug> TCPHandler: Processed in 0.001916127 sec.
13633 2025.01.17 08:09:27.746168 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13634 2025.01.17 08:09:27.746317 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13635 2025.01.17 08:09:27.746380 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13636 2025.01.17 08:09:27.746974 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13637 2025.01.17 08:09:27.747022 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13638 2025.01.17 08:09:27.747466 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13639 2025.01.17 08:09:27.747713 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13640 2025.01.17 08:09:27.747939 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec.
13641 2025.01.17 08:09:27.747994 [ 262 ] {bafdbded-6fb4-4168-8c5f-341c02077cc3} <Debug> TCPHandler: Processed in 0.001897878 sec.
13642 2025.01.17 08:09:31.231015 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
13643 2025.01.17 08:09:31.231084 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
13644 2025.01.17 08:09:31.432591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
13645 2025.01.17 08:09:31.433280 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13646 2025.01.17 08:09:31.433330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13647 2025.01.17 08:09:31.433882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13648 2025.01.17 08:09:31.434153 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13649 2025.01.17 08:09:31.434406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
13650 2025.01.17 08:09:31.603859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1904
13651 2025.01.17 08:09:31.608265 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13652 2025.01.17 08:09:31.608328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13653 2025.01.17 08:09:31.609840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13654 2025.01.17 08:09:31.610158 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13655 2025.01.17 08:09:31.610815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1904
13656 2025.01.17 08:09:32.747047 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13657 2025.01.17 08:09:32.747259 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13658 2025.01.17 08:09:32.747339 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13659 2025.01.17 08:09:32.748082 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13660 2025.01.17 08:09:32.748137 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13661 2025.01.17 08:09:32.748588 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13662 2025.01.17 08:09:32.748845 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13663 2025.01.17 08:09:32.749088 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
13664 2025.01.17 08:09:32.749156 [ 260 ] {e8e44069-6294-46fd-b105-33d1303d44a5} <Debug> TCPHandler: Processed in 0.002243082 sec.
13665 2025.01.17 08:09:32.749419 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13666 2025.01.17 08:09:32.749628 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13667 2025.01.17 08:09:32.749708 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13668 2025.01.17 08:09:32.750750 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13669 2025.01.17 08:09:32.750800 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13670 2025.01.17 08:09:32.751271 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13671 2025.01.17 08:09:32.751551 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13672 2025.01.17 08:09:32.751803 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002232 sec., 125896.05734767026 rows/sec., 11.12 MiB/sec.
13673 2025.01.17 08:09:32.751873 [ 262 ] {2b231f4a-fdf1-43db-b049-cd91951bfa84} <Debug> TCPHandler: Processed in 0.002588077 sec.
13674 2025.01.17 08:09:32.752107 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13675 2025.01.17 08:09:32.752243 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13676 2025.01.17 08:09:32.752295 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13677 2025.01.17 08:09:32.752921 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13678 2025.01.17 08:09:32.752964 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13679 2025.01.17 08:09:32.753350 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13680 2025.01.17 08:09:32.753605 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13681 2025.01.17 08:09:32.753820 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00161 sec., 28571.42857142857 rows/sec., 2.06 MiB/sec.
13682 2025.01.17 08:09:32.753878 [ 260 ] {7f01fb79-23aa-4f6d-a484-80b67badaa3f} <Debug> TCPHandler: Processed in 0.001834126 sec.
13683 2025.01.17 08:09:32.754275 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13684 2025.01.17 08:09:32.754424 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13685 2025.01.17 08:09:32.754484 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13686 2025.01.17 08:09:32.755180 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13687 2025.01.17 08:09:32.755230 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13688 2025.01.17 08:09:32.755644 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13689 2025.01.17 08:09:32.755895 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13690 2025.01.17 08:09:32.756151 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001751 sec., 7995.431182181611 rows/sec., 559.95 KiB/sec.
13691 2025.01.17 08:09:32.756255 [ 262 ] {fd908402-bd65-4353-8a95-bf6f22b54272} <Debug> TCPHandler: Processed in 0.002049579 sec.
13692 2025.01.17 08:09:32.756459 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13693 2025.01.17 08:09:32.756682 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13694 2025.01.17 08:09:32.756741 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13695 2025.01.17 08:09:32.757431 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13696 2025.01.17 08:09:32.757479 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13697 2025.01.17 08:09:32.757853 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13698 2025.01.17 08:09:32.758096 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13699 2025.01.17 08:09:32.758308 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec.
13700 2025.01.17 08:09:32.758364 [ 260 ] {990ae44f-d439-4078-ab5f-33534d9205bc} <Debug> TCPHandler: Processed in 0.002028439 sec.
13701 2025.01.17 08:09:32.758512 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13702 2025.01.17 08:09:32.758652 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13703 2025.01.17 08:09:32.758709 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13704 2025.01.17 08:09:32.759568 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13705 2025.01.17 08:09:32.759609 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13706 2025.01.17 08:09:32.760016 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
13707 2025.01.17 08:09:32.760266 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13708 2025.01.17 08:09:32.760477 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001857 sec., 226709.74690360797 rows/sec., 16.20 MiB/sec.
13709 2025.01.17 08:09:32.760530 [ 262 ] {a1d6794d-af2d-4945-b43c-f7a64579bdf8} <Debug> TCPHandler: Processed in 0.00207573 sec.
13710 2025.01.17 08:09:32.760678 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13711 2025.01.17 08:09:32.760818 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13712 2025.01.17 08:09:32.760880 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13713 2025.01.17 08:09:32.761462 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13714 2025.01.17 08:09:32.761510 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13715 2025.01.17 08:09:32.761880 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13716 2025.01.17 08:09:32.762115 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13717 2025.01.17 08:09:32.762341 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
13718 2025.01.17 08:09:32.762393 [ 260 ] {15b0343d-e791-4ee4-bd1e-57a25f2ce4ec} <Debug> TCPHandler: Processed in 0.001782796 sec.
13719 2025.01.17 08:09:32.762556 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13720 2025.01.17 08:09:32.762780 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13721 2025.01.17 08:09:32.762877 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13722 2025.01.17 08:09:32.763752 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13723 2025.01.17 08:09:32.763791 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13724 2025.01.17 08:09:32.764196 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13725 2025.01.17 08:09:32.764446 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13726 2025.01.17 08:09:32.764682 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001958 sec., 121041.87946884576 rows/sec., 8.11 MiB/sec.
13727 2025.01.17 08:09:32.764736 [ 262 ] {2e4ecf21-214d-408e-bc3d-fdf99324e343} <Debug> TCPHandler: Processed in 0.002260133 sec.
13728 2025.01.17 08:09:32.764887 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13729 2025.01.17 08:09:32.765009 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13730 2025.01.17 08:09:32.765061 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13731 2025.01.17 08:09:32.765557 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13732 2025.01.17 08:09:32.765596 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13733 2025.01.17 08:09:32.765971 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13734 2025.01.17 08:09:32.766208 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13735 2025.01.17 08:09:32.766385 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec.
13736 2025.01.17 08:09:32.766434 [ 260 ] {ae64be94-88e6-4674-9721-31372cb8f86d} <Debug> TCPHandler: Processed in 0.001612663 sec.
13737 2025.01.17 08:09:32.766639 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13738 2025.01.17 08:09:32.766860 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13739 2025.01.17 08:09:32.766998 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13740 2025.01.17 08:09:32.768394 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13741 2025.01.17 08:09:32.768434 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13742 2025.01.17 08:09:32.769102 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13743 2025.01.17 08:09:32.769361 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13744 2025.01.17 08:09:32.769589 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002785 sec., 14003.59066427289 rows/sec., 25.09 MiB/sec.
13745 2025.01.17 08:09:32.769682 [ 262 ] {0d761fdc-2ff5-4ded-87b0-82c461320559} <Debug> TCPHandler: Processed in 0.003154725 sec.
13746 2025.01.17 08:09:32.769816 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13747 2025.01.17 08:09:32.769940 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13748 2025.01.17 08:09:32.769990 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13749 2025.01.17 08:09:32.770487 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13750 2025.01.17 08:09:32.770524 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13751 2025.01.17 08:09:32.770893 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13752 2025.01.17 08:09:32.771126 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13753 2025.01.17 08:09:32.771300 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec.
13754 2025.01.17 08:09:32.771349 [ 260 ] {ff5e067b-e6a1-41a8-93f1-82396e5a4375} <Debug> TCPHandler: Processed in 0.001588543 sec.
13755 2025.01.17 08:09:33.063017 [ 61 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0
13756 2025.01.17 08:09:33.063121 [ 61 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13757 2025.01.17 08:09:33.063160 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13758 2025.01.17 08:09:33.063475 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full
13759 2025.01.17 08:09:33.063888 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13760 2025.01.17 08:09:33.063963 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part
13761 2025.01.17 08:09:33.064115 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
13762 2025.01.17 08:09:33.064407 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
13763 2025.01.17 08:09:33.064650 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part
13764 2025.01.17 08:09:33.064829 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
13765 2025.01.17 08:09:33.065858 [ 193 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002594467 sec., 14646.553608120666 rows/sec., 1.22 MiB/sec.
13766 2025.01.17 08:09:33.066004 [ 186 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
13767 2025.01.17 08:09:33.066305 [ 186 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13768 2025.01.17 08:09:33.066387 [ 186 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_23_5} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5
13769 2025.01.17 08:09:33.066464 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13770 2025.01.17 08:09:33.825459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543
13771 2025.01.17 08:09:33.848051 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13772 2025.01.17 08:09:33.848106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13773 2025.01.17 08:09:33.855409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13774 2025.01.17 08:09:33.856265 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13775 2025.01.17 08:09:33.860019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
13776 2025.01.17 08:09:37.739303 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13777 2025.01.17 08:09:37.739496 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13778 2025.01.17 08:09:37.739568 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13779 2025.01.17 08:09:37.740348 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13780 2025.01.17 08:09:37.740404 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13781 2025.01.17 08:09:37.740854 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
13782 2025.01.17 08:09:37.741112 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13783 2025.01.17 08:09:37.741348 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.26 MiB/sec.
13784 2025.01.17 08:09:37.741414 [ 260 ] {e08d1850-00b1-4bcb-8b06-3057344cf867} <Debug> TCPHandler: Processed in 0.002236802 sec.
13785 2025.01.17 08:09:37.741732 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13786 2025.01.17 08:09:37.742039 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13787 2025.01.17 08:09:37.742153 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13788 2025.01.17 08:09:37.743158 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13789 2025.01.17 08:09:37.743208 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13790 2025.01.17 08:09:37.743644 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
13791 2025.01.17 08:09:37.743906 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13792 2025.01.17 08:09:37.744156 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002202 sec., 29064.486830154405 rows/sec., 2.27 MiB/sec.
13793 2025.01.17 08:09:37.744222 [ 262 ] {d7da5b4a-1b02-4b2a-a3fa-eabea587c7b7} <Debug> TCPHandler: Processed in 0.002671349 sec.
13794 2025.01.17 08:09:37.744382 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13795 2025.01.17 08:09:37.744509 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13796 2025.01.17 08:09:37.744566 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13797 2025.01.17 08:09:37.745158 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13798 2025.01.17 08:09:37.745201 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13799 2025.01.17 08:09:37.745602 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13800 2025.01.17 08:09:37.745842 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13801 2025.01.17 08:09:37.746023 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_107_22 to all_111_111_0
13802 2025.01.17 08:09:37.746078 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec.
13803 2025.01.17 08:09:37.746121 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13804 2025.01.17 08:09:37.746202 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13805 2025.01.17 08:09:37.746206 [ 260 ] {002bd7f0-21f2-4090-8681-ef80f05db20f} <Debug> TCPHandler: Processed in 0.001875547 sec.
13806 2025.01.17 08:09:37.746482 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_107_22 to all_111_111_0 into Compact with storage Full
13807 2025.01.17 08:09:37.746519 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13808 2025.01.17 08:09:37.746786 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13809 2025.01.17 08:09:37.746836 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13810 2025.01.17 08:09:37.746864 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_107_22, total 34871 rows starting from the beginning of the part
13811 2025.01.17 08:09:37.746943 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13812 2025.01.17 08:09:37.747179 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
13813 2025.01.17 08:09:37.747611 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1084 rows starting from the beginning of the part
13814 2025.01.17 08:09:37.748118 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
13815 2025.01.17 08:09:37.748392 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part
13816 2025.01.17 08:09:37.749217 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13817 2025.01.17 08:09:37.749288 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13818 2025.01.17 08:09:37.749909 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13819 2025.01.17 08:09:37.750215 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13820 2025.01.17 08:09:37.750584 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003799 sec., 15793.62990260595 rows/sec., 1.06 MiB/sec.
13821 2025.01.17 08:09:37.750835 [ 262 ] {a8d5fd7e-095e-4465-8442-384974d66881} <Debug> TCPHandler: Processed in 0.004507775 sec.
13822 2025.01.17 08:09:37.758017 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36512 rows, containing 5 columns (5 merged, 0 gathered) in 0.011663877 sec., 3130348.5110482564 rows/sec., 211.33 MiB/sec.
13823 2025.01.17 08:09:37.758528 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Trace> MergedBlockOutputStream: filled checksums all_1_111_23 (state Temporary)
13824 2025.01.17 08:09:37.758914 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_111_23 to all_1_111_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13825 2025.01.17 08:09:37.759007 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_111_23} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_107_22, all_111_111_0] -> all_1_111_23
13826 2025.01.17 08:09:37.759116 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
13827 2025.01.17 08:09:38.934626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
13828 2025.01.17 08:09:38.935391 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13829 2025.01.17 08:09:38.935450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13830 2025.01.17 08:09:38.936024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13831 2025.01.17 08:09:38.936285 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13832 2025.01.17 08:09:38.936557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
13833 2025.01.17 08:09:41.360187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
13834 2025.01.17 08:09:41.384051 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13835 2025.01.17 08:09:41.384112 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13836 2025.01.17 08:09:41.391638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13837 2025.01.17 08:09:41.392452 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13838 2025.01.17 08:09:41.399881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
13839 2025.01.17 08:09:41.611148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1934
13840 2025.01.17 08:09:41.614105 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13841 2025.01.17 08:09:41.614166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13842 2025.01.17 08:09:41.615656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13843 2025.01.17 08:09:41.615975 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13844 2025.01.17 08:09:41.616382 [ 222 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
13845 2025.01.17 08:09:41.616440 [ 222 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
13846 2025.01.17 08:09:41.618270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1934
13847 2025.01.17 08:09:41.620107 [ 222 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
13848 2025.01.17 08:09:42.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.76 MiB, peak 282.92 MiB, free memory in arenas 0.00 B, will set to 265.24 MiB (RSS), difference: 3.48 MiB
13849 2025.01.17 08:09:42.672523 [ 218 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): 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]
13850 2025.01.17 08:09:42.672612 [ 218 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): 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]
13851 2025.01.17 08:09:42.675049 [ 218 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): 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]
13852 2025.01.17 08:09:42.745748 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13853 2025.01.17 08:09:42.745935 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13854 2025.01.17 08:09:42.746011 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13855 2025.01.17 08:09:42.746728 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13856 2025.01.17 08:09:42.746778 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13857 2025.01.17 08:09:42.747204 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13858 2025.01.17 08:09:42.747441 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13859 2025.01.17 08:09:42.747634 [ 58 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
13860 2025.01.17 08:09:42.747688 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0018 sec., 7777.777777777778 rows/sec., 559.90 KiB/sec.
13861 2025.01.17 08:09:42.747739 [ 58 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13862 2025.01.17 08:09:42.747817 [ 260 ] {69d456e5-78a2-47ad-8741-19f6552c32d1} <Debug> TCPHandler: Processed in 0.002197831 sec.
13863 2025.01.17 08:09:42.747817 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13864 2025.01.17 08:09:42.748082 [ 224 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): 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]
13865 2025.01.17 08:09:42.748137 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13866 2025.01.17 08:09:42.748171 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13867 2025.01.17 08:09:42.748156 [ 224 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): 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]
13868 2025.01.17 08:09:42.748765 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13869 2025.01.17 08:09:42.748800 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13870 2025.01.17 08:09:42.748912 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13871 2025.01.17 08:09:42.748940 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13872 2025.01.17 08:09:42.749147 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13873 2025.01.17 08:09:42.749609 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13874 2025.01.17 08:09:42.750042 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13875 2025.01.17 08:09:42.750472 [ 190 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::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
13876 2025.01.17 08:09:42.753085 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13877 2025.01.17 08:09:42.753168 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13878 2025.01.17 08:09:42.753861 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005897035 sec., 11870.372144645571 rows/sec., 900.88 KiB/sec.
13879 2025.01.17 08:09:42.754153 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
13880 2025.01.17 08:09:42.754734 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
13881 2025.01.17 08:09:42.754995 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_53_13} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13882 2025.01.17 08:09:42.755208 [ 193 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_53_13} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
13883 2025.01.17 08:09:42.755460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13884 2025.01.17 08:09:42.755544 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13885 2025.01.17 08:09:42.755627 [ 224 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): 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]
13886 2025.01.17 08:09:42.755945 [ 58 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
13887 2025.01.17 08:09:42.756125 [ 58 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13888 2025.01.17 08:09:42.756162 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00764 sec., 36780.10471204189 rows/sec., 3.25 MiB/sec.
13889 2025.01.17 08:09:42.756294 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13890 2025.01.17 08:09:42.756533 [ 262 ] {73a18c75-0514-4f45-a693-8d03c4f85c54} <Debug> TCPHandler: Processed in 0.008584233 sec.
13891 2025.01.17 08:09:42.756965 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13892 2025.01.17 08:09:42.756976 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
13893 2025.01.17 08:09:42.757261 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13894 2025.01.17 08:09:42.757291 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13895 2025.01.17 08:09:42.757377 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13896 2025.01.17 08:09:42.757387 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1430 rows starting from the beginning of the part
13897 2025.01.17 08:09:42.757770 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 10 rows starting from the beginning of the part
13898 2025.01.17 08:09:42.758134 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part
13899 2025.01.17 08:09:42.758514 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 281 rows starting from the beginning of the part
13900 2025.01.17 08:09:42.758889 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part
13901 2025.01.17 08:09:42.759172 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 281 rows starting from the beginning of the part
13902 2025.01.17 08:09:42.760213 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13903 2025.01.17 08:09:42.760285 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13904 2025.01.17 08:09:42.761249 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13905 2025.01.17 08:09:42.761733 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13906 2025.01.17 08:09:42.762210 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005019 sec., 9165.172345088664 rows/sec., 675.17 KiB/sec.
13907 2025.01.17 08:09:42.762427 [ 260 ] {eec68dc7-1fbf-46c3-a2c9-3a7e15ed4085} <Debug> TCPHandler: Processed in 0.005706332 sec.
13908 2025.01.17 08:09:42.762693 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13909 2025.01.17 08:09:42.763130 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13910 2025.01.17 08:09:42.763214 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2114 rows, containing 5 columns (5 merged, 0 gathered) in 0.006639036 sec., 318419.7223813819 rows/sec., 28.17 MiB/sec.
13911 2025.01.17 08:09:42.763262 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13912 2025.01.17 08:09:42.763611 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
13913 2025.01.17 08:09:42.764278 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13914 2025.01.17 08:09:42.764457 [ 188 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_121_24} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
13915 2025.01.17 08:09:42.764641 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
13916 2025.01.17 08:09:42.764723 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13917 2025.01.17 08:09:42.764769 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13918 2025.01.17 08:09:42.765147 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13919 2025.01.17 08:09:42.765390 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13920 2025.01.17 08:09:42.765617 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002616 sec., 5351.681957186544 rows/sec., 374.80 KiB/sec.
13921 2025.01.17 08:09:42.765673 [ 262 ] {2c24491b-2173-430e-9792-ce63ae645852} <Debug> TCPHandler: Processed in 0.003137475 sec.
13922 2025.01.17 08:09:42.765814 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13923 2025.01.17 08:09:42.765931 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13924 2025.01.17 08:09:42.765978 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13925 2025.01.17 08:09:42.766555 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13926 2025.01.17 08:09:42.766594 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13927 2025.01.17 08:09:42.766943 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13928 2025.01.17 08:09:42.767177 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13929 2025.01.17 08:09:42.767333 [ 58 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
13930 2025.01.17 08:09:42.767396 [ 58 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13931 2025.01.17 08:09:42.767419 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001508 sec., 8620.689655172413 rows/sec., 537.50 KiB/sec.
13932 2025.01.17 08:09:42.767435 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13933 2025.01.17 08:09:42.767573 [ 260 ] {510973af-9b7c-45db-bd48-72eaebec0fed} <Debug> TCPHandler: Processed in 0.001815646 sec.
13934 2025.01.17 08:09:42.767659 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13935 2025.01.17 08:09:42.767757 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13936 2025.01.17 08:09:42.767828 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13937 2025.01.17 08:09:42.767907 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13938 2025.01.17 08:09:42.768030 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13939 2025.01.17 08:09:42.768161 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13940 2025.01.17 08:09:42.768248 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13941 2025.01.17 08:09:42.768411 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13942 2025.01.17 08:09:42.768847 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13943 2025.01.17 08:09:42.769252 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::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
13944 2025.01.17 08:09:42.771272 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13945 2025.01.17 08:09:42.771353 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13946 2025.01.17 08:09:42.771705 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004130679 sec., 15735.91169877882 rows/sec., 1.02 MiB/sec.
13947 2025.01.17 08:09:42.771919 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
13948 2025.01.17 08:09:42.772373 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
13949 2025.01.17 08:09:42.772475 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_53_13} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13950 2025.01.17 08:09:42.772619 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_53_13} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
13951 2025.01.17 08:09:42.772750 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13952 2025.01.17 08:09:42.772843 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13953 2025.01.17 08:09:42.773021 [ 59 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
13954 2025.01.17 08:09:42.773047 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005114 sec., 82323.03480641377 rows/sec., 5.88 MiB/sec.
13955 2025.01.17 08:09:42.773067 [ 59 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13956 2025.01.17 08:09:42.773111 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13957 2025.01.17 08:09:42.773126 [ 262 ] {b8043199-47e3-460f-b6a9-312d96caca37} <Debug> TCPHandler: Processed in 0.005447968 sec.
13958 2025.01.17 08:09:42.773243 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
13959 2025.01.17 08:09:42.773323 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13960 2025.01.17 08:09:42.773398 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13961 2025.01.17 08:09:42.773480 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part
13962 2025.01.17 08:09:42.773542 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13963 2025.01.17 08:09:42.773713 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13964 2025.01.17 08:09:42.773784 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 5 rows starting from the beginning of the part
13965 2025.01.17 08:09:42.774116 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part
13966 2025.01.17 08:09:42.774602 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 421 rows starting from the beginning of the part
13967 2025.01.17 08:09:42.774918 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part
13968 2025.01.17 08:09:42.775143 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 421 rows starting from the beginning of the part
13969 2025.01.17 08:09:42.776125 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13970 2025.01.17 08:09:42.776196 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13971 2025.01.17 08:09:42.777131 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13972 2025.01.17 08:09:42.777548 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13973 2025.01.17 08:09:42.778088 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00456 sec., 1315.7894736842106 rows/sec., 68.74 KiB/sec.
13974 2025.01.17 08:09:42.778411 [ 260 ] {e904f4f4-c5ed-42b8-99c6-452f2f626c81} <Debug> TCPHandler: Processed in 0.005154674 sec.
13975 2025.01.17 08:09:42.778439 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 5 columns (5 merged, 0 gathered) in 0.005251175 sec., 359538.57946078735 rows/sec., 27.45 MiB/sec.
13976 2025.01.17 08:09:42.778763 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13977 2025.01.17 08:09:42.778839 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
13978 2025.01.17 08:09:42.779228 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13979 2025.01.17 08:09:42.779438 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13980 2025.01.17 08:09:42.779866 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13981 2025.01.17 08:09:42.779994 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_121_24} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
13982 2025.01.17 08:09:42.780092 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
13983 2025.01.17 08:09:42.780495 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13984 2025.01.17 08:09:42.780534 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13985 2025.01.17 08:09:42.780938 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13986 2025.01.17 08:09:42.781188 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13987 2025.01.17 08:09:42.781378 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002313 sec., 102464.33203631647 rows/sec., 6.87 MiB/sec.
13988 2025.01.17 08:09:42.781437 [ 262 ] {88ff324c-2279-4823-850b-a12bcb4552fc} <Debug> TCPHandler: Processed in 0.002861081 sec.
13989 2025.01.17 08:09:42.781631 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13990 2025.01.17 08:09:42.781824 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13991 2025.01.17 08:09:42.781875 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13992 2025.01.17 08:09:42.782348 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13993 2025.01.17 08:09:42.782387 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
13994 2025.01.17 08:09:42.782739 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13995 2025.01.17 08:09:42.782979 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13996 2025.01.17 08:09:42.783209 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec.
13997 2025.01.17 08:09:42.783225 [ 220 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): 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]
13998 2025.01.17 08:09:42.783287 [ 220 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): 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]
13999 2025.01.17 08:09:42.783304 [ 260 ] {8bbbb27f-5bbd-459d-8f2a-9f02ffae7ace} <Debug> TCPHandler: Processed in 0.001780515 sec.
14000 2025.01.17 08:09:42.783516 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14001 2025.01.17 08:09:42.783677 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14002 2025.01.17 08:09:42.783855 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14003 2025.01.17 08:09:42.786581 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14004 2025.01.17 08:09:42.786620 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
14005 2025.01.17 08:09:42.787000 [ 220 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): 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]
14006 2025.01.17 08:09:42.788082 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14007 2025.01.17 08:09:42.788352 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14008 2025.01.17 08:09:42.788589 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004962 sec., 7859.7339782345825 rows/sec., 14.08 MiB/sec.
14009 2025.01.17 08:09:42.788939 [ 262 ] {21ed41f7-ab4f-49e8-83d6-fc8ad004e690} <Debug> TCPHandler: Processed in 0.005522159 sec.
14010 2025.01.17 08:09:42.789154 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14011 2025.01.17 08:09:42.789273 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14012 2025.01.17 08:09:42.789320 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14013 2025.01.17 08:09:42.789825 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14014 2025.01.17 08:09:42.789863 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
14015 2025.01.17 08:09:42.790240 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
14016 2025.01.17 08:09:42.790474 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14017 2025.01.17 08:09:42.790643 [ 59 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
14018 2025.01.17 08:09:42.790707 [ 59 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14019 2025.01.17 08:09:42.790715 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001457 sec., 56280.02745367193 rows/sec., 3.57 MiB/sec.
14020 2025.01.17 08:09:42.790744 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
14021 2025.01.17 08:09:42.790845 [ 260 ] {1a90cc05-743a-483e-8102-060c63d27506} <Debug> TCPHandler: Processed in 0.001800835 sec.
14022 2025.01.17 08:09:42.790936 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
14023 2025.01.17 08:09:42.791056 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14024 2025.01.17 08:09:42.791093 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 7160 rows starting from the beginning of the part
14025 2025.01.17 08:09:42.791181 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
14026 2025.01.17 08:09:42.791289 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
14027 2025.01.17 08:09:42.791398 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part
14028 2025.01.17 08:09:42.791483 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
14029 2025.01.17 08:09:42.791571 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part
14030 2025.01.17 08:09:42.793623 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7526 rows, containing 4 columns (4 merged, 0 gathered) in 0.002765419 sec., 2721468.247668798 rows/sec., 177.31 MiB/sec.
14031 2025.01.17 08:09:42.794095 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
14032 2025.01.17 08:09:42.794471 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14033 2025.01.17 08:09:42.794567 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_106_21} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
14034 2025.01.17 08:09:42.794673 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB.
14035 2025.01.17 08:09:46.231154 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
14036 2025.01.17 08:09:46.231229 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
14037 2025.01.17 08:09:46.436795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
14038 2025.01.17 08:09:46.437622 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14039 2025.01.17 08:09:46.437674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14040 2025.01.17 08:09:46.438270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14041 2025.01.17 08:09:46.438534 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14042 2025.01.17 08:09:46.438778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
14043 2025.01.17 08:09:47.720358 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14044 2025.01.17 08:09:47.720435 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14045 2025.01.17 08:09:47.722855 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14046 2025.01.17 08:09:47.739744 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14047 2025.01.17 08:09:47.739997 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14048 2025.01.17 08:09:47.740105 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14049 2025.01.17 08:09:47.740805 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14050 2025.01.17 08:09:47.740849 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14051 2025.01.17 08:09:47.741256 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14052 2025.01.17 08:09:47.741501 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14053 2025.01.17 08:09:47.741729 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.39 MiB/sec.
14054 2025.01.17 08:09:47.741816 [ 260 ] {09ad4383-101a-44e2-932c-0135a7efd14e} <Debug> TCPHandler: Processed in 0.002235802 sec.
14055 2025.01.17 08:09:47.741902 [ 218 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14056 2025.01.17 08:09:47.741986 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14057 2025.01.17 08:09:47.742116 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14058 2025.01.17 08:09:47.742320 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14059 2025.01.17 08:09:47.742406 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14060 2025.01.17 08:09:47.743573 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14061 2025.01.17 08:09:47.743620 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14062 2025.01.17 08:09:47.744156 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14063 2025.01.17 08:09:47.744459 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14064 2025.01.17 08:09:47.744509 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14065 2025.01.17 08:09:47.744871 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002612 sec., 24502.29709035222 rows/sec., 1.91 MiB/sec.
14066 2025.01.17 08:09:47.744947 [ 262 ] {00dced74-dc79-4e56-a70d-d0a07019f1d4} <Debug> TCPHandler: Processed in 0.003016903 sec.
14067 2025.01.17 08:09:47.745149 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14068 2025.01.17 08:09:47.745345 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14069 2025.01.17 08:09:47.745399 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14070 2025.01.17 08:09:47.745966 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14071 2025.01.17 08:09:47.746005 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14072 2025.01.17 08:09:47.746389 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14073 2025.01.17 08:09:47.746632 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14074 2025.01.17 08:09:47.746835 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec.
14075 2025.01.17 08:09:47.746888 [ 260 ] {8534d940-83de-4cb2-ac6d-9605f79b5478} <Debug> TCPHandler: Processed in 0.001854457 sec.
14076 2025.01.17 08:09:47.747035 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14077 2025.01.17 08:09:47.747227 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14078 2025.01.17 08:09:47.747318 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14079 2025.01.17 08:09:47.748174 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14080 2025.01.17 08:09:47.748214 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14081 2025.01.17 08:09:47.748587 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
14082 2025.01.17 08:09:47.748815 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14083 2025.01.17 08:09:47.749017 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001846 sec., 32502.708559046587 rows/sec., 2.19 MiB/sec.
14084 2025.01.17 08:09:47.749066 [ 262 ] {f9c7817e-8dae-4b19-af7a-d50012e0a10a} <Debug> TCPHandler: Processed in 0.00208812 sec.
14085 2025.01.17 08:09:48.465211 [ 222 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14086 2025.01.17 08:09:48.465334 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14087 2025.01.17 08:09:48.467337 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14088 2025.01.17 08:09:48.630970 [ 222 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14089 2025.01.17 08:09:48.631025 [ 222 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14090 2025.01.17 08:09:48.633343 [ 222 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14091 2025.01.17 08:09:48.900049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
14092 2025.01.17 08:09:48.924859 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14093 2025.01.17 08:09:48.924931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14094 2025.01.17 08:09:48.932452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14095 2025.01.17 08:09:48.933254 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14096 2025.01.17 08:09:48.936955 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
14097 2025.01.17 08:09:51.618581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1964
14098 2025.01.17 08:09:51.621592 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14099 2025.01.17 08:09:51.621638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14100 2025.01.17 08:09:51.623150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14101 2025.01.17 08:09:51.623462 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14102 2025.01.17 08:09:51.623988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1964
14103 2025.01.17 08:09:51.796400 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
14104 2025.01.17 08:09:51.796439 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
14105 2025.01.17 08:09:51.798401 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
14106 2025.01.17 08:09:51.842601 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14107 2025.01.17 08:09:51.842813 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14108 2025.01.17 08:09:51.842891 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14109 2025.01.17 08:09:51.843661 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14110 2025.01.17 08:09:51.843707 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14111 2025.01.17 08:09:51.844125 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14112 2025.01.17 08:09:51.844377 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14113 2025.01.17 08:09:51.844608 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
14114 2025.01.17 08:09:51.844683 [ 260 ] {70dc240d-d5db-41f0-a95f-916373d16b95} <Debug> TCPHandler: Processed in 0.002220401 sec.
14115 2025.01.17 08:09:51.844907 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14116 2025.01.17 08:09:51.845081 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14117 2025.01.17 08:09:51.845149 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14118 2025.01.17 08:09:51.845786 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14119 2025.01.17 08:09:51.845827 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14120 2025.01.17 08:09:51.846203 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
14121 2025.01.17 08:09:51.846438 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14122 2025.01.17 08:09:51.846690 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00165 sec., 7272.727272727273 rows/sec., 593.04 KiB/sec.
14123 2025.01.17 08:09:51.846778 [ 262 ] {e4883412-7d4a-4da2-b111-ab69d41a1959} <Debug> TCPHandler: Processed in 0.001979188 sec.
14124 2025.01.17 08:09:51.847010 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14125 2025.01.17 08:09:51.847167 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14126 2025.01.17 08:09:51.847223 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14127 2025.01.17 08:09:51.848541 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14128 2025.01.17 08:09:51.848581 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14129 2025.01.17 08:09:51.849043 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14130 2025.01.17 08:09:51.849283 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14131 2025.01.17 08:09:51.849500 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002363 sec., 599661.447312738 rows/sec., 50.19 MiB/sec.
14132 2025.01.17 08:09:51.849553 [ 260 ] {d7729f9c-d462-4bb4-aac8-9df9aa2d626a} <Debug> TCPHandler: Processed in 0.002676368 sec.
14133 2025.01.17 08:09:51.849687 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14134 2025.01.17 08:09:51.849806 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14135 2025.01.17 08:09:51.849853 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14136 2025.01.17 08:09:51.850484 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14137 2025.01.17 08:09:51.850524 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14138 2025.01.17 08:09:51.850883 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14139 2025.01.17 08:09:51.851116 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14140 2025.01.17 08:09:51.851337 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001551 sec., 34171.50225660864 rows/sec., 2.42 MiB/sec.
14141 2025.01.17 08:09:51.851379 [ 221 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
14142 2025.01.17 08:09:51.851431 [ 262 ] {7c5b4337-2c66-4225-9fb0-2b17b0850d40} <Debug> TCPHandler: Processed in 0.001798525 sec.
14143 2025.01.17 08:09:51.851438 [ 221 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
14144 2025.01.17 08:09:51.851616 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14145 2025.01.17 08:09:51.851734 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14146 2025.01.17 08:09:51.851785 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14147 2025.01.17 08:09:51.852736 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14148 2025.01.17 08:09:51.852776 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14149 2025.01.17 08:09:51.853207 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14150 2025.01.17 08:09:51.853499 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14151 2025.01.17 08:09:51.853701 [ 46 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0
14152 2025.01.17 08:09:51.853831 [ 46 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14153 2025.01.17 08:09:51.853850 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002115 sec., 114420.8037825059 rows/sec., 7.75 MiB/sec.
14154 2025.01.17 08:09:51.853909 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14155 2025.01.17 08:09:51.854137 [ 260 ] {4e57138f-2ccf-4d7d-910c-1514cf1b7c4d} <Debug> TCPHandler: Processed in 0.002586597 sec.
14156 2025.01.17 08:09:51.854445 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14157 2025.01.17 08:09:51.854510 [ 220 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
14158 2025.01.17 08:09:51.854623 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full
14159 2025.01.17 08:09:51.854634 [ 220 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
14160 2025.01.17 08:09:51.854763 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14161 2025.01.17 08:09:51.854948 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14162 2025.01.17 08:09:51.855079 [ 221 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
14163 2025.01.17 08:09:51.855563 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14164 2025.01.17 08:09:51.855786 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 242 rows starting from the beginning of the part
14165 2025.01.17 08:09:51.857369 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
14166 2025.01.17 08:09:51.857829 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part
14167 2025.01.17 08:09:51.858406 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
14168 2025.01.17 08:09:51.858811 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14169 2025.01.17 08:09:51.858875 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
14170 2025.01.17 08:09:51.858941 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14171 2025.01.17 08:09:51.859339 [ 191 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part
14172 2025.01.17 08:09:51.860823 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14173 2025.01.17 08:09:51.861599 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14174 2025.01.17 08:09:51.862394 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.007736 sec., 1680.4550155118925 rows/sec., 104.78 KiB/sec.
14175 2025.01.17 08:09:51.862655 [ 262 ] {3d07c6b1-1a11-4fd9-bfa1-d7712e794f34} <Debug> TCPHandler: Processed in 0.00837908 sec.
14176 2025.01.17 08:09:51.862932 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14177 2025.01.17 08:09:51.863289 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14178 2025.01.17 08:09:51.863465 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14179 2025.01.17 08:09:51.864841 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.010725754 sec., 71603.35767536715 rows/sec., 5.13 MiB/sec.
14180 2025.01.17 08:09:51.865235 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary)
14181 2025.01.17 08:09:51.865664 [ 220 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
14182 2025.01.17 08:09:51.866055 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14183 2025.01.17 08:09:51.866408 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_54_11} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11
14184 2025.01.17 08:09:51.866610 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
14185 2025.01.17 08:09:51.866782 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14186 2025.01.17 08:09:51.866853 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14187 2025.01.17 08:09:51.867304 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14188 2025.01.17 08:09:51.867544 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14189 2025.01.17 08:09:51.867793 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.004632 sec., 190846.286701209 rows/sec., 13.85 MiB/sec.
14190 2025.01.17 08:09:51.867902 [ 260 ] {b5a310d9-cc55-427d-8b97-d55b707c0ebf} <Debug> TCPHandler: Processed in 0.005127404 sec.
14191 2025.01.17 08:09:51.868122 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14192 2025.01.17 08:09:51.868309 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14193 2025.01.17 08:09:51.868369 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14194 2025.01.17 08:09:51.868947 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14195 2025.01.17 08:09:51.868994 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14196 2025.01.17 08:09:51.869412 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14197 2025.01.17 08:09:51.869649 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14198 2025.01.17 08:09:51.869869 [ 223 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
14199 2025.01.17 08:09:51.869898 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001616 sec., 3712.871287128713 rows/sec., 193.98 KiB/sec.
14200 2025.01.17 08:09:51.869916 [ 223 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
14201 2025.01.17 08:09:51.870032 [ 262 ] {1b72195c-3e1a-4336-859b-51679669b304} <Debug> TCPHandler: Processed in 0.002035839 sec.
14202 2025.01.17 08:09:51.870244 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14203 2025.01.17 08:09:51.870434 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14204 2025.01.17 08:09:51.870533 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14205 2025.01.17 08:09:51.872086 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14206 2025.01.17 08:09:51.872134 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14207 2025.01.17 08:09:51.872946 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14208 2025.01.17 08:09:51.873391 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14209 2025.01.17 08:09:51.873442 [ 223 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
14210 2025.01.17 08:09:51.874065 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.003648 sec., 298519.7368421052 rows/sec., 19.95 MiB/sec.
14211 2025.01.17 08:09:51.874541 [ 260 ] {704b3cd5-9557-4c4a-824a-db2547051ac1} <Debug> TCPHandler: Processed in 0.004386063 sec.
14212 2025.01.17 08:09:51.874905 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14213 2025.01.17 08:09:51.875227 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14214 2025.01.17 08:09:51.875285 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14215 2025.01.17 08:09:51.875773 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14216 2025.01.17 08:09:51.875812 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14217 2025.01.17 08:09:51.876181 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14218 2025.01.17 08:09:51.876426 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14219 2025.01.17 08:09:51.876552 [ 43 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0
14220 2025.01.17 08:09:51.876593 [ 43 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14221 2025.01.17 08:09:51.876614 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14222 2025.01.17 08:09:51.876613 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec.
14223 2025.01.17 08:09:51.876848 [ 262 ] {d6766e74-12f9-4358-b2ba-8bade5ec3354} <Debug> TCPHandler: Processed in 0.002145251 sec.
14224 2025.01.17 08:09:51.877069 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full
14225 2025.01.17 08:09:51.877183 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14226 2025.01.17 08:09:51.877588 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14227 2025.01.17 08:09:51.877690 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14228 2025.01.17 08:09:51.877708 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 49 rows starting from the beginning of the part
14229 2025.01.17 08:09:51.878029 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
14230 2025.01.17 08:09:51.878062 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14231 2025.01.17 08:09:51.878367 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
14232 2025.01.17 08:09:51.878744 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
14233 2025.01.17 08:09:51.879064 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
14234 2025.01.17 08:09:51.879427 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
14235 2025.01.17 08:09:51.882901 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.006163569 sec., 8761.157699378397 rows/sec., 590.35 KiB/sec.
14236 2025.01.17 08:09:51.883107 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary)
14237 2025.01.17 08:09:51.883624 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14238 2025.01.17 08:09:51.883696 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14239 2025.01.17 08:09:51.883754 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14240 2025.01.17 08:09:51.883967 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_54_11} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11
14241 2025.01.17 08:09:51.884147 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
14242 2025.01.17 08:09:51.884732 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14243 2025.01.17 08:09:51.885011 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14244 2025.01.17 08:09:51.885253 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007778 sec., 4371.3036770377985 rows/sec., 7.83 MiB/sec.
14245 2025.01.17 08:09:51.885353 [ 260 ] {cda0db36-c039-4064-97d9-674797e9e138} <Debug> TCPHandler: Processed in 0.00837879 sec.
14246 2025.01.17 08:09:51.885518 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14247 2025.01.17 08:09:51.885657 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14248 2025.01.17 08:09:51.885715 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14249 2025.01.17 08:09:51.886279 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14250 2025.01.17 08:09:51.886317 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14251 2025.01.17 08:09:51.886712 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14252 2025.01.17 08:09:51.886958 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14253 2025.01.17 08:09:51.887139 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec.
14254 2025.01.17 08:09:51.887189 [ 262 ] {0683481b-e971-47fe-b78c-54dfc20c7f69} <Debug> TCPHandler: Processed in 0.001737484 sec.
14255 2025.01.17 08:09:52.731229 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14256 2025.01.17 08:09:52.731424 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14257 2025.01.17 08:09:52.731497 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14258 2025.01.17 08:09:52.732291 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14259 2025.01.17 08:09:52.732347 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14260 2025.01.17 08:09:52.732789 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
14261 2025.01.17 08:09:52.733051 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14262 2025.01.17 08:09:52.733340 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001963 sec., 2037.6974019358126 rows/sec., 166.16 KiB/sec.
14263 2025.01.17 08:09:52.733572 [ 260 ] {fb69b238-099c-47e3-836e-7fe898fb1924} <Debug> TCPHandler: Processed in 0.002470896 sec.
14264 2025.01.17 08:09:52.733882 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14265 2025.01.17 08:09:52.734101 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14266 2025.01.17 08:09:52.734181 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14267 2025.01.17 08:09:52.735763 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14268 2025.01.17 08:09:52.735808 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14269 2025.01.17 08:09:52.736247 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14270 2025.01.17 08:09:52.736526 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14271 2025.01.17 08:09:52.736730 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.002696 sec., 4451.038575667656 rows/sec., 416.20 KiB/sec.
14272 2025.01.17 08:09:52.736801 [ 262 ] {208a7c1b-fad0-41b9-9872-9222d17a0335} <Debug> TCPHandler: Processed in 0.003062834 sec.
14273 2025.01.17 08:09:52.736951 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14274 2025.01.17 08:09:52.737076 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14275 2025.01.17 08:09:52.737129 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14276 2025.01.17 08:09:52.737742 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14277 2025.01.17 08:09:52.737784 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14278 2025.01.17 08:09:52.738155 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14279 2025.01.17 08:09:52.738411 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14280 2025.01.17 08:09:52.738622 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001574 sec., 5717.916137229987 rows/sec., 416.31 KiB/sec.
14281 2025.01.17 08:09:52.738680 [ 260 ] {4196703a-1350-4bf4-acd8-7c7a3b73d13d} <Debug> TCPHandler: Processed in 0.001787225 sec.
14282 2025.01.17 08:09:52.738865 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14283 2025.01.17 08:09:52.739012 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14284 2025.01.17 08:09:52.739071 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14285 2025.01.17 08:09:52.739690 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14286 2025.01.17 08:09:52.739728 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14287 2025.01.17 08:09:52.740101 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14288 2025.01.17 08:09:52.740352 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14289 2025.01.17 08:09:52.740533 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001556 sec., 5784.061696658097 rows/sec., 466.94 KiB/sec.
14290 2025.01.17 08:09:52.740589 [ 262 ] {e69b861c-146d-4a77-84da-dc63a6711f34} <Debug> TCPHandler: Processed in 0.001792806 sec.
14291 2025.01.17 08:09:52.740735 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14292 2025.01.17 08:09:52.740877 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14293 2025.01.17 08:09:52.740940 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14294 2025.01.17 08:09:52.741502 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14295 2025.01.17 08:09:52.741539 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14296 2025.01.17 08:09:52.741905 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14297 2025.01.17 08:09:52.742209 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14298 2025.01.17 08:09:52.742383 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_111_23 to all_115_115_0
14299 2025.01.17 08:09:52.742433 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14300 2025.01.17 08:09:52.742444 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001594 sec., 1254.7051442910918 rows/sec., 88.22 KiB/sec.
14301 2025.01.17 08:09:52.742463 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14302 2025.01.17 08:09:52.742590 [ 260 ] {5a498eb8-2c6e-4266-9ae3-5fc6a68bb2d3} <Debug> TCPHandler: Processed in 0.001923387 sec.
14303 2025.01.17 08:09:52.742735 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_111_23 to all_115_115_0 into Compact with storage Full
14304 2025.01.17 08:09:52.742788 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14305 2025.01.17 08:09:52.743029 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14306 2025.01.17 08:09:52.743052 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14307 2025.01.17 08:09:52.743153 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_111_23, total 36512 rows starting from the beginning of the part
14308 2025.01.17 08:09:52.743206 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14309 2025.01.17 08:09:52.743485 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part
14310 2025.01.17 08:09:52.743996 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 237 rows starting from the beginning of the part
14311 2025.01.17 08:09:52.744535 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part
14312 2025.01.17 08:09:52.744836 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1089 rows starting from the beginning of the part
14313 2025.01.17 08:09:52.747781 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14314 2025.01.17 08:09:52.747860 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14315 2025.01.17 08:09:52.749216 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14316 2025.01.17 08:09:52.749576 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14317 2025.01.17 08:09:52.749807 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006868 sec., 728.013977868375 rows/sec., 1.30 MiB/sec.
14318 2025.01.17 08:09:52.750047 [ 262 ] {fcb146e0-395e-4491-bddf-a1a7eb6513f4} <Debug> TCPHandler: Processed in 0.007341785 sec.
14319 2025.01.17 08:09:52.754127 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38158 rows, containing 5 columns (5 merged, 0 gathered) in 0.011523495 sec., 3311321.7821502937 rows/sec., 223.53 MiB/sec.
14320 2025.01.17 08:09:52.754486 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Trace> MergedBlockOutputStream: filled checksums all_1_115_24 (state Temporary)
14321 2025.01.17 08:09:52.754782 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_115_24 to all_1_115_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14322 2025.01.17 08:09:52.754863 [ 187 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_115_24} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_111_23, all_115_115_0] -> all_1_115_24
14323 2025.01.17 08:09:52.754945 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
14324 2025.01.17 08:09:53.938986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
14325 2025.01.17 08:09:53.939670 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14326 2025.01.17 08:09:53.939718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14327 2025.01.17 08:09:53.940273 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14328 2025.01.17 08:09:53.940541 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14329 2025.01.17 08:09:53.940772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
14330 2025.01.17 08:09:53.940867 [ 218 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
14331 2025.01.17 08:09:53.940953 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
14332 2025.01.17 08:09:53.943182 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
14333 2025.01.17 08:09:55.436907 [ 224 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
14334 2025.01.17 08:09:55.436963 [ 224 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
14335 2025.01.17 08:09:55.438782 [ 224 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
14336 2025.01.17 08:09:56.437102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
14337 2025.01.17 08:09:56.460239 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14338 2025.01.17 08:09:56.460294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14339 2025.01.17 08:09:56.468212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14340 2025.01.17 08:09:56.469029 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14341 2025.01.17 08:09:56.473147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
14342 2025.01.17 08:09:57.739211 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14343 2025.01.17 08:09:57.739424 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14344 2025.01.17 08:09:57.739502 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14345 2025.01.17 08:09:57.740295 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14346 2025.01.17 08:09:57.740336 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14347 2025.01.17 08:09:57.740780 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14348 2025.01.17 08:09:57.741029 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14349 2025.01.17 08:09:57.741228 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec.
14350 2025.01.17 08:09:57.741285 [ 260 ] {dd75c0d1-26d9-4639-b30f-337147a74ba6} <Debug> TCPHandler: Processed in 0.002207992 sec.
14351 2025.01.17 08:09:57.741599 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14352 2025.01.17 08:09:57.741900 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14353 2025.01.17 08:09:57.742010 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14354 2025.01.17 08:09:57.742959 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14355 2025.01.17 08:09:57.743003 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14356 2025.01.17 08:09:57.743438 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14357 2025.01.17 08:09:57.743703 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14358 2025.01.17 08:09:57.743950 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002129 sec., 30061.061531235326 rows/sec., 2.35 MiB/sec.
14359 2025.01.17 08:09:57.744039 [ 262 ] {ac375e05-9293-46a6-951d-ee85e132313b} <Debug> TCPHandler: Processed in 0.002620957 sec.
14360 2025.01.17 08:09:57.744264 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14361 2025.01.17 08:09:57.744595 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14362 2025.01.17 08:09:57.744695 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14363 2025.01.17 08:09:57.745286 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14364 2025.01.17 08:09:57.745326 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14365 2025.01.17 08:09:57.745728 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14366 2025.01.17 08:09:57.745977 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14367 2025.01.17 08:09:57.746154 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec.
14368 2025.01.17 08:09:57.746206 [ 260 ] {c0a4fbc0-fcc8-4ee3-8ab3-26943d49c0c5} <Debug> TCPHandler: Processed in 0.002062769 sec.
14369 2025.01.17 08:09:57.746342 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14370 2025.01.17 08:09:57.746459 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14371 2025.01.17 08:09:57.746509 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14372 2025.01.17 08:09:57.747029 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14373 2025.01.17 08:09:57.747069 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14374 2025.01.17 08:09:57.747449 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14375 2025.01.17 08:09:57.747718 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14376 2025.01.17 08:09:57.748027 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec.
14377 2025.01.17 08:09:57.748142 [ 262 ] {b98e65b2-e6e1-467e-8369-6418e5df8297} <Debug> TCPHandler: Processed in 0.001856687 sec.
14378 2025.01.17 08:10:01.231267 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
14379 2025.01.17 08:10:01.231338 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
14380 2025.01.17 08:10:01.441000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
14381 2025.01.17 08:10:01.441746 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14382 2025.01.17 08:10:01.441791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14383 2025.01.17 08:10:01.442340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14384 2025.01.17 08:10:01.442596 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14385 2025.01.17 08:10:01.442752 [ 28 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14386 2025.01.17 08:10:01.442803 [ 28 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14387 2025.01.17 08:10:01.442806 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
14388 2025.01.17 08:10:01.442831 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14389 2025.01.17 08:10:01.443022 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14390 2025.01.17 08:10:01.443317 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14391 2025.01.17 08:10:01.443385 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14392 2025.01.17 08:10:01.443478 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14393 2025.01.17 08:10:01.443742 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14394 2025.01.17 08:10:01.443936 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14395 2025.01.17 08:10:01.444104 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14396 2025.01.17 08:10:01.444225 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
14397 2025.01.17 08:10:01.447198 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004281152 sec., 8135894.263973809 rows/sec., 116.38 MiB/sec.
14398 2025.01.17 08:10:01.447563 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14399 2025.01.17 08:10:01.447906 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_76_15} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14400 2025.01.17 08:10:01.447999 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_76_15} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14401 2025.01.17 08:10:01.448120 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
14402 2025.01.17 08:10:01.624295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2008
14403 2025.01.17 08:10:01.627548 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14404 2025.01.17 08:10:01.627601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14405 2025.01.17 08:10:01.629388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14406 2025.01.17 08:10:01.629771 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14407 2025.01.17 08:10:01.630029 [ 28 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14408 2025.01.17 08:10:01.630155 [ 28 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14409 2025.01.17 08:10:01.630221 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14410 2025.01.17 08:10:01.630577 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
14411 2025.01.17 08:10:01.631110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2008
14412 2025.01.17 08:10:01.632046 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14413 2025.01.17 08:10:01.632850 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1834 rows starting from the beginning of the part
14414 2025.01.17 08:10:01.633612 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part
14415 2025.01.17 08:10:01.634087 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part
14416 2025.01.17 08:10:01.634577 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part
14417 2025.01.17 08:10:01.635281 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
14418 2025.01.17 08:10:01.636010 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
14419 2025.01.17 08:10:01.644910 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 72 columns (72 merged, 0 gathered) in 0.014553329 sec., 137975.30448188176 rows/sec., 104.44 MiB/sec.
14420 2025.01.17 08:10:01.646919 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14421 2025.01.17 08:10:01.647768 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14422 2025.01.17 08:10:01.647866 [ 199 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_56_11} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14423 2025.01.17 08:10:01.648229 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB.
14424 2025.01.17 08:10:02.746056 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14425 2025.01.17 08:10:02.746250 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14426 2025.01.17 08:10:02.746324 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14427 2025.01.17 08:10:02.747094 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14428 2025.01.17 08:10:02.747149 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14429 2025.01.17 08:10:02.747608 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14430 2025.01.17 08:10:02.747866 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14431 2025.01.17 08:10:02.748088 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
14432 2025.01.17 08:10:02.748152 [ 260 ] {7f709c28-4e0b-4f50-9262-b2f4d7ed36b0} <Debug> TCPHandler: Processed in 0.002231302 sec.
14433 2025.01.17 08:10:02.748408 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14434 2025.01.17 08:10:02.748602 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14435 2025.01.17 08:10:02.748677 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14436 2025.01.17 08:10:02.749548 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14437 2025.01.17 08:10:02.749594 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14438 2025.01.17 08:10:02.750072 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14439 2025.01.17 08:10:02.750346 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14440 2025.01.17 08:10:02.750510 [ 27 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14441 2025.01.17 08:10:02.750568 [ 27 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14442 2025.01.17 08:10:02.750569 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002018 sec., 139246.77898909812 rows/sec., 12.30 MiB/sec.
14443 2025.01.17 08:10:02.750597 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14444 2025.01.17 08:10:02.750713 [ 262 ] {272ec584-5be9-427c-b24d-92fdf8ea8efa} <Debug> TCPHandler: Processed in 0.002422035 sec.
14445 2025.01.17 08:10:02.750967 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14446 2025.01.17 08:10:02.750973 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::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
14447 2025.01.17 08:10:02.751258 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14448 2025.01.17 08:10:02.751444 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14449 2025.01.17 08:10:02.751436 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14450 2025.01.17 08:10:02.751613 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1430 rows starting from the beginning of the part
14451 2025.01.17 08:10:02.752035 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part
14452 2025.01.17 08:10:02.752916 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1417 rows starting from the beginning of the part
14453 2025.01.17 08:10:02.753694 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 12 rows starting from the beginning of the part
14454 2025.01.17 08:10:02.754666 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part
14455 2025.01.17 08:10:02.755271 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 281 rows starting from the beginning of the part
14456 2025.01.17 08:10:02.755780 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14457 2025.01.17 08:10:02.755827 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14458 2025.01.17 08:10:02.756369 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14459 2025.01.17 08:10:02.756711 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14460 2025.01.17 08:10:02.756936 [ 27 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14461 2025.01.17 08:10:02.756976 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005871 sec., 7835.121785045137 rows/sec., 577.19 KiB/sec.
14462 2025.01.17 08:10:02.757035 [ 27 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14463 2025.01.17 08:10:02.757126 [ 260 ] {095e0071-8cbd-4634-ae30-4f8b9ad924bb} <Debug> TCPHandler: Processed in 0.00628623 sec.
14464 2025.01.17 08:10:02.757141 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14465 2025.01.17 08:10:02.757647 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
14466 2025.01.17 08:10:02.757650 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14467 2025.01.17 08:10:02.758050 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.007340135 sec., 443043.6224946816 rows/sec., 38.87 MiB/sec.
14468 2025.01.17 08:10:02.758062 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14469 2025.01.17 08:10:02.758201 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14470 2025.01.17 08:10:02.758213 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14471 2025.01.17 08:10:02.758311 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 64 rows starting from the beginning of the part
14472 2025.01.17 08:10:02.758458 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14473 2025.01.17 08:10:02.758956 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 46 rows starting from the beginning of the part
14474 2025.01.17 08:10:02.759716 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 46 rows starting from the beginning of the part
14475 2025.01.17 08:10:02.759733 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14476 2025.01.17 08:10:02.760113 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_126_25} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14477 2025.01.17 08:10:02.760468 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
14478 2025.01.17 08:10:02.760482 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 53 rows starting from the beginning of the part
14479 2025.01.17 08:10:02.760705 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part
14480 2025.01.17 08:10:02.761163 [ 199 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part
14481 2025.01.17 08:10:02.761865 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14482 2025.01.17 08:10:02.761932 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14483 2025.01.17 08:10:02.762908 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14484 2025.01.17 08:10:02.763503 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14485 2025.01.17 08:10:02.764106 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006158 sec., 2273.4654108476775 rows/sec., 159.22 KiB/sec.
14486 2025.01.17 08:10:02.764108 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801818 sec., 38813.15260126042 rows/sec., 2.92 MiB/sec.
14487 2025.01.17 08:10:02.764195 [ 262 ] {2b496a95-72c6-4c0a-b3be-81b6ad517dc9} <Debug> TCPHandler: Processed in 0.006939619 sec.
14488 2025.01.17 08:10:02.764288 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14489 2025.01.17 08:10:02.764405 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14490 2025.01.17 08:10:02.764589 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14491 2025.01.17 08:10:02.764661 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14492 2025.01.17 08:10:02.764724 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14493 2025.01.17 08:10:02.764928 [ 198 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_71_14} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14494 2025.01.17 08:10:02.765116 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
14495 2025.01.17 08:10:02.765560 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14496 2025.01.17 08:10:02.765604 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14497 2025.01.17 08:10:02.765958 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14498 2025.01.17 08:10:02.766193 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14499 2025.01.17 08:10:02.766439 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001901 sec., 6838.506049447659 rows/sec., 426.38 KiB/sec.
14500 2025.01.17 08:10:02.766541 [ 260 ] {e0fb69d0-e63f-4ea2-9aab-0609d78ed752} <Debug> TCPHandler: Processed in 0.002207012 sec.
14501 2025.01.17 08:10:02.766770 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14502 2025.01.17 08:10:02.766917 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14503 2025.01.17 08:10:02.766977 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14504 2025.01.17 08:10:02.767845 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14505 2025.01.17 08:10:02.767884 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14506 2025.01.17 08:10:02.768283 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14507 2025.01.17 08:10:02.768648 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14508 2025.01.17 08:10:02.768963 [ 26 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14509 2025.01.17 08:10:02.769095 [ 26 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14510 2025.01.17 08:10:02.769182 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14511 2025.01.17 08:10:02.769197 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002281 sec., 184568.17185444979 rows/sec., 13.19 MiB/sec.
14512 2025.01.17 08:10:02.769703 [ 262 ] {0d397503-c8f0-495a-bc0c-bc6632fd91f3} <Debug> TCPHandler: Processed in 0.003038093 sec.
14513 2025.01.17 08:10:02.769915 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::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
14514 2025.01.17 08:10:02.770005 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14515 2025.01.17 08:10:02.770405 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14516 2025.01.17 08:10:02.770405 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14517 2025.01.17 08:10:02.770542 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part
14518 2025.01.17 08:10:02.770602 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14519 2025.01.17 08:10:02.771049 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part
14520 2025.01.17 08:10:02.771461 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 884 rows starting from the beginning of the part
14521 2025.01.17 08:10:02.771898 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 9 rows starting from the beginning of the part
14522 2025.01.17 08:10:02.772355 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part
14523 2025.01.17 08:10:02.772684 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 421 rows starting from the beginning of the part
14524 2025.01.17 08:10:02.774130 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14525 2025.01.17 08:10:02.774234 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14526 2025.01.17 08:10:02.775161 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14527 2025.01.17 08:10:02.775632 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14528 2025.01.17 08:10:02.775904 [ 26 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
14529 2025.01.17 08:10:02.776087 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005818 sec., 1031.2822275696115 rows/sec., 53.88 KiB/sec.
14530 2025.01.17 08:10:02.776075 [ 26 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14531 2025.01.17 08:10:02.776279 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14532 2025.01.17 08:10:02.776438 [ 260 ] {26a6d4ea-4af1-47cd-97ba-3b99b19f718d} <Debug> TCPHandler: Processed in 0.006595665 sec.
14533 2025.01.17 08:10:02.776822 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14534 2025.01.17 08:10:02.776939 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.007577369 sec., 310793.8916528943 rows/sec., 23.80 MiB/sec.
14535 2025.01.17 08:10:02.777132 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
14536 2025.01.17 08:10:02.777247 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14537 2025.01.17 08:10:02.777489 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14538 2025.01.17 08:10:02.777703 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14539 2025.01.17 08:10:02.777773 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14540 2025.01.17 08:10:02.777956 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 300 rows starting from the beginning of the part
14541 2025.01.17 08:10:02.778590 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
14542 2025.01.17 08:10:02.779146 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
14543 2025.01.17 08:10:02.779589 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
14544 2025.01.17 08:10:02.780004 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
14545 2025.01.17 08:10:02.780404 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
14546 2025.01.17 08:10:02.781183 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14547 2025.01.17 08:10:02.781573 [ 188 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_126_25} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14548 2025.01.17 08:10:02.781881 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14549 2025.01.17 08:10:02.781910 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
14550 2025.01.17 08:10:02.781964 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14551 2025.01.17 08:10:02.782610 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14552 2025.01.17 08:10:02.782761 [ 188 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.006083957 sec., 54241.01452393566 rows/sec., 2.77 MiB/sec.
14553 2025.01.17 08:10:02.782979 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
14554 2025.01.17 08:10:02.783066 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14555 2025.01.17 08:10:02.783474 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00635 sec., 37322.834645669296 rows/sec., 2.50 MiB/sec.
14556 2025.01.17 08:10:02.783677 [ 262 ] {0d6002f6-4afa-46aa-8111-7ddd766c82a0} <Debug> TCPHandler: Processed in 0.007063352 sec.
14557 2025.01.17 08:10:02.783705 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14558 2025.01.17 08:10:02.783999 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14559 2025.01.17 08:10:02.784137 [ 189 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_55_11} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
14560 2025.01.17 08:10:02.784436 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14561 2025.01.17 08:10:02.784450 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14562 2025.01.17 08:10:02.784617 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14563 2025.01.17 08:10:02.785856 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14564 2025.01.17 08:10:02.785931 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14565 2025.01.17 08:10:02.786345 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14566 2025.01.17 08:10:02.786581 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14567 2025.01.17 08:10:02.786809 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002567 sec., 389.55979742890537 rows/sec., 26.25 KiB/sec.
14568 2025.01.17 08:10:02.787042 [ 260 ] {f0503b8b-3c0e-4838-a0db-d73f2695cbb0} <Debug> TCPHandler: Processed in 0.003220346 sec.
14569 2025.01.17 08:10:02.787263 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14570 2025.01.17 08:10:02.787401 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14571 2025.01.17 08:10:02.787486 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14572 2025.01.17 08:10:02.788725 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14573 2025.01.17 08:10:02.788764 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14574 2025.01.17 08:10:02.789466 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14575 2025.01.17 08:10:02.789803 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14576 2025.01.17 08:10:02.789997 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14577 2025.01.17 08:10:02.790069 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14578 2025.01.17 08:10:02.790093 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002719 sec., 14343.508642883413 rows/sec., 25.70 MiB/sec.
14579 2025.01.17 08:10:02.790109 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14580 2025.01.17 08:10:02.790528 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
14581 2025.01.17 08:10:02.790841 [ 262 ] {ba22b179-c5e3-4406-a9b0-fa664b677318} <Debug> TCPHandler: Processed in 0.003674513 sec.
14582 2025.01.17 08:10:02.791288 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14583 2025.01.17 08:10:02.791850 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14584 2025.01.17 08:10:02.791988 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14585 2025.01.17 08:10:02.792018 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14586 2025.01.17 08:10:02.792276 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1881 rows starting from the beginning of the part
14587 2025.01.17 08:10:02.793176 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 39 rows starting from the beginning of the part
14588 2025.01.17 08:10:02.793843 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 39 rows starting from the beginning of the part
14589 2025.01.17 08:10:02.794644 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part
14590 2025.01.17 08:10:02.794672 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14591 2025.01.17 08:10:02.794753 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14592 2025.01.17 08:10:02.795308 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part
14593 2025.01.17 08:10:02.796030 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 39 rows starting from the beginning of the part
14594 2025.01.17 08:10:02.796388 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14595 2025.01.17 08:10:02.797296 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14596 2025.01.17 08:10:02.797730 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006047 sec., 13560.443194972713 rows/sec., 881.93 KiB/sec.
14597 2025.01.17 08:10:02.797905 [ 260 ] {f557b75c-6fc7-4124-b3e3-3eccb0b2b37a} <Debug> TCPHandler: Processed in 0.006894279 sec.
14598 2025.01.17 08:10:02.806480 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2037 rows, containing 19 columns (19 merged, 0 gathered) in 0.016249773 sec., 125355.59727511271 rows/sec., 224.63 MiB/sec.
14599 2025.01.17 08:10:02.808400 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14600 2025.01.17 08:10:02.808883 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14601 2025.01.17 08:10:02.808975 [ 200 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14602 2025.01.17 08:10:02.809142 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.88 MiB.
14603 2025.01.17 08:10:03.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.12 MiB, peak 283.99 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: 1.91 MiB
14604 2025.01.17 08:10:03.973323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
14605 2025.01.17 08:10:03.995686 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14606 2025.01.17 08:10:03.995737 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14607 2025.01.17 08:10:04.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.56 MiB, peak 283.99 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: -4.52 MiB
14608 2025.01.17 08:10:04.003337 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14609 2025.01.17 08:10:04.004187 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14610 2025.01.17 08:10:04.004576 [ 25 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14611 2025.01.17 08:10:04.004722 [ 25 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14612 2025.01.17 08:10:04.004805 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14613 2025.01.17 08:10:04.005130 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14614 2025.01.17 08:10:04.012930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
14615 2025.01.17 08:10:04.014273 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14616 2025.01.17 08:10:04.015163 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14617 2025.01.17 08:10:04.022577 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14618 2025.01.17 08:10:04.027383 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14619 2025.01.17 08:10:04.032728 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14620 2025.01.17 08:10:04.038548 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14621 2025.01.17 08:10:04.044285 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
14622 2025.01.17 08:10:04.105331 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.10037835 sec., 5708.402260049104 rows/sec., 29.52 MiB/sec.
14623 2025.01.17 08:10:04.108924 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14624 2025.01.17 08:10:04.112169 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_76_15} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14625 2025.01.17 08:10:04.112306 [ 186 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_76_15} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14626 2025.01.17 08:10:04.115178 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
14627 2025.01.17 08:10:05.000258 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.58 MiB, peak 283.99 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: 3.46 MiB
14628 2025.01.17 08:10:07.739408 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14629 2025.01.17 08:10:07.739596 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14630 2025.01.17 08:10:07.739665 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14631 2025.01.17 08:10:07.740410 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14632 2025.01.17 08:10:07.740459 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14633 2025.01.17 08:10:07.740905 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14634 2025.01.17 08:10:07.741159 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14635 2025.01.17 08:10:07.741399 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.32 MiB/sec.
14636 2025.01.17 08:10:07.741466 [ 260 ] {802bd2e6-b532-4c14-9eae-ba8c4091e7f4} <Debug> TCPHandler: Processed in 0.002190551 sec.
14637 2025.01.17 08:10:07.741713 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14638 2025.01.17 08:10:07.741928 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14639 2025.01.17 08:10:07.742008 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14640 2025.01.17 08:10:07.742859 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14641 2025.01.17 08:10:07.742903 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14642 2025.01.17 08:10:07.743343 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
14643 2025.01.17 08:10:07.743597 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14644 2025.01.17 08:10:07.743800 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec.
14645 2025.01.17 08:10:07.743864 [ 262 ] {bb7925d1-0c4b-4676-9204-7ffc1c422ed3} <Debug> TCPHandler: Processed in 0.002280953 sec.
14646 2025.01.17 08:10:07.744059 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14647 2025.01.17 08:10:07.744184 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14648 2025.01.17 08:10:07.744240 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14649 2025.01.17 08:10:07.744815 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14650 2025.01.17 08:10:07.744855 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14651 2025.01.17 08:10:07.745259 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14652 2025.01.17 08:10:07.745506 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14653 2025.01.17 08:10:07.745723 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec.
14654 2025.01.17 08:10:07.745779 [ 260 ] {8d3f22c7-8f66-48b1-ba46-7b7960acdea3} <Debug> TCPHandler: Processed in 0.001778595 sec.
14655 2025.01.17 08:10:07.745943 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14656 2025.01.17 08:10:07.746090 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14657 2025.01.17 08:10:07.746154 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14658 2025.01.17 08:10:07.746740 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14659 2025.01.17 08:10:07.746787 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14660 2025.01.17 08:10:07.747186 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14661 2025.01.17 08:10:07.747439 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14662 2025.01.17 08:10:07.747580 [ 88 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14663 2025.01.17 08:10:07.747623 [ 88 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14664 2025.01.17 08:10:07.747628 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
14665 2025.01.17 08:10:07.747650 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14666 2025.01.17 08:10:07.747735 [ 262 ] {8be3f26e-7f51-46cb-bfdd-11a63e5e8bb3} <Debug> TCPHandler: Processed in 0.001852376 sec.
14667 2025.01.17 08:10:07.748002 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
14668 2025.01.17 08:10:07.748520 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14669 2025.01.17 08:10:07.748608 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7526 rows starting from the beginning of the part
14670 2025.01.17 08:10:07.748724 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
14671 2025.01.17 08:10:07.748926 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
14672 2025.01.17 08:10:07.749176 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
14673 2025.01.17 08:10:07.749321 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part
14674 2025.01.17 08:10:07.749491 [ 187 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
14675 2025.01.17 08:10:07.751780 [ 200 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7870 rows, containing 4 columns (4 merged, 0 gathered) in 0.003990567 sec., 1972150.8246823067 rows/sec., 128.52 MiB/sec.
14676 2025.01.17 08:10:07.752293 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14677 2025.01.17 08:10:07.752676 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14678 2025.01.17 08:10:07.752760 [ 194 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_111_22} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14679 2025.01.17 08:10:07.752856 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
14680 2025.01.17 08:10:08.943027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
14681 2025.01.17 08:10:08.943789 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14682 2025.01.17 08:10:08.943836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14683 2025.01.17 08:10:08.944403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14684 2025.01.17 08:10:08.944666 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14685 2025.01.17 08:10:08.944867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
14686 2025.01.17 08:10:11.513090 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
14687 2025.01.17 08:10:11.535305 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14688 2025.01.17 08:10:11.535352 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14689 2025.01.17 08:10:11.546301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14690 2025.01.17 08:10:11.547165 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14691 2025.01.17 08:10:11.555568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
14692 2025.01.17 08:10:11.631582 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2038
14693 2025.01.17 08:10:11.634829 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14694 2025.01.17 08:10:11.634894 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14695 2025.01.17 08:10:11.636612 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14696 2025.01.17 08:10:11.636955 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14697 2025.01.17 08:10:11.637641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2038
14698 2025.01.17 08:10:12.026701 [ 222 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14699 2025.01.17 08:10:12.026762 [ 222 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14700 2025.01.17 08:10:12.029155 [ 222 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): 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]
14701 2025.01.17 08:10:12.487094 [ 219 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14702 2025.01.17 08:10:12.487157 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14703 2025.01.17 08:10:12.489303 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): 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]
14704 2025.01.17 08:10:12.733753 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14705 2025.01.17 08:10:12.733803 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14706 2025.01.17 08:10:12.735800 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): 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]
14707 2025.01.17 08:10:12.745547 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14708 2025.01.17 08:10:12.745741 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14709 2025.01.17 08:10:12.745815 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14710 2025.01.17 08:10:12.746606 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14711 2025.01.17 08:10:12.746661 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14712 2025.01.17 08:10:12.747103 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14713 2025.01.17 08:10:12.747369 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14714 2025.01.17 08:10:12.747643 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec.
14715 2025.01.17 08:10:12.747751 [ 260 ] {5bb602ba-591f-4ee7-b80a-e03dd6da845d} <Debug> TCPHandler: Processed in 0.002335153 sec.
14716 2025.01.17 08:10:12.748034 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14717 2025.01.17 08:10:12.748202 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14718 2025.01.17 08:10:12.748274 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14719 2025.01.17 08:10:12.749156 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14720 2025.01.17 08:10:12.749200 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14721 2025.01.17 08:10:12.749640 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
14722 2025.01.17 08:10:12.749886 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14723 2025.01.17 08:10:12.750110 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00196 sec., 143367.3469387755 rows/sec., 12.67 MiB/sec.
14724 2025.01.17 08:10:12.750167 [ 262 ] {8f7bdbb5-1878-47f6-8afe-d608ea9e4681} <Debug> TCPHandler: Processed in 0.002296693 sec.
14725 2025.01.17 08:10:12.750341 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14726 2025.01.17 08:10:12.750472 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14727 2025.01.17 08:10:12.750525 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14728 2025.01.17 08:10:12.751155 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14729 2025.01.17 08:10:12.751198 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14730 2025.01.17 08:10:12.751580 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14731 2025.01.17 08:10:12.751842 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14732 2025.01.17 08:10:12.752051 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00161 sec., 28571.42857142857 rows/sec., 2.06 MiB/sec.
14733 2025.01.17 08:10:12.752117 [ 260 ] {1018f736-420f-4076-aa8b-224fd1bf2078} <Debug> TCPHandler: Processed in 0.001835386 sec.
14734 2025.01.17 08:10:12.752286 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14735 2025.01.17 08:10:12.752404 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14736 2025.01.17 08:10:12.752454 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14737 2025.01.17 08:10:12.753025 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14738 2025.01.17 08:10:12.753065 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14739 2025.01.17 08:10:12.753444 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14740 2025.01.17 08:10:12.753687 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14741 2025.01.17 08:10:12.753910 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec.
14742 2025.01.17 08:10:12.753985 [ 262 ] {9e789581-2960-464b-a1e6-67ef436e3b15} <Debug> TCPHandler: Processed in 0.001757155 sec.
14743 2025.01.17 08:10:12.754400 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14744 2025.01.17 08:10:12.754519 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14745 2025.01.17 08:10:12.754567 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14746 2025.01.17 08:10:12.755150 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14747 2025.01.17 08:10:12.755190 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14748 2025.01.17 08:10:12.755570 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14749 2025.01.17 08:10:12.755812 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14750 2025.01.17 08:10:12.756026 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec.
14751 2025.01.17 08:10:12.756084 [ 260 ] {81c524be-c014-47e0-a4ea-32b139a220a5} <Debug> TCPHandler: Processed in 0.001742775 sec.
14752 2025.01.17 08:10:12.756247 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14753 2025.01.17 08:10:12.756364 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14754 2025.01.17 08:10:12.756411 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14755 2025.01.17 08:10:12.757161 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14756 2025.01.17 08:10:12.757200 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14757 2025.01.17 08:10:12.757590 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
14758 2025.01.17 08:10:12.757846 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14759 2025.01.17 08:10:12.758055 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001715 sec., 245481.04956268222 rows/sec., 17.54 MiB/sec.
14760 2025.01.17 08:10:12.758108 [ 262 ] {3cbf5233-b912-4745-b8e2-60d3fed5117a} <Debug> TCPHandler: Processed in 0.001917387 sec.
14761 2025.01.17 08:10:12.758275 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14762 2025.01.17 08:10:12.758392 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14763 2025.01.17 08:10:12.758446 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14764 2025.01.17 08:10:12.759047 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14765 2025.01.17 08:10:12.759086 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14766 2025.01.17 08:10:12.759512 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14767 2025.01.17 08:10:12.759758 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14768 2025.01.17 08:10:12.759961 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec.
14769 2025.01.17 08:10:12.760017 [ 260 ] {b718c8c8-cc5d-4a0e-8b9c-b9e25daf8bea} <Debug> TCPHandler: Processed in 0.001798585 sec.
14770 2025.01.17 08:10:12.760180 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14771 2025.01.17 08:10:12.760317 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14772 2025.01.17 08:10:12.760379 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14773 2025.01.17 08:10:12.761056 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14774 2025.01.17 08:10:12.761095 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14775 2025.01.17 08:10:12.761492 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14776 2025.01.17 08:10:12.761742 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14777 2025.01.17 08:10:12.761948 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_115_24 to all_120_120_0
14778 2025.01.17 08:10:12.761958 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec.
14779 2025.01.17 08:10:12.762036 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14780 2025.01.17 08:10:12.762113 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14781 2025.01.17 08:10:12.762128 [ 262 ] {65a25409-60ab-498f-b6fa-36f7a94fd5a4} <Debug> TCPHandler: Processed in 0.002011069 sec.
14782 2025.01.17 08:10:12.762347 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14783 2025.01.17 08:10:12.762361 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_115_24 to all_120_120_0 into Compact with storage Full
14784 2025.01.17 08:10:12.762560 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14785 2025.01.17 08:10:12.762636 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14786 2025.01.17 08:10:12.762663 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14787 2025.01.17 08:10:12.762712 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_24, total 38158 rows starting from the beginning of the part
14788 2025.01.17 08:10:12.763084 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 2 rows starting from the beginning of the part
14789 2025.01.17 08:10:12.763498 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
14790 2025.01.17 08:10:12.763859 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part
14791 2025.01.17 08:10:12.764110 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part
14792 2025.01.17 08:10:12.764551 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 237 rows starting from the beginning of the part
14793 2025.01.17 08:10:12.765294 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14794 2025.01.17 08:10:12.765353 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14795 2025.01.17 08:10:12.766149 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14796 2025.01.17 08:10:12.766552 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14797 2025.01.17 08:10:12.767061 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004533 sec., 220.60445621001546 rows/sec., 14.86 KiB/sec.
14798 2025.01.17 08:10:12.767502 [ 260 ] {b0648de3-cba0-4bcb-8bbf-a04e28d4959d} <Debug> TCPHandler: Processed in 0.005252096 sec.
14799 2025.01.17 08:10:12.767907 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14800 2025.01.17 08:10:12.768200 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14801 2025.01.17 08:10:12.768455 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14802 2025.01.17 08:10:12.770326 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14803 2025.01.17 08:10:12.770368 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14804 2025.01.17 08:10:12.771192 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14805 2025.01.17 08:10:12.771585 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14806 2025.01.17 08:10:12.772019 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.0039 sec., 10000 rows/sec., 17.92 MiB/sec.
14807 2025.01.17 08:10:12.772811 [ 262 ] {f66119ad-a0de-42eb-b6d8-f5bf9129ed0b} <Debug> TCPHandler: Processed in 0.005119513 sec.
14808 2025.01.17 08:10:12.773084 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14809 2025.01.17 08:10:12.773259 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14810 2025.01.17 08:10:12.773329 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14811 2025.01.17 08:10:12.774014 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14812 2025.01.17 08:10:12.774065 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
14813 2025.01.17 08:10:12.774556 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14814 2025.01.17 08:10:12.774868 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14815 2025.01.17 08:10:12.775115 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001893 sec., 43317.485472794506 rows/sec., 2.75 MiB/sec.
14816 2025.01.17 08:10:12.775172 [ 260 ] {7d32d2db-0991-4488-b641-db7367ea8c76} <Debug> TCPHandler: Processed in 0.002233512 sec.
14817 2025.01.17 08:10:12.775439 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38954 rows, containing 5 columns (5 merged, 0 gathered) in 0.01323115 sec., 2944112.94558674 rows/sec., 198.78 MiB/sec.
14818 2025.01.17 08:10:12.775867 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Trace> MergedBlockOutputStream: filled checksums all_1_120_25 (state Temporary)
14819 2025.01.17 08:10:12.776199 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_120_25 to all_1_120_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14820 2025.01.17 08:10:12.776286 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_120_25} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_115_24, all_120_120_0] -> all_1_120_25
14821 2025.01.17 08:10:12.776379 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
14822 2025.01.17 08:10:13.757524 [ 221 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14823 2025.01.17 08:10:13.757597 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14824 2025.01.17 08:10:13.759554 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): 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]
14825 2025.01.17 08:10:16.231375 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
14826 2025.01.17 08:10:16.231434 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
14827 2025.01.17 08:10:16.445081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
14828 2025.01.17 08:10:16.445764 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14829 2025.01.17 08:10:16.445813 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14830 2025.01.17 08:10:16.446362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14831 2025.01.17 08:10:16.446631 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14832 2025.01.17 08:10:16.446894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
14833 2025.01.17 08:10:17.739704 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14834 2025.01.17 08:10:17.739917 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14835 2025.01.17 08:10:17.739996 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14836 2025.01.17 08:10:17.740822 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14837 2025.01.17 08:10:17.740865 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14838 2025.01.17 08:10:17.741315 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
14839 2025.01.17 08:10:17.741586 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14840 2025.01.17 08:10:17.741791 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec.
14841 2025.01.17 08:10:17.741858 [ 260 ] {ffb391e6-87f0-44f7-8a1e-12e565d1c3ed} <Debug> TCPHandler: Processed in 0.002287413 sec.
14842 2025.01.17 08:10:17.742178 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14843 2025.01.17 08:10:17.742415 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14844 2025.01.17 08:10:17.742494 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14845 2025.01.17 08:10:17.743346 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14846 2025.01.17 08:10:17.743394 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14847 2025.01.17 08:10:17.743832 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
14848 2025.01.17 08:10:17.744081 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14849 2025.01.17 08:10:17.744310 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec.
14850 2025.01.17 08:10:17.744375 [ 262 ] {5ff3435e-824a-4e28-b73c-3f74920ebd26} <Debug> TCPHandler: Processed in 0.002378464 sec.
14851 2025.01.17 08:10:17.744525 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14852 2025.01.17 08:10:17.744653 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14853 2025.01.17 08:10:17.744708 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14854 2025.01.17 08:10:17.745272 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14855 2025.01.17 08:10:17.745310 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14856 2025.01.17 08:10:17.745717 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14857 2025.01.17 08:10:17.745969 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14858 2025.01.17 08:10:17.746145 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec.
14859 2025.01.17 08:10:17.746201 [ 260 ] {2863ada3-8b90-4ce6-a6a1-c8b892bb2086} <Debug> TCPHandler: Processed in 0.001734935 sec.
14860 2025.01.17 08:10:17.746362 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14861 2025.01.17 08:10:17.746503 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14862 2025.01.17 08:10:17.746567 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14863 2025.01.17 08:10:17.747158 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14864 2025.01.17 08:10:17.747207 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14865 2025.01.17 08:10:17.747584 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14866 2025.01.17 08:10:17.747833 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14867 2025.01.17 08:10:17.748044 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec.
14868 2025.01.17 08:10:17.748098 [ 262 ] {0f845b95-51a4-49ed-a59c-9131d14f10bd} <Debug> TCPHandler: Processed in 0.001807996 sec.
14869 2025.01.17 08:10:19.034639 [ 223 ] {} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): 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]
14870 2025.01.17 08:10:19.034720 [ 223 ] {} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): 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]
14871 2025.01.17 08:10:19.036215 [ 223 ] {} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): 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]
14872 2025.01.17 08:10:19.055729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
14873 2025.01.17 08:10:19.079420 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14874 2025.01.17 08:10:19.079465 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14875 2025.01.17 08:10:19.086972 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14876 2025.01.17 08:10:19.087793 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14877 2025.01.17 08:10:19.091515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
14878 2025.01.17 08:10:21.066203 [ 221 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14879 2025.01.17 08:10:21.066263 [ 221 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14880 2025.01.17 08:10:21.068147 [ 221 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14881 2025.01.17 08:10:21.637936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2068
14882 2025.01.17 08:10:21.640938 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14883 2025.01.17 08:10:21.640981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14884 2025.01.17 08:10:21.642486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14885 2025.01.17 08:10:21.642796 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14886 2025.01.17 08:10:21.643262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2068
14887 2025.01.17 08:10:21.846204 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14888 2025.01.17 08:10:21.846411 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14889 2025.01.17 08:10:21.846504 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14890 2025.01.17 08:10:21.847414 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14891 2025.01.17 08:10:21.847528 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14892 2025.01.17 08:10:21.847973 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14893 2025.01.17 08:10:21.848230 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14894 2025.01.17 08:10:21.848439 [ 47 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
14895 2025.01.17 08:10:21.848468 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002119 sec., 6606.890042472865 rows/sec., 475.61 KiB/sec.
14896 2025.01.17 08:10:21.848543 [ 47 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14897 2025.01.17 08:10:21.848601 [ 260 ] {dfc10079-bd11-4919-bfeb-e285d6734347} <Debug> TCPHandler: Processed in 0.002522116 sec.
14898 2025.01.17 08:10:21.848629 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14899 2025.01.17 08:10:21.848863 [ 225 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14900 2025.01.17 08:10:21.848879 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
14901 2025.01.17 08:10:21.848915 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14902 2025.01.17 08:10:21.848967 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14903 2025.01.17 08:10:21.849261 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14904 2025.01.17 08:10:21.849366 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part
14905 2025.01.17 08:10:21.849470 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14906 2025.01.17 08:10:21.849570 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
14907 2025.01.17 08:10:21.849684 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14908 2025.01.17 08:10:21.850247 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
14909 2025.01.17 08:10:21.850754 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
14910 2025.01.17 08:10:21.851349 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
14911 2025.01.17 08:10:21.854264 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14912 2025.01.17 08:10:21.854375 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14913 2025.01.17 08:10:21.855535 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006762597 sec., 10351.053005228612 rows/sec., 785.57 KiB/sec.
14914 2025.01.17 08:10:21.855688 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14915 2025.01.17 08:10:21.856068 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
14916 2025.01.17 08:10:21.856186 [ 192 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
14917 2025.01.17 08:10:21.856862 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14918 2025.01.17 08:10:21.857267 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.007904 sec., 253.03643724696357 rows/sec., 20.63 KiB/sec.
14919 2025.01.17 08:10:21.857319 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14920 2025.01.17 08:10:21.857372 [ 262 ] {ac47d6a4-3cf6-4682-b9f4-18a054c29839} <Debug> TCPHandler: Processed in 0.008628754 sec.
14921 2025.01.17 08:10:21.857513 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_57_14} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
14922 2025.01.17 08:10:21.857550 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14923 2025.01.17 08:10:21.857669 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14924 2025.01.17 08:10:21.857739 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14925 2025.01.17 08:10:21.857792 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14926 2025.01.17 08:10:21.859163 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14927 2025.01.17 08:10:21.859204 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14928 2025.01.17 08:10:21.859672 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
14929 2025.01.17 08:10:21.859916 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14930 2025.01.17 08:10:21.860126 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002433 sec., 580353.473078504 rows/sec., 48.60 MiB/sec.
14931 2025.01.17 08:10:21.860183 [ 260 ] {e01b8384-e8f9-4548-9a5e-9f286a81c3dc} <Debug> TCPHandler: Processed in 0.002707739 sec.
14932 2025.01.17 08:10:21.860350 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14933 2025.01.17 08:10:21.860488 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14934 2025.01.17 08:10:21.860544 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14935 2025.01.17 08:10:21.861271 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14936 2025.01.17 08:10:21.861317 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14937 2025.01.17 08:10:21.861698 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14938 2025.01.17 08:10:21.861937 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14939 2025.01.17 08:10:21.862109 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.00165 sec., 26060.60606060606 rows/sec., 1.87 MiB/sec.
14940 2025.01.17 08:10:21.862163 [ 262 ] {7aed3884-1395-472e-b0e6-14deca300f5f} <Debug> TCPHandler: Processed in 0.001879127 sec.
14941 2025.01.17 08:10:21.862307 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14942 2025.01.17 08:10:21.862422 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14943 2025.01.17 08:10:21.862471 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14944 2025.01.17 08:10:21.863134 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14945 2025.01.17 08:10:21.863174 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14946 2025.01.17 08:10:21.863546 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14947 2025.01.17 08:10:21.863778 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14948 2025.01.17 08:10:21.863989 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001584 sec., 152777.77777777778 rows/sec., 10.35 MiB/sec.
14949 2025.01.17 08:10:21.864078 [ 260 ] {2b849a46-e856-4a62-b5a9-db8912ad22f3} <Debug> TCPHandler: Processed in 0.001824466 sec.
14950 2025.01.17 08:10:21.864288 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14951 2025.01.17 08:10:21.864469 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14952 2025.01.17 08:10:21.864517 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14953 2025.01.17 08:10:21.865087 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14954 2025.01.17 08:10:21.865125 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14955 2025.01.17 08:10:21.865489 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14956 2025.01.17 08:10:21.865733 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14957 2025.01.17 08:10:21.865858 [ 47 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
14958 2025.01.17 08:10:21.865901 [ 47 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14959 2025.01.17 08:10:21.865919 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec.
14960 2025.01.17 08:10:21.865930 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14961 2025.01.17 08:10:21.866041 [ 262 ] {291055e2-5540-475d-9178-0d2c7dc948a2} <Debug> TCPHandler: Processed in 0.001875957 sec.
14962 2025.01.17 08:10:21.866135 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
14963 2025.01.17 08:10:21.866211 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14964 2025.01.17 08:10:21.866317 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14965 2025.01.17 08:10:21.866403 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part
14966 2025.01.17 08:10:21.866412 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14967 2025.01.17 08:10:21.866547 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14968 2025.01.17 08:10:21.866816 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
14969 2025.01.17 08:10:21.867175 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part
14970 2025.01.17 08:10:21.867614 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
14971 2025.01.17 08:10:21.868000 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part
14972 2025.01.17 08:10:21.869588 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14973 2025.01.17 08:10:21.869660 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14974 2025.01.17 08:10:21.870089 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004055338 sec., 16028.257077461853 rows/sec., 1.04 MiB/sec.
14975 2025.01.17 08:10:21.870258 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
14976 2025.01.17 08:10:21.870631 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
14977 2025.01.17 08:10:21.870803 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14978 2025.01.17 08:10:21.870946 [ 192 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_57_14} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
14979 2025.01.17 08:10:21.871100 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14980 2025.01.17 08:10:21.871161 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14981 2025.01.17 08:10:21.871416 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.005061 sec., 172693.1436475005 rows/sec., 12.51 MiB/sec.
14982 2025.01.17 08:10:21.871475 [ 260 ] {c0df4bd0-541d-46af-901c-6c50d59b13aa} <Debug> TCPHandler: Processed in 0.005325966 sec.
14983 2025.01.17 08:10:21.871645 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14984 2025.01.17 08:10:21.871787 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14985 2025.01.17 08:10:21.871845 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14986 2025.01.17 08:10:21.872414 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14987 2025.01.17 08:10:21.872452 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14988 2025.01.17 08:10:21.872818 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14989 2025.01.17 08:10:21.873052 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14990 2025.01.17 08:10:21.873268 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec.
14991 2025.01.17 08:10:21.873321 [ 262 ] {994dff69-6955-4544-913f-735b29e0d6a9} <Debug> TCPHandler: Processed in 0.001742505 sec.
14992 2025.01.17 08:10:21.873457 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14993 2025.01.17 08:10:21.873574 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14994 2025.01.17 08:10:21.873625 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14995 2025.01.17 08:10:21.874441 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14996 2025.01.17 08:10:21.874481 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
14997 2025.01.17 08:10:21.874948 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14998 2025.01.17 08:10:21.875192 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14999 2025.01.17 08:10:21.875426 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001869 sec., 579989.2990904227 rows/sec., 38.75 MiB/sec.
15000 2025.01.17 08:10:21.875496 [ 260 ] {02d434ec-1d19-40d6-99fd-2d951f7d88a6} <Debug> TCPHandler: Processed in 0.00209187 sec.
15001 2025.01.17 08:10:21.875753 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15002 2025.01.17 08:10:21.876085 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15003 2025.01.17 08:10:21.876211 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15004 2025.01.17 08:10:21.876778 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15005 2025.01.17 08:10:21.876816 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15006 2025.01.17 08:10:21.877182 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15007 2025.01.17 08:10:21.877418 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15008 2025.01.17 08:10:21.877633 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00165 sec., 606.0606060606061 rows/sec., 40.84 KiB/sec.
15009 2025.01.17 08:10:21.877683 [ 262 ] {ff8acb7b-b3ba-4ca6-b4e3-628238b97164} <Debug> TCPHandler: Processed in 0.002058889 sec.
15010 2025.01.17 08:10:21.877813 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15011 2025.01.17 08:10:21.877930 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15012 2025.01.17 08:10:21.878008 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15013 2025.01.17 08:10:21.879232 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15014 2025.01.17 08:10:21.879271 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15015 2025.01.17 08:10:21.879962 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15016 2025.01.17 08:10:21.880230 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15017 2025.01.17 08:10:21.880513 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.0026 sec., 13076.923076923078 rows/sec., 23.43 MiB/sec.
15018 2025.01.17 08:10:21.880990 [ 260 ] {07c03d97-0659-4bd9-8a81-d17692c2905e} <Debug> TCPHandler: Processed in 0.003227287 sec.
15019 2025.01.17 08:10:21.881236 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15020 2025.01.17 08:10:21.881385 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15021 2025.01.17 08:10:21.881435 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15022 2025.01.17 08:10:21.881946 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15023 2025.01.17 08:10:21.881986 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15024 2025.01.17 08:10:21.882371 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
15025 2025.01.17 08:10:21.882637 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15026 2025.01.17 08:10:21.882866 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
15027 2025.01.17 08:10:21.882922 [ 262 ] {2814f5a9-3663-4b54-93b3-36cd6ff8242a} <Debug> TCPHandler: Processed in 0.001814676 sec.
15028 2025.01.17 08:10:22.731146 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15029 2025.01.17 08:10:22.731398 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15030 2025.01.17 08:10:22.731505 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15031 2025.01.17 08:10:22.732311 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15032 2025.01.17 08:10:22.732364 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15033 2025.01.17 08:10:22.732879 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15034 2025.01.17 08:10:22.733144 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15035 2025.01.17 08:10:22.733348 [ 171 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15036 2025.01.17 08:10:22.733406 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.002077 sec., 4814.636494944632 rows/sec., 469.71 KiB/sec.
15037 2025.01.17 08:10:22.733447 [ 171 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15038 2025.01.17 08:10:22.733522 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15039 2025.01.17 08:10:22.733535 [ 260 ] {0071e0db-b686-42c2-86e9-393620fc7458} <Debug> TCPHandler: Processed in 0.002538096 sec.
15040 2025.01.17 08:10:22.733935 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
15041 2025.01.17 08:10:22.733945 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15042 2025.01.17 08:10:22.734707 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15043 2025.01.17 08:10:22.734781 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15044 2025.01.17 08:10:22.734913 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1430 rows starting from the beginning of the part
15045 2025.01.17 08:10:22.734937 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15046 2025.01.17 08:10:22.735494 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part
15047 2025.01.17 08:10:22.735926 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 281 rows starting from the beginning of the part
15048 2025.01.17 08:10:22.736228 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part
15049 2025.01.17 08:10:22.736641 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1412 rows starting from the beginning of the part
15050 2025.01.17 08:10:22.737006 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 10 rows starting from the beginning of the part
15051 2025.01.17 08:10:22.738010 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15052 2025.01.17 08:10:22.738056 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15053 2025.01.17 08:10:22.738611 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15054 2025.01.17 08:10:22.738908 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15055 2025.01.17 08:10:22.739251 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.004706 sec., 1062.4734381640458 rows/sec., 79.89 KiB/sec.
15056 2025.01.17 08:10:22.739722 [ 262 ] {1246e5ad-4e23-4028-ad92-fa209994d1c6} <Debug> TCPHandler: Processed in 0.006021416 sec.
15057 2025.01.17 08:10:22.740091 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15058 2025.01.17 08:10:22.740236 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.006541143 sec., 496090.6679459538 rows/sec., 43.54 MiB/sec.
15059 2025.01.17 08:10:22.740449 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15060 2025.01.17 08:10:22.740630 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15061 2025.01.17 08:10:22.740643 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15062 2025.01.17 08:10:22.741451 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15063 2025.01.17 08:10:22.741647 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_131_26} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15064 2025.01.17 08:10:22.741786 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
15065 2025.01.17 08:10:22.742033 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15066 2025.01.17 08:10:22.742079 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15067 2025.01.17 08:10:22.742454 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15068 2025.01.17 08:10:22.742708 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15069 2025.01.17 08:10:22.742897 [ 171 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15070 2025.01.17 08:10:22.742955 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.002627 sec., 1903.311762466692 rows/sec., 152.41 KiB/sec.
15071 2025.01.17 08:10:22.742964 [ 171 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15072 2025.01.17 08:10:22.743042 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15073 2025.01.17 08:10:22.743100 [ 260 ] {09596915-2d5e-4724-b6e8-becb54f1ab6f} <Debug> TCPHandler: Processed in 0.003219667 sec.
15074 2025.01.17 08:10:22.743366 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15075 2025.01.17 08:10:22.743380 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
15076 2025.01.17 08:10:22.743679 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15077 2025.01.17 08:10:22.743834 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15078 2025.01.17 08:10:22.743956 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part
15079 2025.01.17 08:10:22.744030 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15080 2025.01.17 08:10:22.744627 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part
15081 2025.01.17 08:10:22.745230 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 421 rows starting from the beginning of the part
15082 2025.01.17 08:10:22.745796 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part
15083 2025.01.17 08:10:22.746335 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 874 rows starting from the beginning of the part
15084 2025.01.17 08:10:22.746851 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 5 rows starting from the beginning of the part
15085 2025.01.17 08:10:22.749027 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15086 2025.01.17 08:10:22.749078 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15087 2025.01.17 08:10:22.749226 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.006067018 sec., 385856.7751076393 rows/sec., 29.53 MiB/sec.
15088 2025.01.17 08:10:22.749406 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15089 2025.01.17 08:10:22.749792 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15090 2025.01.17 08:10:22.749914 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_131_26} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15091 2025.01.17 08:10:22.749976 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15092 2025.01.17 08:10:22.749988 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
15093 2025.01.17 08:10:22.750258 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15094 2025.01.17 08:10:22.750525 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006965 sec., 717.8750897343863 rows/sec., 1.29 MiB/sec.
15095 2025.01.17 08:10:22.750641 [ 262 ] {eef31304-9f9a-4f46-9174-9453ac59c942} <Debug> TCPHandler: Processed in 0.007408396 sec.
15096 2025.01.17 08:10:23.947105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173
15097 2025.01.17 08:10:23.947777 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15098 2025.01.17 08:10:23.947823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15099 2025.01.17 08:10:23.948356 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15100 2025.01.17 08:10:23.948610 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15101 2025.01.17 08:10:23.948869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173
15102 2025.01.17 08:10:26.591688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
15103 2025.01.17 08:10:26.615489 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15104 2025.01.17 08:10:26.615564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15105 2025.01.17 08:10:26.623821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15106 2025.01.17 08:10:26.624654 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15107 2025.01.17 08:10:26.629178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
15108 2025.01.17 08:10:27.739990 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15109 2025.01.17 08:10:27.740203 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15110 2025.01.17 08:10:27.740283 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15111 2025.01.17 08:10:27.741127 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15112 2025.01.17 08:10:27.741178 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15113 2025.01.17 08:10:27.741653 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15114 2025.01.17 08:10:27.741917 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15115 2025.01.17 08:10:27.742152 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.14 MiB/sec.
15116 2025.01.17 08:10:27.742221 [ 260 ] {7ad17f88-5ffd-4468-81b2-8702580134c2} <Debug> TCPHandler: Processed in 0.002374164 sec.
15117 2025.01.17 08:10:27.742473 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15118 2025.01.17 08:10:27.742659 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15119 2025.01.17 08:10:27.742728 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15120 2025.01.17 08:10:27.743481 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15121 2025.01.17 08:10:27.743523 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15122 2025.01.17 08:10:27.743964 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15123 2025.01.17 08:10:27.744221 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15124 2025.01.17 08:10:27.744416 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001808 sec., 35398.23008849558 rows/sec., 2.76 MiB/sec.
15125 2025.01.17 08:10:27.744471 [ 262 ] {d0e68dbc-301c-44ce-a121-7653b821234f} <Debug> TCPHandler: Processed in 0.002124261 sec.
15126 2025.01.17 08:10:27.744632 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15127 2025.01.17 08:10:27.744756 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15128 2025.01.17 08:10:27.744812 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15129 2025.01.17 08:10:27.745421 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15130 2025.01.17 08:10:27.745463 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15131 2025.01.17 08:10:27.745897 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15132 2025.01.17 08:10:27.746171 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15133 2025.01.17 08:10:27.746410 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec.
15134 2025.01.17 08:10:27.746482 [ 260 ] {f9eac0f3-a6e3-4044-8617-a0aeacf28b59} <Debug> TCPHandler: Processed in 0.001909428 sec.
15135 2025.01.17 08:10:27.746682 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15136 2025.01.17 08:10:27.747011 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15137 2025.01.17 08:10:27.747074 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15138 2025.01.17 08:10:27.747661 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15139 2025.01.17 08:10:27.747700 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15140 2025.01.17 08:10:27.748084 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
15141 2025.01.17 08:10:27.748325 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15142 2025.01.17 08:10:27.748512 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec.
15143 2025.01.17 08:10:27.748602 [ 262 ] {cece7d63-0107-42e7-9c81-dfadc10f363b} <Debug> TCPHandler: Processed in 0.002006959 sec.
15144 2025.01.17 08:10:31.231685 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
15145 2025.01.17 08:10:31.231756 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
15146 2025.01.17 08:10:31.449086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661
15147 2025.01.17 08:10:31.449786 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15148 2025.01.17 08:10:31.449838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15149 2025.01.17 08:10:31.450378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15150 2025.01.17 08:10:31.450650 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15151 2025.01.17 08:10:31.450932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
15152 2025.01.17 08:10:31.451041 [ 219 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
15153 2025.01.17 08:10:31.451105 [ 219 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
15154 2025.01.17 08:10:31.453058 [ 219 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): 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]
15155 2025.01.17 08:10:31.643560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2108
15156 2025.01.17 08:10:31.646955 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15157 2025.01.17 08:10:31.647023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15158 2025.01.17 08:10:31.648558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15159 2025.01.17 08:10:31.648887 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15160 2025.01.17 08:10:31.649230 [ 220 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
15161 2025.01.17 08:10:31.649303 [ 220 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
15162 2025.01.17 08:10:31.650520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2108
15163 2025.01.17 08:10:31.652276 [ 220 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
15164 2025.01.17 08:10:32.001723 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001153586 sec.
15165 2025.01.17 08:10:32.048926 [ 221 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
15166 2025.01.17 08:10:32.048998 [ 221 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
15167 2025.01.17 08:10:32.051119 [ 221 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): 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]
15168 2025.01.17 08:10:32.056087 [ 220 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15169 2025.01.17 08:10:32.056168 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15170 2025.01.17 08:10:32.058800 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15171 2025.01.17 08:10:32.399255 [ 225 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
15172 2025.01.17 08:10:32.399302 [ 225 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
15173 2025.01.17 08:10:32.401391 [ 225 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
15174 2025.01.17 08:10:32.745898 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15175 2025.01.17 08:10:32.746071 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15176 2025.01.17 08:10:32.746142 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15177 2025.01.17 08:10:32.746859 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15178 2025.01.17 08:10:32.746899 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15179 2025.01.17 08:10:32.747319 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15180 2025.01.17 08:10:32.747581 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15181 2025.01.17 08:10:32.747764 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001744 sec., 8027.522935779816 rows/sec., 577.87 KiB/sec.
15182 2025.01.17 08:10:32.747819 [ 260 ] {4d64f65c-34ee-49ef-aecc-385aaeb233cf} <Debug> TCPHandler: Processed in 0.00204099 sec.
15183 2025.01.17 08:10:32.748070 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15184 2025.01.17 08:10:32.748274 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15185 2025.01.17 08:10:32.748357 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15186 2025.01.17 08:10:32.749311 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15187 2025.01.17 08:10:32.749368 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15188 2025.01.17 08:10:32.749856 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15189 2025.01.17 08:10:32.750119 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15190 2025.01.17 08:10:32.750356 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002136 sec., 131554.30711610487 rows/sec., 11.62 MiB/sec.
15191 2025.01.17 08:10:32.750430 [ 262 ] {cdf23da9-3c4d-481c-9c5b-009e6f8e542b} <Debug> TCPHandler: Processed in 0.002493376 sec.
15192 2025.01.17 08:10:32.750582 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15193 2025.01.17 08:10:32.750699 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15194 2025.01.17 08:10:32.750747 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15195 2025.01.17 08:10:32.751438 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15196 2025.01.17 08:10:32.751483 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15197 2025.01.17 08:10:32.751890 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15198 2025.01.17 08:10:32.752128 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15199 2025.01.17 08:10:32.752321 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001641 sec., 28031.68799512492 rows/sec., 2.02 MiB/sec.
15200 2025.01.17 08:10:32.752390 [ 224 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
15201 2025.01.17 08:10:32.752416 [ 260 ] {9fe9b634-057b-4302-a2dd-a457a9bc01be} <Debug> TCPHandler: Processed in 0.001886518 sec.
15202 2025.01.17 08:10:32.752460 [ 224 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
15203 2025.01.17 08:10:32.752619 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15204 2025.01.17 08:10:32.752779 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15205 2025.01.17 08:10:32.752841 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15206 2025.01.17 08:10:32.755085 [ 224 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
15207 2025.01.17 08:10:32.755569 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15208 2025.01.17 08:10:32.755666 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15209 2025.01.17 08:10:32.756216 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15210 2025.01.17 08:10:32.756457 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15211 2025.01.17 08:10:32.756710 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003958 sec., 3537.1399696816575 rows/sec., 247.72 KiB/sec.
15212 2025.01.17 08:10:32.756875 [ 262 ] {2b4bb0ea-0736-4514-8933-22a525ed628e} <Debug> TCPHandler: Processed in 0.004323713 sec.
15213 2025.01.17 08:10:32.757102 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15214 2025.01.17 08:10:32.757237 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15215 2025.01.17 08:10:32.757292 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15216 2025.01.17 08:10:32.757927 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15217 2025.01.17 08:10:32.757964 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15218 2025.01.17 08:10:32.758347 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15219 2025.01.17 08:10:32.758592 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15220 2025.01.17 08:10:32.758799 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec.
15221 2025.01.17 08:10:32.758877 [ 260 ] {b533efb0-12b4-4dd5-b584-eda65e51fa94} <Debug> TCPHandler: Processed in 0.001875357 sec.
15222 2025.01.17 08:10:32.759111 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15223 2025.01.17 08:10:32.759276 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15224 2025.01.17 08:10:32.759332 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15225 2025.01.17 08:10:32.760128 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15226 2025.01.17 08:10:32.760171 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15227 2025.01.17 08:10:32.760577 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15228 2025.01.17 08:10:32.760823 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15229 2025.01.17 08:10:32.761036 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00179 sec., 235195.53072625698 rows/sec., 16.81 MiB/sec.
15230 2025.01.17 08:10:32.761095 [ 262 ] {d6ab1848-044a-4fe9-9288-46d7c195e052} <Debug> TCPHandler: Processed in 0.00210625 sec.
15231 2025.01.17 08:10:32.761246 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15232 2025.01.17 08:10:32.761362 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15233 2025.01.17 08:10:32.761413 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15234 2025.01.17 08:10:32.761895 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15235 2025.01.17 08:10:32.761934 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15236 2025.01.17 08:10:32.762303 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15237 2025.01.17 08:10:32.762546 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15238 2025.01.17 08:10:32.762720 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 226.83 KiB/sec.
15239 2025.01.17 08:10:32.762770 [ 260 ] {fcac9915-d32d-4e44-b6ed-18f6aee73d52} <Debug> TCPHandler: Processed in 0.001579193 sec.
15240 2025.01.17 08:10:32.762927 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15241 2025.01.17 08:10:32.763054 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15242 2025.01.17 08:10:32.763110 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15243 2025.01.17 08:10:32.763712 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15244 2025.01.17 08:10:32.763811 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15245 2025.01.17 08:10:32.764246 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15246 2025.01.17 08:10:32.764489 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15247 2025.01.17 08:10:32.764715 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec.
15248 2025.01.17 08:10:32.764775 [ 262 ] {43ffcfd9-9ece-47e1-96af-c51bc0ce2277} <Debug> TCPHandler: Processed in 0.001909487 sec.
15249 2025.01.17 08:10:32.764919 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15250 2025.01.17 08:10:32.765055 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15251 2025.01.17 08:10:32.765113 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15252 2025.01.17 08:10:32.765761 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15253 2025.01.17 08:10:32.765801 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15254 2025.01.17 08:10:32.766155 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15255 2025.01.17 08:10:32.766385 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15256 2025.01.17 08:10:32.766559 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec.
15257 2025.01.17 08:10:32.766611 [ 260 ] {4c555c48-7ee6-4216-930b-9dfaf8710982} <Debug> TCPHandler: Processed in 0.001757705 sec.
15258 2025.01.17 08:10:32.766755 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15259 2025.01.17 08:10:32.766888 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15260 2025.01.17 08:10:32.766975 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15261 2025.01.17 08:10:32.768330 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15262 2025.01.17 08:10:32.768371 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15263 2025.01.17 08:10:32.769080 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15264 2025.01.17 08:10:32.769346 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15265 2025.01.17 08:10:32.769610 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
15266 2025.01.17 08:10:32.769633 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002756 sec., 14150.943396226414 rows/sec., 25.36 MiB/sec.
15267 2025.01.17 08:10:32.769663 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
15268 2025.01.17 08:10:32.769966 [ 262 ] {1586b499-ae73-4264-88dc-ddccc9c5b283} <Debug> TCPHandler: Processed in 0.003260167 sec.
15269 2025.01.17 08:10:32.770135 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15270 2025.01.17 08:10:32.770258 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15271 2025.01.17 08:10:32.770315 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15272 2025.01.17 08:10:32.771075 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15273 2025.01.17 08:10:32.771113 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15274 2025.01.17 08:10:32.771575 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15275 2025.01.17 08:10:32.771844 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15276 2025.01.17 08:10:32.772092 [ 126 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
15277 2025.01.17 08:10:32.772132 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00189 sec., 43386.24338624339 rows/sec., 2.76 MiB/sec.
15278 2025.01.17 08:10:32.772233 [ 126 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15279 2025.01.17 08:10:32.772409 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15280 2025.01.17 08:10:32.772455 [ 260 ] {00494ddf-caef-410e-8287-3d0e01faebe9} <Debug> TCPHandler: Processed in 0.002372564 sec.
15281 2025.01.17 08:10:32.772605 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15282 2025.01.17 08:10:32.772749 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15283 2025.01.17 08:10:32.772790 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7870 rows starting from the beginning of the part
15284 2025.01.17 08:10:32.772846 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
15285 2025.01.17 08:10:32.772887 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part
15286 2025.01.17 08:10:32.773184 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15287 2025.01.17 08:10:32.773429 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15288 2025.01.17 08:10:32.773662 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15289 2025.01.17 08:10:32.773888 [ 189 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15290 2025.01.17 08:10:32.776651 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8236 rows, containing 4 columns (4 merged, 0 gathered) in 0.004112669 sec., 2002592.477050791 rows/sec., 130.47 MiB/sec.
15291 2025.01.17 08:10:32.776810 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
15292 2025.01.17 08:10:32.777075 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15293 2025.01.17 08:10:32.777148 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_116_23} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
15294 2025.01.17 08:10:32.777220 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
15295 2025.01.17 08:10:33.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.85 MiB, peak 283.99 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: 3.19 MiB
15296 2025.01.17 08:10:33.228852 [ 218 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15297 2025.01.17 08:10:33.228948 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15298 2025.01.17 08:10:33.231613 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15299 2025.01.17 08:10:34.129299 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
15300 2025.01.17 08:10:34.153987 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15301 2025.01.17 08:10:34.154053 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15302 2025.01.17 08:10:34.161652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15303 2025.01.17 08:10:34.162521 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15304 2025.01.17 08:10:34.166032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
15305 2025.01.17 08:10:37.170520 [ 223 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15306 2025.01.17 08:10:37.170608 [ 223 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15307 2025.01.17 08:10:37.173251 [ 223 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15308 2025.01.17 08:10:37.739757 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15309 2025.01.17 08:10:37.739959 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15310 2025.01.17 08:10:37.740035 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15311 2025.01.17 08:10:37.740861 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15312 2025.01.17 08:10:37.740920 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15313 2025.01.17 08:10:37.741371 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15314 2025.01.17 08:10:37.741630 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15315 2025.01.17 08:10:37.741903 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.17 MiB/sec.
15316 2025.01.17 08:10:37.741999 [ 260 ] {cab18269-f99f-4d3a-adeb-3af308b1636e} <Debug> TCPHandler: Processed in 0.002375644 sec.
15317 2025.01.17 08:10:37.742283 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15318 2025.01.17 08:10:37.742482 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15319 2025.01.17 08:10:37.742555 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15320 2025.01.17 08:10:37.743331 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15321 2025.01.17 08:10:37.743380 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15322 2025.01.17 08:10:37.743830 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15323 2025.01.17 08:10:37.744094 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15324 2025.01.17 08:10:37.744357 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec.
15325 2025.01.17 08:10:37.744428 [ 262 ] {98155c6e-f9b9-47a8-b379-610c2bcfcf11} <Debug> TCPHandler: Processed in 0.002294073 sec.
15326 2025.01.17 08:10:37.744603 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15327 2025.01.17 08:10:37.744736 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15328 2025.01.17 08:10:37.744796 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15329 2025.01.17 08:10:37.745384 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15330 2025.01.17 08:10:37.745427 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15331 2025.01.17 08:10:37.745848 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15332 2025.01.17 08:10:37.746109 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15333 2025.01.17 08:10:37.746311 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_120_25 to all_124_124_0
15334 2025.01.17 08:10:37.746339 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
15335 2025.01.17 08:10:37.746390 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15336 2025.01.17 08:10:37.746467 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15337 2025.01.17 08:10:37.746484 [ 260 ] {e2165996-2d5f-4eae-823d-334eec2fd315} <Debug> TCPHandler: Processed in 0.001938198 sec.
15338 2025.01.17 08:10:37.746671 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_120_25 to all_124_124_0 into Compact with storage Full
15339 2025.01.17 08:10:37.746705 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15340 2025.01.17 08:10:37.746877 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15341 2025.01.17 08:10:37.746950 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15342 2025.01.17 08:10:37.746951 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_120_25, total 38954 rows starting from the beginning of the part
15343 2025.01.17 08:10:37.747059 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15344 2025.01.17 08:10:37.747230 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part
15345 2025.01.17 08:10:37.747608 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1084 rows starting from the beginning of the part
15346 2025.01.17 08:10:37.747968 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
15347 2025.01.17 08:10:37.748333 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part
15348 2025.01.17 08:10:37.749455 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15349 2025.01.17 08:10:37.749522 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15350 2025.01.17 08:10:37.750064 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15351 2025.01.17 08:10:37.750502 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15352 2025.01.17 08:10:37.750999 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004104 sec., 14619.883040935672 rows/sec., 1008.92 KiB/sec.
15353 2025.01.17 08:10:37.751173 [ 262 ] {2f68e478-6db6-4b10-9168-21711655fd4a} <Debug> TCPHandler: Processed in 0.004548625 sec.
15354 2025.01.17 08:10:37.757161 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40595 rows, containing 5 columns (5 merged, 0 gathered) in 0.010574652 sec., 3838897.0152398394 rows/sec., 259.18 MiB/sec.
15355 2025.01.17 08:10:37.758041 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Trace> MergedBlockOutputStream: filled checksums all_1_124_26 (state Temporary)
15356 2025.01.17 08:10:37.758413 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_124_26 to all_1_124_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15357 2025.01.17 08:10:37.758529 [ 191 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_124_26} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_120_25, all_124_124_0] -> all_1_124_26
15358 2025.01.17 08:10:37.758649 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
15359 2025.01.17 08:10:38.137771 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15360 2025.01.17 08:10:38.137823 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15361 2025.01.17 08:10:38.140144 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15362 2025.01.17 08:10:38.951163 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088
15363 2025.01.17 08:10:38.951917 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15364 2025.01.17 08:10:38.951971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15365 2025.01.17 08:10:38.952517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15366 2025.01.17 08:10:38.952782 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15367 2025.01.17 08:10:38.953020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088
15368 2025.01.17 08:10:38.953007 [ 145 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15369 2025.01.17 08:10:38.953101 [ 145 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15370 2025.01.17 08:10:38.953124 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15371 2025.01.17 08:10:38.953399 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
15372 2025.01.17 08:10:38.954077 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15373 2025.01.17 08:10:38.954235 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
15374 2025.01.17 08:10:38.954604 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
15375 2025.01.17 08:10:38.954985 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
15376 2025.01.17 08:10:38.955389 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
15377 2025.01.17 08:10:38.955619 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
15378 2025.01.17 08:10:38.955806 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
15379 2025.01.17 08:10:38.958908 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005700251 sec., 6506380.157645689 rows/sec., 93.07 MiB/sec.
15380 2025.01.17 08:10:38.959151 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15381 2025.01.17 08:10:38.959445 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15382 2025.01.17 08:10:38.959526 [ 191 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_81_16} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15383 2025.01.17 08:10:38.959619 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB.
15384 2025.01.17 08:10:39.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.07 MiB, peak 283.99 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: 3.97 MiB
15385 2025.01.17 08:10:41.650880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2138
15386 2025.01.17 08:10:41.653833 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15387 2025.01.17 08:10:41.653885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15388 2025.01.17 08:10:41.655386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15389 2025.01.17 08:10:41.655703 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15390 2025.01.17 08:10:41.658053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2138
15391 2025.01.17 08:10:41.666196 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
15392 2025.01.17 08:10:41.689402 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15393 2025.01.17 08:10:41.689451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15394 2025.01.17 08:10:41.697040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15395 2025.01.17 08:10:41.697842 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15396 2025.01.17 08:10:41.698181 [ 142 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15397 2025.01.17 08:10:41.698260 [ 142 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15398 2025.01.17 08:10:41.698305 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15399 2025.01.17 08:10:41.698878 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
15400 2025.01.17 08:10:41.717203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
15401 2025.01.17 08:10:41.718814 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15402 2025.01.17 08:10:41.720595 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
15403 2025.01.17 08:10:41.726614 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
15404 2025.01.17 08:10:41.732595 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
15405 2025.01.17 08:10:41.738606 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
15406 2025.01.17 08:10:41.744709 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
15407 2025.01.17 08:10:41.750694 [ 197 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
15408 2025.01.17 08:10:41.815571 [ 191 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.11711751 sec., 5216.982499030248 rows/sec., 26.98 MiB/sec.
15409 2025.01.17 08:10:41.819008 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15410 2025.01.17 08:10:41.822118 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15411 2025.01.17 08:10:41.822241 [ 196 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_81_16} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15412 2025.01.17 08:10:41.824841 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
15413 2025.01.17 08:10:42.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.12 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 268.04 MiB (RSS), difference: -1.08 MiB
15414 2025.01.17 08:10:42.524014 [ 220 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
15415 2025.01.17 08:10:42.524105 [ 220 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
15416 2025.01.17 08:10:42.526238 [ 220 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): 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]
15417 2025.01.17 08:10:42.745117 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15418 2025.01.17 08:10:42.745314 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15419 2025.01.17 08:10:42.745385 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15420 2025.01.17 08:10:42.746150 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15421 2025.01.17 08:10:42.746191 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15422 2025.01.17 08:10:42.746624 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15423 2025.01.17 08:10:42.746873 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15424 2025.01.17 08:10:42.747077 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec.
15425 2025.01.17 08:10:42.747144 [ 260 ] {3ac7741f-becf-468b-9b34-03e2284d0bd4} <Debug> TCPHandler: Processed in 0.002162211 sec.
15426 2025.01.17 08:10:42.747452 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15427 2025.01.17 08:10:42.747749 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15428 2025.01.17 08:10:42.747861 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15429 2025.01.17 08:10:42.748868 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15430 2025.01.17 08:10:42.748913 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15431 2025.01.17 08:10:42.749375 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15432 2025.01.17 08:10:42.749630 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15433 2025.01.17 08:10:42.749874 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002203 sec., 127553.33635950975 rows/sec., 11.27 MiB/sec.
15434 2025.01.17 08:10:42.749948 [ 262 ] {2d57ec27-2dd1-40bd-8b87-eb81d1911d8b} <Debug> TCPHandler: Processed in 0.002668168 sec.
15435 2025.01.17 08:10:42.750179 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15436 2025.01.17 08:10:42.750433 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15437 2025.01.17 08:10:42.750493 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15438 2025.01.17 08:10:42.751285 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15439 2025.01.17 08:10:42.751324 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15440 2025.01.17 08:10:42.751686 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15441 2025.01.17 08:10:42.752032 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15442 2025.01.17 08:10:42.752205 [ 141 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15443 2025.01.17 08:10:42.752260 [ 141 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15444 2025.01.17 08:10:42.752284 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.0019 sec., 24210.526315789473 rows/sec., 1.74 MiB/sec.
15445 2025.01.17 08:10:42.752291 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15446 2025.01.17 08:10:42.752477 [ 260 ] {4271f2b9-d10c-4e0e-9cdc-03326d94bbb8} <Debug> TCPHandler: Processed in 0.002413955 sec.
15447 2025.01.17 08:10:42.752569 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
15448 2025.01.17 08:10:42.752737 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15449 2025.01.17 08:10:42.752778 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 64 rows starting from the beginning of the part
15450 2025.01.17 08:10:42.752971 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15451 2025.01.17 08:10:42.752974 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 46 rows starting from the beginning of the part
15452 2025.01.17 08:10:42.753313 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 43 rows starting from the beginning of the part
15453 2025.01.17 08:10:42.753430 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15454 2025.01.17 08:10:42.753618 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15455 2025.01.17 08:10:42.753691 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part
15456 2025.01.17 08:10:42.754153 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 46 rows starting from the beginning of the part
15457 2025.01.17 08:10:42.754645 [ 200 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 46 rows starting from the beginning of the part
15458 2025.01.17 08:10:42.756166 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15459 2025.01.17 08:10:42.756249 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15460 2025.01.17 08:10:42.757360 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15461 2025.01.17 08:10:42.757707 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.005277086 sec., 47374.63062000505 rows/sec., 3.57 MiB/sec.
15462 2025.01.17 08:10:42.757874 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15463 2025.01.17 08:10:42.757991 [ 191 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15464 2025.01.17 08:10:42.758118 [ 141 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0
15465 2025.01.17 08:10:42.758227 [ 141 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15466 2025.01.17 08:10:42.758314 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15467 2025.01.17 08:10:42.758386 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005105 sec., 2742.409402546523 rows/sec., 192.06 KiB/sec.
15468 2025.01.17 08:10:42.758597 [ 218 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
15469 2025.01.17 08:10:42.758732 [ 218 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
15470 2025.01.17 08:10:42.758921 [ 262 ] {974c6176-8181-45ce-9c3b-88e7a3b76d3f} <Debug> TCPHandler: Processed in 0.006087987 sec.
15471 2025.01.17 08:10:42.758984 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full
15472 2025.01.17 08:10:42.759247 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15473 2025.01.17 08:10:42.759343 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15474 2025.01.17 08:10:42.759691 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15475 2025.01.17 08:10:42.759852 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_76_15} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15476 2025.01.17 08:10:42.759989 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15477 2025.01.17 08:10:42.759973 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15478 2025.01.17 08:10:42.760247 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 242 rows starting from the beginning of the part
15479 2025.01.17 08:10:42.760570 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15480 2025.01.17 08:10:42.761198 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
15481 2025.01.17 08:10:42.762063 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
15482 2025.01.17 08:10:42.762770 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part
15483 2025.01.17 08:10:42.763287 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
15484 2025.01.17 08:10:42.763787 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15485 2025.01.17 08:10:42.763887 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15486 2025.01.17 08:10:42.763905 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
15487 2025.01.17 08:10:42.765450 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15488 2025.01.17 08:10:42.765508 [ 218 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): 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]
15489 2025.01.17 08:10:42.766439 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15490 2025.01.17 08:10:42.767287 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.007758 sec., 1675.6896107244136 rows/sec., 104.48 KiB/sec.
15491 2025.01.17 08:10:42.767504 [ 260 ] {88ffdb8f-44a1-4c53-b1c6-9a80472ec25e} <Debug> TCPHandler: Processed in 0.00836285 sec.
15492 2025.01.17 08:10:42.767709 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15493 2025.01.17 08:10:42.767969 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15494 2025.01.17 08:10:42.768033 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15495 2025.01.17 08:10:42.768525 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.010084375 sec., 53548.18717074682 rows/sec., 3.84 MiB/sec.
15496 2025.01.17 08:10:42.768787 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary)
15497 2025.01.17 08:10:42.769294 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15498 2025.01.17 08:10:42.769497 [ 200 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_59_12} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12
15499 2025.01.17 08:10:42.769668 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
15500 2025.01.17 08:10:42.769825 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15501 2025.01.17 08:10:42.769871 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15502 2025.01.17 08:10:42.770274 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15503 2025.01.17 08:10:42.770517 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15504 2025.01.17 08:10:42.770730 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002849 sec., 147771.14777114778 rows/sec., 10.56 MiB/sec.
15505 2025.01.17 08:10:42.770784 [ 262 ] {f38c8fb7-edc2-44fa-aa01-cf0fff6d1be0} <Debug> TCPHandler: Processed in 0.003192436 sec.
15506 2025.01.17 08:10:42.770944 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15507 2025.01.17 08:10:42.771061 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15508 2025.01.17 08:10:42.771113 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15509 2025.01.17 08:10:42.771600 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15510 2025.01.17 08:10:42.771636 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15511 2025.01.17 08:10:42.772005 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15512 2025.01.17 08:10:42.772240 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15513 2025.01.17 08:10:42.772418 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec.
15514 2025.01.17 08:10:42.772469 [ 260 ] {6eecc99e-75e7-45af-be13-4b4a83921841} <Debug> TCPHandler: Processed in 0.001582683 sec.
15515 2025.01.17 08:10:42.772611 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15516 2025.01.17 08:10:42.772728 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15517 2025.01.17 08:10:42.772779 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15518 2025.01.17 08:10:42.773358 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15519 2025.01.17 08:10:42.773398 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15520 2025.01.17 08:10:42.773792 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15521 2025.01.17 08:10:42.774030 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15522 2025.01.17 08:10:42.774254 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec.
15523 2025.01.17 08:10:42.774314 [ 262 ] {7c594111-5c9d-4424-b09e-4f1df70861a8} <Debug> TCPHandler: Processed in 0.001758565 sec.
15524 2025.01.17 08:10:42.774466 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15525 2025.01.17 08:10:42.774788 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15526 2025.01.17 08:10:42.774952 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15527 2025.01.17 08:10:42.776251 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15528 2025.01.17 08:10:42.776289 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15529 2025.01.17 08:10:42.776651 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15530 2025.01.17 08:10:42.776903 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15531 2025.01.17 08:10:42.777032 [ 141 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0
15532 2025.01.17 08:10:42.777077 [ 141 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15533 2025.01.17 08:10:42.777096 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002434 sec., 410.84634346754314 rows/sec., 27.68 KiB/sec.
15534 2025.01.17 08:10:42.777107 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15535 2025.01.17 08:10:42.777203 [ 260 ] {62b1b552-1b86-4f26-bda2-3038025d5b9a} <Debug> TCPHandler: Processed in 0.00279222 sec.
15536 2025.01.17 08:10:42.777493 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15537 2025.01.17 08:10:42.777527 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full
15538 2025.01.17 08:10:42.778056 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15539 2025.01.17 08:10:42.778040 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15540 2025.01.17 08:10:42.778130 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 54 rows starting from the beginning of the part
15541 2025.01.17 08:10:42.778302 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15542 2025.01.17 08:10:42.778503 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
15543 2025.01.17 08:10:42.778978 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
15544 2025.01.17 08:10:42.779326 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
15545 2025.01.17 08:10:42.779657 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
15546 2025.01.17 08:10:42.780066 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
15547 2025.01.17 08:10:42.783663 [ 191 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.006440192 sec., 9161.217553762372 rows/sec., 617.31 KiB/sec.
15548 2025.01.17 08:10:42.783922 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary)
15549 2025.01.17 08:10:42.784280 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15550 2025.01.17 08:10:42.784341 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15551 2025.01.17 08:10:42.784626 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15552 2025.01.17 08:10:42.784811 [ 201 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_59_12} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12
15553 2025.01.17 08:10:42.784982 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15554 2025.01.17 08:10:42.785426 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15555 2025.01.17 08:10:42.785696 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15556 2025.01.17 08:10:42.785849 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15557 2025.01.17 08:10:42.785900 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15558 2025.01.17 08:10:42.785904 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008078 sec., 4827.927704877445 rows/sec., 8.65 MiB/sec.
15559 2025.01.17 08:10:42.785929 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15560 2025.01.17 08:10:42.786297 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
15561 2025.01.17 08:10:42.786556 [ 262 ] {06b54adf-0298-42c6-9f4b-bdb776062e96} <Debug> TCPHandler: Processed in 0.009259883 sec.
15562 2025.01.17 08:10:42.786916 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15563 2025.01.17 08:10:42.787431 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15564 2025.01.17 08:10:42.787677 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15565 2025.01.17 08:10:42.787969 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15566 2025.01.17 08:10:42.788232 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2037 rows starting from the beginning of the part
15567 2025.01.17 08:10:42.789119 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 39 rows starting from the beginning of the part
15568 2025.01.17 08:10:42.789908 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part
15569 2025.01.17 08:10:42.790188 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15570 2025.01.17 08:10:42.790307 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
15571 2025.01.17 08:10:42.790759 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part
15572 2025.01.17 08:10:42.791473 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 39 rows starting from the beginning of the part
15573 2025.01.17 08:10:42.792040 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15574 2025.01.17 08:10:42.792173 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 39 rows starting from the beginning of the part
15575 2025.01.17 08:10:42.792970 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15576 2025.01.17 08:10:42.793707 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006477 sec., 12660.182183109464 rows/sec., 823.38 KiB/sec.
15577 2025.01.17 08:10:42.794032 [ 260 ] {0493fd2b-aef2-480f-8eb9-f77283f95726} <Debug> TCPHandler: Processed in 0.007334975 sec.
15578 2025.01.17 08:10:42.801680 [ 199 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2193 rows, containing 19 columns (19 merged, 0 gathered) in 0.015641855 sec., 140200.76263333217 rows/sec., 251.23 MiB/sec.
15579 2025.01.17 08:10:42.803617 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15580 2025.01.17 08:10:42.804062 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15581 2025.01.17 08:10:42.804140 [ 190 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15582 2025.01.17 08:10:42.804301 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.40 MiB.
15583 2025.01.17 08:10:46.231803 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
15584 2025.01.17 08:10:46.231879 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
15585 2025.01.17 08:10:46.453238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576
15586 2025.01.17 08:10:46.454364 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15587 2025.01.17 08:10:46.454416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15588 2025.01.17 08:10:46.454981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15589 2025.01.17 08:10:46.455245 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15590 2025.01.17 08:10:46.455493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576
15591 2025.01.17 08:10:47.739704 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15592 2025.01.17 08:10:47.739910 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15593 2025.01.17 08:10:47.739988 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15594 2025.01.17 08:10:47.740805 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15595 2025.01.17 08:10:47.740852 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15596 2025.01.17 08:10:47.741288 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15597 2025.01.17 08:10:47.741546 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15598 2025.01.17 08:10:47.741779 [ 131 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
15599 2025.01.17 08:10:47.741791 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.23 MiB/sec.
15600 2025.01.17 08:10:47.741884 [ 131 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15601 2025.01.17 08:10:47.741965 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15602 2025.01.17 08:10:47.741978 [ 260 ] {9742c760-26ed-4422-93c5-fe5cd82ca6b1} <Debug> TCPHandler: Processed in 0.002404044 sec.
15603 2025.01.17 08:10:47.742250 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
15604 2025.01.17 08:10:47.742353 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15605 2025.01.17 08:10:47.742508 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15606 2025.01.17 08:10:47.742585 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1430 rows starting from the beginning of the part
15607 2025.01.17 08:10:47.742661 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15608 2025.01.17 08:10:47.742829 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part
15609 2025.01.17 08:10:47.742882 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15610 2025.01.17 08:10:47.743399 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 281 rows starting from the beginning of the part
15611 2025.01.17 08:10:47.743608 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part
15612 2025.01.17 08:10:47.743859 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 281 rows starting from the beginning of the part
15613 2025.01.17 08:10:47.744088 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part
15614 2025.01.17 08:10:47.745258 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15615 2025.01.17 08:10:47.745309 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15616 2025.01.17 08:10:47.745882 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
15617 2025.01.17 08:10:47.746248 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15618 2025.01.17 08:10:47.746326 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00421736 sec., 512168.7501185576 rows/sec., 45.19 MiB/sec.
15619 2025.01.17 08:10:47.746502 [ 131 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
15620 2025.01.17 08:10:47.746573 [ 131 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15621 2025.01.17 08:10:47.746595 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00401 sec., 15960.099750623443 rows/sec., 1.25 MiB/sec.
15622 2025.01.17 08:10:47.746640 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15623 2025.01.17 08:10:47.746741 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
15624 2025.01.17 08:10:47.746889 [ 262 ] {6dc54067-2506-49a6-8c8b-bea9afe8642b} <Debug> TCPHandler: Processed in 0.004735217 sec.
15625 2025.01.17 08:10:47.747242 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15626 2025.01.17 08:10:47.747723 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15627 2025.01.17 08:10:47.747938 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15628 2025.01.17 08:10:47.747974 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
15629 2025.01.17 08:10:47.748225 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15630 2025.01.17 08:10:47.748691 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_136_27} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
15631 2025.01.17 08:10:47.748980 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15632 2025.01.17 08:10:47.749098 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
15633 2025.01.17 08:10:47.749167 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 913 rows starting from the beginning of the part
15634 2025.01.17 08:10:47.749657 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part
15635 2025.01.17 08:10:47.750111 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 421 rows starting from the beginning of the part
15636 2025.01.17 08:10:47.750556 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part
15637 2025.01.17 08:10:47.751233 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 421 rows starting from the beginning of the part
15638 2025.01.17 08:10:47.751453 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part
15639 2025.01.17 08:10:47.752064 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15640 2025.01.17 08:10:47.752108 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15641 2025.01.17 08:10:47.752696 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15642 2025.01.17 08:10:47.753053 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15643 2025.01.17 08:10:47.753319 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005815 sec., 27515.04729148753 rows/sec., 1.92 MiB/sec.
15644 2025.01.17 08:10:47.753410 [ 260 ] {34c20b0a-642e-4a0a-8d3d-589f3e6d17ff} <Debug> TCPHandler: Processed in 0.006379331 sec.
15645 2025.01.17 08:10:47.753655 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15646 2025.01.17 08:10:47.753675 [ 189 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006792037 sec., 286659.21578460187 rows/sec., 21.94 MiB/sec.
15647 2025.01.17 08:10:47.753833 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15648 2025.01.17 08:10:47.753930 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15649 2025.01.17 08:10:47.753967 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
15650 2025.01.17 08:10:47.754600 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15651 2025.01.17 08:10:47.754699 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_136_27} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
15652 2025.01.17 08:10:47.754807 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
15653 2025.01.17 08:10:47.755606 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15654 2025.01.17 08:10:47.755651 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15655 2025.01.17 08:10:47.756093 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15656 2025.01.17 08:10:47.756330 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15657 2025.01.17 08:10:47.756573 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002794 sec., 21474.58840372226 rows/sec., 1.45 MiB/sec.
15658 2025.01.17 08:10:47.756653 [ 262 ] {7a58959e-1764-40c0-8ca8-28241d6ba032} <Debug> TCPHandler: Processed in 0.003145796 sec.
15659 2025.01.17 08:10:49.217399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
15660 2025.01.17 08:10:49.240725 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15661 2025.01.17 08:10:49.240775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15662 2025.01.17 08:10:49.248377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15663 2025.01.17 08:10:49.249233 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15664 2025.01.17 08:10:49.253673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
15665 2025.01.17 08:10:51.658403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2168
15666 2025.01.17 08:10:51.662048 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15667 2025.01.17 08:10:51.662099 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15668 2025.01.17 08:10:51.663559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15669 2025.01.17 08:10:51.663868 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15670 2025.01.17 08:10:51.664202 [ 130 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15671 2025.01.17 08:10:51.664403 [ 130 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15672 2025.01.17 08:10:51.664512 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15673 2025.01.17 08:10:51.664928 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
15674 2025.01.17 08:10:51.665093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2168
15675 2025.01.17 08:10:51.665800 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15676 2025.01.17 08:10:51.665988 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2008 rows starting from the beginning of the part
15677 2025.01.17 08:10:51.666707 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
15678 2025.01.17 08:10:51.667357 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part
15679 2025.01.17 08:10:51.667989 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part
15680 2025.01.17 08:10:51.669192 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part
15681 2025.01.17 08:10:51.670334 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
15682 2025.01.17 08:10:51.679971 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 72 columns (72 merged, 0 gathered) in 0.01531949 sec., 141519.07145733963 rows/sec., 106.60 MiB/sec.
15683 2025.01.17 08:10:51.682014 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15684 2025.01.17 08:10:51.682814 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15685 2025.01.17 08:10:51.682896 [ 194 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_61_12} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15686 2025.01.17 08:10:51.683242 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
15687 2025.01.17 08:10:51.845758 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15688 2025.01.17 08:10:51.846020 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15689 2025.01.17 08:10:51.846123 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15690 2025.01.17 08:10:51.846998 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15691 2025.01.17 08:10:51.847041 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15692 2025.01.17 08:10:51.847473 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15693 2025.01.17 08:10:51.847727 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15694 2025.01.17 08:10:51.847929 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec.
15695 2025.01.17 08:10:51.847992 [ 260 ] {1fd2c09b-b546-48fe-918d-d6d852cd99ed} <Debug> TCPHandler: Processed in 0.002395614 sec.
15696 2025.01.17 08:10:51.848310 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15697 2025.01.17 08:10:51.848578 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15698 2025.01.17 08:10:51.848643 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15699 2025.01.17 08:10:51.849320 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15700 2025.01.17 08:10:51.849366 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15701 2025.01.17 08:10:51.849758 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
15702 2025.01.17 08:10:51.850001 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15703 2025.01.17 08:10:51.850273 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001749 sec., 6861.063464837051 rows/sec., 559.47 KiB/sec.
15704 2025.01.17 08:10:51.850518 [ 262 ] {96ab7caa-f86e-41a7-a9b6-0c072c7b0cf4} <Debug> TCPHandler: Processed in 0.002394445 sec.
15705 2025.01.17 08:10:51.850713 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15706 2025.01.17 08:10:51.850870 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15707 2025.01.17 08:10:51.850938 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15708 2025.01.17 08:10:51.852378 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15709 2025.01.17 08:10:51.852417 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15710 2025.01.17 08:10:51.852879 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
15711 2025.01.17 08:10:51.853126 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15712 2025.01.17 08:10:51.853296 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002463 sec., 575314.6569224523 rows/sec., 48.15 MiB/sec.
15713 2025.01.17 08:10:51.853347 [ 260 ] {58c0cd2f-53fb-47d2-bc7c-8d1f3c49fc00} <Debug> TCPHandler: Processed in 0.002726509 sec.
15714 2025.01.17 08:10:51.853497 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15715 2025.01.17 08:10:51.853615 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15716 2025.01.17 08:10:51.853664 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15717 2025.01.17 08:10:51.854281 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15718 2025.01.17 08:10:51.854318 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15719 2025.01.17 08:10:51.854657 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15720 2025.01.17 08:10:51.854954 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15721 2025.01.17 08:10:51.855156 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.001564 sec., 33887.468030690536 rows/sec., 2.40 MiB/sec.
15722 2025.01.17 08:10:51.855210 [ 262 ] {63d66008-30cf-4e76-854f-d7632ac533ac} <Debug> TCPHandler: Processed in 0.001771215 sec.
15723 2025.01.17 08:10:51.855359 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15724 2025.01.17 08:10:51.855474 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15725 2025.01.17 08:10:51.855528 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15726 2025.01.17 08:10:51.856323 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15727 2025.01.17 08:10:51.856367 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15728 2025.01.17 08:10:51.856758 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15729 2025.01.17 08:10:51.856995 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15730 2025.01.17 08:10:51.857164 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001713 sec., 141272.62113251607 rows/sec., 9.57 MiB/sec.
15731 2025.01.17 08:10:51.857215 [ 260 ] {ca9db4d1-567b-4a48-b4f7-4939ad00734b} <Debug> TCPHandler: Processed in 0.001911907 sec.
15732 2025.01.17 08:10:51.857373 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15733 2025.01.17 08:10:51.857489 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15734 2025.01.17 08:10:51.857577 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15735 2025.01.17 08:10:51.858592 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15736 2025.01.17 08:10:51.858632 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15737 2025.01.17 08:10:51.858995 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15738 2025.01.17 08:10:51.859240 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15739 2025.01.17 08:10:51.859446 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001982 sec., 6559.031281533805 rows/sec., 408.95 KiB/sec.
15740 2025.01.17 08:10:51.859499 [ 262 ] {5256813e-6867-44d3-900b-fe4ee460f222} <Debug> TCPHandler: Processed in 0.002184872 sec.
15741 2025.01.17 08:10:51.859646 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15742 2025.01.17 08:10:51.859762 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15743 2025.01.17 08:10:51.859809 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15744 2025.01.17 08:10:51.860838 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15745 2025.01.17 08:10:51.860875 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15746 2025.01.17 08:10:51.861290 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
15747 2025.01.17 08:10:51.861525 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15748 2025.01.17 08:10:51.861705 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001966 sec., 449643.94710071216 rows/sec., 32.62 MiB/sec.
15749 2025.01.17 08:10:51.861757 [ 260 ] {25bd702e-29a0-4e96-84b2-09cba414b118} <Debug> TCPHandler: Processed in 0.002169341 sec.
15750 2025.01.17 08:10:51.861910 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15751 2025.01.17 08:10:51.862026 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15752 2025.01.17 08:10:51.862075 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15753 2025.01.17 08:10:51.862586 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15754 2025.01.17 08:10:51.862625 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15755 2025.01.17 08:10:51.862991 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15756 2025.01.17 08:10:51.863233 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15757 2025.01.17 08:10:51.863402 [ 129 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
15758 2025.01.17 08:10:51.863457 [ 129 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15759 2025.01.17 08:10:51.863473 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
15760 2025.01.17 08:10:51.863492 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15761 2025.01.17 08:10:51.863613 [ 262 ] {7252fda0-b9c6-4d5b-82dc-253dd3ab8653} <Debug> TCPHandler: Processed in 0.001756406 sec.
15762 2025.01.17 08:10:51.863773 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
15763 2025.01.17 08:10:51.863851 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15764 2025.01.17 08:10:51.863998 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15765 2025.01.17 08:10:51.864083 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 330 rows starting from the beginning of the part
15766 2025.01.17 08:10:51.864096 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15767 2025.01.17 08:10:51.864286 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15768 2025.01.17 08:10:51.864339 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
15769 2025.01.17 08:10:51.864757 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part
15770 2025.01.17 08:10:51.865085 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part
15771 2025.01.17 08:10:51.865444 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part
15772 2025.01.17 08:10:51.865812 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part
15773 2025.01.17 08:10:51.867139 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15774 2025.01.17 08:10:51.867210 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15775 2025.01.17 08:10:51.868468 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.004836989 sec., 74426.4665476808 rows/sec., 3.80 MiB/sec.
15776 2025.01.17 08:10:51.868482 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15777 2025.01.17 08:10:51.868645 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
15778 2025.01.17 08:10:51.868904 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15779 2025.01.17 08:10:51.869151 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15780 2025.01.17 08:10:51.869324 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.005304 sec., 205316.74208144797 rows/sec., 13.72 MiB/sec.
15781 2025.01.17 08:10:51.869339 [ 194 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_60_12} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
15782 2025.01.17 08:10:51.869487 [ 260 ] {89b58bc7-d138-4380-8472-675d6f451664} <Debug> TCPHandler: Processed in 0.005742483 sec.
15783 2025.01.17 08:10:51.869546 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
15784 2025.01.17 08:10:51.869669 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15785 2025.01.17 08:10:51.869782 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15786 2025.01.17 08:10:51.869834 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15787 2025.01.17 08:10:51.870323 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15788 2025.01.17 08:10:51.870362 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15789 2025.01.17 08:10:51.870726 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15790 2025.01.17 08:10:51.870973 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15791 2025.01.17 08:10:51.871182 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec.
15792 2025.01.17 08:10:51.871233 [ 262 ] {bcbc05ea-95c6-42e0-ad1f-dcf4600c296f} <Debug> TCPHandler: Processed in 0.001622503 sec.
15793 2025.01.17 08:10:51.871400 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15794 2025.01.17 08:10:51.871521 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15795 2025.01.17 08:10:51.871602 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15796 2025.01.17 08:10:51.872778 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15797 2025.01.17 08:10:51.872817 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15798 2025.01.17 08:10:51.873525 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15799 2025.01.17 08:10:51.873783 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15800 2025.01.17 08:10:51.873986 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00249 sec., 13654.618473895582 rows/sec., 24.47 MiB/sec.
15801 2025.01.17 08:10:51.874082 [ 260 ] {8f4a1272-8b79-4dde-b8ce-819895a71945} <Debug> TCPHandler: Processed in 0.00274267 sec.
15802 2025.01.17 08:10:51.874244 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15803 2025.01.17 08:10:51.874363 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15804 2025.01.17 08:10:51.874414 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15805 2025.01.17 08:10:51.874912 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15806 2025.01.17 08:10:51.874951 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15807 2025.01.17 08:10:51.875322 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15808 2025.01.17 08:10:51.875559 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15809 2025.01.17 08:10:51.875778 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec.
15810 2025.01.17 08:10:51.875828 [ 262 ] {9034430a-84ac-4508-b321-7658c126485e} <Debug> TCPHandler: Processed in 0.001642204 sec.
15811 2025.01.17 08:10:52.311547 [ 224 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15812 2025.01.17 08:10:52.311640 [ 224 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15813 2025.01.17 08:10:52.314178 [ 224 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15814 2025.01.17 08:10:52.726117 [ 220 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15815 2025.01.17 08:10:52.726196 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15816 2025.01.17 08:10:52.728399 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15817 2025.01.17 08:10:52.732182 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15818 2025.01.17 08:10:52.732405 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15819 2025.01.17 08:10:52.732491 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15820 2025.01.17 08:10:52.733267 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15821 2025.01.17 08:10:52.733315 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15822 2025.01.17 08:10:52.733734 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
15823 2025.01.17 08:10:52.733998 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15824 2025.01.17 08:10:52.734187 [ 128 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0
15825 2025.01.17 08:10:52.734263 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001912 sec., 2092.050209205021 rows/sec., 170.59 KiB/sec.
15826 2025.01.17 08:10:52.734267 [ 128 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15827 2025.01.17 08:10:52.734358 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15828 2025.01.17 08:10:52.734408 [ 260 ] {f2f3b4c3-b191-4859-b002-61eea06afd80} <Debug> TCPHandler: Processed in 0.002364893 sec.
15829 2025.01.17 08:10:52.734739 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full
15830 2025.01.17 08:10:52.734817 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15831 2025.01.17 08:10:52.735375 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15832 2025.01.17 08:10:52.735423 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15833 2025.01.17 08:10:52.735479 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 18 rows starting from the beginning of the part
15834 2025.01.17 08:10:52.735499 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15835 2025.01.17 08:10:52.735729 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
15836 2025.01.17 08:10:52.736121 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part
15837 2025.01.17 08:10:52.736487 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part
15838 2025.01.17 08:10:52.736821 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part
15839 2025.01.17 08:10:52.737117 [ 194 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part
15840 2025.01.17 08:10:52.738000 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15841 2025.01.17 08:10:52.738049 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15842 2025.01.17 08:10:52.738630 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
15843 2025.01.17 08:10:52.738897 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.004434164 sec., 11727.126015185726 rows/sec., 1002.07 KiB/sec.
15844 2025.01.17 08:10:52.739051 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15845 2025.01.17 08:10:52.739163 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary)
15846 2025.01.17 08:10:52.739498 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.004287 sec., 2799.1602519244225 rows/sec., 261.74 KiB/sec.
15847 2025.01.17 08:10:52.739638 [ 262 ] {73d16af0-002d-4461-9290-bd2a1828fc1e} <Debug> TCPHandler: Processed in 0.005064072 sec.
15848 2025.01.17 08:10:52.739822 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15849 2025.01.17 08:10:52.739853 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15850 2025.01.17 08:10:52.739951 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_28_6} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6
15851 2025.01.17 08:10:52.740096 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15852 2025.01.17 08:10:52.740115 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15853 2025.01.17 08:10:52.740182 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15854 2025.01.17 08:10:52.740835 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15855 2025.01.17 08:10:52.740876 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15856 2025.01.17 08:10:52.741245 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15857 2025.01.17 08:10:52.741501 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15858 2025.01.17 08:10:52.741731 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001709 sec., 5266.23756582797 rows/sec., 383.43 KiB/sec.
15859 2025.01.17 08:10:52.741841 [ 260 ] {998e1494-de7a-4842-b5e0-c61b74b35c11} <Debug> TCPHandler: Processed in 0.00208165 sec.
15860 2025.01.17 08:10:52.742087 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15861 2025.01.17 08:10:52.742281 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15862 2025.01.17 08:10:52.742341 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15863 2025.01.17 08:10:52.742979 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15864 2025.01.17 08:10:52.743020 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15865 2025.01.17 08:10:52.743381 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
15866 2025.01.17 08:10:52.743624 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15867 2025.01.17 08:10:52.743838 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.001593 sec., 5649.717514124293 rows/sec., 456.10 KiB/sec.
15868 2025.01.17 08:10:52.743891 [ 262 ] {d7780a84-ab83-48b5-8267-1a730ec36d7a} <Debug> TCPHandler: Processed in 0.001930548 sec.
15869 2025.01.17 08:10:52.744053 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15870 2025.01.17 08:10:52.744173 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15871 2025.01.17 08:10:52.744227 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15872 2025.01.17 08:10:52.744750 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15873 2025.01.17 08:10:52.744789 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15874 2025.01.17 08:10:52.745167 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15875 2025.01.17 08:10:52.745404 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15876 2025.01.17 08:10:52.745575 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_124_26 to all_128_128_0
15877 2025.01.17 08:10:52.745641 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001488 sec., 1344.0860215053765 rows/sec., 94.51 KiB/sec.
15878 2025.01.17 08:10:52.745648 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15879 2025.01.17 08:10:52.745721 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15880 2025.01.17 08:10:52.745774 [ 260 ] {856efa66-8ff5-4087-94d4-51012c81357a} <Debug> TCPHandler: Processed in 0.001778716 sec.
15881 2025.01.17 08:10:52.745996 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15882 2025.01.17 08:10:52.745998 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_124_26 to all_128_128_0 into Compact with storage Full
15883 2025.01.17 08:10:52.746199 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15884 2025.01.17 08:10:52.746336 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15885 2025.01.17 08:10:52.746388 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15886 2025.01.17 08:10:52.746430 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_26, total 40595 rows starting from the beginning of the part
15887 2025.01.17 08:10:52.746859 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part
15888 2025.01.17 08:10:52.747333 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 237 rows starting from the beginning of the part
15889 2025.01.17 08:10:52.747745 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part
15890 2025.01.17 08:10:52.748224 [ 192 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1089 rows starting from the beginning of the part
15891 2025.01.17 08:10:52.750418 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15892 2025.01.17 08:10:52.750477 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15893 2025.01.17 08:10:52.751995 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15894 2025.01.17 08:10:52.752430 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15895 2025.01.17 08:10:52.752694 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006576 sec., 760.3406326034063 rows/sec., 1.36 MiB/sec.
15896 2025.01.17 08:10:52.752827 [ 262 ] {046ba275-73f9-4b74-a5ca-c91ad721d346} <Debug> TCPHandler: Processed in 0.00693507 sec.
15897 2025.01.17 08:10:52.757931 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42241 rows, containing 5 columns (5 merged, 0 gathered) in 0.012108894 sec., 3488427.5971034183 rows/sec., 235.50 MiB/sec.
15898 2025.01.17 08:10:52.758238 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Trace> MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary)
15899 2025.01.17 08:10:52.758599 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15900 2025.01.17 08:10:52.758680 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_128_27} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_124_26, all_128_128_0] -> all_1_128_27
15901 2025.01.17 08:10:52.758772 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
15902 2025.01.17 08:10:53.955762 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003
15903 2025.01.17 08:10:53.956621 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15904 2025.01.17 08:10:53.956665 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15905 2025.01.17 08:10:53.957225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15906 2025.01.17 08:10:53.957496 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15907 2025.01.17 08:10:53.957740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003
15908 2025.01.17 08:10:56.753830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
15909 2025.01.17 08:10:56.778444 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15910 2025.01.17 08:10:56.778510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15911 2025.01.17 08:10:56.786071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15912 2025.01.17 08:10:56.786887 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15913 2025.01.17 08:10:56.791317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
15914 2025.01.17 08:10:57.423273 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15915 2025.01.17 08:10:57.423336 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15916 2025.01.17 08:10:57.425280 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15917 2025.01.17 08:10:57.739664 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15918 2025.01.17 08:10:57.739883 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15919 2025.01.17 08:10:57.739960 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15920 2025.01.17 08:10:57.740860 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15921 2025.01.17 08:10:57.740934 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15922 2025.01.17 08:10:57.741367 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
15923 2025.01.17 08:10:57.741622 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15924 2025.01.17 08:10:57.741863 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.11 MiB/sec.
15925 2025.01.17 08:10:57.741922 [ 260 ] {c2c7e716-01a8-498e-b311-e7854ab52504} <Debug> TCPHandler: Processed in 0.002394924 sec.
15926 2025.01.17 08:10:57.742244 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15927 2025.01.17 08:10:57.742548 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15928 2025.01.17 08:10:57.742661 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15929 2025.01.17 08:10:57.743459 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15930 2025.01.17 08:10:57.743503 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15931 2025.01.17 08:10:57.743948 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
15932 2025.01.17 08:10:57.744215 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15933 2025.01.17 08:10:57.744449 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec.
15934 2025.01.17 08:10:57.744505 [ 262 ] {089e2a56-2505-4652-9f65-dfee39ccc7a8} <Debug> TCPHandler: Processed in 0.002440195 sec.
15935 2025.01.17 08:10:57.744674 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15936 2025.01.17 08:10:57.744814 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15937 2025.01.17 08:10:57.744875 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15938 2025.01.17 08:10:57.745541 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15939 2025.01.17 08:10:57.745588 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15940 2025.01.17 08:10:57.746023 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15941 2025.01.17 08:10:57.746263 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15942 2025.01.17 08:10:57.746464 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec.
15943 2025.01.17 08:10:57.746517 [ 260 ] {4f81a363-43d9-4c1a-ba89-2bc7b74e6f31} <Debug> TCPHandler: Processed in 0.001911167 sec.
15944 2025.01.17 08:10:57.746668 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15945 2025.01.17 08:10:57.746787 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15946 2025.01.17 08:10:57.746840 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15947 2025.01.17 08:10:57.747345 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15948 2025.01.17 08:10:57.747386 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15949 2025.01.17 08:10:57.747771 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15950 2025.01.17 08:10:57.748021 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15951 2025.01.17 08:10:57.748197 [ 118 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15952 2025.01.17 08:10:57.748259 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec.
15953 2025.01.17 08:10:57.748284 [ 118 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15954 2025.01.17 08:10:57.748343 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15955 2025.01.17 08:10:57.748372 [ 262 ] {29698345-2e27-4fbe-8892-f775e8514ada} <Debug> TCPHandler: Processed in 0.001759095 sec.
15956 2025.01.17 08:10:57.748543 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15957 2025.01.17 08:10:57.748658 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15958 2025.01.17 08:10:57.748694 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_116_23, total 8236 rows starting from the beginning of the part
15959 2025.01.17 08:10:57.748759 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
15960 2025.01.17 08:10:57.748849 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part
15961 2025.01.17 08:10:57.749079 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part
15962 2025.01.17 08:10:57.749251 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part
15963 2025.01.17 08:10:57.749463 [ 197 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part
15964 2025.01.17 08:10:57.752110 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8580 rows, containing 4 columns (4 merged, 0 gathered) in 0.003669782 sec., 2338013.5386788645 rows/sec., 152.36 MiB/sec.
15965 2025.01.17 08:10:57.752469 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15966 2025.01.17 08:10:57.752952 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15967 2025.01.17 08:10:57.753052 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_121_24} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15968 2025.01.17 08:10:57.753167 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB.
15969 2025.01.17 08:11:01.231921 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
15970 2025.01.17 08:11:01.231988 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
15971 2025.01.17 08:11:01.457951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491
15972 2025.01.17 08:11:01.458631 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15973 2025.01.17 08:11:01.458673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15974 2025.01.17 08:11:01.459216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
15975 2025.01.17 08:11:01.459480 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15976 2025.01.17 08:11:01.459723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491
15977 2025.01.17 08:11:01.665422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2212
15978 2025.01.17 08:11:01.668774 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15979 2025.01.17 08:11:01.668825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15980 2025.01.17 08:11:01.670319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15981 2025.01.17 08:11:01.670628 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15982 2025.01.17 08:11:01.671148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2212
15983 2025.01.17 08:11:02.134793 [ 223 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15984 2025.01.17 08:11:02.134869 [ 223 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15985 2025.01.17 08:11:02.136874 [ 223 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15986 2025.01.17 08:11:02.499550 [ 223 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15987 2025.01.17 08:11:02.499620 [ 223 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15988 2025.01.17 08:11:02.501177 [ 223 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15989 2025.01.17 08:11:02.747049 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15990 2025.01.17 08:11:02.747239 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15991 2025.01.17 08:11:02.747309 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15992 2025.01.17 08:11:02.748061 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15993 2025.01.17 08:11:02.748106 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
15994 2025.01.17 08:11:02.748545 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15995 2025.01.17 08:11:02.748797 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15996 2025.01.17 08:11:02.749009 [ 114 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
15997 2025.01.17 08:11:02.749082 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec.
15998 2025.01.17 08:11:02.749118 [ 114 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15999 2025.01.17 08:11:02.749234 [ 260 ] {476e3a3a-936a-4381-8285-b2ce19e6970f} <Debug> TCPHandler: Processed in 0.002301423 sec.
16000 2025.01.17 08:11:02.749233 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16001 2025.01.17 08:11:02.749474 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
16002 2025.01.17 08:11:02.749616 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16003 2025.01.17 08:11:02.749630 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16004 2025.01.17 08:11:02.749661 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part
16005 2025.01.17 08:11:02.749801 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
16006 2025.01.17 08:11:02.750194 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
16007 2025.01.17 08:11:02.750298 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16008 2025.01.17 08:11:02.750556 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16009 2025.01.17 08:11:02.750584 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
16010 2025.01.17 08:11:02.750880 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part
16011 2025.01.17 08:11:02.753336 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003948997 sec., 17726.020050154508 rows/sec., 1.31 MiB/sec.
16012 2025.01.17 08:11:02.753404 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16013 2025.01.17 08:11:02.753484 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16014 2025.01.17 08:11:02.753548 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
16015 2025.01.17 08:11:02.754187 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16016 2025.01.17 08:11:02.754367 [ 191 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_61_15} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
16017 2025.01.17 08:11:02.754428 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16018 2025.01.17 08:11:02.754509 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16019 2025.01.17 08:11:02.754775 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16020 2025.01.17 08:11:02.755044 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004996 sec., 56244.99599679744 rows/sec., 4.97 MiB/sec.
16021 2025.01.17 08:11:02.755170 [ 262 ] {50e568d8-a8d3-415c-8762-e93ba9b5f09e} <Debug> TCPHandler: Processed in 0.005779372 sec.
16022 2025.01.17 08:11:02.755733 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16023 2025.01.17 08:11:02.755860 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16024 2025.01.17 08:11:02.755911 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16025 2025.01.17 08:11:02.756515 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16026 2025.01.17 08:11:02.756554 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16027 2025.01.17 08:11:02.756923 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16028 2025.01.17 08:11:02.757173 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16029 2025.01.17 08:11:02.757408 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001575 sec., 29206.349206349205 rows/sec., 2.10 MiB/sec.
16030 2025.01.17 08:11:02.757509 [ 260 ] {4e3dfe9c-0597-4438-b887-6ec16259a231} <Debug> TCPHandler: Processed in 0.001834546 sec.
16031 2025.01.17 08:11:02.757727 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16032 2025.01.17 08:11:02.757934 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16033 2025.01.17 08:11:02.757996 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16034 2025.01.17 08:11:02.758715 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16035 2025.01.17 08:11:02.758768 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16036 2025.01.17 08:11:02.759173 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16037 2025.01.17 08:11:02.759420 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16038 2025.01.17 08:11:02.759650 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001752 sec., 7990.867579908675 rows/sec., 559.63 KiB/sec.
16039 2025.01.17 08:11:02.759768 [ 262 ] {e7609ca5-ab5a-4f4e-ae04-af58f74689b4} <Debug> TCPHandler: Processed in 0.002156321 sec.
16040 2025.01.17 08:11:02.759990 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16041 2025.01.17 08:11:02.760129 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16042 2025.01.17 08:11:02.760186 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16043 2025.01.17 08:11:02.760849 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16044 2025.01.17 08:11:02.760895 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16045 2025.01.17 08:11:02.761256 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16046 2025.01.17 08:11:02.761500 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16047 2025.01.17 08:11:02.761666 [ 114 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
16048 2025.01.17 08:11:02.761727 [ 114 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16049 2025.01.17 08:11:02.761745 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec.
16050 2025.01.17 08:11:02.761762 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16051 2025.01.17 08:11:02.761912 [ 260 ] {45ceab9f-103b-4934-b30a-d3d9e3602bf8} <Debug> TCPHandler: Processed in 0.002032629 sec.
16052 2025.01.17 08:11:02.761945 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
16053 2025.01.17 08:11:02.762065 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16054 2025.01.17 08:11:02.762113 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16055 2025.01.17 08:11:02.762130 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part
16056 2025.01.17 08:11:02.762322 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part
16057 2025.01.17 08:11:02.762542 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16058 2025.01.17 08:11:02.762605 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part
16059 2025.01.17 08:11:02.762758 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16060 2025.01.17 08:11:02.762952 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part
16061 2025.01.17 08:11:02.763316 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part
16062 2025.01.17 08:11:02.765625 [ 197 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003754034 sec., 17314.707325506377 rows/sec., 1.12 MiB/sec.
16063 2025.01.17 08:11:02.765647 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16064 2025.01.17 08:11:02.765713 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16065 2025.01.17 08:11:02.765870 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
16066 2025.01.17 08:11:02.766485 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16067 2025.01.17 08:11:02.766494 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16068 2025.01.17 08:11:02.766641 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_61_15} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
16069 2025.01.17 08:11:02.766810 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16070 2025.01.17 08:11:02.766926 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16071 2025.01.17 08:11:02.767170 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004801 sec., 87690.06456988127 rows/sec., 6.27 MiB/sec.
16072 2025.01.17 08:11:02.767244 [ 262 ] {a13dce9e-6ea6-4137-aeff-d941a89f71e7} <Debug> TCPHandler: Processed in 0.005233255 sec.
16073 2025.01.17 08:11:02.767408 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16074 2025.01.17 08:11:02.767550 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16075 2025.01.17 08:11:02.767608 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16076 2025.01.17 08:11:02.768135 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16077 2025.01.17 08:11:02.768174 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16078 2025.01.17 08:11:02.768552 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16079 2025.01.17 08:11:02.768786 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16080 2025.01.17 08:11:02.768983 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec.
16081 2025.01.17 08:11:02.769039 [ 260 ] {42253383-224c-4422-a606-dfd6175731a6} <Debug> TCPHandler: Processed in 0.001696715 sec.
16082 2025.01.17 08:11:02.769251 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16083 2025.01.17 08:11:02.769482 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16084 2025.01.17 08:11:02.769584 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16085 2025.01.17 08:11:02.770336 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16086 2025.01.17 08:11:02.770377 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16087 2025.01.17 08:11:02.770780 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16088 2025.01.17 08:11:02.771019 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16089 2025.01.17 08:11:02.771255 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001828 sec., 129649.89059080963 rows/sec., 8.69 MiB/sec.
16090 2025.01.17 08:11:02.771346 [ 262 ] {6a20112c-3dea-4be6-ace1-b40c29ef9787} <Debug> TCPHandler: Processed in 0.002202931 sec.
16091 2025.01.17 08:11:02.771564 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16092 2025.01.17 08:11:02.771921 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16093 2025.01.17 08:11:02.772034 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16094 2025.01.17 08:11:02.772505 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16095 2025.01.17 08:11:02.772545 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16096 2025.01.17 08:11:02.772897 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16097 2025.01.17 08:11:02.773132 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16098 2025.01.17 08:11:02.773358 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
16099 2025.01.17 08:11:02.773473 [ 260 ] {0b5f5c7a-f8d3-4600-980a-9974ce22a93f} <Debug> TCPHandler: Processed in 0.002033219 sec.
16100 2025.01.17 08:11:02.773713 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16101 2025.01.17 08:11:02.773935 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16102 2025.01.17 08:11:02.774016 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16103 2025.01.17 08:11:02.775210 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16104 2025.01.17 08:11:02.775251 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16105 2025.01.17 08:11:02.775953 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16106 2025.01.17 08:11:02.776220 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16107 2025.01.17 08:11:02.776511 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002622 sec., 14874.141876430205 rows/sec., 26.65 MiB/sec.
16108 2025.01.17 08:11:02.776989 [ 262 ] {2240c679-a918-4fdf-9245-571d71bfba9a} <Debug> TCPHandler: Processed in 0.003420519 sec.
16109 2025.01.17 08:11:02.777246 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16110 2025.01.17 08:11:02.777410 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16111 2025.01.17 08:11:02.777467 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16112 2025.01.17 08:11:02.778019 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16113 2025.01.17 08:11:02.778058 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16114 2025.01.17 08:11:02.778532 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
16115 2025.01.17 08:11:02.778771 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16116 2025.01.17 08:11:02.778993 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001614 sec., 50805.45229244114 rows/sec., 3.23 MiB/sec.
16117 2025.01.17 08:11:02.779030 [ 225 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16118 2025.01.17 08:11:02.779066 [ 260 ] {40b67639-b8fe-47fb-8104-d5973d03ff6b} <Debug> TCPHandler: Processed in 0.001971268 sec.
16119 2025.01.17 08:11:02.779068 [ 225 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16120 2025.01.17 08:11:02.781179 [ 225 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
16121 2025.01.17 08:11:04.291491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634
16122 2025.01.17 08:11:04.317777 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16123 2025.01.17 08:11:04.317827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16124 2025.01.17 08:11:04.325371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
16125 2025.01.17 08:11:04.326195 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16126 2025.01.17 08:11:04.330413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634
16127 2025.01.17 08:11:07.740368 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16128 2025.01.17 08:11:07.740554 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16129 2025.01.17 08:11:07.740625 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16130 2025.01.17 08:11:07.741412 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16131 2025.01.17 08:11:07.741461 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16132 2025.01.17 08:11:07.741896 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16133 2025.01.17 08:11:07.742160 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16134 2025.01.17 08:11:07.742371 [ 108 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16135 2025.01.17 08:11:07.742414 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec.
16136 2025.01.17 08:11:07.742458 [ 108 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16137 2025.01.17 08:11:07.742518 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16138 2025.01.17 08:11:07.742548 [ 260 ] {679ddb2d-2e2d-44ba-856b-5e702418ede1} <Debug> TCPHandler: Processed in 0.002306044 sec.
16139 2025.01.17 08:11:07.742783 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
16140 2025.01.17 08:11:07.742868 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16141 2025.01.17 08:11:07.743109 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16142 2025.01.17 08:11:07.743259 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16143 2025.01.17 08:11:07.743260 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1430 rows starting from the beginning of the part
16144 2025.01.17 08:11:07.743463 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16145 2025.01.17 08:11:07.743710 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1417 rows starting from the beginning of the part
16146 2025.01.17 08:11:07.744196 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 12 rows starting from the beginning of the part
16147 2025.01.17 08:11:07.744637 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part
16148 2025.01.17 08:11:07.745097 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 281 rows starting from the beginning of the part
16149 2025.01.17 08:11:07.745440 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part
16150 2025.01.17 08:11:07.748122 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16151 2025.01.17 08:11:07.748194 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16152 2025.01.17 08:11:07.749270 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16153 2025.01.17 08:11:07.749593 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16154 2025.01.17 08:11:07.749840 [ 108 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16155 2025.01.17 08:11:07.749931 [ 108 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16156 2025.01.17 08:11:07.749995 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16157 2025.01.17 08:11:07.750231 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007114 sec., 8996.345234748384 rows/sec., 719.04 KiB/sec.
16158 2025.01.17 08:11:07.750494 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3252 rows, containing 5 columns (5 merged, 0 gathered) in 0.007872283 sec., 413094.90525175474 rows/sec., 36.24 MiB/sec.
16159 2025.01.17 08:11:07.750571 [ 262 ] {dee8448a-c0d2-43ee-93bd-a4b9966d9f4f} <Debug> TCPHandler: Processed in 0.007874473 sec.
16160 2025.01.17 08:11:07.750598 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
16161 2025.01.17 08:11:07.750823 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16162 2025.01.17 08:11:07.750860 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16163 2025.01.17 08:11:07.750938 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16164 2025.01.17 08:11:07.751104 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 913 rows starting from the beginning of the part
16165 2025.01.17 08:11:07.751138 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16166 2025.01.17 08:11:07.751393 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16167 2025.01.17 08:11:07.751538 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 884 rows starting from the beginning of the part
16168 2025.01.17 08:11:07.752021 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16169 2025.01.17 08:11:07.752114 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 9 rows starting from the beginning of the part
16170 2025.01.17 08:11:07.752527 [ 197 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_141_28} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16171 2025.01.17 08:11:07.752614 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part
16172 2025.01.17 08:11:07.752919 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
16173 2025.01.17 08:11:07.753164 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 421 rows starting from the beginning of the part
16174 2025.01.17 08:11:07.753538 [ 200 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part
16175 2025.01.17 08:11:07.754745 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16176 2025.01.17 08:11:07.754811 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16177 2025.01.17 08:11:07.755834 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16178 2025.01.17 08:11:07.756292 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16179 2025.01.17 08:11:07.756840 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2355 rows, containing 5 columns (5 merged, 0 gathered) in 0.006603455 sec., 356631.4906363411 rows/sec., 27.31 MiB/sec.
16180 2025.01.17 08:11:07.756845 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005803 sec., 27571.945545407547 rows/sec., 1.92 MiB/sec.
16181 2025.01.17 08:11:07.756940 [ 260 ] {ea269166-facb-4dd9-9a1c-96dac46940f3} <Debug> TCPHandler: Processed in 0.0062398 sec.
16182 2025.01.17 08:11:07.757032 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16183 2025.01.17 08:11:07.757107 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16184 2025.01.17 08:11:07.757299 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16185 2025.01.17 08:11:07.757397 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16186 2025.01.17 08:11:07.757447 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16187 2025.01.17 08:11:07.757671 [ 197 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_141_28} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16188 2025.01.17 08:11:07.757869 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
16189 2025.01.17 08:11:07.758299 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16190 2025.01.17 08:11:07.758343 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16191 2025.01.17 08:11:07.758747 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
16192 2025.01.17 08:11:07.758994 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16193 2025.01.17 08:11:07.759198 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001968 sec., 30487.804878048777 rows/sec., 2.05 MiB/sec.
16194 2025.01.17 08:11:07.759298 [ 262 ] {6ecc4fb8-020b-4ef1-9ae9-03f1e1cb6d98} <Debug> TCPHandler: Processed in 0.002257803 sec.
16195 2025.01.17 08:11:08.027786 [ 225 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16196 2025.01.17 08:11:08.027823 [ 225 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16197 2025.01.17 08:11:08.029722 [ 225 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16198 2025.01.17 08:11:08.959961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918
16199 2025.01.17 08:11:08.960651 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16200 2025.01.17 08:11:08.960703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16201 2025.01.17 08:11:08.961260 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
16202 2025.01.17 08:11:08.961527 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16203 2025.01.17 08:11:08.961790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918
16204 2025.01.17 08:11:10.166756 [ 220 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16205 2025.01.17 08:11:10.166813 [ 220 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16206 2025.01.17 08:11:10.168687 [ 220 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16207 2025.01.17 08:11:11.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.80 MiB, peak 287.32 MiB, free memory in arenas 0.00 B, will set to 268.80 MiB (RSS), difference: 4.00 MiB
16208 2025.01.17 08:11:11.671548 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2242
16209 2025.01.17 08:11:11.674713 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16210 2025.01.17 08:11:11.674762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16211 2025.01.17 08:11:11.676244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16212 2025.01.17 08:11:11.676566 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16213 2025.01.17 08:11:11.678022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2242
16214 2025.01.17 08:11:11.830571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641
16215 2025.01.17 08:11:11.853008 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16216 2025.01.17 08:11:11.853071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16217 2025.01.17 08:11:11.860714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
16218 2025.01.17 08:11:11.861536 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16219 2025.01.17 08:11:11.864486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
16220 2025.01.17 08:11:12.746969 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16221 2025.01.17 08:11:12.747163 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16222 2025.01.17 08:11:12.747233 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16223 2025.01.17 08:11:12.747973 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16224 2025.01.17 08:11:12.748026 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16225 2025.01.17 08:11:12.748461 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16226 2025.01.17 08:11:12.748715 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16227 2025.01.17 08:11:12.748927 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00181 sec., 7734.806629834255 rows/sec., 556.80 KiB/sec.
16228 2025.01.17 08:11:12.749016 [ 260 ] {53f4e407-7255-4f4f-b96e-b93a0aeb66a3} <Debug> TCPHandler: Processed in 0.002174662 sec.
16229 2025.01.17 08:11:12.749336 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16230 2025.01.17 08:11:12.749570 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16231 2025.01.17 08:11:12.749661 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16232 2025.01.17 08:11:12.750850 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16233 2025.01.17 08:11:12.750906 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16234 2025.01.17 08:11:12.751577 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16235 2025.01.17 08:11:12.751972 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16236 2025.01.17 08:11:12.752253 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002748 sec., 102256.18631732168 rows/sec., 9.03 MiB/sec.
16237 2025.01.17 08:11:12.752336 [ 262 ] {28527df2-a215-47b2-a951-770d84b2558c} <Debug> TCPHandler: Processed in 0.003193506 sec.
16238 2025.01.17 08:11:12.752524 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16239 2025.01.17 08:11:12.752663 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16240 2025.01.17 08:11:12.752721 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16241 2025.01.17 08:11:12.753623 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16242 2025.01.17 08:11:12.753662 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16243 2025.01.17 08:11:12.754028 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16244 2025.01.17 08:11:12.754283 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16245 2025.01.17 08:11:12.754470 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001833 sec., 25095.471903982543 rows/sec., 1.81 MiB/sec.
16246 2025.01.17 08:11:12.754512 [ 222 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
16247 2025.01.17 08:11:12.754565 [ 260 ] {ad410ebb-025d-497b-ac82-fd9401e95275} <Debug> TCPHandler: Processed in 0.00210321 sec.
16248 2025.01.17 08:11:12.754569 [ 222 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
16249 2025.01.17 08:11:12.755825 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16250 2025.01.17 08:11:12.756019 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16251 2025.01.17 08:11:12.756094 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16252 2025.01.17 08:11:12.756607 [ 222 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): 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]
16253 2025.01.17 08:11:12.757218 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16254 2025.01.17 08:11:12.757270 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16255 2025.01.17 08:11:12.757778 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16256 2025.01.17 08:11:12.758147 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16257 2025.01.17 08:11:12.758427 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002451 sec., 5711.954304365565 rows/sec., 400.03 KiB/sec.
16258 2025.01.17 08:11:12.758579 [ 262 ] {3aed63e0-6f86-4cdb-9b0f-0c3e87493d5e} <Debug> TCPHandler: Processed in 0.002835091 sec.
16259 2025.01.17 08:11:12.758764 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16260 2025.01.17 08:11:12.758896 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16261 2025.01.17 08:11:12.758949 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16262 2025.01.17 08:11:12.759604 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16263 2025.01.17 08:11:12.759644 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16264 2025.01.17 08:11:12.760009 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16265 2025.01.17 08:11:12.760249 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16266 2025.01.17 08:11:12.760411 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec.
16267 2025.01.17 08:11:12.760463 [ 260 ] {469c4c83-dee4-4716-a02a-c73762f5dcd8} <Debug> TCPHandler: Processed in 0.001772855 sec.
16268 2025.01.17 08:11:12.760608 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16269 2025.01.17 08:11:12.760725 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16270 2025.01.17 08:11:12.760769 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16271 2025.01.17 08:11:12.761549 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16272 2025.01.17 08:11:12.761591 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16273 2025.01.17 08:11:12.761995 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16274 2025.01.17 08:11:12.762244 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16275 2025.01.17 08:11:12.762450 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001712 sec., 245911.21495327103 rows/sec., 17.57 MiB/sec.
16276 2025.01.17 08:11:12.762503 [ 262 ] {4e461875-66df-44d6-8726-d6cd7d10a482} <Debug> TCPHandler: Processed in 0.001924278 sec.
16277 2025.01.17 08:11:12.762659 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16278 2025.01.17 08:11:12.762796 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16279 2025.01.17 08:11:12.762854 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16280 2025.01.17 08:11:12.763389 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16281 2025.01.17 08:11:12.763426 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16282 2025.01.17 08:11:12.763794 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16283 2025.01.17 08:11:12.764087 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16284 2025.01.17 08:11:12.764851 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00205 sec., 2926.8292682926826 rows/sec., 152.92 KiB/sec.
16285 2025.01.17 08:11:12.765088 [ 260 ] {cf27aa07-a456-464b-ba54-189ca9013fbe} <Debug> TCPHandler: Processed in 0.002490196 sec.
16286 2025.01.17 08:11:12.765273 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16287 2025.01.17 08:11:12.765407 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16288 2025.01.17 08:11:12.765468 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16289 2025.01.17 08:11:12.766142 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16290 2025.01.17 08:11:12.766189 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16291 2025.01.17 08:11:12.766601 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16292 2025.01.17 08:11:12.766829 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16293 2025.01.17 08:11:12.767001 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_128_27 to all_133_133_0
16294 2025.01.17 08:11:12.767064 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001677 sec., 141323.79248658317 rows/sec., 9.47 MiB/sec.
16295 2025.01.17 08:11:12.767065 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16296 2025.01.17 08:11:12.767147 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16297 2025.01.17 08:11:12.767177 [ 262 ] {f92bc35a-f1f9-4608-b4c3-2849d7131831} <Debug> TCPHandler: Processed in 0.001989819 sec.
16298 2025.01.17 08:11:12.767438 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16299 2025.01.17 08:11:12.767497 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_128_27 to all_133_133_0 into Compact with storage Full
16300 2025.01.17 08:11:12.767745 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16301 2025.01.17 08:11:12.767954 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16302 2025.01.17 08:11:12.768041 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16303 2025.01.17 08:11:12.768202 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_128_27, total 42241 rows starting from the beginning of the part
16304 2025.01.17 08:11:12.768701 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 2 rows starting from the beginning of the part
16305 2025.01.17 08:11:12.769154 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part
16306 2025.01.17 08:11:12.769613 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part
16307 2025.01.17 08:11:12.769954 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part
16308 2025.01.17 08:11:12.770380 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part
16309 2025.01.17 08:11:12.771548 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16310 2025.01.17 08:11:12.771653 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16311 2025.01.17 08:11:12.772777 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16312 2025.01.17 08:11:12.773099 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16313 2025.01.17 08:11:12.773631 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006017 sec., 166.19577862722286 rows/sec., 11.20 KiB/sec.
16314 2025.01.17 08:11:12.773848 [ 260 ] {8f62fc66-2593-455d-a23a-5a9d8e11eba9} <Debug> TCPHandler: Processed in 0.006552434 sec.
16315 2025.01.17 08:11:12.774067 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16316 2025.01.17 08:11:12.774236 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16317 2025.01.17 08:11:12.774334 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16318 2025.01.17 08:11:12.775695 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16319 2025.01.17 08:11:12.775735 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16320 2025.01.17 08:11:12.776469 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16321 2025.01.17 08:11:12.776822 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16322 2025.01.17 08:11:12.777124 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
16323 2025.01.17 08:11:12.777156 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002962 sec., 13166.779203241054 rows/sec., 23.59 MiB/sec.
16324 2025.01.17 08:11:12.777157 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
16325 2025.01.17 08:11:12.777338 [ 262 ] {e6d6b0a8-4470-460e-ba0c-db93b3dacecf} <Debug> TCPHandler: Processed in 0.003379859 sec.
16326 2025.01.17 08:11:12.777521 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16327 2025.01.17 08:11:12.777809 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16328 2025.01.17 08:11:12.778002 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16329 2025.01.17 08:11:12.779665 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16330 2025.01.17 08:11:12.779767 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16331 2025.01.17 08:11:12.780525 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
16332 2025.01.17 08:11:12.781118 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16333 2025.01.17 08:11:12.781327 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): 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]
16334 2025.01.17 08:11:12.782025 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00426 sec., 19248.82629107981 rows/sec., 1.22 MiB/sec.
16335 2025.01.17 08:11:12.782620 [ 260 ] {cf4f1224-9d61-4000-9438-cc0a8fd1a798} <Debug> TCPHandler: Processed in 0.005162725 sec.
16336 2025.01.17 08:11:12.782818 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43037 rows, containing 5 columns (5 merged, 0 gathered) in 0.015568553 sec., 2764354.5292873397 rows/sec., 186.65 MiB/sec.
16337 2025.01.17 08:11:12.783276 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Trace> MergedBlockOutputStream: filled checksums all_1_133_28 (state Temporary)
16338 2025.01.17 08:11:12.784535 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_133_28 to all_1_133_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16339 2025.01.17 08:11:12.784913 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_128_27, all_133_133_0] -> all_1_133_28
16340 2025.01.17 08:11:12.785217 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
16341 2025.01.17 08:11:16.232051 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
16342 2025.01.17 08:11:16.232159 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
16343 2025.01.17 08:11:16.462008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406
16344 2025.01.17 08:11:16.462766 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16345 2025.01.17 08:11:16.462819 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16346 2025.01.17 08:11:16.463398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
16347 2025.01.17 08:11:16.463669 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16348 2025.01.17 08:11:16.463878 [ 97 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
16349 2025.01.17 08:11:16.463948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406
16350 2025.01.17 08:11:16.463974 [ 97 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16351 2025.01.17 08:11:16.464005 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16352 2025.01.17 08:11:16.464130 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
16353 2025.01.17 08:11:16.464285 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16354 2025.01.17 08:11:16.464334 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part
16355 2025.01.17 08:11:16.464430 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part
16356 2025.01.17 08:11:16.464528 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part
16357 2025.01.17 08:11:16.464775 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part
16358 2025.01.17 08:11:16.464982 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part
16359 2025.01.17 08:11:16.465065 [ 189 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part
16360 2025.01.17 08:11:16.468220 [ 188 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004151949 sec., 9490964.363964971 rows/sec., 135.77 MiB/sec.
16361 2025.01.17 08:11:16.468686 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
16362 2025.01.17 08:11:16.469065 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16363 2025.01.17 08:11:16.469168 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_86_17} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
16364 2025.01.17 08:11:16.469298 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16365 2025.01.17 08:11:17.741004 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16366 2025.01.17 08:11:17.741217 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16367 2025.01.17 08:11:17.741302 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16368 2025.01.17 08:11:17.742076 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16369 2025.01.17 08:11:17.742126 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16370 2025.01.17 08:11:17.742579 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16371 2025.01.17 08:11:17.742832 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16372 2025.01.17 08:11:17.743084 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec.
16373 2025.01.17 08:11:17.743201 [ 260 ] {111289f8-3b64-43ee-8318-73af74f8106c} <Debug> TCPHandler: Processed in 0.002334493 sec.
16374 2025.01.17 08:11:17.743262 [ 218 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16375 2025.01.17 08:11:17.743364 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16376 2025.01.17 08:11:17.743513 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16377 2025.01.17 08:11:17.743723 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16378 2025.01.17 08:11:17.743816 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16379 2025.01.17 08:11:17.744877 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16380 2025.01.17 08:11:17.744922 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16381 2025.01.17 08:11:17.745460 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16382 2025.01.17 08:11:17.745698 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16383 2025.01.17 08:11:17.745854 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16384 2025.01.17 08:11:17.746227 [ 221 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16385 2025.01.17 08:11:17.746290 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002617 sec., 24455.483377913642 rows/sec., 1.91 MiB/sec.
16386 2025.01.17 08:11:17.746309 [ 221 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16387 2025.01.17 08:11:17.746576 [ 262 ] {87336b43-ac16-4cab-8b24-c1691e2f4a5d} <Debug> TCPHandler: Processed in 0.003246346 sec.
16388 2025.01.17 08:11:17.746945 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16389 2025.01.17 08:11:17.747224 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16390 2025.01.17 08:11:17.747299 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16391 2025.01.17 08:11:17.748175 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16392 2025.01.17 08:11:17.748218 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16393 2025.01.17 08:11:17.748734 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16394 2025.01.17 08:11:17.749034 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16395 2025.01.17 08:11:17.749383 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002219 sec., 72104.55159981974 rows/sec., 5.02 MiB/sec.
16396 2025.01.17 08:11:17.749533 [ 221 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16397 2025.01.17 08:11:17.749549 [ 260 ] {515a71c8-00ac-4965-b562-eb61c15676b7} <Debug> TCPHandler: Processed in 0.002830021 sec.
16398 2025.01.17 08:11:17.749919 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16399 2025.01.17 08:11:17.750271 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16400 2025.01.17 08:11:17.750479 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16401 2025.01.17 08:11:17.752785 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16402 2025.01.17 08:11:17.752823 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16403 2025.01.17 08:11:17.753197 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16404 2025.01.17 08:11:17.753437 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16405 2025.01.17 08:11:17.753613 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003407 sec., 17610.801291458763 rows/sec., 1.19 MiB/sec.
16406 2025.01.17 08:11:17.753661 [ 262 ] {250a5770-f3ab-4f91-a892-2f793262357f} <Debug> TCPHandler: Processed in 0.003962107 sec.
16407 2025.01.17 08:11:19.364634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
16408 2025.01.17 08:11:19.387873 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16409 2025.01.17 08:11:19.387943 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16410 2025.01.17 08:11:19.395653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
16411 2025.01.17 08:11:19.396551 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16412 2025.01.17 08:11:19.397037 [ 92 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
16413 2025.01.17 08:11:19.397192 [ 92 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16414 2025.01.17 08:11:19.397276 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16415 2025.01.17 08:11:19.397722 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
16416 2025.01.17 08:11:19.409294 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
16417 2025.01.17 08:11:19.410308 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16418 2025.01.17 08:11:19.411293 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part
16419 2025.01.17 08:11:19.416240 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part
16420 2025.01.17 08:11:19.421272 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
16421 2025.01.17 08:11:19.426736 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part
16422 2025.01.17 08:11:19.432592 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part
16423 2025.01.17 08:11:19.438527 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part
16424 2025.01.17 08:11:19.503012 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.105581695 sec., 6146.898854010631 rows/sec., 31.78 MiB/sec.
16425 2025.01.17 08:11:19.506781 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
16426 2025.01.17 08:11:19.510018 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16427 2025.01.17 08:11:19.510154 [ 188 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_86_17} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
16428 2025.01.17 08:11:19.513259 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
16429 2025.01.17 08:11:20.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.88 MiB, peak 287.32 MiB, free memory in arenas 0.00 B, will set to 268.80 MiB (RSS), difference: -1.08 MiB
16430 2025.01.17 08:11:21.678334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2272
16431 2025.01.17 08:11:21.681354 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16432 2025.01.17 08:11:21.681405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16433 2025.01.17 08:11:21.682904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16434 2025.01.17 08:11:21.683215 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16435 2025.01.17 08:11:21.683767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2272
16436 2025.01.17 08:11:21.845537 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16437 2025.01.17 08:11:21.845751 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16438 2025.01.17 08:11:21.845832 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16439 2025.01.17 08:11:21.846721 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16440 2025.01.17 08:11:21.846773 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16441 2025.01.17 08:11:21.847233 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16442 2025.01.17 08:11:21.847488 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16443 2025.01.17 08:11:21.847763 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00207 sec., 6763.28502415459 rows/sec., 486.87 KiB/sec.
16444 2025.01.17 08:11:21.847847 [ 260 ] {7829c5ac-c36c-4841-9e04-6e74b2e01050} <Debug> TCPHandler: Processed in 0.002452816 sec.
16445 2025.01.17 08:11:21.848101 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16446 2025.01.17 08:11:21.848289 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16447 2025.01.17 08:11:21.848359 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16448 2025.01.17 08:11:21.849027 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16449 2025.01.17 08:11:21.849070 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16450 2025.01.17 08:11:21.849452 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
16451 2025.01.17 08:11:21.849703 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16452 2025.01.17 08:11:21.849923 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001684 sec., 1187.6484560570073 rows/sec., 96.84 KiB/sec.
16453 2025.01.17 08:11:21.849983 [ 262 ] {55d5966f-9c42-48df-9878-4108865d8733} <Debug> TCPHandler: Processed in 0.002010349 sec.
16454 2025.01.17 08:11:21.850136 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16455 2025.01.17 08:11:21.850274 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16456 2025.01.17 08:11:21.850330 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16457 2025.01.17 08:11:21.851712 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16458 2025.01.17 08:11:21.851753 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16459 2025.01.17 08:11:21.852219 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16460 2025.01.17 08:11:21.852454 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16461 2025.01.17 08:11:21.852669 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Debug> executeQuery: Read 1412 rows, 121.08 KiB in 0.002426 sec., 582028.029678483 rows/sec., 48.74 MiB/sec.
16462 2025.01.17 08:11:21.852722 [ 260 ] {4035ecbd-86b1-41df-b9f9-1dcb23186ffe} <Debug> TCPHandler: Processed in 0.002654739 sec.
16463 2025.01.17 08:11:21.852903 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16464 2025.01.17 08:11:21.853050 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16465 2025.01.17 08:11:21.853109 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16466 2025.01.17 08:11:21.853799 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16467 2025.01.17 08:11:21.853841 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16468 2025.01.17 08:11:21.854218 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16469 2025.01.17 08:11:21.854476 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16470 2025.01.17 08:11:21.854642 [ 90 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16471 2025.01.17 08:11:21.854718 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Debug> executeQuery: Read 43 rows, 3.15 KiB in 0.001696 sec., 25353.77358490566 rows/sec., 1.82 MiB/sec.
16472 2025.01.17 08:11:21.854730 [ 90 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16473 2025.01.17 08:11:21.854799 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16474 2025.01.17 08:11:21.854876 [ 262 ] {87e277c4-4c2d-4c96-bf3b-74fd7e8baa82} <Debug> TCPHandler: Processed in 0.002022189 sec.
16475 2025.01.17 08:11:21.855008 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
16476 2025.01.17 08:11:21.855067 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16477 2025.01.17 08:11:21.855141 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16478 2025.01.17 08:11:21.855215 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 64 rows starting from the beginning of the part
16479 2025.01.17 08:11:21.855275 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16480 2025.01.17 08:11:21.855422 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16481 2025.01.17 08:11:21.855487 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 53 rows starting from the beginning of the part
16482 2025.01.17 08:11:21.856007 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part
16483 2025.01.17 08:11:21.856336 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 46 rows starting from the beginning of the part
16484 2025.01.17 08:11:21.856889 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 46 rows starting from the beginning of the part
16485 2025.01.17 08:11:21.857503 [ 194 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 43 rows starting from the beginning of the part
16486 2025.01.17 08:11:21.859222 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16487 2025.01.17 08:11:21.859309 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16488 2025.01.17 08:11:21.860253 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16489 2025.01.17 08:11:21.860789 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16490 2025.01.17 08:11:21.861118 [ 187 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188499 sec., 42175.008834937194 rows/sec., 3.17 MiB/sec.
16491 2025.01.17 08:11:21.861229 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006019 sec., 40206.014288087725 rows/sec., 2.72 MiB/sec.
16492 2025.01.17 08:11:21.861302 [ 260 ] {fa717d71-2c32-4f5e-a82b-07cd374bb70c} <Debug> TCPHandler: Processed in 0.006308321 sec.
16493 2025.01.17 08:11:21.861348 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16494 2025.01.17 08:11:21.861499 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16495 2025.01.17 08:11:21.861699 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16496 2025.01.17 08:11:21.861791 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16497 2025.01.17 08:11:21.861794 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16498 2025.01.17 08:11:21.862025 [ 201 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_81_16} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16499 2025.01.17 08:11:21.862163 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
16500 2025.01.17 08:11:21.862711 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16501 2025.01.17 08:11:21.862756 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16502 2025.01.17 08:11:21.863122 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16503 2025.01.17 08:11:21.863363 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16504 2025.01.17 08:11:21.863582 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001939 sec., 6704.486848891182 rows/sec., 418.02 KiB/sec.
16505 2025.01.17 08:11:21.863640 [ 262 ] {234e9a22-dc4d-4149-b346-840554176e0f} <Debug> TCPHandler: Processed in 0.002239972 sec.
16506 2025.01.17 08:11:21.863796 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16507 2025.01.17 08:11:21.863934 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16508 2025.01.17 08:11:21.863991 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16509 2025.01.17 08:11:21.865004 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16510 2025.01.17 08:11:21.865044 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16511 2025.01.17 08:11:21.865446 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16512 2025.01.17 08:11:21.865692 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16513 2025.01.17 08:11:21.865869 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Debug> executeQuery: Read 874 rows, 64.86 KiB in 0.001966 sec., 444557.4771108851 rows/sec., 32.22 MiB/sec.
16514 2025.01.17 08:11:21.865920 [ 260 ] {ecacddd2-164b-4308-8b80-44fa5794f9a4} <Debug> TCPHandler: Processed in 0.002190771 sec.
16515 2025.01.17 08:11:21.866073 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16516 2025.01.17 08:11:21.866212 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16517 2025.01.17 08:11:21.866271 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16518 2025.01.17 08:11:21.866818 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16519 2025.01.17 08:11:21.866858 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16520 2025.01.17 08:11:21.867226 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16521 2025.01.17 08:11:21.867471 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16522 2025.01.17 08:11:21.867682 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec.
16523 2025.01.17 08:11:21.867736 [ 262 ] {6996fa03-c866-4a86-aa4d-1942e8c6c024} <Debug> TCPHandler: Processed in 0.001732335 sec.
16524 2025.01.17 08:11:21.867891 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16525 2025.01.17 08:11:21.868029 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16526 2025.01.17 08:11:21.868091 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16527 2025.01.17 08:11:21.868967 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16528 2025.01.17 08:11:21.869005 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16529 2025.01.17 08:11:21.869460 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16530 2025.01.17 08:11:21.869706 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16531 2025.01.17 08:11:21.869882 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.001883 sec., 575677.1109930961 rows/sec., 38.47 MiB/sec.
16532 2025.01.17 08:11:21.869933 [ 260 ] {1de3e4bc-a977-4bef-b4ba-30e3aeb442d5} <Debug> TCPHandler: Processed in 0.002107201 sec.
16533 2025.01.17 08:11:21.870091 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16534 2025.01.17 08:11:21.870232 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16535 2025.01.17 08:11:21.870294 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16536 2025.01.17 08:11:21.870815 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16537 2025.01.17 08:11:21.870855 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16538 2025.01.17 08:11:21.871218 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16539 2025.01.17 08:11:21.871470 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16540 2025.01.17 08:11:21.871699 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec.
16541 2025.01.17 08:11:21.871701 [ 222 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16542 2025.01.17 08:11:21.871764 [ 222 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16543 2025.01.17 08:11:21.871769 [ 262 ] {c39ea2d8-af5f-4629-9055-1827dabad6ce} <Debug> TCPHandler: Processed in 0.001744835 sec.
16544 2025.01.17 08:11:21.871939 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16545 2025.01.17 08:11:21.872108 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16546 2025.01.17 08:11:21.872301 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16547 2025.01.17 08:11:21.875102 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16548 2025.01.17 08:11:21.875153 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16549 2025.01.17 08:11:21.875859 [ 222 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16550 2025.01.17 08:11:21.876886 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16551 2025.01.17 08:11:21.877163 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16552 2025.01.17 08:11:21.877308 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16553 2025.01.17 08:11:21.877360 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16554 2025.01.17 08:11:21.877381 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.005333 sec., 6375.3984624039 rows/sec., 11.42 MiB/sec.
16555 2025.01.17 08:11:21.877390 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16556 2025.01.17 08:11:21.877919 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
16557 2025.01.17 08:11:21.877938 [ 260 ] {22c79624-119d-4960-9507-a48cd2b40ce9} <Debug> TCPHandler: Processed in 0.006077348 sec.
16558 2025.01.17 08:11:21.878335 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16559 2025.01.17 08:11:21.878707 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16560 2025.01.17 08:11:21.878886 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16561 2025.01.17 08:11:21.879566 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16562 2025.01.17 08:11:21.879791 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2193 rows starting from the beginning of the part
16563 2025.01.17 08:11:21.880495 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part
16564 2025.01.17 08:11:21.881258 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16565 2025.01.17 08:11:21.881299 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part
16566 2025.01.17 08:11:21.881340 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16567 2025.01.17 08:11:21.881921 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part
16568 2025.01.17 08:11:21.882618 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 39 rows starting from the beginning of the part
16569 2025.01.17 08:11:21.883008 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16570 2025.01.17 08:11:21.883291 [ 192 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 34 rows starting from the beginning of the part
16571 2025.01.17 08:11:21.883921 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16572 2025.01.17 08:11:21.884269 [ 89 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
16573 2025.01.17 08:11:21.884358 [ 89 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16574 2025.01.17 08:11:21.884468 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16575 2025.01.17 08:11:21.884669 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00607 sec., 13509.060955518946 rows/sec., 878.58 KiB/sec.
16576 2025.01.17 08:11:21.884959 [ 262 ] {2fa03c6b-22e2-48a4-b48d-1ad776443b9e} <Debug> TCPHandler: Processed in 0.006753947 sec.
16577 2025.01.17 08:11:21.884973 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
16578 2025.01.17 08:11:21.885348 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16579 2025.01.17 08:11:21.885432 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 8580 rows starting from the beginning of the part
16580 2025.01.17 08:11:21.885754 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::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
16581 2025.01.17 08:11:21.886061 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
16582 2025.01.17 08:11:21.886359 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part
16583 2025.01.17 08:11:21.886675 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
16584 2025.01.17 08:11:21.886967 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part
16585 2025.01.17 08:11:21.890348 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8946 rows, containing 4 columns (4 merged, 0 gathered) in 0.005678151 sec., 1575512.873821073 rows/sec., 102.65 MiB/sec.
16586 2025.01.17 08:11:21.890551 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
16587 2025.01.17 08:11:21.891216 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16588 2025.01.17 08:11:21.891457 [ 201 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_126_25} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
16589 2025.01.17 08:11:21.891620 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
16590 2025.01.17 08:11:21.896026 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2344 rows, containing 19 columns (19 merged, 0 gathered) in 0.018503816 sec., 126676.57309173416 rows/sec., 227.00 MiB/sec.
16591 2025.01.17 08:11:21.898446 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16592 2025.01.17 08:11:21.898938 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16593 2025.01.17 08:11:21.899030 [ 191 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16594 2025.01.17 08:11:21.899218 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.60 MiB.
16595 2025.01.17 08:11:22.550845 [ 218 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
16596 2025.01.17 08:11:22.550901 [ 218 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
16597 2025.01.17 08:11:22.552599 [ 218 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): 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]
16598 2025.01.17 08:11:22.627214 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16599 2025.01.17 08:11:22.627269 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16600 2025.01.17 08:11:22.628944 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16601 2025.01.17 08:11:22.732515 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16602 2025.01.17 08:11:22.732701 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16603 2025.01.17 08:11:22.732776 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16604 2025.01.17 08:11:22.733594 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16605 2025.01.17 08:11:22.733644 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16606 2025.01.17 08:11:22.734065 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16607 2025.01.17 08:11:22.734336 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16608 2025.01.17 08:11:22.734562 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001916 sec., 5219.206680584552 rows/sec., 509.18 KiB/sec.
16609 2025.01.17 08:11:22.734617 [ 260 ] {e58f487b-628f-44e2-9cc4-a1f9cbb2615b} <Debug> TCPHandler: Processed in 0.002230692 sec.
16610 2025.01.17 08:11:22.734866 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16611 2025.01.17 08:11:22.735037 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16612 2025.01.17 08:11:22.735107 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16613 2025.01.17 08:11:22.735841 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16614 2025.01.17 08:11:22.735889 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16615 2025.01.17 08:11:22.736318 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16616 2025.01.17 08:11:22.736569 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16617 2025.01.17 08:11:22.736796 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001809 sec., 2763.957987838585 rows/sec., 207.84 KiB/sec.
16618 2025.01.17 08:11:22.736863 [ 262 ] {3bf82bb5-73fd-4381-a35f-7e0d26c6adcf} <Debug> TCPHandler: Processed in 0.00211689 sec.
16619 2025.01.17 08:11:22.737026 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16620 2025.01.17 08:11:22.737146 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16621 2025.01.17 08:11:22.737195 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16622 2025.01.17 08:11:22.737769 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16623 2025.01.17 08:11:22.737810 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16624 2025.01.17 08:11:22.738166 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
16625 2025.01.17 08:11:22.738409 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16626 2025.01.17 08:11:22.738621 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001499 sec., 3335.5570380253503 rows/sec., 267.11 KiB/sec.
16627 2025.01.17 08:11:22.738679 [ 260 ] {9a31cd42-009b-42c4-b7fb-e3e008e444a4} <Debug> TCPHandler: Processed in 0.001712284 sec.
16628 2025.01.17 08:11:22.738894 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16629 2025.01.17 08:11:22.739180 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16630 2025.01.17 08:11:22.739355 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16631 2025.01.17 08:11:22.740482 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16632 2025.01.17 08:11:22.740525 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
16633 2025.01.17 08:11:22.741171 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16634 2025.01.17 08:11:22.741437 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16635 2025.01.17 08:11:22.741676 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002604 sec., 1920.1228878648233 rows/sec., 3.44 MiB/sec.
16636 2025.01.17 08:11:22.741781 [ 262 ] {f811ab09-aadc-45cf-ac16-1ca5a16675ff} <Debug> TCPHandler: Processed in 0.002993733 sec.
16637 2025.01.17 08:11:23.964185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833
16638 2025.01.17 08:11:23.964865 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16639 2025.01.17 08:11:23.964914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16640 2025.01.17 08:11:23.965482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16641 2025.01.17 08:11:23.965752 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16642 2025.01.17 08:11:23.966005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833
16643 2025.01.17 08:11:26.909487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
16644 2025.01.17 08:11:26.934013 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16645 2025.01.17 08:11:26.934088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16646 2025.01.17 08:11:26.941788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16647 2025.01.17 08:11:26.942697 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16648 2025.01.17 08:11:26.947430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
16649 2025.01.17 08:11:27.740950 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16650 2025.01.17 08:11:27.741165 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16651 2025.01.17 08:11:27.741246 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16652 2025.01.17 08:11:27.742147 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16653 2025.01.17 08:11:27.742200 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16654 2025.01.17 08:11:27.742655 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
16655 2025.01.17 08:11:27.742915 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16656 2025.01.17 08:11:27.743124 [ 82 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
16657 2025.01.17 08:11:27.743197 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002084 sec., 26871.40115163148 rows/sec., 2.06 MiB/sec.
16658 2025.01.17 08:11:27.743211 [ 82 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16659 2025.01.17 08:11:27.743278 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16660 2025.01.17 08:11:27.743335 [ 260 ] {2f78196e-48a7-4d93-a102-6e71a9c56c61} <Debug> TCPHandler: Processed in 0.002538647 sec.
16661 2025.01.17 08:11:27.743568 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
16662 2025.01.17 08:11:27.743645 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16663 2025.01.17 08:11:27.743740 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16664 2025.01.17 08:11:27.743785 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1430 rows starting from the beginning of the part
16665 2025.01.17 08:11:27.743855 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16666 2025.01.17 08:11:27.743931 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 281 rows starting from the beginning of the part
16667 2025.01.17 08:11:27.743984 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16668 2025.01.17 08:11:27.744326 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part
16669 2025.01.17 08:11:27.744616 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 1412 rows starting from the beginning of the part
16670 2025.01.17 08:11:27.744947 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 10 rows starting from the beginning of the part
16671 2025.01.17 08:11:27.745294 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part
16672 2025.01.17 08:11:27.746425 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16673 2025.01.17 08:11:27.746484 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16674 2025.01.17 08:11:27.747062 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
16675 2025.01.17 08:11:27.747403 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16676 2025.01.17 08:11:27.747635 [ 82 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
16677 2025.01.17 08:11:27.747712 [ 82 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16678 2025.01.17 08:11:27.747734 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16679 2025.01.17 08:11:27.747787 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003977 sec., 16092.532059341214 rows/sec., 1.26 MiB/sec.
16680 2025.01.17 08:11:27.748384 [ 262 ] {b8edaa33-9955-4ed8-9478-66b48925ff1e} <Debug> TCPHandler: Processed in 0.00487208 sec.
16681 2025.01.17 08:11:27.748930 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16682 2025.01.17 08:11:27.749094 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
16683 2025.01.17 08:11:27.749687 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16684 2025.01.17 08:11:27.749905 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16685 2025.01.17 08:11:27.749979 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16686 2025.01.17 08:11:27.749918 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3245 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483684 sec., 500487.068771396 rows/sec., 43.92 MiB/sec.
16687 2025.01.17 08:11:27.750068 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 913 rows starting from the beginning of the part
16688 2025.01.17 08:11:27.750653 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 421 rows starting from the beginning of the part
16689 2025.01.17 08:11:27.751190 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part
16690 2025.01.17 08:11:27.751659 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 874 rows starting from the beginning of the part
16691 2025.01.17 08:11:27.752100 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 5 rows starting from the beginning of the part
16692 2025.01.17 08:11:27.752734 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part
16693 2025.01.17 08:11:27.753446 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
16694 2025.01.17 08:11:27.755063 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16695 2025.01.17 08:11:27.755476 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16696 2025.01.17 08:11:27.755573 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16697 2025.01.17 08:11:27.755619 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_146_29} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
16698 2025.01.17 08:11:27.756056 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
16699 2025.01.17 08:11:27.756810 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16700 2025.01.17 08:11:27.757251 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.009429195 sec., 248271.45901638476 rows/sec., 19.00 MiB/sec.
16701 2025.01.17 08:11:27.757272 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16702 2025.01.17 08:11:27.757476 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
16703 2025.01.17 08:11:27.757744 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008375 sec., 19104.477611940296 rows/sec., 1.33 MiB/sec.
16704 2025.01.17 08:11:27.757963 [ 260 ] {642e6ec1-01c9-4bf7-b048-0f106471f7bf} <Debug> TCPHandler: Processed in 0.009331574 sec.
16705 2025.01.17 08:11:27.758321 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16706 2025.01.17 08:11:27.758352 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16707 2025.01.17 08:11:27.758763 [ 198 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_146_29} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
16708 2025.01.17 08:11:27.758836 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16709 2025.01.17 08:11:27.759075 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
16710 2025.01.17 08:11:27.759106 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16711 2025.01.17 08:11:27.760332 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16712 2025.01.17 08:11:27.760372 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16713 2025.01.17 08:11:27.760759 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
16714 2025.01.17 08:11:27.761005 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16715 2025.01.17 08:11:27.761216 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00257 sec., 23346.303501945527 rows/sec., 1.57 MiB/sec.
16716 2025.01.17 08:11:27.761267 [ 262 ] {4546c255-8327-41a2-b4b5-88b482241bdb} <Debug> TCPHandler: Processed in 0.003149565 sec.
16717 2025.01.17 08:11:28.853440 [ 222 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16718 2025.01.17 08:11:28.853548 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16719 2025.01.17 08:11:28.855373 [ 222 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16720 2025.01.17 08:11:31.232415 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
16721 2025.01.17 08:11:31.232464 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
16722 2025.01.17 08:11:31.466274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321
16723 2025.01.17 08:11:31.467457 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16724 2025.01.17 08:11:31.467506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16725 2025.01.17 08:11:31.468091 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16726 2025.01.17 08:11:31.468360 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16727 2025.01.17 08:11:31.468633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321
16728 2025.01.17 08:11:31.684115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2312
16729 2025.01.17 08:11:31.687428 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16730 2025.01.17 08:11:31.687482 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16731 2025.01.17 08:11:31.688956 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
16732 2025.01.17 08:11:31.689251 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16733 2025.01.17 08:11:31.690862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2312
16734 2025.01.17 08:11:32.318774 [ 72 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 5 parts from all_1_59_12 to all_63_63_0
16735 2025.01.17 08:11:32.318848 [ 72 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16736 2025.01.17 08:11:32.318877 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16737 2025.01.17 08:11:32.319064 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_12 to all_63_63_0 into Compact with storage Full
16738 2025.01.17 08:11:32.319689 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16739 2025.01.17 08:11:32.319812 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 59 rows starting from the beginning of the part
16740 2025.01.17 08:11:32.319993 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
16741 2025.01.17 08:11:32.320224 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part
16742 2025.01.17 08:11:32.320356 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part
16743 2025.01.17 08:11:32.320593 [ 197 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part
16744 2025.01.17 08:11:32.321571 [ 186 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002615658 sec., 24085.71762822204 rows/sec., 1.58 MiB/sec.
16745 2025.01.17 08:11:32.321769 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary)
16746 2025.01.17 08:11:32.322112 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16747 2025.01.17 08:11:32.322193 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_63_13} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 5 parts: [all_1_59_12, all_63_63_0] -> all_1_63_13
16748 2025.01.17 08:11:32.322272 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
16749 2025.01.17 08:11:32.384586 [ 218 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Found 5 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]
16750 2025.01.17 08:11:32.384625 [ 218 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 5 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]
16751 2025.01.17 08:11:32.386134 [ 218 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16752 2025.01.17 08:11:32.747668 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16753 2025.01.17 08:11:32.747889 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16754 2025.01.17 08:11:32.747969 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16755 2025.01.17 08:11:32.748711 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16756 2025.01.17 08:11:32.748763 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16757 2025.01.17 08:11:32.749194 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16758 2025.01.17 08:11:32.749456 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16759 2025.01.17 08:11:32.749689 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec.
16760 2025.01.17 08:11:32.749748 [ 260 ] {35fdf17d-3093-44a5-a6ff-4b8ed9bd5aa9} <Debug> TCPHandler: Processed in 0.002217592 sec.
16761 2025.01.17 08:11:32.750056 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16762 2025.01.17 08:11:32.750369 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16763 2025.01.17 08:11:32.750485 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16764 2025.01.17 08:11:32.751688 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16765 2025.01.17 08:11:32.751735 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16766 2025.01.17 08:11:32.752210 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
16767 2025.01.17 08:11:32.752498 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16768 2025.01.17 08:11:32.752738 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002456 sec., 114413.68078175896 rows/sec., 10.11 MiB/sec.
16769 2025.01.17 08:11:32.752800 [ 262 ] {aef508b0-2457-4e5c-a666-948ce7a20a3e} <Debug> TCPHandler: Processed in 0.002923742 sec.
16770 2025.01.17 08:11:32.753011 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16771 2025.01.17 08:11:32.753300 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16772 2025.01.17 08:11:32.753374 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16773 2025.01.17 08:11:32.754168 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16774 2025.01.17 08:11:32.754208 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16775 2025.01.17 08:11:32.754576 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16776 2025.01.17 08:11:32.754821 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16777 2025.01.17 08:11:32.755038 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001819 sec., 25288.620120945572 rows/sec., 1.82 MiB/sec.
16778 2025.01.17 08:11:32.755145 [ 260 ] {d7c429f7-8b8b-4fc0-b42d-72904a170a71} <Debug> TCPHandler: Processed in 0.002241692 sec.
16779 2025.01.17 08:11:32.756227 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16780 2025.01.17 08:11:32.756345 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16781 2025.01.17 08:11:32.756395 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16782 2025.01.17 08:11:32.756969 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16783 2025.01.17 08:11:32.757008 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16784 2025.01.17 08:11:32.757371 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16785 2025.01.17 08:11:32.757618 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16786 2025.01.17 08:11:32.757796 [ 72 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0
16787 2025.01.17 08:11:32.757861 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec.
16788 2025.01.17 08:11:32.757889 [ 72 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16789 2025.01.17 08:11:32.757959 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16790 2025.01.17 08:11:32.757980 [ 262 ] {bdcf7fc4-2054-4b74-a1eb-7a4310ca98aa} <Debug> TCPHandler: Processed in 0.001804236 sec.
16791 2025.01.17 08:11:32.758188 [ 218 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Found 5 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]
16792 2025.01.17 08:11:32.758244 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16793 2025.01.17 08:11:32.758260 [ 218 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 5 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]
16794 2025.01.17 08:11:32.758314 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full
16795 2025.01.17 08:11:32.758527 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16796 2025.01.17 08:11:32.758707 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16797 2025.01.17 08:11:32.758794 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16798 2025.01.17 08:11:32.758869 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 242 rows starting from the beginning of the part
16799 2025.01.17 08:11:32.759184 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part
16800 2025.01.17 08:11:32.759683 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part
16801 2025.01.17 08:11:32.760295 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
16802 2025.01.17 08:11:32.761052 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 242 rows starting from the beginning of the part
16803 2025.01.17 08:11:32.761636 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part
16804 2025.01.17 08:11:32.763295 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16805 2025.01.17 08:11:32.763382 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16806 2025.01.17 08:11:32.763968 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16807 2025.01.17 08:11:32.764739 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16808 2025.01.17 08:11:32.765138 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.007069231 sec., 108639.82235125717 rows/sec., 7.78 MiB/sec.
16809 2025.01.17 08:11:32.765401 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006951 sec., 1870.2344986332903 rows/sec., 116.61 KiB/sec.
16810 2025.01.17 08:11:32.765419 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary)
16811 2025.01.17 08:11:32.765426 [ 218 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16812 2025.01.17 08:11:32.765694 [ 260 ] {ba548543-9a50-48c9-878f-d580c7eefe39} <Debug> TCPHandler: Processed in 0.007601379 sec.
16813 2025.01.17 08:11:32.765973 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16814 2025.01.17 08:11:32.766339 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16815 2025.01.17 08:11:32.766399 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16816 2025.01.17 08:11:32.766516 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16817 2025.01.17 08:11:32.766645 [ 197 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_64_13} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13
16818 2025.01.17 08:11:32.766871 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
16819 2025.01.17 08:11:32.767603 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16820 2025.01.17 08:11:32.767648 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16821 2025.01.17 08:11:32.768044 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
16822 2025.01.17 08:11:32.768288 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16823 2025.01.17 08:11:32.768495 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002298 sec., 183202.78503046127 rows/sec., 13.09 MiB/sec.
16824 2025.01.17 08:11:32.768550 [ 262 ] {61c2dcef-bb4c-495b-af07-452cc88e13b6} <Debug> TCPHandler: Processed in 0.002732609 sec.
16825 2025.01.17 08:11:32.768719 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16826 2025.01.17 08:11:32.768859 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16827 2025.01.17 08:11:32.768916 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16828 2025.01.17 08:11:32.769413 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16829 2025.01.17 08:11:32.769453 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16830 2025.01.17 08:11:32.769811 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16831 2025.01.17 08:11:32.770046 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16832 2025.01.17 08:11:32.770276 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
16833 2025.01.17 08:11:32.770326 [ 260 ] {13275357-b6fa-41ac-8843-857857b80af1} <Debug> TCPHandler: Processed in 0.001675364 sec.
16834 2025.01.17 08:11:32.770541 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16835 2025.01.17 08:11:32.770766 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16836 2025.01.17 08:11:32.770866 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16837 2025.01.17 08:11:32.771559 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16838 2025.01.17 08:11:32.771599 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16839 2025.01.17 08:11:32.772017 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16840 2025.01.17 08:11:32.772280 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16841 2025.01.17 08:11:32.772500 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00179 sec., 132402.23463687152 rows/sec., 8.87 MiB/sec.
16842 2025.01.17 08:11:32.772552 [ 262 ] {b2156d4e-4a3e-465d-b0a2-d98ad1c27afe} <Debug> TCPHandler: Processed in 0.002125581 sec.
16843 2025.01.17 08:11:32.772701 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16844 2025.01.17 08:11:32.772839 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16845 2025.01.17 08:11:32.772897 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16846 2025.01.17 08:11:32.773370 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16847 2025.01.17 08:11:32.773408 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16848 2025.01.17 08:11:32.773758 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16849 2025.01.17 08:11:32.773992 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16850 2025.01.17 08:11:32.774220 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec.
16851 2025.01.17 08:11:32.774270 [ 260 ] {00fe8e7f-e680-4eba-b524-f0e58b2cc3c8} <Debug> TCPHandler: Processed in 0.001636543 sec.
16852 2025.01.17 08:11:32.774475 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16853 2025.01.17 08:11:32.774700 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16854 2025.01.17 08:11:32.774841 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16855 2025.01.17 08:11:32.776178 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16856 2025.01.17 08:11:32.776218 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16857 2025.01.17 08:11:32.776917 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16858 2025.01.17 08:11:32.777189 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16859 2025.01.17 08:11:32.777414 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002771 sec., 14074.341392998916 rows/sec., 25.22 MiB/sec.
16860 2025.01.17 08:11:32.777507 [ 262 ] {dd95b920-d1fd-4331-98d7-8c906c57c997} <Debug> TCPHandler: Processed in 0.003148735 sec.
16861 2025.01.17 08:11:32.777658 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16862 2025.01.17 08:11:32.777795 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16863 2025.01.17 08:11:32.777852 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16864 2025.01.17 08:11:32.778351 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16865 2025.01.17 08:11:32.778386 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16866 2025.01.17 08:11:32.778768 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
16867 2025.01.17 08:11:32.779011 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16868 2025.01.17 08:11:32.779185 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec.
16869 2025.01.17 08:11:32.779232 [ 260 ] {37892da8-77eb-4ea9-86c1-686a4f0fdd12} <Debug> TCPHandler: Processed in 0.001642243 sec.
16870 2025.01.17 08:11:34.447629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
16871 2025.01.17 08:11:34.471936 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16872 2025.01.17 08:11:34.472003 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16873 2025.01.17 08:11:34.479587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16874 2025.01.17 08:11:34.480403 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16875 2025.01.17 08:11:34.483570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
16876 2025.01.17 08:11:34.640369 [ 224 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): 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]
16877 2025.01.17 08:11:34.640456 [ 224 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): 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]
16878 2025.01.17 08:11:34.642166 [ 224 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): 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]
16879 2025.01.17 08:11:37.740451 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16880 2025.01.17 08:11:37.740657 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16881 2025.01.17 08:11:37.740736 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16882 2025.01.17 08:11:37.741573 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16883 2025.01.17 08:11:37.741621 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16884 2025.01.17 08:11:37.742060 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
16885 2025.01.17 08:11:37.742328 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16886 2025.01.17 08:11:37.742563 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec.
16887 2025.01.17 08:11:37.742635 [ 260 ] {267c3b3b-3011-409d-8243-a4938733b59d} <Debug> TCPHandler: Processed in 0.002318083 sec.
16888 2025.01.17 08:11:37.742652 [ 225 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16889 2025.01.17 08:11:37.742701 [ 225 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16890 2025.01.17 08:11:37.742921 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16891 2025.01.17 08:11:37.743219 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16892 2025.01.17 08:11:37.743318 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16893 2025.01.17 08:11:37.744539 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16894 2025.01.17 08:11:37.744601 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16895 2025.01.17 08:11:37.745473 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
16896 2025.01.17 08:11:37.745778 [ 225 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16897 2025.01.17 08:11:37.746029 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16898 2025.01.17 08:11:37.746612 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003469 sec., 18449.120784087634 rows/sec., 1.44 MiB/sec.
16899 2025.01.17 08:11:37.746671 [ 219 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16900 2025.01.17 08:11:37.746844 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16901 2025.01.17 08:11:37.747098 [ 262 ] {b7fc2a89-dbc4-4e60-9f90-7ff48cba0dac} <Debug> TCPHandler: Processed in 0.004327362 sec.
16902 2025.01.17 08:11:37.747467 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16903 2025.01.17 08:11:37.748110 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16904 2025.01.17 08:11:37.748446 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16905 2025.01.17 08:11:37.751716 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16906 2025.01.17 08:11:37.751758 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16907 2025.01.17 08:11:37.752556 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16908 2025.01.17 08:11:37.752942 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16909 2025.01.17 08:11:37.753201 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_133_28 to all_137_137_0
16910 2025.01.17 08:11:37.753329 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16911 2025.01.17 08:11:37.753353 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005425 sec., 29493.087557603685 rows/sec., 2.05 MiB/sec.
16912 2025.01.17 08:11:37.753394 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16913 2025.01.17 08:11:37.753414 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16914 2025.01.17 08:11:37.753612 [ 260 ] {c7e7b84d-7601-4865-8a6b-0f6501eee359} <Debug> TCPHandler: Processed in 0.006347161 sec.
16915 2025.01.17 08:11:37.753883 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16916 2025.01.17 08:11:37.753917 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_133_28 to all_137_137_0 into Compact with storage Full
16917 2025.01.17 08:11:37.754293 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16918 2025.01.17 08:11:37.754609 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16919 2025.01.17 08:11:37.754645 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16920 2025.01.17 08:11:37.754850 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_133_28, total 43037 rows starting from the beginning of the part
16921 2025.01.17 08:11:37.755674 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part
16922 2025.01.17 08:11:37.756309 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1084 rows starting from the beginning of the part
16923 2025.01.17 08:11:37.756839 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part
16924 2025.01.17 08:11:37.757573 [ 186 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part
16925 2025.01.17 08:11:37.760380 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16926 2025.01.17 08:11:37.760430 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16927 2025.01.17 08:11:37.760964 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
16928 2025.01.17 08:11:37.761301 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16929 2025.01.17 08:11:37.761943 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007732 sec., 7759.958613554061 rows/sec., 535.52 KiB/sec.
16930 2025.01.17 08:11:37.762554 [ 262 ] {07b33b89-1fde-4ee6-846d-939c13734f14} <Debug> TCPHandler: Processed in 0.008808567 sec.
16931 2025.01.17 08:11:37.771243 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44678 rows, containing 5 columns (5 merged, 0 gathered) in 0.017662643 sec., 2529519.506225654 rows/sec., 170.78 MiB/sec.
16932 2025.01.17 08:11:37.772001 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Trace> MergedBlockOutputStream: filled checksums all_1_137_29 (state Temporary)
16933 2025.01.17 08:11:37.772394 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_137_29 to all_1_137_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16934 2025.01.17 08:11:37.772487 [ 188 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_133_28, all_137_137_0] -> all_1_137_29
16935 2025.01.17 08:11:37.772593 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB.
16936 2025.01.17 08:11:38.968930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748
16937 2025.01.17 08:11:38.969774 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16938 2025.01.17 08:11:38.969827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16939 2025.01.17 08:11:38.970389 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
16940 2025.01.17 08:11:38.970653 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16941 2025.01.17 08:11:38.970963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748
16942 2025.01.17 08:11:41.691247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2342
16943 2025.01.17 08:11:41.694291 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16944 2025.01.17 08:11:41.694348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16945 2025.01.17 08:11:41.695871 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
16946 2025.01.17 08:11:41.696220 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16947 2025.01.17 08:11:41.696475 [ 58 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
16948 2025.01.17 08:11:41.696647 [ 58 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16949 2025.01.17 08:11:41.696741 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16950 2025.01.17 08:11:41.697624 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
16951 2025.01.17 08:11:41.699085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2342
16952 2025.01.17 08:11:41.699447 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16953 2025.01.17 08:11:41.699623 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2168 rows starting from the beginning of the part
16954 2025.01.17 08:11:41.700301 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 44 rows starting from the beginning of the part
16955 2025.01.17 08:11:41.700925 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
16956 2025.01.17 08:11:41.701555 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part
16957 2025.01.17 08:11:41.702224 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part
16958 2025.01.17 08:11:41.702865 [ 187 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part
16959 2025.01.17 08:11:41.712203 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 72 columns (72 merged, 0 gathered) in 0.015221939 sec., 153856.87723489103 rows/sec., 115.36 MiB/sec.
16960 2025.01.17 08:11:41.714715 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
16961 2025.01.17 08:11:41.715631 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16962 2025.01.17 08:11:41.715742 [ 196 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_66_13} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
16963 2025.01.17 08:11:41.716152 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
16964 2025.01.17 08:11:41.983752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
16965 2025.01.17 08:11:42.006859 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16966 2025.01.17 08:11:42.006918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16967 2025.01.17 08:11:42.014565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
16968 2025.01.17 08:11:42.015452 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16969 2025.01.17 08:11:42.021035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
16970 2025.01.17 08:11:42.747369 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16971 2025.01.17 08:11:42.747560 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16972 2025.01.17 08:11:42.747632 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16973 2025.01.17 08:11:42.748415 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16974 2025.01.17 08:11:42.748464 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16975 2025.01.17 08:11:42.748903 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
16976 2025.01.17 08:11:42.749183 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16977 2025.01.17 08:11:42.749390 [ 59 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
16978 2025.01.17 08:11:42.749455 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec.
16979 2025.01.17 08:11:42.749473 [ 59 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16980 2025.01.17 08:11:42.749529 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16981 2025.01.17 08:11:42.749603 [ 260 ] {b79206ab-2c20-48a5-8e87-62f3ee784d1c} <Debug> TCPHandler: Processed in 0.002353694 sec.
16982 2025.01.17 08:11:42.749730 [ 225 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
16983 2025.01.17 08:11:42.749798 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
16984 2025.01.17 08:11:42.749803 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full
16985 2025.01.17 08:11:42.749952 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16986 2025.01.17 08:11:42.750125 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16987 2025.01.17 08:11:42.750206 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part
16988 2025.01.17 08:11:42.750328 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16989 2025.01.17 08:11:42.750593 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
16990 2025.01.17 08:11:42.750607 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16991 2025.01.17 08:11:42.751352 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part
16992 2025.01.17 08:11:42.751656 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part
16993 2025.01.17 08:11:42.752351 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part
16994 2025.01.17 08:11:42.755535 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16995 2025.01.17 08:11:42.755660 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
16996 2025.01.17 08:11:42.755891 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
16997 2025.01.17 08:11:42.756438 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006792677 sec., 10305.215454819949 rows/sec., 782.09 KiB/sec.
16998 2025.01.17 08:11:42.756749 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
16999 2025.01.17 08:11:42.757500 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17000 2025.01.17 08:11:42.757511 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17001 2025.01.17 08:11:42.757626 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_65_16} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
17002 2025.01.17 08:11:42.757751 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17003 2025.01.17 08:11:42.757922 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17004 2025.01.17 08:11:42.758126 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.007928 sec., 35443.995963673064 rows/sec., 3.13 MiB/sec.
17005 2025.01.17 08:11:42.758199 [ 262 ] {870fc3d7-1ebf-4a19-8c1b-d185b8d94402} <Debug> TCPHandler: Processed in 0.008448692 sec.
17006 2025.01.17 08:11:42.758356 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17007 2025.01.17 08:11:42.758480 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17008 2025.01.17 08:11:42.758531 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17009 2025.01.17 08:11:42.759139 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17010 2025.01.17 08:11:42.759180 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17011 2025.01.17 08:11:42.759545 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17012 2025.01.17 08:11:42.759793 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17013 2025.01.17 08:11:42.760005 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001554 sec., 29601.0296010296 rows/sec., 2.13 MiB/sec.
17014 2025.01.17 08:11:42.760064 [ 260 ] {614816ce-3390-415d-9b9b-fd9b60e8d8b5} <Debug> TCPHandler: Processed in 0.001766575 sec.
17015 2025.01.17 08:11:42.760220 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17016 2025.01.17 08:11:42.760347 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17017 2025.01.17 08:11:42.760400 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17018 2025.01.17 08:11:42.761182 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17019 2025.01.17 08:11:42.761228 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17020 2025.01.17 08:11:42.761631 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17021 2025.01.17 08:11:42.761882 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17022 2025.01.17 08:11:42.762074 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001752 sec., 7990.867579908675 rows/sec., 559.63 KiB/sec.
17023 2025.01.17 08:11:42.762148 [ 262 ] {9f88781f-6173-4afe-80cb-f1eca4a516d4} <Debug> TCPHandler: Processed in 0.001988278 sec.
17024 2025.01.17 08:11:42.762370 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17025 2025.01.17 08:11:42.762526 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17026 2025.01.17 08:11:42.762576 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17027 2025.01.17 08:11:42.763157 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17028 2025.01.17 08:11:42.763197 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17029 2025.01.17 08:11:42.763557 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17030 2025.01.17 08:11:42.763894 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17031 2025.01.17 08:11:42.764081 [ 59 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
17032 2025.01.17 08:11:42.764146 [ 59 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17033 2025.01.17 08:11:42.764182 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17034 2025.01.17 08:11:42.764195 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec.
17035 2025.01.17 08:11:42.764358 [ 219 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
17036 2025.01.17 08:11:42.764446 [ 219 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
17037 2025.01.17 08:11:42.764508 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full
17038 2025.01.17 08:11:42.764542 [ 260 ] {18df8cbf-2be3-40c8-9fba-a07e1861edd9} <Debug> TCPHandler: Processed in 0.002301744 sec.
17039 2025.01.17 08:11:42.764847 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17040 2025.01.17 08:11:42.764957 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17041 2025.01.17 08:11:42.765028 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part
17042 2025.01.17 08:11:42.765113 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17043 2025.01.17 08:11:42.765354 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17044 2025.01.17 08:11:42.765393 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part
17045 2025.01.17 08:11:42.766002 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part
17046 2025.01.17 08:11:42.766531 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part
17047 2025.01.17 08:11:42.766950 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part
17048 2025.01.17 08:11:42.770536 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17049 2025.01.17 08:11:42.770562 [ 219 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0]
17050 2025.01.17 08:11:42.770660 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17051 2025.01.17 08:11:42.771450 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007164493 sec., 9072.519158019973 rows/sec., 601.11 KiB/sec.
17052 2025.01.17 08:11:42.771765 [ 195 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
17053 2025.01.17 08:11:42.772533 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17054 2025.01.17 08:11:42.772549 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17055 2025.01.17 08:11:42.772750 [ 200 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_65_16} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
17056 2025.01.17 08:11:42.772965 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17057 2025.01.17 08:11:42.772976 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17058 2025.01.17 08:11:42.773185 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.008134 sec., 51758.05261863781 rows/sec., 3.70 MiB/sec.
17059 2025.01.17 08:11:42.773244 [ 262 ] {50e0a328-d547-46dc-b81b-7eb404cc94f8} <Debug> TCPHandler: Processed in 0.008576283 sec.
17060 2025.01.17 08:11:42.773408 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17061 2025.01.17 08:11:42.773554 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17062 2025.01.17 08:11:42.773616 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17063 2025.01.17 08:11:42.774186 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17064 2025.01.17 08:11:42.774235 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17065 2025.01.17 08:11:42.774649 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17066 2025.01.17 08:11:42.774893 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17067 2025.01.17 08:11:42.775049 [ 59 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
17068 2025.01.17 08:11:42.775098 [ 59 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17069 2025.01.17 08:11:42.775120 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec.
17070 2025.01.17 08:11:42.775132 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17071 2025.01.17 08:11:42.775278 [ 260 ] {515bdfa6-644b-4d3c-bf2c-5a75563d5509} <Debug> TCPHandler: Processed in 0.001932298 sec.
17072 2025.01.17 08:11:42.775518 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17073 2025.01.17 08:11:42.775604 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
17074 2025.01.17 08:11:42.775928 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17075 2025.01.17 08:11:42.776153 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17076 2025.01.17 08:11:42.776246 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17077 2025.01.17 08:11:42.776411 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 360 rows starting from the beginning of the part
17078 2025.01.17 08:11:42.777004 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part
17079 2025.01.17 08:11:42.777374 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part
17080 2025.01.17 08:11:42.777810 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part
17081 2025.01.17 08:11:42.778222 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part
17082 2025.01.17 08:11:42.778527 [ 195 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part
17083 2025.01.17 08:11:42.779326 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17084 2025.01.17 08:11:42.779397 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17085 2025.01.17 08:11:42.780455 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17086 2025.01.17 08:11:42.781110 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17087 2025.01.17 08:11:42.781181 [ 200 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005884874 sec., 66271.5973188211 rows/sec., 3.38 MiB/sec.
17088 2025.01.17 08:11:42.781475 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005708 sec., 41520.672740014015 rows/sec., 2.78 MiB/sec.
17089 2025.01.17 08:11:42.781518 [ 200 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
17090 2025.01.17 08:11:42.781729 [ 262 ] {465076fe-6f0c-422e-a9b5-17e9950c8341} <Debug> TCPHandler: Processed in 0.006339161 sec.
17091 2025.01.17 08:11:42.782052 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17092 2025.01.17 08:11:42.782424 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17093 2025.01.17 08:11:42.782638 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17094 2025.01.17 08:11:42.783297 [ 200 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17095 2025.01.17 08:11:42.783886 [ 200 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_65_13} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
17096 2025.01.17 08:11:42.784068 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
17097 2025.01.17 08:11:42.784320 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17098 2025.01.17 08:11:42.784364 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17099 2025.01.17 08:11:42.784731 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17100 2025.01.17 08:11:42.784979 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17101 2025.01.17 08:11:42.785235 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002943 sec., 339.7893306150187 rows/sec., 22.90 KiB/sec.
17102 2025.01.17 08:11:42.785349 [ 260 ] {b20df97d-6e27-47b9-8b8b-628b59b57d18} <Debug> TCPHandler: Processed in 0.00346499 sec.
17103 2025.01.17 08:11:42.785590 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17104 2025.01.17 08:11:42.785729 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17105 2025.01.17 08:11:42.785810 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17106 2025.01.17 08:11:42.787031 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17107 2025.01.17 08:11:42.787069 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17108 2025.01.17 08:11:42.787749 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17109 2025.01.17 08:11:42.788007 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17110 2025.01.17 08:11:42.788238 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002533 sec., 15396.762731938412 rows/sec., 27.59 MiB/sec.
17111 2025.01.17 08:11:42.788330 [ 262 ] {805e9c87-ca73-43b2-ba4b-03c587d65f2f} <Debug> TCPHandler: Processed in 0.002856371 sec.
17112 2025.01.17 08:11:42.788489 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17113 2025.01.17 08:11:42.788628 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17114 2025.01.17 08:11:42.788687 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17115 2025.01.17 08:11:42.789264 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17116 2025.01.17 08:11:42.789310 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17117 2025.01.17 08:11:42.789743 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
17118 2025.01.17 08:11:42.789987 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17119 2025.01.17 08:11:42.790167 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec.
17120 2025.01.17 08:11:42.790218 [ 260 ] {d0ac2b66-2411-49d5-a28f-6623b74828fa} <Debug> TCPHandler: Processed in 0.001795806 sec.
17121 2025.01.17 08:11:43.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.49 MiB, peak 288.32 MiB, free memory in arenas 0.00 B, will set to 269.09 MiB (RSS), difference: -1.40 MiB
17122 2025.01.17 08:11:46.232498 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache
17123 2025.01.17 08:11:46.232567 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache
17124 2025.01.17 08:11:46.400787 [ 218 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17125 2025.01.17 08:11:46.400874 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17126 2025.01.17 08:11:46.403007 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17127 2025.01.17 08:11:46.471203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236
17128 2025.01.17 08:11:46.471902 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17129 2025.01.17 08:11:46.471944 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17130 2025.01.17 08:11:46.472501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
17131 2025.01.17 08:11:46.472767 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17132 2025.01.17 08:11:46.472961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236
17133 2025.01.17 08:11:47.338670 [ 219 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17134 2025.01.17 08:11:47.338737 [ 219 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17135 2025.01.17 08:11:47.340791 [ 219 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17136 2025.01.17 08:11:47.740676 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17137 2025.01.17 08:11:47.740941 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17138 2025.01.17 08:11:47.741021 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17139 2025.01.17 08:11:47.741868 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17140 2025.01.17 08:11:47.741913 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17141 2025.01.17 08:11:47.742353 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17142 2025.01.17 08:11:47.742613 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17143 2025.01.17 08:11:47.742846 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec.
17144 2025.01.17 08:11:47.742911 [ 260 ] {af018f9a-b679-4c77-a370-357d623b2582} <Debug> TCPHandler: Processed in 0.002414695 sec.
17145 2025.01.17 08:11:47.743173 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17146 2025.01.17 08:11:47.743360 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17147 2025.01.17 08:11:47.743430 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17148 2025.01.17 08:11:47.744177 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17149 2025.01.17 08:11:47.744220 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17150 2025.01.17 08:11:47.744660 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17151 2025.01.17 08:11:47.744916 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17152 2025.01.17 08:11:47.745124 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001803 sec., 35496.394897393235 rows/sec., 2.77 MiB/sec.
17153 2025.01.17 08:11:47.745187 [ 262 ] {8ebe6562-01aa-48e0-a791-28e1d4ecdea0} <Debug> TCPHandler: Processed in 0.002141221 sec.
17154 2025.01.17 08:11:47.745370 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17155 2025.01.17 08:11:47.745728 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17156 2025.01.17 08:11:47.745901 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17157 2025.01.17 08:11:47.746737 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17158 2025.01.17 08:11:47.746777 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17159 2025.01.17 08:11:47.747185 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17160 2025.01.17 08:11:47.747434 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17161 2025.01.17 08:11:47.747655 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002062 sec., 77594.56838021339 rows/sec., 5.40 MiB/sec.
17162 2025.01.17 08:11:47.747710 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17163 2025.01.17 08:11:47.747723 [ 260 ] {bb102a53-4379-4d98-a5c8-d2d3159f46eb} <Debug> TCPHandler: Processed in 0.002442255 sec.
17164 2025.01.17 08:11:47.747753 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17165 2025.01.17 08:11:47.747916 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17166 2025.01.17 08:11:47.748045 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17167 2025.01.17 08:11:47.748097 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17168 2025.01.17 08:11:47.749193 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17169 2025.01.17 08:11:47.749256 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17170 2025.01.17 08:11:47.749749 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
17171 2025.01.17 08:11:47.750070 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17172 2025.01.17 08:11:47.750311 [ 51 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
17173 2025.01.17 08:11:47.750407 [ 51 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17174 2025.01.17 08:11:47.750505 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17175 2025.01.17 08:11:47.750615 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002582 sec., 23237.800154918667 rows/sec., 1.57 MiB/sec.
17176 2025.01.17 08:11:47.750868 [ 262 ] {4fa8e4ab-c56e-4cd8-a306-84e51acb830d} <Debug> TCPHandler: Processed in 0.003034583 sec.
17177 2025.01.17 08:11:47.750946 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
17178 2025.01.17 08:11:47.751365 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17179 2025.01.17 08:11:47.751415 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 8946 rows starting from the beginning of the part
17180 2025.01.17 08:11:47.751519 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part
17181 2025.01.17 08:11:47.751952 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part
17182 2025.01.17 08:11:47.752293 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part
17183 2025.01.17 08:11:47.752630 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part
17184 2025.01.17 08:11:47.752828 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part
17185 2025.01.17 08:11:47.753314 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17186 2025.01.17 08:11:47.756418 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9290 rows, containing 4 columns (4 merged, 0 gathered) in 0.005800214 sec., 1601665.0420139672 rows/sec., 104.37 MiB/sec.
17187 2025.01.17 08:11:47.756659 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
17188 2025.01.17 08:11:47.756971 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17189 2025.01.17 08:11:47.757056 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_131_26} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
17190 2025.01.17 08:11:47.757144 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB.
17191 2025.01.17 08:11:48.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.42 MiB, peak 288.32 MiB, free memory in arenas 0.00 B, will set to 269.09 MiB (RSS), difference: 3.67 MiB
17192 2025.01.17 08:11:49.521188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
17193 2025.01.17 08:11:49.543780 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17194 2025.01.17 08:11:49.543835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17195 2025.01.17 08:11:49.551477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
17196 2025.01.17 08:11:49.552322 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17197 2025.01.17 08:11:49.555478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
17198 2025.01.17 08:11:51.565196 [ 218 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17199 2025.01.17 08:11:51.565252 [ 218 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17200 2025.01.17 08:11:51.567252 [ 218 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17201 2025.01.17 08:11:51.699475 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2372
17202 2025.01.17 08:11:51.703468 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17203 2025.01.17 08:11:51.703538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17204 2025.01.17 08:11:51.705558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17205 2025.01.17 08:11:51.705995 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17206 2025.01.17 08:11:51.707641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2372
17207 2025.01.17 08:11:51.850217 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17208 2025.01.17 08:11:51.850435 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17209 2025.01.17 08:11:51.850517 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17210 2025.01.17 08:11:51.851410 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17211 2025.01.17 08:11:51.851467 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17212 2025.01.17 08:11:51.851915 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17213 2025.01.17 08:11:51.852169 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17214 2025.01.17 08:11:51.852391 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
17215 2025.01.17 08:11:51.852458 [ 260 ] {34d18981-b8ff-47b7-8a7c-ffd58d918208} <Debug> TCPHandler: Processed in 0.002383894 sec.
17216 2025.01.17 08:11:51.852744 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17217 2025.01.17 08:11:51.852941 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17218 2025.01.17 08:11:51.853013 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17219 2025.01.17 08:11:51.853769 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17220 2025.01.17 08:11:51.853827 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17221 2025.01.17 08:11:51.854270 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
17222 2025.01.17 08:11:51.854525 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17223 2025.01.17 08:11:51.854762 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001863 sec., 6441.2238325281805 rows/sec., 525.24 KiB/sec.
17224 2025.01.17 08:11:51.854902 [ 262 ] {9bf44d25-8f38-41c6-954a-8fffae2574d8} <Debug> TCPHandler: Processed in 0.002284583 sec.
17225 2025.01.17 08:11:51.855097 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17226 2025.01.17 08:11:51.855245 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17227 2025.01.17 08:11:51.855303 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17228 2025.01.17 08:11:51.856725 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17229 2025.01.17 08:11:51.856768 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17230 2025.01.17 08:11:51.857246 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17231 2025.01.17 08:11:51.857487 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17232 2025.01.17 08:11:51.857644 [ 45 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17233 2025.01.17 08:11:51.857677 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Debug> executeQuery: Read 1417 rows, 121.45 KiB in 0.002466 sec., 574614.7607461476 rows/sec., 48.09 MiB/sec.
17234 2025.01.17 08:11:51.857689 [ 45 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17235 2025.01.17 08:11:51.857724 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17236 2025.01.17 08:11:51.857756 [ 260 ] {1f5bb63b-a3f6-40c0-9303-fe900215e0f2} <Debug> TCPHandler: Processed in 0.002741169 sec.
17237 2025.01.17 08:11:51.858026 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17238 2025.01.17 08:11:51.858057 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
17239 2025.01.17 08:11:51.858284 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17240 2025.01.17 08:11:51.858489 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17241 2025.01.17 08:11:51.858572 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17242 2025.01.17 08:11:51.858781 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1430 rows starting from the beginning of the part
17243 2025.01.17 08:11:51.859321 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 281 rows starting from the beginning of the part
17244 2025.01.17 08:11:51.859841 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part
17245 2025.01.17 08:11:51.860749 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 281 rows starting from the beginning of the part
17246 2025.01.17 08:11:51.861182 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part
17247 2025.01.17 08:11:51.861565 [ 199 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1417 rows starting from the beginning of the part
17248 2025.01.17 08:11:51.862347 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17249 2025.01.17 08:11:51.862443 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17250 2025.01.17 08:11:51.863631 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17251 2025.01.17 08:11:51.864169 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17252 2025.01.17 08:11:51.864671 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Debug> executeQuery: Read 53 rows, 3.85 KiB in 0.006454 sec., 8211.96157421754 rows/sec., 596.62 KiB/sec.
17253 2025.01.17 08:11:51.864852 [ 262 ] {bf714902-1e2e-47cb-ab85-6629766dd080} <Debug> TCPHandler: Processed in 0.00694881 sec.
17254 2025.01.17 08:11:51.865025 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17255 2025.01.17 08:11:51.865211 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17256 2025.01.17 08:11:51.865272 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17257 2025.01.17 08:11:51.865871 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3521 rows, containing 5 columns (5 merged, 0 gathered) in 0.008035736 sec., 438167.70486237976 rows/sec., 38.58 MiB/sec.
17258 2025.01.17 08:11:51.866148 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17259 2025.01.17 08:11:51.866738 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17260 2025.01.17 08:11:51.866772 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17261 2025.01.17 08:11:51.866814 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17262 2025.01.17 08:11:51.866853 [ 193 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_151_30} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17263 2025.01.17 08:11:51.867057 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
17264 2025.01.17 08:11:51.867245 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17265 2025.01.17 08:11:51.867494 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17266 2025.01.17 08:11:51.867690 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002533 sec., 95538.88669561784 rows/sec., 6.47 MiB/sec.
17267 2025.01.17 08:11:51.867843 [ 260 ] {d8afa72c-30a6-4374-865c-0431142f03de} <Debug> TCPHandler: Processed in 0.002898342 sec.
17268 2025.01.17 08:11:51.868038 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17269 2025.01.17 08:11:51.868180 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17270 2025.01.17 08:11:51.868237 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17271 2025.01.17 08:11:51.868954 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17272 2025.01.17 08:11:51.868994 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17273 2025.01.17 08:11:51.869364 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17274 2025.01.17 08:11:51.869615 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17275 2025.01.17 08:11:51.869833 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec.
17276 2025.01.17 08:11:51.869886 [ 262 ] {199c22c7-839b-4f13-8257-4ffdd3b73735} <Debug> TCPHandler: Processed in 0.001929828 sec.
17277 2025.01.17 08:11:51.870044 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17278 2025.01.17 08:11:51.870175 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17279 2025.01.17 08:11:51.870226 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17280 2025.01.17 08:11:51.871216 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17281 2025.01.17 08:11:51.871258 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17282 2025.01.17 08:11:51.871684 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17283 2025.01.17 08:11:51.871932 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17284 2025.01.17 08:11:51.872081 [ 45 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17285 2025.01.17 08:11:51.872121 [ 45 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17286 2025.01.17 08:11:51.872125 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Debug> executeQuery: Read 884 rows, 65.67 KiB in 0.001978 sec., 446916.07684529823 rows/sec., 32.42 MiB/sec.
17287 2025.01.17 08:11:51.872144 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17288 2025.01.17 08:11:51.872266 [ 260 ] {fd293991-58cb-40c0-96d4-f78f1a52bcc0} <Debug> TCPHandler: Processed in 0.002277682 sec.
17289 2025.01.17 08:11:51.872364 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
17290 2025.01.17 08:11:51.872447 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17291 2025.01.17 08:11:51.872513 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17292 2025.01.17 08:11:51.872560 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 913 rows starting from the beginning of the part
17293 2025.01.17 08:11:51.872616 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17294 2025.01.17 08:11:51.872755 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 421 rows starting from the beginning of the part
17295 2025.01.17 08:11:51.872776 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17296 2025.01.17 08:11:51.873141 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part
17297 2025.01.17 08:11:51.873466 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 421 rows starting from the beginning of the part
17298 2025.01.17 08:11:51.873689 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part
17299 2025.01.17 08:11:51.873881 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 884 rows starting from the beginning of the part
17300 2025.01.17 08:11:51.874401 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17301 2025.01.17 08:11:51.874446 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17302 2025.01.17 08:11:51.875011 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17303 2025.01.17 08:11:51.875312 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17304 2025.01.17 08:11:51.875547 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002973 sec., 2018.1634712411706 rows/sec., 105.44 KiB/sec.
17305 2025.01.17 08:11:51.875635 [ 262 ] {5b214748-4abc-428c-9d14-fea9373169d9} <Debug> TCPHandler: Processed in 0.003261427 sec.
17306 2025.01.17 08:11:51.875867 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17307 2025.01.17 08:11:51.875885 [ 193 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2767 rows, containing 5 columns (5 merged, 0 gathered) in 0.003655032 sec., 757038.5156682623 rows/sec., 57.80 MiB/sec.
17308 2025.01.17 08:11:51.876028 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17309 2025.01.17 08:11:51.876066 [ 193 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17310 2025.01.17 08:11:51.876104 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17311 2025.01.17 08:11:51.876471 [ 193 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17312 2025.01.17 08:11:51.876571 [ 193 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_151_30} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17313 2025.01.17 08:11:51.876651 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
17314 2025.01.17 08:11:51.877182 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17315 2025.01.17 08:11:51.877220 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17316 2025.01.17 08:11:51.877693 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
17317 2025.01.17 08:11:51.877955 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17318 2025.01.17 08:11:51.878150 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Debug> executeQuery: Read 1089 rows, 74.52 KiB in 0.002166 sec., 502770.0831024931 rows/sec., 33.60 MiB/sec.
17319 2025.01.17 08:11:51.878214 [ 260 ] {81ea667d-aad1-49d9-b220-f431c542d9c3} <Debug> TCPHandler: Processed in 0.002492496 sec.
17320 2025.01.17 08:11:51.878373 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17321 2025.01.17 08:11:51.878491 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17322 2025.01.17 08:11:51.878541 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17323 2025.01.17 08:11:51.879024 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17324 2025.01.17 08:11:51.879063 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17325 2025.01.17 08:11:51.879436 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17326 2025.01.17 08:11:51.879707 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17327 2025.01.17 08:11:51.879948 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
17328 2025.01.17 08:11:51.880020 [ 262 ] {4938bbbe-c3b9-4296-a4d0-967b506aa58f} <Debug> TCPHandler: Processed in 0.001700105 sec.
17329 2025.01.17 08:11:51.880219 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17330 2025.01.17 08:11:51.880352 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17331 2025.01.17 08:11:51.880425 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17332 2025.01.17 08:11:51.881579 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17333 2025.01.17 08:11:51.881616 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17334 2025.01.17 08:11:51.882292 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17335 2025.01.17 08:11:51.882551 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17336 2025.01.17 08:11:51.882756 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17337 2025.01.17 08:11:51.882767 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002438 sec., 13945.85726004922 rows/sec., 24.99 MiB/sec.
17338 2025.01.17 08:11:51.882795 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17339 2025.01.17 08:11:51.882947 [ 260 ] {94ec8713-6904-4101-9d77-a8029f418205} <Debug> TCPHandler: Processed in 0.002819101 sec.
17340 2025.01.17 08:11:51.883210 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17341 2025.01.17 08:11:51.883413 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17342 2025.01.17 08:11:51.883557 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17343 2025.01.17 08:11:51.884384 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17344 2025.01.17 08:11:51.884441 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17345 2025.01.17 08:11:51.885042 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
17346 2025.01.17 08:11:51.885431 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17347 2025.01.17 08:11:51.885775 [ 221 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17348 2025.01.17 08:11:51.885838 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17349 2025.01.17 08:11:51.885912 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002544 sec., 32232.704402515727 rows/sec., 2.05 MiB/sec.
17350 2025.01.17 08:11:51.886015 [ 262 ] {eb5b8511-d4a0-4f5f-bcf9-f64fb6b22a2d} <Debug> TCPHandler: Processed in 0.002904882 sec.
17351 2025.01.17 08:11:51.886321 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17352 2025.01.17 08:11:51.888418 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17353 2025.01.17 08:11:52.732886 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17354 2025.01.17 08:11:52.733079 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17355 2025.01.17 08:11:52.733152 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17356 2025.01.17 08:11:52.733948 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17357 2025.01.17 08:11:52.734002 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17358 2025.01.17 08:11:52.734427 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
17359 2025.01.17 08:11:52.734694 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17360 2025.01.17 08:11:52.734935 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001906 sec., 2098.6358866736623 rows/sec., 171.13 KiB/sec.
17361 2025.01.17 08:11:52.735002 [ 260 ] {7e8ed863-66b7-4ff8-adff-7d439b31a80e} <Debug> TCPHandler: Processed in 0.002246642 sec.
17362 2025.01.17 08:11:52.735249 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17363 2025.01.17 08:11:52.735435 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17364 2025.01.17 08:11:52.735506 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17365 2025.01.17 08:11:52.736234 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17366 2025.01.17 08:11:52.736277 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17367 2025.01.17 08:11:52.736713 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17368 2025.01.17 08:11:52.736972 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17369 2025.01.17 08:11:52.737167 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Debug> executeQuery: Read 12 rows, 1.12 KiB in 0.001782 sec., 6734.006734006734 rows/sec., 629.67 KiB/sec.
17370 2025.01.17 08:11:52.737229 [ 262 ] {28d1b42c-3d76-4ba0-bd37-0c970e3028a0} <Debug> TCPHandler: Processed in 0.00210141 sec.
17371 2025.01.17 08:11:52.737394 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17372 2025.01.17 08:11:52.737518 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17373 2025.01.17 08:11:52.737568 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17374 2025.01.17 08:11:52.738151 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17375 2025.01.17 08:11:52.738192 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17376 2025.01.17 08:11:52.738556 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17377 2025.01.17 08:11:52.738793 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17378 2025.01.17 08:11:52.738979 [ 43 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17379 2025.01.17 08:11:52.739038 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001541 sec., 5840.363400389358 rows/sec., 425.23 KiB/sec.
17380 2025.01.17 08:11:52.739072 [ 43 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17381 2025.01.17 08:11:52.739166 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17382 2025.01.17 08:11:52.739168 [ 260 ] {6a1d9053-193c-4244-8ac4-751ab01bc30c} <Debug> TCPHandler: Processed in 0.001825716 sec.
17383 2025.01.17 08:11:52.739554 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17384 2025.01.17 08:11:52.739604 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
17385 2025.01.17 08:11:52.740104 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17386 2025.01.17 08:11:52.740296 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17387 2025.01.17 08:11:52.740333 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17388 2025.01.17 08:11:52.740494 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 64 rows starting from the beginning of the part
17389 2025.01.17 08:11:52.741172 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part
17390 2025.01.17 08:11:52.741907 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 46 rows starting from the beginning of the part
17391 2025.01.17 08:11:52.742203 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 46 rows starting from the beginning of the part
17392 2025.01.17 08:11:52.742579 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 53 rows starting from the beginning of the part
17393 2025.01.17 08:11:52.742964 [ 186 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 9 rows starting from the beginning of the part
17394 2025.01.17 08:11:52.743797 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17395 2025.01.17 08:11:52.743844 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17396 2025.01.17 08:11:52.744427 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17397 2025.01.17 08:11:52.744715 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 5 columns (5 merged, 0 gathered) in 0.005379447 sec., 41454.07511218161 rows/sec., 3.12 MiB/sec.
17398 2025.01.17 08:11:52.744819 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17399 2025.01.17 08:11:52.744947 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17400 2025.01.17 08:11:52.745308 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.005356 sec., 1680.3584764749814 rows/sec., 135.65 KiB/sec.
17401 2025.01.17 08:11:52.745625 [ 262 ] {c1d72488-1ba1-4cb7-ab8b-0dfa70a59cca} <Debug> TCPHandler: Processed in 0.006324231 sec.
17402 2025.01.17 08:11:52.745936 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17403 2025.01.17 08:11:52.746082 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17404 2025.01.17 08:11:52.746333 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17405 2025.01.17 08:11:52.746475 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_86_17} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17406 2025.01.17 08:11:52.746545 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17407 2025.01.17 08:11:52.746803 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
17408 2025.01.17 08:11:52.747623 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17409 2025.01.17 08:11:52.747662 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17410 2025.01.17 08:11:52.748034 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
17411 2025.01.17 08:11:52.748273 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17412 2025.01.17 08:11:52.748432 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_137_29 to all_141_141_0
17413 2025.01.17 08:11:52.748478 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17414 2025.01.17 08:11:52.748493 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.002318 sec., 862.8127696289904 rows/sec., 60.67 KiB/sec.
17415 2025.01.17 08:11:52.748507 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17416 2025.01.17 08:11:52.748707 [ 260 ] {9c734f79-09c2-427c-815b-e0bd295afd5a} <Debug> TCPHandler: Processed in 0.002939392 sec.
17417 2025.01.17 08:11:52.748764 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_137_29 to all_141_141_0 into Compact with storage Full
17418 2025.01.17 08:11:52.748958 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17419 2025.01.17 08:11:52.749292 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17420 2025.01.17 08:11:52.749406 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17421 2025.01.17 08:11:52.749454 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_137_29, total 44678 rows starting from the beginning of the part
17422 2025.01.17 08:11:52.749990 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part
17423 2025.01.17 08:11:52.750109 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17424 2025.01.17 08:11:52.750567 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part
17425 2025.01.17 08:11:52.751256 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part
17426 2025.01.17 08:11:52.751888 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1089 rows starting from the beginning of the part
17427 2025.01.17 08:11:52.755367 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17428 2025.01.17 08:11:52.755441 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17429 2025.01.17 08:11:52.756455 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17430 2025.01.17 08:11:52.756800 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17431 2025.01.17 08:11:52.757065 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17432 2025.01.17 08:11:52.757168 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007886 sec., 634.0349987319299 rows/sec., 1.14 MiB/sec.
17433 2025.01.17 08:11:52.757253 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17434 2025.01.17 08:11:52.757357 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
17435 2025.01.17 08:11:52.757671 [ 262 ] {4b11e4a0-8279-4fc7-a5ab-4e59eaf625e2} <Debug> TCPHandler: Processed in 0.008835477 sec.
17436 2025.01.17 08:11:52.757723 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
17437 2025.01.17 08:11:52.758154 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17438 2025.01.17 08:11:52.758222 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2344 rows starting from the beginning of the part
17439 2025.01.17 08:11:52.758519 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part
17440 2025.01.17 08:11:52.758846 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part
17441 2025.01.17 08:11:52.759142 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 39 rows starting from the beginning of the part
17442 2025.01.17 08:11:52.759429 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 34 rows starting from the beginning of the part
17443 2025.01.17 08:11:52.759659 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 5 rows starting from the beginning of the part
17444 2025.01.17 08:11:52.763849 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46324 rows, containing 5 columns (5 merged, 0 gathered) in 0.015234159 sec., 3040797.9856321574 rows/sec., 205.29 MiB/sec.
17445 2025.01.17 08:11:52.764455 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Trace> MergedBlockOutputStream: filled checksums all_1_141_30 (state Temporary)
17446 2025.01.17 08:11:52.765056 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_141_30 to all_1_141_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17447 2025.01.17 08:11:52.765150 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_141_30} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_137_29, all_141_141_0] -> all_1_141_30
17448 2025.01.17 08:11:52.765314 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB.
17449 2025.01.17 08:11:52.772081 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 19 columns (19 merged, 0 gathered) in 0.014571929 sec., 169229.48224631068 rows/sec., 303.25 MiB/sec.
17450 2025.01.17 08:11:52.774571 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17451 2025.01.17 08:11:52.775020 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17452 2025.01.17 08:11:52.775100 [ 198 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17453 2025.01.17 08:11:52.775259 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.68 MiB.
17454 2025.01.17 08:11:53.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.61 MiB, peak 288.32 MiB, free memory in arenas 0.00 B, will set to 272.41 MiB (RSS), difference: 2.80 MiB
17455 2025.01.17 08:11:53.973199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663
17456 2025.01.17 08:11:53.974161 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17457 2025.01.17 08:11:53.974216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17458 2025.01.17 08:11:53.974792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
17459 2025.01.17 08:11:53.975062 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17460 2025.01.17 08:11:53.975282 [ 42 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
17461 2025.01.17 08:11:53.975335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663
17462 2025.01.17 08:11:53.975384 [ 42 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17463 2025.01.17 08:11:53.975417 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17464 2025.01.17 08:11:53.975549 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
17465 2025.01.17 08:11:53.975702 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17466 2025.01.17 08:11:53.975750 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part
17467 2025.01.17 08:11:53.975845 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part
17468 2025.01.17 08:11:53.976021 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part
17469 2025.01.17 08:11:53.976248 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part
17470 2025.01.17 08:11:53.976466 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part
17471 2025.01.17 08:11:53.976654 [ 187 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part
17472 2025.01.17 08:11:53.980054 [ 200 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.004570786 sec., 9115062.485970683 rows/sec., 130.39 MiB/sec.
17473 2025.01.17 08:11:53.980386 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
17474 2025.01.17 08:11:53.980795 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17475 2025.01.17 08:11:53.980900 [ 194 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_91_18} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
17476 2025.01.17 08:11:53.981023 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17477 2025.01.17 08:11:57.055620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
17478 2025.01.17 08:11:57.078824 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17479 2025.01.17 08:11:57.078884 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17480 2025.01.17 08:11:57.086510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
17481 2025.01.17 08:11:57.087533 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17482 2025.01.17 08:11:57.087994 [ 33 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
17483 2025.01.17 08:11:57.088129 [ 33 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17484 2025.01.17 08:11:57.088209 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17485 2025.01.17 08:11:57.088721 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
17486 2025.01.17 08:11:57.103776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
17487 2025.01.17 08:11:57.105468 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17488 2025.01.17 08:11:57.107023 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part
17489 2025.01.17 08:11:57.113428 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part
17490 2025.01.17 08:11:57.119610 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part
17491 2025.01.17 08:11:57.125740 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part
17492 2025.01.17 08:11:57.132115 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part
17493 2025.01.17 08:11:57.138201 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part
17494 2025.01.17 08:11:57.184260 [ 223 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17495 2025.01.17 08:11:57.184335 [ 223 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17496 2025.01.17 08:11:57.189075 [ 223 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17497 2025.01.17 08:11:57.208025 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.119631157 sec., 5734.292112547236 rows/sec., 29.65 MiB/sec.
17498 2025.01.17 08:11:57.211982 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
17499 2025.01.17 08:11:57.215150 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17500 2025.01.17 08:11:57.215257 [ 195 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_91_18} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
17501 2025.01.17 08:11:57.218043 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
17502 2025.01.17 08:11:57.266043 [ 221 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17503 2025.01.17 08:11:57.266097 [ 221 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17504 2025.01.17 08:11:57.268692 [ 221 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17505 2025.01.17 08:11:57.741266 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17506 2025.01.17 08:11:57.741507 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17507 2025.01.17 08:11:57.741598 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17508 2025.01.17 08:11:57.742511 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17509 2025.01.17 08:11:57.742555 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17510 2025.01.17 08:11:57.743016 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
17511 2025.01.17 08:11:57.743297 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17512 2025.01.17 08:11:57.743500 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.09 MiB/sec.
17513 2025.01.17 08:11:57.743567 [ 260 ] {3b9d06b5-63c0-4635-9dce-ae0fbad67b1d} <Debug> TCPHandler: Processed in 0.002451455 sec.
17514 2025.01.17 08:11:57.743820 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17515 2025.01.17 08:11:57.744008 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17516 2025.01.17 08:11:57.744078 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17517 2025.01.17 08:11:57.744836 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17518 2025.01.17 08:11:57.744881 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17519 2025.01.17 08:11:57.745326 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
17520 2025.01.17 08:11:57.745586 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17521 2025.01.17 08:11:57.745807 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001851 sec., 34575.90491626148 rows/sec., 2.70 MiB/sec.
17522 2025.01.17 08:11:57.745864 [ 262 ] {98de5815-fc56-4563-80bd-bbebda896847} <Debug> TCPHandler: Processed in 0.002165712 sec.
17523 2025.01.17 08:11:57.746005 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17524 2025.01.17 08:11:57.746128 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17525 2025.01.17 08:11:57.746183 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17526 2025.01.17 08:11:57.746758 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17527 2025.01.17 08:11:57.746797 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17528 2025.01.17 08:11:57.747219 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
17529 2025.01.17 08:11:57.747469 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17530 2025.01.17 08:11:57.747649 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec.
17531 2025.01.17 08:11:57.747704 [ 260 ] {fcb27bb8-69ab-4de7-99a9-8b66cd06f66c} <Debug> TCPHandler: Processed in 0.001754245 sec.
17532 2025.01.17 08:11:57.747857 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17533 2025.01.17 08:11:57.747974 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17534 2025.01.17 08:11:57.748025 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17535 2025.01.17 08:11:57.748545 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17536 2025.01.17 08:11:57.748584 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17537 2025.01.17 08:11:57.748988 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
17538 2025.01.17 08:11:57.749229 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17539 2025.01.17 08:11:57.749430 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec.
17540 2025.01.17 08:11:57.749480 [ 262 ] {9f762243-d333-4503-95ac-848e3f5adc60} <Debug> TCPHandler: Processed in 0.001679584 sec.
17541 2025.01.17 08:11:58.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.76 MiB, peak 290.91 MiB, free memory in arenas 0.00 B, will set to 272.41 MiB (RSS), difference: -1.35 MiB
17542 2025.01.17 08:12:01.233473 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
17543 2025.01.17 08:12:01.233536 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
17544 2025.01.17 08:12:01.475578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151
17545 2025.01.17 08:12:01.476536 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17546 2025.01.17 08:12:01.476578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17547 2025.01.17 08:12:01.477111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
17548 2025.01.17 08:12:01.477365 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17549 2025.01.17 08:12:01.477616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151
17550 2025.01.17 08:12:01.708039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2416
17551 2025.01.17 08:12:01.712903 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17552 2025.01.17 08:12:01.712992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17553 2025.01.17 08:12:01.715304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17554 2025.01.17 08:12:01.715803 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17555 2025.01.17 08:12:01.717182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2416
17556 2025.01.17 08:12:02.747785 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17557 2025.01.17 08:12:02.747970 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17558 2025.01.17 08:12:02.748038 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17559 2025.01.17 08:12:02.748764 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17560 2025.01.17 08:12:02.748807 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17561 2025.01.17 08:12:02.749236 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17562 2025.01.17 08:12:02.749494 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17563 2025.01.17 08:12:02.749732 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec.
17564 2025.01.17 08:12:02.749790 [ 260 ] {f0f13c8c-9511-4685-8d5c-1e72b355a74b} <Debug> TCPHandler: Processed in 0.00212395 sec.
17565 2025.01.17 08:12:02.750050 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17566 2025.01.17 08:12:02.750245 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17567 2025.01.17 08:12:02.750319 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17568 2025.01.17 08:12:02.751254 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17569 2025.01.17 08:12:02.751307 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17570 2025.01.17 08:12:02.751775 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
17571 2025.01.17 08:12:02.752042 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17572 2025.01.17 08:12:02.752304 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00211 sec., 133175.35545023697 rows/sec., 11.77 MiB/sec.
17573 2025.01.17 08:12:02.752374 [ 262 ] {af80bec0-ba83-4fdd-8c3c-1f2c74ca76da} <Debug> TCPHandler: Processed in 0.002450535 sec.
17574 2025.01.17 08:12:02.752529 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17575 2025.01.17 08:12:02.752645 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17576 2025.01.17 08:12:02.752693 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17577 2025.01.17 08:12:02.753308 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17578 2025.01.17 08:12:02.753347 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17579 2025.01.17 08:12:02.753716 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
17580 2025.01.17 08:12:02.753976 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17581 2025.01.17 08:12:02.754187 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001564 sec., 29411.764705882353 rows/sec., 2.12 MiB/sec.
17582 2025.01.17 08:12:02.754239 [ 260 ] {7fdc5b05-de64-4fa5-9d2c-13f8dd1df4ca} <Debug> TCPHandler: Processed in 0.001765425 sec.
17583 2025.01.17 08:12:02.754405 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17584 2025.01.17 08:12:02.754554 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17585 2025.01.17 08:12:02.754614 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17586 2025.01.17 08:12:02.755305 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17587 2025.01.17 08:12:02.755346 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17588 2025.01.17 08:12:02.755716 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17589 2025.01.17 08:12:02.755956 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17590 2025.01.17 08:12:02.756166 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec.
17591 2025.01.17 08:12:02.756224 [ 262 ] {e62e2fb3-c441-4033-a28a-beb25a191a4d} <Debug> TCPHandler: Processed in 0.001892058 sec.
17592 2025.01.17 08:12:02.756549 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17593 2025.01.17 08:12:02.756664 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17594 2025.01.17 08:12:02.756710 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17595 2025.01.17 08:12:02.757275 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17596 2025.01.17 08:12:02.757315 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17597 2025.01.17 08:12:02.757675 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17598 2025.01.17 08:12:02.757912 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17599 2025.01.17 08:12:02.758125 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00148 sec., 8783.783783783783 rows/sec., 547.67 KiB/sec.
17600 2025.01.17 08:12:02.758199 [ 260 ] {03f1a205-ee6f-43c8-b432-ab52d5d1d7ea} <Debug> TCPHandler: Processed in 0.001704744 sec.
17601 2025.01.17 08:12:02.758392 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17602 2025.01.17 08:12:02.758517 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17603 2025.01.17 08:12:02.758566 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17604 2025.01.17 08:12:02.759300 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17605 2025.01.17 08:12:02.759340 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17606 2025.01.17 08:12:02.759741 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
17607 2025.01.17 08:12:02.759983 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17608 2025.01.17 08:12:02.760198 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001704 sec., 247065.72769953051 rows/sec., 17.65 MiB/sec.
17609 2025.01.17 08:12:02.760254 [ 262 ] {20a440c0-a1f1-4187-b92d-39f2ceb38b59} <Debug> TCPHandler: Processed in 0.001958658 sec.
17610 2025.01.17 08:12:02.760406 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17611 2025.01.17 08:12:02.760522 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17612 2025.01.17 08:12:02.760571 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17613 2025.01.17 08:12:02.761190 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17614 2025.01.17 08:12:02.761229 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17615 2025.01.17 08:12:02.761595 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17616 2025.01.17 08:12:02.761834 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17617 2025.01.17 08:12:02.762040 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
17618 2025.01.17 08:12:02.762089 [ 260 ] {ecdcb2b7-d6bf-49dc-8d55-9da2cebdf340} <Debug> TCPHandler: Processed in 0.001740375 sec.
17619 2025.01.17 08:12:02.762258 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17620 2025.01.17 08:12:02.762398 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17621 2025.01.17 08:12:02.762461 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17622 2025.01.17 08:12:02.763160 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17623 2025.01.17 08:12:02.763207 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17624 2025.01.17 08:12:02.763609 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17625 2025.01.17 08:12:02.763849 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17626 2025.01.17 08:12:02.764072 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec.
17627 2025.01.17 08:12:02.764128 [ 262 ] {e52b2213-93e1-4538-8ec5-e288138862e5} <Debug> TCPHandler: Processed in 0.001941178 sec.
17628 2025.01.17 08:12:02.764274 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17629 2025.01.17 08:12:02.764390 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17630 2025.01.17 08:12:02.764439 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17631 2025.01.17 08:12:02.764898 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17632 2025.01.17 08:12:02.764936 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17633 2025.01.17 08:12:02.765294 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
17634 2025.01.17 08:12:02.765526 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17635 2025.01.17 08:12:02.765700 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec.
17636 2025.01.17 08:12:02.765747 [ 260 ] {be1b37c7-499e-402c-a9c3-1eab21a776ca} <Debug> TCPHandler: Processed in 0.001528052 sec.
17637 2025.01.17 08:12:02.765890 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17638 2025.01.17 08:12:02.766008 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17639 2025.01.17 08:12:02.766086 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17640 2025.01.17 08:12:02.767315 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17641 2025.01.17 08:12:02.767353 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17642 2025.01.17 08:12:02.768027 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
17643 2025.01.17 08:12:02.768293 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17644 2025.01.17 08:12:02.768571 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002578 sec., 15128.00620636152 rows/sec., 27.11 MiB/sec.
17645 2025.01.17 08:12:02.769042 [ 262 ] {497d86c7-6fe7-4b7d-ba43-42bb437a201f} <Debug> TCPHandler: Processed in 0.003204395 sec.
17646 2025.01.17 08:12:02.769268 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17647 2025.01.17 08:12:02.769412 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17648 2025.01.17 08:12:02.769460 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17649 2025.01.17 08:12:02.769926 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17650 2025.01.17 08:12:02.769963 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17651 2025.01.17 08:12:02.770339 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
17652 2025.01.17 08:12:02.770585 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17653 2025.01.17 08:12:02.770759 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec.
17654 2025.01.17 08:12:02.770809 [ 260 ] {46647e38-6097-4170-b8c0-a175f5fc75d0} <Debug> TCPHandler: Processed in 0.001657664 sec.
17655 2025.01.17 08:12:04.603948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
17656 2025.01.17 08:12:04.628315 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17657 2025.01.17 08:12:04.628371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17658 2025.01.17 08:12:04.636020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
17659 2025.01.17 08:12:04.636832 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17660 2025.01.17 08:12:04.640037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694
17661 2025.01.17 08:12:07.666486 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17662 2025.01.17 08:12:07.666540 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17663 2025.01.17 08:12:07.668502 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17664 2025.01.17 08:12:07.740800 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17665 2025.01.17 08:12:07.740976 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17666 2025.01.17 08:12:07.741044 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17667 2025.01.17 08:12:07.741822 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17668 2025.01.17 08:12:07.741865 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17669 2025.01.17 08:12:07.742291 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
17670 2025.01.17 08:12:07.742551 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17671 2025.01.17 08:12:07.742781 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec.
17672 2025.01.17 08:12:07.742839 [ 260 ] {f96beda4-b36a-449c-a599-44aef178da54} <Debug> TCPHandler: Processed in 0.0021609 sec.
17673 2025.01.17 08:12:07.743101 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17674 2025.01.17 08:12:07.743285 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17675 2025.01.17 08:12:07.743356 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17676 2025.01.17 08:12:07.744128 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17677 2025.01.17 08:12:07.744173 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17678 2025.01.17 08:12:07.744634 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
17679 2025.01.17 08:12:07.744902 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17680 2025.01.17 08:12:07.745185 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001945 sec., 32904.88431876607 rows/sec., 2.57 MiB/sec.
17681 2025.01.17 08:12:07.745299 [ 262 ] {757b4033-2208-491d-a16f-e73b7636f0f4} <Debug> TCPHandler: Processed in 0.002332044 sec.
17682 2025.01.17 08:12:07.745545 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17683 2025.01.17 08:12:07.745773 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17684 2025.01.17 08:12:07.745838 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17685 2025.01.17 08:12:07.746545 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17686 2025.01.17 08:12:07.746587 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17687 2025.01.17 08:12:07.747034 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17688 2025.01.17 08:12:07.747282 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17689 2025.01.17 08:12:07.747505 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001774 sec., 90191.65727170237 rows/sec., 6.28 MiB/sec.
17690 2025.01.17 08:12:07.747559 [ 260 ] {d550e98f-de5e-4432-be5b-1356ed7d073f} <Debug> TCPHandler: Processed in 0.002148321 sec.
17691 2025.01.17 08:12:07.747736 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17692 2025.01.17 08:12:07.747880 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17693 2025.01.17 08:12:07.747938 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17694 2025.01.17 08:12:07.748483 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17695 2025.01.17 08:12:07.748524 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17696 2025.01.17 08:12:07.748929 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
17697 2025.01.17 08:12:07.749179 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17698 2025.01.17 08:12:07.749404 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec.
17699 2025.01.17 08:12:07.749461 [ 262 ] {fa2109b9-c49d-4fd3-ac2f-4b41f19f2b76} <Debug> TCPHandler: Processed in 0.001786406 sec.
17700 2025.01.17 08:12:08.977849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578
17701 2025.01.17 08:12:08.978521 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17702 2025.01.17 08:12:08.978569 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17703 2025.01.17 08:12:08.979128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
17704 2025.01.17 08:12:08.979387 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17705 2025.01.17 08:12:08.979575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578
17706 2025.01.17 08:12:11.318438 [ 220 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17707 2025.01.17 08:12:11.318504 [ 220 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17708 2025.01.17 08:12:11.320691 [ 220 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17709 2025.01.17 08:12:11.717540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2446
17710 2025.01.17 08:12:11.720586 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17711 2025.01.17 08:12:11.720650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17712 2025.01.17 08:12:11.722167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
17713 2025.01.17 08:12:11.722482 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17714 2025.01.17 08:12:11.723224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2446
17715 2025.01.17 08:12:12.140185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701
17716 2025.01.17 08:12:12.165075 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17717 2025.01.17 08:12:12.165129 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17718 2025.01.17 08:12:12.172824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
17719 2025.01.17 08:12:12.173621 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17720 2025.01.17 08:12:12.178124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701
17721 2025.01.17 08:12:12.562872 [ 223 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17722 2025.01.17 08:12:12.562927 [ 223 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17723 2025.01.17 08:12:12.565234 [ 223 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17724 2025.01.17 08:12:12.679112 [ 225 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17725 2025.01.17 08:12:12.679179 [ 225 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17726 2025.01.17 08:12:12.681329 [ 225 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17727 2025.01.17 08:12:12.749172 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17728 2025.01.17 08:12:12.749359 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17729 2025.01.17 08:12:12.749435 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17730 2025.01.17 08:12:12.750172 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17731 2025.01.17 08:12:12.750216 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17732 2025.01.17 08:12:12.750638 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17733 2025.01.17 08:12:12.750896 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17734 2025.01.17 08:12:12.751117 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec.
17735 2025.01.17 08:12:12.751175 [ 260 ] {115014ea-a4dd-411d-9579-b5164d0b40a5} <Debug> TCPHandler: Processed in 0.00213127 sec.
17736 2025.01.17 08:12:12.751458 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17737 2025.01.17 08:12:12.751672 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17738 2025.01.17 08:12:12.751754 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17739 2025.01.17 08:12:12.752824 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17740 2025.01.17 08:12:12.752881 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17741 2025.01.17 08:12:12.753370 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
17742 2025.01.17 08:12:12.753647 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17743 2025.01.17 08:12:12.753858 [ 178 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
17744 2025.01.17 08:12:12.753927 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Debug> executeQuery: Read 289 rows, 26.18 KiB in 0.002308 sec., 125216.6377816291 rows/sec., 11.08 MiB/sec.
17745 2025.01.17 08:12:12.753942 [ 178 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17746 2025.01.17 08:12:12.754018 [ 178 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17747 2025.01.17 08:12:12.754074 [ 262 ] {524b23e8-62b2-48bb-8722-6fec62125eb6} <Debug> TCPHandler: Processed in 0.00276221 sec.
17748 2025.01.17 08:12:12.754300 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
17749 2025.01.17 08:12:12.754311 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17750 2025.01.17 08:12:12.754573 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17751 2025.01.17 08:12:12.754574 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17752 2025.01.17 08:12:12.754670 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17753 2025.01.17 08:12:12.754676 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1430 rows starting from the beginning of the part
17754 2025.01.17 08:12:12.755051 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 12 rows starting from the beginning of the part
17755 2025.01.17 08:12:12.755441 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part
17756 2025.01.17 08:12:12.755817 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 281 rows starting from the beginning of the part
17757 2025.01.17 08:12:12.756257 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part
17758 2025.01.17 08:12:12.756608 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 289 rows starting from the beginning of the part
17759 2025.01.17 08:12:12.757612 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17760 2025.01.17 08:12:12.757679 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17761 2025.01.17 08:12:12.758629 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
17762 2025.01.17 08:12:12.759144 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17763 2025.01.17 08:12:12.759541 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Debug> executeQuery: Read 50 rows, 3.69 KiB in 0.005031 sec., 9938.382031405288 rows/sec., 733.34 KiB/sec.
17764 2025.01.17 08:12:12.759974 [ 260 ] {c7a75e00-f978-4c8b-bacd-963a9ae098f4} <Debug> TCPHandler: Processed in 0.005755313 sec.
17765 2025.01.17 08:12:12.760466 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 5 columns (5 merged, 0 gathered) in 0.00632784 sec., 335659.5615565501 rows/sec., 29.70 MiB/sec.
17766 2025.01.17 08:12:12.760570 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17767 2025.01.17 08:12:12.760812 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17768 2025.01.17 08:12:12.760821 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
17769 2025.01.17 08:12:12.760921 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17770 2025.01.17 08:12:12.761425 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17771 2025.01.17 08:12:12.761664 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_156_31} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
17772 2025.01.17 08:12:12.761801 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
17773 2025.01.17 08:12:12.762074 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17774 2025.01.17 08:12:12.762120 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17775 2025.01.17 08:12:12.762506 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17776 2025.01.17 08:12:12.762753 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17777 2025.01.17 08:12:12.762973 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002224 sec., 6294.964028776979 rows/sec., 440.86 KiB/sec.
17778 2025.01.17 08:12:12.763030 [ 262 ] {11f009ea-ed0b-4ee6-9b29-abaf54547831} <Debug> TCPHandler: Processed in 0.002850341 sec.
17779 2025.01.17 08:12:12.763176 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17780 2025.01.17 08:12:12.763295 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17781 2025.01.17 08:12:12.763342 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17782 2025.01.17 08:12:12.763919 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17783 2025.01.17 08:12:12.763959 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17784 2025.01.17 08:12:12.764364 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17785 2025.01.17 08:12:12.764623 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17786 2025.01.17 08:12:12.764835 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
17787 2025.01.17 08:12:12.764888 [ 260 ] {2279d543-7c98-417d-938a-19f5ca7ed020} <Debug> TCPHandler: Processed in 0.001766755 sec.
17788 2025.01.17 08:12:12.765043 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17789 2025.01.17 08:12:12.765159 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17790 2025.01.17 08:12:12.765208 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17791 2025.01.17 08:12:12.765997 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17792 2025.01.17 08:12:12.766040 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17793 2025.01.17 08:12:12.766433 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
17794 2025.01.17 08:12:12.766679 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17795 2025.01.17 08:12:12.766865 [ 178 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
17796 2025.01.17 08:12:12.766928 [ 178 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17797 2025.01.17 08:12:12.766925 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Debug> executeQuery: Read 428 rows, 31.39 KiB in 0.001781 sec., 240314.430095452 rows/sec., 17.21 MiB/sec.
17798 2025.01.17 08:12:12.766966 [ 178 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17799 2025.01.17 08:12:12.767074 [ 262 ] {d5039537-6349-48c9-9da0-3fce05e7d23d} <Debug> TCPHandler: Processed in 0.00208402 sec.
17800 2025.01.17 08:12:12.767323 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17801 2025.01.17 08:12:12.767346 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
17802 2025.01.17 08:12:12.767503 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17803 2025.01.17 08:12:12.767611 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17804 2025.01.17 08:12:12.767755 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17805 2025.01.17 08:12:12.767852 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 913 rows starting from the beginning of the part
17806 2025.01.17 08:12:12.768305 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 9 rows starting from the beginning of the part
17807 2025.01.17 08:12:12.768653 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part
17808 2025.01.17 08:12:12.769005 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 421 rows starting from the beginning of the part
17809 2025.01.17 08:12:12.769389 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part
17810 2025.01.17 08:12:12.769721 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 428 rows starting from the beginning of the part
17811 2025.01.17 08:12:12.769884 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17812 2025.01.17 08:12:12.770012 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17813 2025.01.17 08:12:12.770970 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17814 2025.01.17 08:12:12.771507 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17815 2025.01.17 08:12:12.772084 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004636 sec., 1294.2191544434856 rows/sec., 67.62 KiB/sec.
17816 2025.01.17 08:12:12.772277 [ 260 ] {ede7ba8b-51b1-4dce-a38b-230d54376c33} <Debug> TCPHandler: Processed in 0.005061823 sec.
17817 2025.01.17 08:12:12.772486 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17818 2025.01.17 08:12:12.772696 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17819 2025.01.17 08:12:12.772878 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17820 2025.01.17 08:12:12.773510 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.006383971 sec., 297463.7572758398 rows/sec., 22.73 MiB/sec.
17821 2025.01.17 08:12:12.773818 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
17822 2025.01.17 08:12:12.774333 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17823 2025.01.17 08:12:12.774437 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17824 2025.01.17 08:12:12.774505 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_156_31} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
17825 2025.01.17 08:12:12.774506 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17826 2025.01.17 08:12:12.774677 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
17827 2025.01.17 08:12:12.775051 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17828 2025.01.17 08:12:12.775303 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17829 2025.01.17 08:12:12.775475 [ 178 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_141_30 to all_146_146_0
17830 2025.01.17 08:12:12.775532 [ 178 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17831 2025.01.17 08:12:12.775549 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00293 sec., 80887.37201365188 rows/sec., 5.42 MiB/sec.
17832 2025.01.17 08:12:12.775576 [ 178 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17833 2025.01.17 08:12:12.775715 [ 262 ] {314e7b56-8c55-481f-b238-95fede5c3ea7} <Debug> TCPHandler: Processed in 0.003316817 sec.
17834 2025.01.17 08:12:12.775805 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_30 to all_146_146_0 into Compact with storage Full
17835 2025.01.17 08:12:12.775906 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17836 2025.01.17 08:12:12.776070 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17837 2025.01.17 08:12:12.776200 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_141_30, total 46324 rows starting from the beginning of the part
17838 2025.01.17 08:12:12.776381 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17839 2025.01.17 08:12:12.776708 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17840 2025.01.17 08:12:12.776742 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 2 rows starting from the beginning of the part
17841 2025.01.17 08:12:12.777334 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part
17842 2025.01.17 08:12:12.777898 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 237 rows starting from the beginning of the part
17843 2025.01.17 08:12:12.778381 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part
17844 2025.01.17 08:12:12.778706 [ 198 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part
17845 2025.01.17 08:12:12.780404 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17846 2025.01.17 08:12:12.780480 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17847 2025.01.17 08:12:12.781072 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
17848 2025.01.17 08:12:12.781454 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17849 2025.01.17 08:12:12.781877 [ 178 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0
17850 2025.01.17 08:12:12.782056 [ 178 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17851 2025.01.17 08:12:12.782138 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005898 sec., 169.548999660902 rows/sec., 11.42 KiB/sec.
17852 2025.01.17 08:12:12.782160 [ 178 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17853 2025.01.17 08:12:12.782402 [ 260 ] {db69bf35-65f9-45ce-9f1f-a8121e7b416a} <Debug> TCPHandler: Processed in 0.006578044 sec.
17854 2025.01.17 08:12:12.782720 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17855 2025.01.17 08:12:12.782925 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full
17856 2025.01.17 08:12:12.783038 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17857 2025.01.17 08:12:12.783406 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17858 2025.01.17 08:12:12.783536 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17859 2025.01.17 08:12:12.783674 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 63 rows starting from the beginning of the part
17860 2025.01.17 08:12:12.784039 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part
17861 2025.01.17 08:12:12.784563 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part
17862 2025.01.17 08:12:12.785031 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part
17863 2025.01.17 08:12:12.785542 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part
17864 2025.01.17 08:12:12.786151 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part
17865 2025.01.17 08:12:12.790720 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.008281478 sec., 8211.094686238373 rows/sec., 553.29 KiB/sec.
17866 2025.01.17 08:12:12.790997 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary)
17867 2025.01.17 08:12:12.791346 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17868 2025.01.17 08:12:12.791421 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17869 2025.01.17 08:12:12.791878 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17870 2025.01.17 08:12:12.792124 [ 192 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_68_14} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14
17871 2025.01.17 08:12:12.792342 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17872 2025.01.17 08:12:12.792907 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47120 rows, containing 5 columns (5 merged, 0 gathered) in 0.017191067 sec., 2740958.429165566 rows/sec., 185.07 MiB/sec.
17873 2025.01.17 08:12:12.793024 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
17874 2025.01.17 08:12:12.793358 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17875 2025.01.17 08:12:12.793611 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Trace> MergedBlockOutputStream: filled checksums all_1_146_31 (state Temporary)
17876 2025.01.17 08:12:12.793702 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.010714 sec., 4013.4403584095576 rows/sec., 7.19 MiB/sec.
17877 2025.01.17 08:12:12.793957 [ 262 ] {e4189be8-fe43-4868-99cb-ade76c04efd3} <Debug> TCPHandler: Processed in 0.011380593 sec.
17878 2025.01.17 08:12:12.794150 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17879 2025.01.17 08:12:12.794187 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_146_31 to all_1_146_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17880 2025.01.17 08:12:12.794297 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
17881 2025.01.17 08:12:12.794297 [ 193 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_146_31} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_141_30, all_146_146_0] -> all_1_146_31
17882 2025.01.17 08:12:12.794349 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
17883 2025.01.17 08:12:12.794429 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB.
17884 2025.01.17 08:12:12.794856 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17885 2025.01.17 08:12:12.794894 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17886 2025.01.17 08:12:12.795350 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
17887 2025.01.17 08:12:12.795595 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17888 2025.01.17 08:12:12.795944 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001648 sec., 1820.388349514563 rows/sec., 145.77 KiB/sec.
17889 2025.01.17 08:12:12.796113 [ 260 ] {3bd6455d-6cce-4c06-8794-8d77ca305163} <Debug> TCPHandler: Processed in 0.002037579 sec.
17890 2025.01.17 08:12:12.796279 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17891 2025.01.17 08:12:12.796418 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17892 2025.01.17 08:12:12.796478 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17893 2025.01.17 08:12:12.796983 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17894 2025.01.17 08:12:12.797022 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17895 2025.01.17 08:12:12.797404 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
17896 2025.01.17 08:12:12.797639 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17897 2025.01.17 08:12:12.797810 [ 178 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
17898 2025.01.17 08:12:12.797876 [ 178 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17899 2025.01.17 08:12:12.797880 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec.
17900 2025.01.17 08:12:12.797918 [ 178 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
17901 2025.01.17 08:12:12.798021 [ 262 ] {b54519af-9fe1-4616-97af-f69eb80da04e} <Debug> TCPHandler: Processed in 0.001804965 sec.
17902 2025.01.17 08:12:12.798173 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
17903 2025.01.17 08:12:12.798304 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17904 2025.01.17 08:12:12.798339 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 9290 rows starting from the beginning of the part
17905 2025.01.17 08:12:12.798445 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part
17906 2025.01.17 08:12:12.798681 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part
17907 2025.01.17 08:12:12.798774 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 82 rows starting from the beginning of the part
17908 2025.01.17 08:12:12.798988 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part
17909 2025.01.17 08:12:12.799067 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part
17910 2025.01.17 08:12:12.802572 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9656 rows, containing 4 columns (4 merged, 0 gathered) in 0.004525885 sec., 2133505.3807155946 rows/sec., 139.00 MiB/sec.
17911 2025.01.17 08:12:12.802914 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
17912 2025.01.17 08:12:12.803460 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17913 2025.01.17 08:12:12.803606 [ 190 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_136_27} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
17914 2025.01.17 08:12:12.803707 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB.
17915 2025.01.17 08:12:13.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.94 MiB, peak 290.91 MiB, free memory in arenas 0.00 B, will set to 272.42 MiB (RSS), difference: -1.52 MiB
17916 2025.01.17 08:12:13.567138 [ 221 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17917 2025.01.17 08:12:13.567193 [ 221 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17918 2025.01.17 08:12:13.569458 [ 221 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
17919 2025.01.17 08:12:16.233582 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
17920 2025.01.17 08:12:16.233646 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
17921 2025.01.17 08:12:16.479849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066
17922 2025.01.17 08:12:16.481436 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17923 2025.01.17 08:12:16.481489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17924 2025.01.17 08:12:16.482066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
17925 2025.01.17 08:12:16.482328 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17926 2025.01.17 08:12:16.482552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066
17927 2025.01.17 08:12:17.148960 [ 221 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17928 2025.01.17 08:12:17.149008 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17929 2025.01.17 08:12:17.150984 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
17930 2025.01.17 08:12:17.741078 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17931 2025.01.17 08:12:17.741261 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17932 2025.01.17 08:12:17.741327 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17933 2025.01.17 08:12:17.742143 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17934 2025.01.17 08:12:17.742197 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17935 2025.01.17 08:12:17.742637 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
17936 2025.01.17 08:12:17.742887 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17937 2025.01.17 08:12:17.743134 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec.
17938 2025.01.17 08:12:17.743201 [ 260 ] {0fc048c1-1570-4aac-b6e4-60e17c7c977f} <Debug> TCPHandler: Processed in 0.002254223 sec.
17939 2025.01.17 08:12:17.743455 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17940 2025.01.17 08:12:17.743673 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17941 2025.01.17 08:12:17.743790 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17942 2025.01.17 08:12:17.744576 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17943 2025.01.17 08:12:17.744632 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17944 2025.01.17 08:12:17.745083 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
17945 2025.01.17 08:12:17.745356 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17946 2025.01.17 08:12:17.745594 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001982 sec., 32290.615539858733 rows/sec., 2.52 MiB/sec.
17947 2025.01.17 08:12:17.745661 [ 262 ] {f5a2aa87-4f3c-40ca-b0bc-6f82c85160be} <Debug> TCPHandler: Processed in 0.002341794 sec.
17948 2025.01.17 08:12:17.745800 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17949 2025.01.17 08:12:17.745927 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17950 2025.01.17 08:12:17.745982 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17951 2025.01.17 08:12:17.746566 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17952 2025.01.17 08:12:17.746607 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17953 2025.01.17 08:12:17.747027 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17954 2025.01.17 08:12:17.747282 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17955 2025.01.17 08:12:17.747505 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec.
17956 2025.01.17 08:12:17.747566 [ 260 ] {7e574d85-a32c-44ba-aa96-d830d12c2716} <Debug> TCPHandler: Processed in 0.001820906 sec.
17957 2025.01.17 08:12:17.747722 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17958 2025.01.17 08:12:17.747850 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17959 2025.01.17 08:12:17.747905 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17960 2025.01.17 08:12:17.748425 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17961 2025.01.17 08:12:17.748466 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17962 2025.01.17 08:12:17.748851 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
17963 2025.01.17 08:12:17.749095 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17964 2025.01.17 08:12:17.749315 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec.
17965 2025.01.17 08:12:17.749370 [ 262 ] {53f31dab-a4e1-4727-905b-2edfa5e9b46c} <Debug> TCPHandler: Processed in 0.001708754 sec.
17966 2025.01.17 08:12:19.678282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709
17967 2025.01.17 08:12:19.702670 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17968 2025.01.17 08:12:19.702735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB.
17969 2025.01.17 08:12:19.710432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
17970 2025.01.17 08:12:19.711274 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17971 2025.01.17 08:12:19.714471 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709
17972 2025.01.17 08:12:21.098124 [ 220 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17973 2025.01.17 08:12:21.098225 [ 220 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17974 2025.01.17 08:12:21.100503 [ 220 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17975 2025.01.17 08:12:21.502255 [ 221 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17976 2025.01.17 08:12:21.502333 [ 221 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17977 2025.01.17 08:12:21.505040 [ 221 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17978 2025.01.17 08:12:21.705663 [ 222 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17979 2025.01.17 08:12:21.705745 [ 222 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17980 2025.01.17 08:12:21.707915 [ 222 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
17981 2025.01.17 08:12:21.723590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2478
17982 2025.01.17 08:12:21.727987 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17983 2025.01.17 08:12:21.728044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
17984 2025.01.17 08:12:21.730249 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
17985 2025.01.17 08:12:21.730702 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17986 2025.01.17 08:12:21.732410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2478
17987 2025.01.17 08:12:21.892030 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17988 2025.01.17 08:12:21.892283 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17989 2025.01.17 08:12:21.892380 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17990 2025.01.17 08:12:21.893353 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17991 2025.01.17 08:12:21.893418 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
17992 2025.01.17 08:12:21.893972 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
17993 2025.01.17 08:12:21.894327 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17994 2025.01.17 08:12:21.894569 [ 170 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
17995 2025.01.17 08:12:21.894605 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002404 sec., 5823.627287853577 rows/sec., 419.22 KiB/sec.
17996 2025.01.17 08:12:21.894668 [ 170 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17997 2025.01.17 08:12:21.894754 [ 260 ] {3996f413-dbde-456d-a6c5-cbd43b8d1120} <Debug> TCPHandler: Processed in 0.002879662 sec.
17998 2025.01.17 08:12:21.894757 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
17999 2025.01.17 08:12:21.894988 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full
18000 2025.01.17 08:12:21.895100 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18001 2025.01.17 08:12:21.895151 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18002 2025.01.17 08:12:21.895214 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part
18003 2025.01.17 08:12:21.895409 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part
18004 2025.01.17 08:12:21.895629 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18005 2025.01.17 08:12:21.895672 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part
18006 2025.01.17 08:12:21.895900 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18007 2025.01.17 08:12:21.896097 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part
18008 2025.01.17 08:12:21.896470 [ 189 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part
18009 2025.01.17 08:12:21.899000 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18010 2025.01.17 08:12:21.899126 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18011 2025.01.17 08:12:21.899347 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004438463 sec., 15771.22530930189 rows/sec., 1.17 MiB/sec.
18012 2025.01.17 08:12:21.899773 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
18013 2025.01.17 08:12:21.900163 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
18014 2025.01.17 08:12:21.900617 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18015 2025.01.17 08:12:21.900805 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18016 2025.01.17 08:12:21.900892 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_69_17} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
18017 2025.01.17 08:12:21.901292 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18018 2025.01.17 08:12:21.901489 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006065 sec., 329.76092333058534 rows/sec., 26.89 KiB/sec.
18019 2025.01.17 08:12:21.901790 [ 262 ] {8af7c8ee-c69a-454c-9bb5-2cd83257aa56} <Debug> TCPHandler: Processed in 0.006882549 sec.
18020 2025.01.17 08:12:21.902014 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18021 2025.01.17 08:12:21.902183 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18022 2025.01.17 08:12:21.902255 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18023 2025.01.17 08:12:21.904242 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18024 2025.01.17 08:12:21.904293 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18025 2025.01.17 08:12:21.904921 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18026 2025.01.17 08:12:21.905271 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18027 2025.01.17 08:12:21.905562 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Debug> executeQuery: Read 1440 rows, 123.73 KiB in 0.003421 sec., 420929.5527623502 rows/sec., 35.32 MiB/sec.
18028 2025.01.17 08:12:21.905635 [ 260 ] {18827b2b-78b4-4863-a554-33e7a3e6377e} <Debug> TCPHandler: Processed in 0.003700683 sec.
18029 2025.01.17 08:12:21.905916 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18030 2025.01.17 08:12:21.906129 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18031 2025.01.17 08:12:21.906234 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18032 2025.01.17 08:12:21.907266 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18033 2025.01.17 08:12:21.907326 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18034 2025.01.17 08:12:21.907892 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18035 2025.01.17 08:12:21.908249 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18036 2025.01.17 08:12:21.908570 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Debug> executeQuery: Read 57 rows, 4.21 KiB in 0.00248 sec., 22983.870967741936 rows/sec., 1.66 MiB/sec.
18037 2025.01.17 08:12:21.908718 [ 262 ] {0ac9abff-a29a-4a2f-9f11-11d0566d6178} <Debug> TCPHandler: Processed in 0.002876221 sec.
18038 2025.01.17 08:12:21.908968 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18039 2025.01.17 08:12:21.909217 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18040 2025.01.17 08:12:21.909282 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18041 2025.01.17 08:12:21.910173 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18042 2025.01.17 08:12:21.910222 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18043 2025.01.17 08:12:21.910715 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18044 2025.01.17 08:12:21.911032 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18045 2025.01.17 08:12:21.911285 [ 171 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0
18046 2025.01.17 08:12:21.911323 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002137 sec., 113242.86382779597 rows/sec., 7.67 MiB/sec.
18047 2025.01.17 08:12:21.911374 [ 171 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18048 2025.01.17 08:12:21.911470 [ 260 ] {abca3d86-e529-4620-b2ca-4e5b930b5314} <Debug> TCPHandler: Processed in 0.002632398 sec.
18049 2025.01.17 08:12:21.911483 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18050 2025.01.17 08:12:21.911745 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18051 2025.01.17 08:12:21.911772 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full
18052 2025.01.17 08:12:21.912103 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18053 2025.01.17 08:12:21.912171 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18054 2025.01.17 08:12:21.912293 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18055 2025.01.17 08:12:21.912301 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 242 rows starting from the beginning of the part
18056 2025.01.17 08:12:21.912849 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part
18057 2025.01.17 08:12:21.913374 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 242 rows starting from the beginning of the part
18058 2025.01.17 08:12:21.914004 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part
18059 2025.01.17 08:12:21.914436 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part
18060 2025.01.17 08:12:21.914966 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 242 rows starting from the beginning of the part
18061 2025.01.17 08:12:21.916343 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18062 2025.01.17 08:12:21.916425 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18063 2025.01.17 08:12:21.917741 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18064 2025.01.17 08:12:21.918458 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18065 2025.01.17 08:12:21.918813 [ 171 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
18066 2025.01.17 08:12:21.919059 [ 171 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18067 2025.01.17 08:12:21.919168 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.007153 sec., 1817.4192646442052 rows/sec., 113.32 KiB/sec.
18068 2025.01.17 08:12:21.919229 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18069 2025.01.17 08:12:21.919478 [ 201 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.007824682 sec., 98150.95361063875 rows/sec., 7.03 MiB/sec.
18070 2025.01.17 08:12:21.919555 [ 262 ] {2c6aa5cd-e17f-4621-affe-6805f3dac45f} <Debug> TCPHandler: Processed in 0.007931543 sec.
18071 2025.01.17 08:12:21.919690 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full
18072 2025.01.17 08:12:21.919894 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18073 2025.01.17 08:12:21.919928 [ 199 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary)
18074 2025.01.17 08:12:21.920340 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18075 2025.01.17 08:12:21.920357 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18076 2025.01.17 08:12:21.920508 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18077 2025.01.17 08:12:21.920517 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part
18078 2025.01.17 08:12:21.921386 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18079 2025.01.17 08:12:21.921366 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part
18080 2025.01.17 08:12:21.922067 [ 187 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_69_14} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14
18081 2025.01.17 08:12:21.922376 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part
18082 2025.01.17 08:12:21.922698 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
18083 2025.01.17 08:12:21.923406 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part
18084 2025.01.17 08:12:21.923976 [ 196 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part
18085 2025.01.17 08:12:21.925563 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18086 2025.01.17 08:12:21.925647 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18087 2025.01.17 08:12:21.927040 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18088 2025.01.17 08:12:21.927262 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007815372 sec., 8316.942558844288 rows/sec., 551.05 KiB/sec.
18089 2025.01.17 08:12:21.927566 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18090 2025.01.17 08:12:21.927659 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
18091 2025.01.17 08:12:21.928067 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Debug> executeQuery: Read 897 rows, 66.70 KiB in 0.00791 sec., 113400.7585335019 rows/sec., 8.23 MiB/sec.
18092 2025.01.17 08:12:21.928102 [ 219 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18093 2025.01.17 08:12:21.928211 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18094 2025.01.17 08:12:21.928315 [ 260 ] {0adf0e2e-3e84-414a-b5e4-3f4a7f52a3c8} <Debug> TCPHandler: Processed in 0.008569013 sec.
18095 2025.01.17 08:12:21.928622 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18096 2025.01.17 08:12:21.928737 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18097 2025.01.17 08:12:21.929010 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18098 2025.01.17 08:12:21.929073 [ 187 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_69_17} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
18099 2025.01.17 08:12:21.929243 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18100 2025.01.17 08:12:21.929406 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18101 2025.01.17 08:12:21.930855 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18102 2025.01.17 08:12:21.930944 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18103 2025.01.17 08:12:21.931977 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18104 2025.01.17 08:12:21.932494 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18105 2025.01.17 08:12:21.933195 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004288 sec., 1399.2537313432836 rows/sec., 73.11 KiB/sec.
18106 2025.01.17 08:12:21.933483 [ 262 ] {d62cc014-4962-4e10-9c4f-ba89ecbf7f2c} <Debug> TCPHandler: Processed in 0.005009802 sec.
18107 2025.01.17 08:12:21.933786 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18108 2025.01.17 08:12:21.934110 [ 219 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18109 2025.01.17 08:12:21.934126 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18110 2025.01.17 08:12:21.934319 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18111 2025.01.17 08:12:21.935766 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18112 2025.01.17 08:12:21.935811 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18113 2025.01.17 08:12:21.936291 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18114 2025.01.17 08:12:21.936530 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18115 2025.01.17 08:12:21.936752 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.002751 sec., 394038.5314431116 rows/sec., 26.33 MiB/sec.
18116 2025.01.17 08:12:21.936825 [ 260 ] {d354a849-8ca9-4730-adb4-d69406efa2ef} <Debug> TCPHandler: Processed in 0.003183526 sec.
18117 2025.01.17 08:12:21.937000 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18118 2025.01.17 08:12:21.937184 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18119 2025.01.17 08:12:21.937252 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18120 2025.01.17 08:12:21.937747 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18121 2025.01.17 08:12:21.937785 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18122 2025.01.17 08:12:21.938162 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18123 2025.01.17 08:12:21.938424 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18124 2025.01.17 08:12:21.938637 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 44.59 KiB/sec.
18125 2025.01.17 08:12:21.938690 [ 262 ] {0123e1a1-a39c-4ad4-a5e5-fe950e0fa2ce} <Debug> TCPHandler: Processed in 0.001764465 sec.
18126 2025.01.17 08:12:21.938854 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18127 2025.01.17 08:12:21.938972 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18128 2025.01.17 08:12:21.939054 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18129 2025.01.17 08:12:21.940301 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18130 2025.01.17 08:12:21.940341 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18131 2025.01.17 08:12:21.941040 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18132 2025.01.17 08:12:21.941314 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18133 2025.01.17 08:12:21.941575 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.002623 sec., 18299.656881433475 rows/sec., 32.79 MiB/sec.
18134 2025.01.17 08:12:21.941694 [ 260 ] {4b117886-d6a8-4752-832d-27acf68dfc2e} <Debug> TCPHandler: Processed in 0.002897391 sec.
18135 2025.01.17 08:12:21.941909 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18136 2025.01.17 08:12:21.942098 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
18137 2025.01.17 08:12:21.942184 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
18138 2025.01.17 08:12:21.942839 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18139 2025.01.17 08:12:21.942887 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18140 2025.01.17 08:12:21.943268 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
18141 2025.01.17 08:12:21.943507 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18142 2025.01.17 08:12:21.943786 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.00172 sec., 6976.7441860465115 rows/sec., 492.82 KiB/sec.
18143 2025.01.17 08:12:21.943856 [ 262 ] {0ea30b7a-822e-428d-a3a4-3ae2c8af3d0f} <Debug> TCPHandler: Processed in 0.002040489 sec.
18144 2025.01.17 08:12:21.944004 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18145 2025.01.17 08:12:21.944125 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18146 2025.01.17 08:12:21.944177 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18147 2025.01.17 08:12:21.944680 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18148 2025.01.17 08:12:21.944720 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18149 2025.01.17 08:12:21.945115 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
18150 2025.01.17 08:12:21.945376 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18151 2025.01.17 08:12:21.945621 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec.
18152 2025.01.17 08:12:21.945714 [ 260 ] {745fc17b-901d-4d78-b0a4-b173fd6f002f} <Debug> TCPHandler: Processed in 0.001765355 sec.
18153 2025.01.17 08:12:22.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.45 MiB, peak 290.91 MiB, free memory in arenas 0.00 B, will set to 272.42 MiB (RSS), difference: -1.03 MiB
18154 2025.01.17 08:12:22.404670 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18155 2025.01.17 08:12:22.404725 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18156 2025.01.17 08:12:22.406842 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18157 2025.01.17 08:12:22.733309 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18158 2025.01.17 08:12:22.733521 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18159 2025.01.17 08:12:22.733600 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18160 2025.01.17 08:12:22.734409 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18161 2025.01.17 08:12:22.734455 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18162 2025.01.17 08:12:22.734884 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18163 2025.01.17 08:12:22.735145 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18164 2025.01.17 08:12:22.735345 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001883 sec., 5310.674455655869 rows/sec., 518.10 KiB/sec.
18165 2025.01.17 08:12:22.735414 [ 260 ] {48a556fa-f5bc-44b0-9a4c-b9a9fdfa5fdf} <Debug> TCPHandler: Processed in 0.002245692 sec.
18166 2025.01.17 08:12:22.735719 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18167 2025.01.17 08:12:22.735914 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18168 2025.01.17 08:12:22.735987 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18169 2025.01.17 08:12:22.736729 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18170 2025.01.17 08:12:22.736778 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18171 2025.01.17 08:12:22.737194 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18172 2025.01.17 08:12:22.737446 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18173 2025.01.17 08:12:22.737671 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001808 sec., 2765.4867256637167 rows/sec., 207.95 KiB/sec.
18174 2025.01.17 08:12:22.737727 [ 262 ] {f0a2eb91-c681-4c77-ab65-357fbef94e1f} <Debug> TCPHandler: Processed in 0.002170192 sec.
18175 2025.01.17 08:12:22.737862 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18176 2025.01.17 08:12:22.737988 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18177 2025.01.17 08:12:22.738044 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18178 2025.01.17 08:12:22.738729 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18179 2025.01.17 08:12:22.738774 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18180 2025.01.17 08:12:22.739161 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18181 2025.01.17 08:12:22.739409 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18182 2025.01.17 08:12:22.739592 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001635 sec., 3058.1039755351685 rows/sec., 244.89 KiB/sec.
18183 2025.01.17 08:12:22.739643 [ 260 ] {066efa4c-104a-4a4a-94b1-e2c743c1c33a} <Debug> TCPHandler: Processed in 0.001835756 sec.
18184 2025.01.17 08:12:22.739802 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18185 2025.01.17 08:12:22.739922 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18186 2025.01.17 08:12:22.740005 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18187 2025.01.17 08:12:22.741143 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18188 2025.01.17 08:12:22.741184 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18189 2025.01.17 08:12:22.741826 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18190 2025.01.17 08:12:22.742090 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18191 2025.01.17 08:12:22.742338 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002442 sec., 2047.5020475020474 rows/sec., 3.67 MiB/sec.
18192 2025.01.17 08:12:22.742432 [ 262 ] {df333e44-4710-4223-8a85-8a48275eed23} <Debug> TCPHandler: Processed in 0.002688429 sec.
18193 2025.01.17 08:12:23.008756 [ 225 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18194 2025.01.17 08:12:23.008814 [ 225 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18195 2025.01.17 08:12:23.010913 [ 225 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
18196 2025.01.17 08:12:23.491596 [ 220 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18197 2025.01.17 08:12:23.491656 [ 220 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18198 2025.01.17 08:12:23.493794 [ 220 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18199 2025.01.17 08:12:23.982778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493
18200 2025.01.17 08:12:23.983515 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18201 2025.01.17 08:12:23.983569 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB.
18202 2025.01.17 08:12:23.984172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
18203 2025.01.17 08:12:23.984442 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18204 2025.01.17 08:12:23.984697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493
18205 2025.01.17 08:12:25.088613 [ 221 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18206 2025.01.17 08:12:25.088664 [ 221 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18207 2025.01.17 08:12:25.090594 [ 221 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18208 2025.01.17 08:12:26.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.42 MiB, peak 290.91 MiB, free memory in arenas 0.00 B, will set to 272.42 MiB (RSS), difference: 4.00 MiB
18209 2025.01.17 08:12:27.214626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716
18210 2025.01.17 08:12:27.238251 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18211 2025.01.17 08:12:27.238313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18212 2025.01.17 08:12:27.246189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
18213 2025.01.17 08:12:27.247037 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18214 2025.01.17 08:12:27.250396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716
18215 2025.01.17 08:12:27.740482 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18216 2025.01.17 08:12:27.740675 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18217 2025.01.17 08:12:27.740747 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18218 2025.01.17 08:12:27.741579 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18219 2025.01.17 08:12:27.741626 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18220 2025.01.17 08:12:27.742082 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18221 2025.01.17 08:12:27.742344 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18222 2025.01.17 08:12:27.742559 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec.
18223 2025.01.17 08:12:27.742618 [ 260 ] {f30bad12-28f7-4d66-be5d-0f8fbbf6b6a4} <Debug> TCPHandler: Processed in 0.002263412 sec.
18224 2025.01.17 08:12:27.742887 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18225 2025.01.17 08:12:27.743099 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18226 2025.01.17 08:12:27.743176 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18227 2025.01.17 08:12:27.743941 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18228 2025.01.17 08:12:27.743988 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18229 2025.01.17 08:12:27.744428 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18230 2025.01.17 08:12:27.744680 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18231 2025.01.17 08:12:27.744927 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec.
18232 2025.01.17 08:12:27.744997 [ 262 ] {c4c7afa5-6e97-491f-9669-5c03c06c98d2} <Debug> TCPHandler: Processed in 0.002242272 sec.
18233 2025.01.17 08:12:27.745161 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18234 2025.01.17 08:12:27.745288 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18235 2025.01.17 08:12:27.745341 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18236 2025.01.17 08:12:27.745920 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18237 2025.01.17 08:12:27.745960 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18238 2025.01.17 08:12:27.746396 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
18239 2025.01.17 08:12:27.746647 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18240 2025.01.17 08:12:27.746825 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec.
18241 2025.01.17 08:12:27.746878 [ 260 ] {18a80cbc-ff07-4d67-ad38-11484d9c0b6a} <Debug> TCPHandler: Processed in 0.001778466 sec.
18242 2025.01.17 08:12:27.747034 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18243 2025.01.17 08:12:27.747165 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18244 2025.01.17 08:12:27.747233 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18245 2025.01.17 08:12:27.747828 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18246 2025.01.17 08:12:27.747877 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18247 2025.01.17 08:12:27.748299 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
18248 2025.01.17 08:12:27.748538 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18249 2025.01.17 08:12:27.748743 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec.
18250 2025.01.17 08:12:27.748798 [ 262 ] {fca057bb-4c5b-42ee-9253-273ec85f979f} <Debug> TCPHandler: Processed in 0.001820076 sec.
18251 2025.01.17 08:12:31.233902 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
18252 2025.01.17 08:12:31.233984 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
18253 2025.01.17 08:12:31.484921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981
18254 2025.01.17 08:12:31.485670 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18255 2025.01.17 08:12:31.485723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18256 2025.01.17 08:12:31.486286 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
18257 2025.01.17 08:12:31.486552 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18258 2025.01.17 08:12:31.486786 [ 126 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
18259 2025.01.17 08:12:31.486832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981
18260 2025.01.17 08:12:31.486880 [ 126 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18261 2025.01.17 08:12:31.486909 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18262 2025.01.17 08:12:31.487080 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
18263 2025.01.17 08:12:31.487423 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18264 2025.01.17 08:12:31.487540 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part
18265 2025.01.17 08:12:31.487792 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part
18266 2025.01.17 08:12:31.487976 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part
18267 2025.01.17 08:12:31.488164 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part
18268 2025.01.17 08:12:31.488410 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part
18269 2025.01.17 08:12:31.488612 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part
18270 2025.01.17 08:12:31.492058 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.005084073 sec., 8650741.246240957 rows/sec., 123.75 MiB/sec.
18271 2025.01.17 08:12:31.492331 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
18272 2025.01.17 08:12:31.492633 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18273 2025.01.17 08:12:31.492720 [ 195 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_96_19} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
18274 2025.01.17 08:12:31.492819 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
18275 2025.01.17 08:12:31.732739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2520
18276 2025.01.17 08:12:31.736148 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18277 2025.01.17 08:12:31.736210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18278 2025.01.17 08:12:31.737751 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18279 2025.01.17 08:12:31.738083 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18280 2025.01.17 08:12:31.738338 [ 126 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
18281 2025.01.17 08:12:31.738463 [ 126 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18282 2025.01.17 08:12:31.738527 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18283 2025.01.17 08:12:31.738833 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
18284 2025.01.17 08:12:31.739325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2520
18285 2025.01.17 08:12:31.739744 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18286 2025.01.17 08:12:31.739915 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2342 rows starting from the beginning of the part
18287 2025.01.17 08:12:31.740539 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
18288 2025.01.17 08:12:31.741096 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 44 rows starting from the beginning of the part
18289 2025.01.17 08:12:31.741601 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
18290 2025.01.17 08:12:31.742085 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part
18291 2025.01.17 08:12:31.742606 [ 186 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part
18292 2025.01.17 08:12:31.753999 [ 195 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2520 rows, containing 72 columns (72 merged, 0 gathered) in 0.01533433 sec., 164337.1441725853 rows/sec., 122.72 MiB/sec.
18293 2025.01.17 08:12:31.756819 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
18294 2025.01.17 08:12:31.757817 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18295 2025.01.17 08:12:31.757935 [ 193 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_71_14} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
18296 2025.01.17 08:12:31.758360 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
18297 2025.01.17 08:12:32.004683 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004250341 sec.
18298 2025.01.17 08:12:32.748531 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18299 2025.01.17 08:12:32.748746 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18300 2025.01.17 08:12:32.748829 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18301 2025.01.17 08:12:32.749675 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18302 2025.01.17 08:12:32.749724 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18303 2025.01.17 08:12:32.750169 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18304 2025.01.17 08:12:32.750429 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18305 2025.01.17 08:12:32.750685 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec.
18306 2025.01.17 08:12:32.750807 [ 260 ] {76306178-2aef-4ff7-97cb-d7e2d5faf81e} <Debug> TCPHandler: Processed in 0.002411905 sec.
18307 2025.01.17 08:12:32.751093 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18308 2025.01.17 08:12:32.751280 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18309 2025.01.17 08:12:32.751351 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18310 2025.01.17 08:12:32.752291 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18311 2025.01.17 08:12:32.752337 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18312 2025.01.17 08:12:32.752798 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
18313 2025.01.17 08:12:32.753066 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18314 2025.01.17 08:12:32.753226 [ 124 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
18315 2025.01.17 08:12:32.753275 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Debug> executeQuery: Read 313 rows, 28.45 KiB in 0.002044 sec., 153131.1154598826 rows/sec., 13.59 MiB/sec.
18316 2025.01.17 08:12:32.753279 [ 124 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18317 2025.01.17 08:12:32.753327 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18318 2025.01.17 08:12:32.753364 [ 262 ] {86acec69-6da5-4082-8cac-9f87a180a3e2} <Debug> TCPHandler: Processed in 0.002439985 sec.
18319 2025.01.17 08:12:32.753558 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full
18320 2025.01.17 08:12:32.753812 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18321 2025.01.17 08:12:32.753921 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18322 2025.01.17 08:12:32.754093 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1438 rows starting from the beginning of the part
18323 2025.01.17 08:12:32.754159 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18324 2025.01.17 08:12:32.754355 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18325 2025.01.17 08:12:32.754639 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 56 rows starting from the beginning of the part
18326 2025.01.17 08:12:32.755170 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 1440 rows starting from the beginning of the part
18327 2025.01.17 08:12:32.755777 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 10 rows starting from the beginning of the part
18328 2025.01.17 08:12:32.756314 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part
18329 2025.01.17 08:12:32.756876 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 313 rows starting from the beginning of the part
18330 2025.01.17 08:12:32.758685 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18331 2025.01.17 08:12:32.758751 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18332 2025.01.17 08:12:32.759728 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18333 2025.01.17 08:12:32.760017 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18334 2025.01.17 08:12:32.760219 [ 124 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18335 2025.01.17 08:12:32.760332 [ 124 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18336 2025.01.17 08:12:32.760390 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18337 2025.01.17 08:12:32.760397 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Debug> executeQuery: Read 62 rows, 4.59 KiB in 0.006335 sec., 9786.89818468824 rows/sec., 724.83 KiB/sec.
18338 2025.01.17 08:12:32.760775 [ 260 ] {2dcf2995-e2e6-40fe-8078-6611864a0eb7} <Debug> TCPHandler: Processed in 0.007069602 sec.
18339 2025.01.17 08:12:32.761262 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007848823 sec., 422101.50490079855 rows/sec., 37.12 MiB/sec.
18340 2025.01.17 08:12:32.761268 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18341 2025.01.17 08:12:32.761434 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
18342 2025.01.17 08:12:32.761586 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18343 2025.01.17 08:12:32.761603 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
18344 2025.01.17 08:12:32.761776 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18345 2025.01.17 08:12:32.761978 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18346 2025.01.17 08:12:32.762129 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 64 rows starting from the beginning of the part
18347 2025.01.17 08:12:32.762554 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18348 2025.01.17 08:12:32.762882 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 46 rows starting from the beginning of the part
18349 2025.01.17 08:12:32.762957 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_161_32} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
18350 2025.01.17 08:12:32.763366 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
18351 2025.01.17 08:12:32.763542 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 50 rows starting from the beginning of the part
18352 2025.01.17 08:12:32.763936 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 57 rows starting from the beginning of the part
18353 2025.01.17 08:12:32.764166 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part
18354 2025.01.17 08:12:32.764596 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 62 rows starting from the beginning of the part
18355 2025.01.17 08:12:32.765235 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18356 2025.01.17 08:12:32.765304 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18357 2025.01.17 08:12:32.766010 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18358 2025.01.17 08:12:32.766560 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18359 2025.01.17 08:12:32.767267 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005734 sec., 2441.5765608650154 rows/sec., 170.99 KiB/sec.
18360 2025.01.17 08:12:32.767726 [ 262 ] {a4a31ba7-b386-4fc4-ac10-1ff138a5d968} <Debug> TCPHandler: Processed in 0.006640605 sec.
18361 2025.01.17 08:12:32.768150 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18362 2025.01.17 08:12:32.768329 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18363 2025.01.17 08:12:32.768525 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18364 2025.01.17 08:12:32.768746 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18365 2025.01.17 08:12:32.768832 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.008002114 sec., 35490.62160324134 rows/sec., 2.69 MiB/sec.
18366 2025.01.17 08:12:32.768860 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18367 2025.01.17 08:12:32.769209 [ 195 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18368 2025.01.17 08:12:32.770222 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18369 2025.01.17 08:12:32.770614 [ 192 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_91_18} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18370 2025.01.17 08:12:32.770979 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
18371 2025.01.17 08:12:32.771198 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18372 2025.01.17 08:12:32.771243 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18373 2025.01.17 08:12:32.771717 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18374 2025.01.17 08:12:32.772003 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18375 2025.01.17 08:12:32.772314 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003753 sec., 3463.8955502264857 rows/sec., 215.97 KiB/sec.
18376 2025.01.17 08:12:32.772528 [ 260 ] {631003dd-748c-4be2-8faf-a6cd7e982a0e} <Debug> TCPHandler: Processed in 0.004660277 sec.
18377 2025.01.17 08:12:32.772840 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18378 2025.01.17 08:12:32.773286 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18379 2025.01.17 08:12:32.773364 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18380 2025.01.17 08:12:32.773753 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18381 2025.01.17 08:12:32.774992 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18382 2025.01.17 08:12:32.775033 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18383 2025.01.17 08:12:32.775418 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
18384 2025.01.17 08:12:32.775673 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18385 2025.01.17 08:12:32.775862 [ 150 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
18386 2025.01.17 08:12:32.775888 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Debug> executeQuery: Read 437 rows, 32.09 KiB in 0.002738 sec., 159605.5514974434 rows/sec., 11.44 MiB/sec.
18387 2025.01.17 08:12:32.775935 [ 150 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18388 2025.01.17 08:12:32.776017 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18389 2025.01.17 08:12:32.776025 [ 262 ] {569ae6f5-2c06-4c6b-8061-96312d0e896c} <Debug> TCPHandler: Processed in 0.003384919 sec.
18390 2025.01.17 08:12:32.776252 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full
18391 2025.01.17 08:12:32.776259 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18392 2025.01.17 08:12:32.776544 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18393 2025.01.17 08:12:32.776554 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18394 2025.01.17 08:12:32.776607 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 917 rows starting from the beginning of the part
18395 2025.01.17 08:12:32.776670 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18396 2025.01.17 08:12:32.777060 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 64 rows starting from the beginning of the part
18397 2025.01.17 08:12:32.777650 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 897 rows starting from the beginning of the part
18398 2025.01.17 08:12:32.778029 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 5 rows starting from the beginning of the part
18399 2025.01.17 08:12:32.778694 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part
18400 2025.01.17 08:12:32.779241 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 437 rows starting from the beginning of the part
18401 2025.01.17 08:12:32.780220 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18402 2025.01.17 08:12:32.780301 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18403 2025.01.17 08:12:32.781243 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18404 2025.01.17 08:12:32.781784 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18405 2025.01.17 08:12:32.782025 [ 150 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
18406 2025.01.17 08:12:32.782113 [ 150 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18407 2025.01.17 08:12:32.782158 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18408 2025.01.17 08:12:32.782181 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005722 sec., 1048.5844110450892 rows/sec., 54.78 KiB/sec.
18409 2025.01.17 08:12:32.782487 [ 260 ] {83777923-17ee-43d6-81af-11c9a8722f39} <Debug> TCPHandler: Processed in 0.006335301 sec.
18410 2025.01.17 08:12:32.782928 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18411 2025.01.17 08:12:32.783158 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
18412 2025.01.17 08:12:32.783197 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 5 columns (5 merged, 0 gathered) in 0.007085142 sec., 336478.7889925142 rows/sec., 25.78 MiB/sec.
18413 2025.01.17 08:12:32.783397 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18414 2025.01.17 08:12:32.783525 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18415 2025.01.17 08:12:32.783531 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18416 2025.01.17 08:12:32.783583 [ 195 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
18417 2025.01.17 08:12:32.783604 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 390 rows starting from the beginning of the part
18418 2025.01.17 08:12:32.784011 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part
18419 2025.01.17 08:12:32.784470 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part
18420 2025.01.17 08:12:32.784964 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part
18421 2025.01.17 08:12:32.785337 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part
18422 2025.01.17 08:12:32.785770 [ 198 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part
18423 2025.01.17 08:12:32.786042 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18424 2025.01.17 08:12:32.786579 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_161_32} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
18425 2025.01.17 08:12:32.786861 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
18426 2025.01.17 08:12:32.787203 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18427 2025.01.17 08:12:32.787248 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18428 2025.01.17 08:12:32.787852 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
18429 2025.01.17 08:12:32.788109 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.005665551 sec., 74132.24238913391 rows/sec., 3.78 MiB/sec.
18430 2025.01.17 08:12:32.788264 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18431 2025.01.17 08:12:32.788341 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
18432 2025.01.17 08:12:32.788677 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005369 sec., 44142.298379586515 rows/sec., 2.96 MiB/sec.
18433 2025.01.17 08:12:32.788805 [ 262 ] {d64cc15f-88cd-45ab-939f-09fe658527b3} <Debug> TCPHandler: Processed in 0.006165838 sec.
18434 2025.01.17 08:12:32.788929 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18435 2025.01.17 08:12:32.789015 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18436 2025.01.17 08:12:32.789063 [ 187 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_70_14} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
18437 2025.01.17 08:12:32.789238 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
18438 2025.01.17 08:12:32.789245 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18439 2025.01.17 08:12:32.789320 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18440 2025.01.17 08:12:32.789793 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18441 2025.01.17 08:12:32.789831 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18442 2025.01.17 08:12:32.790196 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18443 2025.01.17 08:12:32.790448 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18444 2025.01.17 08:12:32.790687 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
18445 2025.01.17 08:12:32.790762 [ 260 ] {091a0fd3-05af-4a35-b7f0-eb2be05d8832} <Debug> TCPHandler: Processed in 0.001818926 sec.
18446 2025.01.17 08:12:32.790983 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18447 2025.01.17 08:12:32.791120 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18448 2025.01.17 08:12:32.791209 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18449 2025.01.17 08:12:32.792498 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18450 2025.01.17 08:12:32.792538 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18451 2025.01.17 08:12:32.793264 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18452 2025.01.17 08:12:32.793550 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18453 2025.01.17 08:12:32.793758 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18454 2025.01.17 08:12:32.793841 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18455 2025.01.17 08:12:32.793865 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002771 sec., 19848.430169613857 rows/sec., 35.57 MiB/sec.
18456 2025.01.17 08:12:32.793903 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18457 2025.01.17 08:12:32.794299 [ 262 ] {7cf57077-7d85-4c26-8276-0fa06904a65e} <Debug> TCPHandler: Processed in 0.003415859 sec.
18458 2025.01.17 08:12:32.794310 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
18459 2025.01.17 08:12:32.794525 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18460 2025.01.17 08:12:32.794836 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18461 2025.01.17 08:12:32.794982 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18462 2025.01.17 08:12:32.795003 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18463 2025.01.17 08:12:32.795247 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2466 rows starting from the beginning of the part
18464 2025.01.17 08:12:32.796136 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 39 rows starting from the beginning of the part
18465 2025.01.17 08:12:32.796842 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 43 rows starting from the beginning of the part
18466 2025.01.17 08:12:32.797661 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part
18467 2025.01.17 08:12:32.797667 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18468 2025.01.17 08:12:32.797753 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18469 2025.01.17 08:12:32.798297 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part
18470 2025.01.17 08:12:32.798972 [ 188 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 55 rows starting from the beginning of the part
18471 2025.01.17 08:12:32.799659 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
18472 2025.01.17 08:12:32.800174 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18473 2025.01.17 08:12:32.800754 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006001 sec., 13664.389268455257 rows/sec., 888.69 KiB/sec.
18474 2025.01.17 08:12:32.800955 [ 260 ] {80d65423-3f1f-414f-a06f-ffc7a79a2c61} <Debug> TCPHandler: Processed in 0.006541774 sec.
18475 2025.01.17 08:12:32.809469 [ 187 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2656 rows, containing 19 columns (19 merged, 0 gathered) in 0.015398471 sec., 172484.6577299785 rows/sec., 309.08 MiB/sec.
18476 2025.01.17 08:12:32.811885 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18477 2025.01.17 08:12:32.812333 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18478 2025.01.17 08:12:32.812420 [ 189 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18479 2025.01.17 08:12:32.812591 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.10 MiB.
18480 2025.01.17 08:12:33.541920 [ 148 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0
18481 2025.01.17 08:12:33.542001 [ 148 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18482 2025.01.17 08:12:33.542028 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18483 2025.01.17 08:12:33.542314 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full
18484 2025.01.17 08:12:33.542578 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18485 2025.01.17 08:12:33.542637 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 18 rows starting from the beginning of the part
18486 2025.01.17 08:12:33.542825 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part
18487 2025.01.17 08:12:33.543081 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
18488 2025.01.17 08:12:33.543369 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part
18489 2025.01.17 08:12:33.543513 [ 187 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part
18490 2025.01.17 08:12:33.544688 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002563547 sec., 14823.211745288852 rows/sec., 1.24 MiB/sec.
18491 2025.01.17 08:12:33.544895 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary)
18492 2025.01.17 08:12:33.545237 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18493 2025.01.17 08:12:33.545330 [ 197 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_32_7} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7
18494 2025.01.17 08:12:33.545437 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18495 2025.01.17 08:12:34.750548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724
18496 2025.01.17 08:12:34.774927 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18497 2025.01.17 08:12:34.774990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18498 2025.01.17 08:12:34.782861 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
18499 2025.01.17 08:12:34.783770 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18500 2025.01.17 08:12:34.784205 [ 149 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
18501 2025.01.17 08:12:34.784354 [ 149 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18502 2025.01.17 08:12:34.784438 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18503 2025.01.17 08:12:34.784698 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
18504 2025.01.17 08:12:34.795202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724
18505 2025.01.17 08:12:34.796071 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18506 2025.01.17 08:12:34.797089 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part
18507 2025.01.17 08:12:34.802722 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part
18508 2025.01.17 08:12:34.808021 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part
18509 2025.01.17 08:12:34.813857 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part
18510 2025.01.17 08:12:34.820142 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part
18511 2025.01.17 08:12:34.826443 [ 187 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part
18512 2025.01.17 08:12:34.901044 [ 200 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.116470761 sec., 6216.152395535562 rows/sec., 32.14 MiB/sec.
18513 2025.01.17 08:12:34.904922 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
18514 2025.01.17 08:12:34.908225 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18515 2025.01.17 08:12:34.908361 [ 193 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_96_19} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
18516 2025.01.17 08:12:34.911060 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
18517 2025.01.17 08:12:35.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.96 MiB, peak 292.44 MiB, free memory in arenas 0.00 B, will set to 272.88 MiB (RSS), difference: -1.08 MiB
18518 2025.01.17 08:12:37.741275 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18519 2025.01.17 08:12:37.741502 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18520 2025.01.17 08:12:37.741579 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18521 2025.01.17 08:12:37.742381 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18522 2025.01.17 08:12:37.742432 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18523 2025.01.17 08:12:37.742881 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
18524 2025.01.17 08:12:37.743141 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18525 2025.01.17 08:12:37.743394 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec.
18526 2025.01.17 08:12:37.743461 [ 260 ] {60604e0d-28e0-46ee-8510-4ca9580da7b2} <Debug> TCPHandler: Processed in 0.002321414 sec.
18527 2025.01.17 08:12:37.743770 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18528 2025.01.17 08:12:37.744047 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18529 2025.01.17 08:12:37.744154 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18530 2025.01.17 08:12:37.745062 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18531 2025.01.17 08:12:37.745116 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18532 2025.01.17 08:12:37.745560 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
18533 2025.01.17 08:12:37.745826 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18534 2025.01.17 08:12:37.746052 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002074 sec., 30858.244937319192 rows/sec., 2.41 MiB/sec.
18535 2025.01.17 08:12:37.746133 [ 262 ] {d07e4baf-997e-40dd-8422-9385340fb369} <Debug> TCPHandler: Processed in 0.002527276 sec.
18536 2025.01.17 08:12:37.746383 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18537 2025.01.17 08:12:37.746704 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18538 2025.01.17 08:12:37.746768 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18539 2025.01.17 08:12:37.747386 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18540 2025.01.17 08:12:37.747429 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18541 2025.01.17 08:12:37.747850 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
18542 2025.01.17 08:12:37.748103 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18543 2025.01.17 08:12:37.748288 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_146_31 to all_150_150_0
18544 2025.01.17 08:12:37.748352 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec.
18545 2025.01.17 08:12:37.748360 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18546 2025.01.17 08:12:37.748431 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18547 2025.01.17 08:12:37.748480 [ 260 ] {380538a7-1701-4e61-93b0-59df6463ed87} <Debug> TCPHandler: Processed in 0.002230572 sec.
18548 2025.01.17 08:12:37.748730 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18549 2025.01.17 08:12:37.748823 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_146_31 to all_150_150_0 into Compact with storage Full
18550 2025.01.17 08:12:37.749100 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18551 2025.01.17 08:12:37.749295 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18552 2025.01.17 08:12:37.749469 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18553 2025.01.17 08:12:37.749645 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_146_31, total 47120 rows starting from the beginning of the part
18554 2025.01.17 08:12:37.750187 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part
18555 2025.01.17 08:12:37.750675 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1084 rows starting from the beginning of the part
18556 2025.01.17 08:12:37.751092 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part
18557 2025.01.17 08:12:37.751516 [ 199 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part
18558 2025.01.17 08:12:37.752444 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18559 2025.01.17 08:12:37.752535 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18560 2025.01.17 08:12:37.753554 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
18561 2025.01.17 08:12:37.753809 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18562 2025.01.17 08:12:37.753980 [ 144 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
18563 2025.01.17 08:12:37.754023 [ 144 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18564 2025.01.17 08:12:37.754035 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005079 sec., 11813.349084465446 rows/sec., 815.24 KiB/sec.
18565 2025.01.17 08:12:37.754065 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18566 2025.01.17 08:12:37.754345 [ 262 ] {68736db7-5ed4-4762-bd2b-6d1109de096e} <Debug> TCPHandler: Processed in 0.005736512 sec.
18567 2025.01.17 08:12:37.754455 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
18568 2025.01.17 08:12:37.754887 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18569 2025.01.17 08:12:37.754952 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 9656 rows starting from the beginning of the part
18570 2025.01.17 08:12:37.755202 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part
18571 2025.01.17 08:12:37.755566 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part
18572 2025.01.17 08:12:37.756175 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part
18573 2025.01.17 08:12:37.756554 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 82 rows starting from the beginning of the part
18574 2025.01.17 08:12:37.756912 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part
18575 2025.01.17 08:12:37.760409 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10000 rows, containing 4 columns (4 merged, 0 gathered) in 0.006138308 sec., 1629113.4299549647 rows/sec., 106.16 MiB/sec.
18576 2025.01.17 08:12:37.760767 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
18577 2025.01.17 08:12:37.761211 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18578 2025.01.17 08:12:37.761312 [ 192 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_141_28} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
18579 2025.01.17 08:12:37.761479 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB.
18580 2025.01.17 08:12:37.764856 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48761 rows, containing 5 columns (5 merged, 0 gathered) in 0.016294714 sec., 2992442.825323599 rows/sec., 202.04 MiB/sec.
18581 2025.01.17 08:12:37.765963 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Trace> MergedBlockOutputStream: filled checksums all_1_150_32 (state Temporary)
18582 2025.01.17 08:12:37.766298 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_150_32 to all_1_150_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18583 2025.01.17 08:12:37.766387 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_150_32} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_146_31, all_150_150_0] -> all_1_150_32
18584 2025.01.17 08:12:37.766484 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB.
18585 2025.01.17 08:12:38.987068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408
18586 2025.01.17 08:12:38.987737 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18587 2025.01.17 08:12:38.987780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB.
18588 2025.01.17 08:12:38.988317 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
18589 2025.01.17 08:12:38.988570 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18590 2025.01.17 08:12:38.988819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408
18591 2025.01.17 08:12:41.739676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2550
18592 2025.01.17 08:12:41.742743 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18593 2025.01.17 08:12:41.742786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18594 2025.01.17 08:12:41.744307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18595 2025.01.17 08:12:41.744610 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18596 2025.01.17 08:12:41.745954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2550
18597 2025.01.17 08:12:42.126998 [ 220 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18598 2025.01.17 08:12:42.127052 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18599 2025.01.17 08:12:42.129204 [ 220 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18600 2025.01.17 08:12:42.262437 [ 218 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18601 2025.01.17 08:12:42.262490 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18602 2025.01.17 08:12:42.264537 [ 218 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18603 2025.01.17 08:12:42.295364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732
18604 2025.01.17 08:12:42.319993 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18605 2025.01.17 08:12:42.320078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18606 2025.01.17 08:12:42.327788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
18607 2025.01.17 08:12:42.328633 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18608 2025.01.17 08:12:42.333193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732
18609 2025.01.17 08:12:42.400453 [ 225 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18610 2025.01.17 08:12:42.400504 [ 225 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18611 2025.01.17 08:12:42.402584 [ 225 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
18612 2025.01.17 08:12:42.743881 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18613 2025.01.17 08:12:42.744175 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) 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)
18614 2025.01.17 08:12:42.744647 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
18615 2025.01.17 08:12:42.744703 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <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
18616 2025.01.17 08:12:42.745102 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
18617 2025.01.17 08:12:42.745189 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
18618 2025.01.17 08:12:42.745375 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
18619 2025.01.17 08:12:42.745417 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
18620 2025.01.17 08:12:42.745443 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Debug> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (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
18621 2025.01.17 08:12:42.745460 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda) (SelectExecutor): Spreading mark ranges among streams (default reading)
18622 2025.01.17 08:12:42.745512 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> MergeTreeBaseSelectProcessor: 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'))"
18623 2025.01.17 08:12:42.745539 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0
18624 2025.01.17 08:12:42.746956 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002911 sec., 14084.507042253521 rows/sec., 537.09 KiB/sec.
18625 2025.01.17 08:12:42.747060 [ 260 ] {06ee6916-26f6-4453-ba0e-03d1b78f52a3} <Debug> TCPHandler: Processed in 0.003302207 sec.
18626 2025.01.17 08:12:42.752587 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18627 2025.01.17 08:12:42.752780 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
18628 2025.01.17 08:12:42.752860 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
18629 2025.01.17 08:12:42.753766 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18630 2025.01.17 08:12:42.753815 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18631 2025.01.17 08:12:42.754353 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
18632 2025.01.17 08:12:42.754587 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Trace> oximeter.timeseries_schema (d6d10519-2d68-43c4-9710-61f87ad6cfda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18633 2025.01.17 08:12:42.754890 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002152 sec., 464.68401486988853 rows/sec., 129.33 KiB/sec.
18634 2025.01.17 08:12:42.754982 [ 262 ] {0f25030c-ee23-414c-8a41-4c7bc67c51c0} <Debug> TCPHandler: Processed in 0.002519206 sec.
18635 2025.01.17 08:12:42.755144 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18636 2025.01.17 08:12:42.755278 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18637 2025.01.17 08:12:42.755346 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18638 2025.01.17 08:12:42.756686 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18639 2025.01.17 08:12:42.756729 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18640 2025.01.17 08:12:42.757148 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18641 2025.01.17 08:12:42.757403 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18642 2025.01.17 08:12:42.757605 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002365 sec., 5919.661733615222 rows/sec., 426.14 KiB/sec.
18643 2025.01.17 08:12:42.757669 [ 260 ] {ee4ffde6-9537-4c76-a17f-221bd9544d7a} <Debug> TCPHandler: Processed in 0.002584238 sec.
18644 2025.01.17 08:12:42.757842 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18645 2025.01.17 08:12:42.757989 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18646 2025.01.17 08:12:42.758050 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18647 2025.01.17 08:12:42.758761 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18648 2025.01.17 08:12:42.758802 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18649 2025.01.17 08:12:42.759166 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
18650 2025.01.17 08:12:42.759405 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18651 2025.01.17 08:12:42.759657 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001695 sec., 1769.911504424779 rows/sec., 131.36 KiB/sec.
18652 2025.01.17 08:12:42.759868 [ 262 ] {7d0d08af-ea7a-420a-9d62-2b7ac5e8d08d} <Debug> TCPHandler: Processed in 0.0020916 sec.
18653 2025.01.17 08:12:42.760079 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18654 2025.01.17 08:12:42.760227 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18655 2025.01.17 08:12:42.760286 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18656 2025.01.17 08:12:42.761168 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18657 2025.01.17 08:12:42.761208 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18658 2025.01.17 08:12:42.761614 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
18659 2025.01.17 08:12:42.761863 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18660 2025.01.17 08:12:42.762045 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Debug> executeQuery: Read 325 rows, 29.42 KiB in 0.001857 sec., 175013.46257404416 rows/sec., 15.47 MiB/sec.
18661 2025.01.17 08:12:42.762103 [ 260 ] {c9d4c8ce-3aab-4b86-bcc0-6149d8cc8031} <Debug> TCPHandler: Processed in 0.00212704 sec.
18662 2025.01.17 08:12:42.762262 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18663 2025.01.17 08:12:42.762381 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18664 2025.01.17 08:12:42.762432 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18665 2025.01.17 08:12:42.763049 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18666 2025.01.17 08:12:42.763090 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18667 2025.01.17 08:12:42.763468 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
18668 2025.01.17 08:12:42.763705 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18669 2025.01.17 08:12:42.763915 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Debug> executeQuery: Read 68 rows, 5.00 KiB in 0.001561 sec., 43561.81934657271 rows/sec., 3.13 MiB/sec.
18670 2025.01.17 08:12:42.763972 [ 262 ] {f08cc3fb-3bdd-442d-8e46-3148a34e79db} <Debug> TCPHandler: Processed in 0.001769005 sec.
18671 2025.01.17 08:12:42.764134 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18672 2025.01.17 08:12:42.764275 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18673 2025.01.17 08:12:42.764334 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18674 2025.01.17 08:12:42.764981 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18675 2025.01.17 08:12:42.765019 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18676 2025.01.17 08:12:42.765387 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18677 2025.01.17 08:12:42.765632 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18678 2025.01.17 08:12:42.765811 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001568 sec., 8928.57142857143 rows/sec., 625.30 KiB/sec.
18679 2025.01.17 08:12:42.765865 [ 260 ] {755dc832-bfe7-49ae-b403-1ee7a70a60cf} <Debug> TCPHandler: Processed in 0.001799205 sec.
18680 2025.01.17 08:12:42.766017 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18681 2025.01.17 08:12:42.766134 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18682 2025.01.17 08:12:42.766181 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18683 2025.01.17 08:12:42.766761 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18684 2025.01.17 08:12:42.766801 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18685 2025.01.17 08:12:42.767169 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18686 2025.01.17 08:12:42.767414 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18687 2025.01.17 08:12:42.767629 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
18688 2025.01.17 08:12:42.767685 [ 262 ] {890009f3-fde2-4051-9cbd-ac887d43c545} <Debug> TCPHandler: Processed in 0.001728495 sec.
18689 2025.01.17 08:12:42.767855 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18690 2025.01.17 08:12:42.767996 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18691 2025.01.17 08:12:42.768054 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18692 2025.01.17 08:12:42.768920 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18693 2025.01.17 08:12:42.768959 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18694 2025.01.17 08:12:42.769370 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
18695 2025.01.17 08:12:42.769621 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18696 2025.01.17 08:12:42.769810 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Debug> executeQuery: Read 470 rows, 34.52 KiB in 0.001847 sec., 254466.70276123445 rows/sec., 18.25 MiB/sec.
18697 2025.01.17 08:12:42.769871 [ 260 ] {113de29c-f82b-4ecc-a955-efb515e6163f} <Debug> TCPHandler: Processed in 0.0020872 sec.
18698 2025.01.17 08:12:42.770030 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18699 2025.01.17 08:12:42.770170 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18700 2025.01.17 08:12:42.770228 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18701 2025.01.17 08:12:42.770792 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18702 2025.01.17 08:12:42.770831 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18703 2025.01.17 08:12:42.771195 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18704 2025.01.17 08:12:42.771427 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18705 2025.01.17 08:12:42.771633 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec.
18706 2025.01.17 08:12:42.771689 [ 262 ] {a6dd0d0c-5864-432a-9386-be3831007061} <Debug> TCPHandler: Processed in 0.001726595 sec.
18707 2025.01.17 08:12:42.771846 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18708 2025.01.17 08:12:42.771992 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18709 2025.01.17 08:12:42.772055 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18710 2025.01.17 08:12:42.772751 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18711 2025.01.17 08:12:42.772789 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18712 2025.01.17 08:12:42.773207 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
18713 2025.01.17 08:12:42.773450 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18714 2025.01.17 08:12:42.773628 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001669 sec., 143798.68184541643 rows/sec., 9.63 MiB/sec.
18715 2025.01.17 08:12:42.773684 [ 260 ] {4eed7f97-226b-4703-b4a9-ef9595a16991} <Debug> TCPHandler: Processed in 0.001906067 sec.
18716 2025.01.17 08:12:42.773850 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18717 2025.01.17 08:12:42.773989 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18718 2025.01.17 08:12:42.774050 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18719 2025.01.17 08:12:42.774616 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18720 2025.01.17 08:12:42.774663 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18721 2025.01.17 08:12:42.775044 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
18722 2025.01.17 08:12:42.775278 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18723 2025.01.17 08:12:42.775487 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec.
18724 2025.01.17 08:12:42.775540 [ 262 ] {760cc347-c908-4eb6-85fd-6912e65fba19} <Debug> TCPHandler: Processed in 0.001762795 sec.
18725 2025.01.17 08:12:42.775685 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18726 2025.01.17 08:12:42.775820 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18727 2025.01.17 08:12:42.775913 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18728 2025.01.17 08:12:42.777383 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18729 2025.01.17 08:12:42.777421 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18730 2025.01.17 08:12:42.778178 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
18731 2025.01.17 08:12:42.778449 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18732 2025.01.17 08:12:42.778652 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002864 sec., 20251.396648044694 rows/sec., 36.29 MiB/sec.
18733 2025.01.17 08:12:42.778769 [ 260 ] {e86f8da7-dc3b-472d-a2f8-f0dd8670cf90} <Debug> TCPHandler: Processed in 0.003140585 sec.
18734 2025.01.17 08:12:42.778916 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18735 2025.01.17 08:12:42.779033 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
18736 2025.01.17 08:12:42.779083 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
18737 2025.01.17 08:12:42.779559 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18738 2025.01.17 08:12:42.779600 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18739 2025.01.17 08:12:42.779996 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
18740 2025.01.17 08:12:42.780235 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18741 2025.01.17 08:12:42.780502 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001485 sec., 6060.606060606061 rows/sec., 428.11 KiB/sec.
18742 2025.01.17 08:12:42.780642 [ 262 ] {1e1c2a4f-f4de-4ffb-a213-cbb60d4b445e} <Debug> TCPHandler: Processed in 0.001781875 sec.
18743 2025.01.17 08:12:42.780797 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18744 2025.01.17 08:12:42.780935 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18745 2025.01.17 08:12:42.780993 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18746 2025.01.17 08:12:42.781575 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18747 2025.01.17 08:12:42.781621 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18748 2025.01.17 08:12:42.782023 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
18749 2025.01.17 08:12:42.782262 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18750 2025.01.17 08:12:42.782440 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec.
18751 2025.01.17 08:12:42.782494 [ 260 ] {9fa30db2-c53d-484a-9d15-afbccceb5e47} <Debug> TCPHandler: Processed in 0.001761066 sec.
18752 2025.01.17 08:12:43.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.46 MiB, peak 292.44 MiB, free memory in arenas 0.00 B, will set to 272.88 MiB (RSS), difference: -1.58 MiB
18753 2025.01.17 08:12:46.234045 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
18754 2025.01.17 08:12:46.234147 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
18755 2025.01.17 08:12:46.489086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896
18756 2025.01.17 08:12:46.490269 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18757 2025.01.17 08:12:46.490320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18758 2025.01.17 08:12:46.490889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
18759 2025.01.17 08:12:46.491152 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18760 2025.01.17 08:12:46.491446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896
18761 2025.01.17 08:12:47.741849 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18762 2025.01.17 08:12:47.742140 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18763 2025.01.17 08:12:47.742247 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18764 2025.01.17 08:12:47.743318 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18765 2025.01.17 08:12:47.743371 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18766 2025.01.17 08:12:47.743823 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
18767 2025.01.17 08:12:47.744085 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18768 2025.01.17 08:12:47.744334 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002273 sec., 24637.04355477343 rows/sec., 1.89 MiB/sec.
18769 2025.01.17 08:12:47.744402 [ 260 ] {a6ebcf4f-da3c-463c-a85a-1e2d0e0b561e} <Debug> TCPHandler: Processed in 0.002689298 sec.
18770 2025.01.17 08:12:47.744656 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18771 2025.01.17 08:12:47.744853 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18772 2025.01.17 08:12:47.744929 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18773 2025.01.17 08:12:47.745713 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18774 2025.01.17 08:12:47.745767 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18775 2025.01.17 08:12:47.746222 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
18776 2025.01.17 08:12:47.746475 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18777 2025.01.17 08:12:47.746724 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec.
18778 2025.01.17 08:12:47.746792 [ 262 ] {3392d581-34e5-4158-bc55-9bcaef119376} <Debug> TCPHandler: Processed in 0.002266203 sec.
18779 2025.01.17 08:12:47.746938 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18780 2025.01.17 08:12:47.747083 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18781 2025.01.17 08:12:47.747148 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18782 2025.01.17 08:12:47.747830 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18783 2025.01.17 08:12:47.747881 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18784 2025.01.17 08:12:47.748293 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18785 2025.01.17 08:12:47.748536 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18786 2025.01.17 08:12:47.748778 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec.
18787 2025.01.17 08:12:47.748879 [ 260 ] {5544c0f6-04b6-4324-99c3-ae6ce3c6347d} <Debug> TCPHandler: Processed in 0.002007629 sec.
18788 2025.01.17 08:12:47.749155 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18789 2025.01.17 08:12:47.749623 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18790 2025.01.17 08:12:47.749737 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18791 2025.01.17 08:12:47.750366 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18792 2025.01.17 08:12:47.750407 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18793 2025.01.17 08:12:47.750796 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
18794 2025.01.17 08:12:47.751045 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18795 2025.01.17 08:12:47.751285 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001816 sec., 33039.64757709251 rows/sec., 2.23 MiB/sec.
18796 2025.01.17 08:12:47.751376 [ 262 ] {bea1551e-4aa7-48b1-b899-eeccc9afaa32} <Debug> TCPHandler: Processed in 0.002395664 sec.
18797 2025.01.17 08:12:49.833364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739
18798 2025.01.17 08:12:49.858171 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18799 2025.01.17 08:12:49.858236 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18800 2025.01.17 08:12:49.865932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
18801 2025.01.17 08:12:49.866779 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18802 2025.01.17 08:12:49.871465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739
18803 2025.01.17 08:12:51.746260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2588
18804 2025.01.17 08:12:51.749487 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18805 2025.01.17 08:12:51.749538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18806 2025.01.17 08:12:51.751079 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
18807 2025.01.17 08:12:51.751392 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18808 2025.01.17 08:12:51.751939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2588
18809 2025.01.17 08:12:51.847817 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18810 2025.01.17 08:12:51.848037 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18811 2025.01.17 08:12:51.848118 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18812 2025.01.17 08:12:51.848894 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18813 2025.01.17 08:12:51.848948 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18814 2025.01.17 08:12:51.849409 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18815 2025.01.17 08:12:51.849690 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18816 2025.01.17 08:12:51.849985 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 504.16 KiB/sec.
18817 2025.01.17 08:12:51.850101 [ 260 ] {603f5e29-b43f-44c7-9b86-9d5305c839f3} <Debug> TCPHandler: Processed in 0.002424275 sec.
18818 2025.01.17 08:12:51.850435 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18819 2025.01.17 08:12:51.850707 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18820 2025.01.17 08:12:51.850813 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18821 2025.01.17 08:12:51.851578 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18822 2025.01.17 08:12:51.851621 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18823 2025.01.17 08:12:51.852008 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
18824 2025.01.17 08:12:51.852253 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18825 2025.01.17 08:12:51.852510 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Debug> executeQuery: Read 13 rows, 1.05 KiB in 0.001874 sec., 6937.033084311633 rows/sec., 561.76 KiB/sec.
18826 2025.01.17 08:12:51.852639 [ 262 ] {c830be53-0d95-4b8f-9e8e-5322bb305fb7} <Debug> TCPHandler: Processed in 0.002397774 sec.
18827 2025.01.17 08:12:51.852809 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18828 2025.01.17 08:12:51.852953 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18829 2025.01.17 08:12:51.853014 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18830 2025.01.17 08:12:51.854640 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18831 2025.01.17 08:12:51.854681 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18832 2025.01.17 08:12:51.855169 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
18833 2025.01.17 08:12:51.855418 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18834 2025.01.17 08:12:51.855654 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Debug> executeQuery: Read 1457 rows, 125.17 KiB in 0.002735 sec., 532723.9488117002 rows/sec., 44.69 MiB/sec.
18835 2025.01.17 08:12:51.855715 [ 260 ] {e51eb907-cd55-484e-87a7-2b73a2a153b4} <Debug> TCPHandler: Processed in 0.002985493 sec.
18836 2025.01.17 08:12:51.855944 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18837 2025.01.17 08:12:51.856178 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18838 2025.01.17 08:12:51.856269 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18839 2025.01.17 08:12:51.857260 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18840 2025.01.17 08:12:51.857299 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18841 2025.01.17 08:12:51.857671 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
18842 2025.01.17 08:12:51.857912 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18843 2025.01.17 08:12:51.858132 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Debug> executeQuery: Read 73 rows, 5.34 KiB in 0.00201 sec., 36318.407960199 rows/sec., 2.60 MiB/sec.
18844 2025.01.17 08:12:51.858186 [ 262 ] {b77c1fe9-89a0-41ab-ae3d-be993b0634a4} <Debug> TCPHandler: Processed in 0.002352984 sec.
18845 2025.01.17 08:12:51.858331 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18846 2025.01.17 08:12:51.858451 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18847 2025.01.17 08:12:51.858501 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18848 2025.01.17 08:12:51.859155 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18849 2025.01.17 08:12:51.859196 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18850 2025.01.17 08:12:51.859578 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18851 2025.01.17 08:12:51.859815 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18852 2025.01.17 08:12:51.860030 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001604 sec., 150872.81795511223 rows/sec., 10.22 MiB/sec.
18853 2025.01.17 08:12:51.860088 [ 260 ] {0f739827-0c60-49b1-833d-f5faff8416d5} <Debug> TCPHandler: Processed in 0.001816017 sec.
18854 2025.01.17 08:12:51.860242 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18855 2025.01.17 08:12:51.860378 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18856 2025.01.17 08:12:51.860432 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18857 2025.01.17 08:12:51.861111 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18858 2025.01.17 08:12:51.861151 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18859 2025.01.17 08:12:51.861523 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18860 2025.01.17 08:12:51.861758 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18861 2025.01.17 08:12:51.862023 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec.
18862 2025.01.17 08:12:51.862080 [ 262 ] {9d4a04fb-881a-47fe-b438-7a11cd99530e} <Debug> TCPHandler: Processed in 0.001904287 sec.
18863 2025.01.17 08:12:51.862332 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18864 2025.01.17 08:12:51.862641 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18865 2025.01.17 08:12:51.862706 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18866 2025.01.17 08:12:51.863670 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18867 2025.01.17 08:12:51.863711 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18868 2025.01.17 08:12:51.864150 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
18869 2025.01.17 08:12:51.864416 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18870 2025.01.17 08:12:51.864660 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Debug> executeQuery: Read 910 rows, 67.68 KiB in 0.00211 sec., 431279.6208530806 rows/sec., 31.33 MiB/sec.
18871 2025.01.17 08:12:51.864718 [ 260 ] {28c9fdc8-6f9b-4b64-bab1-30b201e7d7f8} <Debug> TCPHandler: Processed in 0.002551897 sec.
18872 2025.01.17 08:12:51.864921 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18873 2025.01.17 08:12:51.865125 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18874 2025.01.17 08:12:51.865184 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18875 2025.01.17 08:12:51.865748 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18876 2025.01.17 08:12:51.865795 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18877 2025.01.17 08:12:51.866196 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18878 2025.01.17 08:12:51.866434 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18879 2025.01.17 08:12:51.866642 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
18880 2025.01.17 08:12:51.866693 [ 262 ] {2d26345b-6510-4c1a-8d51-d024417fb2f6} <Debug> TCPHandler: Processed in 0.001882747 sec.
18881 2025.01.17 08:12:51.866831 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18882 2025.01.17 08:12:51.866949 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18883 2025.01.17 08:12:51.867003 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18884 2025.01.17 08:12:51.867920 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18885 2025.01.17 08:12:51.867967 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18886 2025.01.17 08:12:51.868457 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18887 2025.01.17 08:12:51.868701 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18888 2025.01.17 08:12:51.868938 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Debug> executeQuery: Read 1090 rows, 74.58 KiB in 0.002012 sec., 541749.5029821073 rows/sec., 36.20 MiB/sec.
18889 2025.01.17 08:12:51.869049 [ 260 ] {5f3d1b28-921f-4609-9a0b-da538ffadefe} <Debug> TCPHandler: Processed in 0.002269213 sec.
18890 2025.01.17 08:12:51.869309 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18891 2025.01.17 08:12:51.869637 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18892 2025.01.17 08:12:51.869730 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18893 2025.01.17 08:12:51.870365 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18894 2025.01.17 08:12:51.870402 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18895 2025.01.17 08:12:51.870750 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
18896 2025.01.17 08:12:51.870978 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18897 2025.01.17 08:12:51.871236 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001677 sec., 596.3029218843172 rows/sec., 40.18 KiB/sec.
18898 2025.01.17 08:12:51.871292 [ 262 ] {c6fde2fb-bf69-483d-914c-92fa9c05ccf3} <Debug> TCPHandler: Processed in 0.00212128 sec.
18899 2025.01.17 08:12:51.871500 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18900 2025.01.17 08:12:51.871716 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18901 2025.01.17 08:12:51.871798 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18902 2025.01.17 08:12:51.873132 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18903 2025.01.17 08:12:51.873173 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18904 2025.01.17 08:12:51.873908 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
18905 2025.01.17 08:12:51.874177 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18906 2025.01.17 08:12:51.874417 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.002756 sec., 19230.76923076923 rows/sec., 34.46 MiB/sec.
18907 2025.01.17 08:12:51.874530 [ 260 ] {28c47c5f-4631-48c4-8f8e-4f09e0c3d10f} <Debug> TCPHandler: Processed in 0.003155076 sec.
18908 2025.01.17 08:12:51.874738 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18909 2025.01.17 08:12:51.874958 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18910 2025.01.17 08:12:51.875048 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18911 2025.01.17 08:12:51.875552 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18912 2025.01.17 08:12:51.875590 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18913 2025.01.17 08:12:51.875991 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
18914 2025.01.17 08:12:51.876231 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18915 2025.01.17 08:12:51.876459 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec.
18916 2025.01.17 08:12:51.876511 [ 262 ] {725bbd2a-3d34-46fd-9277-6946879da4a7} <Debug> TCPHandler: Processed in 0.001881797 sec.
18917 2025.01.17 08:12:52.733670 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18918 2025.01.17 08:12:52.733831 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18919 2025.01.17 08:12:52.733896 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18920 2025.01.17 08:12:52.734552 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18921 2025.01.17 08:12:52.734594 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18922 2025.01.17 08:12:52.734968 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
18923 2025.01.17 08:12:52.735241 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18924 2025.01.17 08:12:52.735485 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 280.67 KiB/sec.
18925 2025.01.17 08:12:52.735546 [ 260 ] {3070c52a-52fe-4598-9e03-e783a6ca2bda} <Debug> TCPHandler: Processed in 0.001967649 sec.
18926 2025.01.17 08:12:52.735777 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18927 2025.01.17 08:12:52.735966 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18928 2025.01.17 08:12:52.736038 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18929 2025.01.17 08:12:52.736787 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18930 2025.01.17 08:12:52.736840 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18931 2025.01.17 08:12:52.737270 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
18932 2025.01.17 08:12:52.737521 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18933 2025.01.17 08:12:52.737711 [ 122 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
18934 2025.01.17 08:12:52.737788 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Debug> executeQuery: Read 16 rows, 1.39 KiB in 0.001864 sec., 8583.690987124464 rows/sec., 747.62 KiB/sec.
18935 2025.01.17 08:12:52.737793 [ 122 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18936 2025.01.17 08:12:52.737854 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18937 2025.01.17 08:12:52.737938 [ 262 ] {fa25dad5-c46e-492d-8cd1-c7b1cc8d2e66} <Debug> TCPHandler: Processed in 0.002281873 sec.
18938 2025.01.17 08:12:52.738209 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18939 2025.01.17 08:12:52.738216 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full
18940 2025.01.17 08:12:52.738609 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18941 2025.01.17 08:12:52.738798 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18942 2025.01.17 08:12:52.738819 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18943 2025.01.17 08:12:52.738963 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1462 rows starting from the beginning of the part
18944 2025.01.17 08:12:52.739448 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part
18945 2025.01.17 08:12:52.740063 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 325 rows starting from the beginning of the part
18946 2025.01.17 08:12:52.740524 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 56 rows starting from the beginning of the part
18947 2025.01.17 08:12:52.741137 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 1457 rows starting from the beginning of the part
18948 2025.01.17 08:12:52.741760 [ 186 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 16 rows starting from the beginning of the part
18949 2025.01.17 08:12:52.743477 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18950 2025.01.17 08:12:52.743547 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18951 2025.01.17 08:12:52.744424 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
18952 2025.01.17 08:12:52.744778 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18953 2025.01.17 08:12:52.745136 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Debug> executeQuery: Read 11 rows, 799.00 B in 0.006638 sec., 1657.1256402530882 rows/sec., 117.55 KiB/sec.
18954 2025.01.17 08:12:52.745431 [ 260 ] {1d9ac534-5ae7-4494-949f-e6f776257d24} <Debug> TCPHandler: Processed in 0.007384526 sec.
18955 2025.01.17 08:12:52.745764 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18956 2025.01.17 08:12:52.746290 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18957 2025.01.17 08:12:52.746372 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 5 columns (5 merged, 0 gathered) in 0.00839958 sec., 401448.64386076445 rows/sec., 35.30 MiB/sec.
18958 2025.01.17 08:12:52.746454 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18959 2025.01.17 08:12:52.746814 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
18960 2025.01.17 08:12:52.747588 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18961 2025.01.17 08:12:52.747681 [ 194 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_166_33} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
18962 2025.01.17 08:12:52.747770 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
18963 2025.01.17 08:12:52.747980 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18964 2025.01.17 08:12:52.748021 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18965 2025.01.17 08:12:52.748404 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
18966 2025.01.17 08:12:52.748644 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18967 2025.01.17 08:12:52.748833 [ 122 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
18968 2025.01.17 08:12:52.748887 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Debug> executeQuery: Read 23 rows, 1.71 KiB in 0.002778 sec., 8279.33765298776 rows/sec., 615.19 KiB/sec.
18969 2025.01.17 08:12:52.748896 [ 122 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18970 2025.01.17 08:12:52.748986 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18971 2025.01.17 08:12:52.749029 [ 262 ] {552b005c-4833-48ac-833e-b67c0b3b69e4} <Debug> TCPHandler: Processed in 0.0034617 sec.
18972 2025.01.17 08:12:52.749265 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full
18973 2025.01.17 08:12:52.749281 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18974 2025.01.17 08:12:52.749571 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18975 2025.01.17 08:12:52.749581 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18976 2025.01.17 08:12:52.749629 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 932 rows starting from the beginning of the part
18977 2025.01.17 08:12:52.749704 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18978 2025.01.17 08:12:52.750018 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part
18979 2025.01.17 08:12:52.750390 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 470 rows starting from the beginning of the part
18980 2025.01.17 08:12:52.750706 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 64 rows starting from the beginning of the part
18981 2025.01.17 08:12:52.751033 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 910 rows starting from the beginning of the part
18982 2025.01.17 08:12:52.751358 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 23 rows starting from the beginning of the part
18983 2025.01.17 08:12:52.752415 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18984 2025.01.17 08:12:52.752475 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18985 2025.01.17 08:12:52.753546 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18986 2025.01.17 08:12:52.753957 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18987 2025.01.17 08:12:52.754176 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_150_32 to all_154_154_0
18988 2025.01.17 08:12:52.754295 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18989 2025.01.17 08:12:52.754375 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
18990 2025.01.17 08:12:52.754407 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Debug> executeQuery: Read 4 rows, 270.00 B in 0.004894 sec., 817.3273395995096 rows/sec., 53.88 KiB/sec.
18991 2025.01.17 08:12:52.754950 [ 260 ] {2c0d5d40-e2f9-4440-89eb-a9d630a174b0} <Debug> TCPHandler: Processed in 0.005771813 sec.
18992 2025.01.17 08:12:52.755004 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_150_32 to all_154_154_0 into Compact with storage Full
18993 2025.01.17 08:12:52.755307 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18994 2025.01.17 08:12:52.755374 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2463 rows, containing 5 columns (5 merged, 0 gathered) in 0.0062505 sec., 394048.47612191027 rows/sec., 30.20 MiB/sec.
18995 2025.01.17 08:12:52.755463 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18996 2025.01.17 08:12:52.755554 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_150_32, total 48761 rows starting from the beginning of the part
18997 2025.01.17 08:12:52.755651 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18998 2025.01.17 08:12:52.755715 [ 201 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
18999 2025.01.17 08:12:52.756010 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part
19000 2025.01.17 08:12:52.756200 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19001 2025.01.17 08:12:52.756683 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 240 rows starting from the beginning of the part
19002 2025.01.17 08:12:52.757267 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part
19003 2025.01.17 08:12:52.757306 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19004 2025.01.17 08:12:52.757734 [ 189 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1090 rows starting from the beginning of the part
19005 2025.01.17 08:12:52.758422 [ 192 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_166_33} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
19006 2025.01.17 08:12:52.759016 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
19007 2025.01.17 08:12:52.761149 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19008 2025.01.17 08:12:52.761223 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
19009 2025.01.17 08:12:52.762356 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
19010 2025.01.17 08:12:52.762680 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19011 2025.01.17 08:12:52.763044 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007509 sec., 665.8676255160474 rows/sec., 1.19 MiB/sec.
19012 2025.01.17 08:12:52.763787 [ 262 ] {c97318ae-7bcc-4779-a39e-804a9139960e} <Debug> TCPHandler: Processed in 0.008680115 sec.
19013 2025.01.17 08:12:52.769698 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50411 rows, containing 5 columns (5 merged, 0 gathered) in 0.015178378 sec., 3321237.6184069207 rows/sec., 224.22 MiB/sec.
19014 2025.01.17 08:12:52.770059 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Trace> MergedBlockOutputStream: filled checksums all_1_154_33 (state Temporary)
19015 2025.01.17 08:12:52.770341 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_154_33 to all_1_154_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19016 2025.01.17 08:12:52.770415 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_154_33} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_150_32, all_154_154_0] -> all_1_154_33
19017 2025.01.17 08:12:52.770495 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
19018 2025.01.17 08:12:53.000702 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 5 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0]
19019 2025.01.17 08:12:53.000745 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 5 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0]
19020 2025.01.17 08:12:53.002517 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 5 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0]
19021 2025.01.17 08:12:53.818799 [ 224 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19022 2025.01.17 08:12:53.818851 [ 224 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19023 2025.01.17 08:12:53.821443 [ 224 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
19024 2025.01.17 08:12:53.991695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45323
19025 2025.01.17 08:12:53.992512 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19026 2025.01.17 08:12:53.992554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
19027 2025.01.17 08:12:53.993072 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
19028 2025.01.17 08:12:53.993328 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19029 2025.01.17 08:12:53.993565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45323
19030 2025.01.17 08:12:54.674985 [ 118 ] {} <Debug> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
19031 2025.01.17 08:12:54.675090 [ 118 ] {} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19032 2025.01.17 08:12:54.675132 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
19033 2025.01.17 08:12:54.675435 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::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
19034 2025.01.17 08:12:54.675710 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19035 2025.01.17 08:12:54.675778 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
19036 2025.01.17 08:12:54.675914 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part
19037 2025.01.17 08:12:54.676219 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part
19038 2025.01.17 08:12:54.676341 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
19039 2025.01.17 08:12:54.676645 [ 190 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part
19040 2025.01.17 08:12:54.678168 [ 201 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002917292 sec., 17481.96615217126 rows/sec., 1.24 MiB/sec.
19041 2025.01.17 08:12:54.678371 [ 188 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
19042 2025.01.17 08:12:54.678752 [ 188 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19043 2025.01.17 08:12:54.678849 [ 188 ] {41245aff-08b6-456e-9d14-715c13144238::all_1_5_1} <Trace> oximeter.measurements_i64 (41245aff-08b6-456e-9d14-715c13144238) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
19044 2025.01.17 08:12:54.678948 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
19045 2025.01.17 08:12:57.371623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747
19046 2025.01.17 08:12:57.397804 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19047 2025.01.17 08:12:57.397870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19048 2025.01.17 08:12:57.405567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
19049 2025.01.17 08:12:57.406418 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19050 2025.01.17 08:12:57.409718 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747
19051 2025.01.17 08:12:57.742161 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19052 2025.01.17 08:12:57.742424 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19053 2025.01.17 08:12:57.742507 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19054 2025.01.17 08:12:57.743427 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19055 2025.01.17 08:12:57.743478 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19056 2025.01.17 08:12:57.743945 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19057 2025.01.17 08:12:57.744213 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19058 2025.01.17 08:12:57.744480 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002117 sec., 26452.527161076996 rows/sec., 2.03 MiB/sec.
19059 2025.01.17 08:12:57.744553 [ 260 ] {1bfd8b8d-9302-419f-96e0-029cab120a51} <Debug> TCPHandler: Processed in 0.002569037 sec.
19060 2025.01.17 08:12:57.744885 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19061 2025.01.17 08:12:57.745187 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19062 2025.01.17 08:12:57.745302 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19063 2025.01.17 08:12:57.746077 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19064 2025.01.17 08:12:57.746119 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19065 2025.01.17 08:12:57.746557 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19066 2025.01.17 08:12:57.746816 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19067 2025.01.17 08:12:57.747018 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001916 sec., 33402.92275574113 rows/sec., 2.61 MiB/sec.
19068 2025.01.17 08:12:57.747083 [ 262 ] {288a6b62-c096-4dac-8064-888de5d0eb9b} <Debug> TCPHandler: Processed in 0.002385024 sec.
19069 2025.01.17 08:12:57.747245 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19070 2025.01.17 08:12:57.747395 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19071 2025.01.17 08:12:57.747461 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19072 2025.01.17 08:12:57.748150 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19073 2025.01.17 08:12:57.748199 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19074 2025.01.17 08:12:57.748639 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
19075 2025.01.17 08:12:57.748881 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19076 2025.01.17 08:12:57.749098 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00174 sec., 91954.02298850575 rows/sec., 6.40 MiB/sec.
19077 2025.01.17 08:12:57.749173 [ 260 ] {6cbedb2b-c382-4ee8-92ce-af8bbd3e96af} <Debug> TCPHandler: Processed in 0.001994449 sec.
19078 2025.01.17 08:12:57.749384 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19079 2025.01.17 08:12:57.749579 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19080 2025.01.17 08:12:57.749642 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19081 2025.01.17 08:12:57.750256 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19082 2025.01.17 08:12:57.750299 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19083 2025.01.17 08:12:57.750710 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
19084 2025.01.17 08:12:57.750956 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19085 2025.01.17 08:12:57.751144 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec.
19086 2025.01.17 08:12:57.751206 [ 262 ] {4ef74003-01a3-4278-b9a7-d578dc4e9973} <Debug> TCPHandler: Processed in 0.001939418 sec.
19087 2025.01.17 08:13:01.111751 [ 224 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
19088 2025.01.17 08:13:01.111816 [ 224 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
19089 2025.01.17 08:13:01.113923 [ 224 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
19090 2025.01.17 08:13:01.234205 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
19091 2025.01.17 08:13:01.234257 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
19092 2025.01.17 08:13:01.493806 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45811
19093 2025.01.17 08:13:01.494902 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19094 2025.01.17 08:13:01.494947 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19095 2025.01.17 08:13:01.495491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
19096 2025.01.17 08:13:01.495750 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19097 2025.01.17 08:13:01.496023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811
19098 2025.01.17 08:13:01.752393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2632
19099 2025.01.17 08:13:01.756564 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19100 2025.01.17 08:13:01.756628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19101 2025.01.17 08:13:01.758223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19102 2025.01.17 08:13:01.758551 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19103 2025.01.17 08:13:01.759220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2632
19104 2025.01.17 08:13:01.943239 [ 224 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19105 2025.01.17 08:13:01.943318 [ 224 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19106 2025.01.17 08:13:01.945606 [ 224 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19107 2025.01.17 08:13:02.696561 [ 225 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19108 2025.01.17 08:13:02.696636 [ 225 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19109 2025.01.17 08:13:02.699075 [ 225 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19110 2025.01.17 08:13:02.705610 [ 218 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19111 2025.01.17 08:13:02.705691 [ 218 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19112 2025.01.17 08:13:02.707366 [ 218 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19113 2025.01.17 08:13:02.749785 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19114 2025.01.17 08:13:02.749979 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19115 2025.01.17 08:13:02.750057 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19116 2025.01.17 08:13:02.750866 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19117 2025.01.17 08:13:02.750911 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19118 2025.01.17 08:13:02.751345 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19119 2025.01.17 08:13:02.751603 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19120 2025.01.17 08:13:02.751827 [ 111 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0
19121 2025.01.17 08:13:02.751854 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec.
19122 2025.01.17 08:13:02.751953 [ 111 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19123 2025.01.17 08:13:02.752032 [ 260 ] {dd7d427c-7c7a-491e-af82-e584b0291d2f} <Debug> TCPHandler: Processed in 0.002384044 sec.
19124 2025.01.17 08:13:02.752043 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19125 2025.01.17 08:13:02.752291 [ 225 ] {} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19126 2025.01.17 08:13:02.752304 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full
19127 2025.01.17 08:13:02.752330 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19128 2025.01.17 08:13:02.752445 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19129 2025.01.17 08:13:02.752599 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19130 2025.01.17 08:13:02.752673 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 14 rows starting from the beginning of the part
19131 2025.01.17 08:13:02.752876 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
19132 2025.01.17 08:13:02.753032 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part
19133 2025.01.17 08:13:02.753148 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19134 2025.01.17 08:13:02.753549 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part
19135 2025.01.17 08:13:02.754093 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part
19136 2025.01.17 08:13:02.754659 [ 201 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part
19137 2025.01.17 08:13:02.756990 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004818049 sec., 14528.702385550667 rows/sec., 1.08 MiB/sec.
19138 2025.01.17 08:13:02.757303 [ 188 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary)
19139 2025.01.17 08:13:02.757636 [ 225 ] {} <Debug> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19140 2025.01.17 08:13:02.758302 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19141 2025.01.17 08:13:02.758427 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19142 2025.01.17 08:13:02.758607 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19143 2025.01.17 08:13:02.759045 [ 197 ] {7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54::all_1_73_18} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18
19144 2025.01.17 08:13:02.759296 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19145 2025.01.17 08:13:02.759532 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
19146 2025.01.17 08:13:02.759790 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19147 2025.01.17 08:13:02.760034 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.007333 sec., 409.10950497749894 rows/sec., 30.36 KiB/sec.
19148 2025.01.17 08:13:02.760104 [ 262 ] {1aa33d1a-a959-4f88-b297-41846e13d34c} <Debug> TCPHandler: Processed in 0.007926744 sec.
19149 2025.01.17 08:13:02.760321 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19150 2025.01.17 08:13:02.760472 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19151 2025.01.17 08:13:02.760535 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19152 2025.01.17 08:13:02.761482 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19153 2025.01.17 08:13:02.761526 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19154 2025.01.17 08:13:02.761943 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
19155 2025.01.17 08:13:02.762188 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19156 2025.01.17 08:13:02.762402 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Debug> executeQuery: Read 325 rows, 29.42 KiB in 0.001966 sec., 165310.27466937946 rows/sec., 14.61 MiB/sec.
19157 2025.01.17 08:13:02.762465 [ 221 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19158 2025.01.17 08:13:02.762473 [ 260 ] {ef833fd2-e4e1-44c9-a4dd-64dff4d63140} <Debug> TCPHandler: Processed in 0.002224542 sec.
19159 2025.01.17 08:13:02.762499 [ 221 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19160 2025.01.17 08:13:02.762649 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19161 2025.01.17 08:13:02.762837 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19162 2025.01.17 08:13:02.762921 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19163 2025.01.17 08:13:02.764222 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19164 2025.01.17 08:13:02.764281 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19165 2025.01.17 08:13:02.764996 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19166 2025.01.17 08:13:02.765417 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19167 2025.01.17 08:13:02.765758 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Debug> executeQuery: Read 68 rows, 5.00 KiB in 0.00298 sec., 22818.791946308724 rows/sec., 1.64 MiB/sec.
19168 2025.01.17 08:13:02.765867 [ 262 ] {d68f0ecd-6267-4d62-8d10-01e569bb494d} <Debug> TCPHandler: Processed in 0.003294697 sec.
19169 2025.01.17 08:13:02.766000 [ 221 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19170 2025.01.17 08:13:02.766088 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19171 2025.01.17 08:13:02.766283 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19172 2025.01.17 08:13:02.766371 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19173 2025.01.17 08:13:02.767111 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19174 2025.01.17 08:13:02.767152 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19175 2025.01.17 08:13:02.767544 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19176 2025.01.17 08:13:02.767785 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19177 2025.01.17 08:13:02.768015 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001785 sec., 7843.137254901962 rows/sec., 549.28 KiB/sec.
19178 2025.01.17 08:13:02.768040 [ 223 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
19179 2025.01.17 08:13:02.768096 [ 260 ] {b6ad7c98-4158-47c0-a3fa-48e480c6bdb4} <Debug> TCPHandler: Processed in 0.00211396 sec.
19180 2025.01.17 08:13:02.768119 [ 223 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
19181 2025.01.17 08:13:02.768363 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19182 2025.01.17 08:13:02.768609 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19183 2025.01.17 08:13:02.768705 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19184 2025.01.17 08:13:02.770166 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19185 2025.01.17 08:13:02.770226 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19186 2025.01.17 08:13:02.770879 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19187 2025.01.17 08:13:02.771138 [ 223 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
19188 2025.01.17 08:13:02.771458 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19189 2025.01.17 08:13:02.771778 [ 109 ] {} <Debug> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0
19190 2025.01.17 08:13:02.771921 [ 109 ] {} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19191 2025.01.17 08:13:02.772035 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19192 2025.01.17 08:13:02.772045 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003469 sec., 3747.477659267801 rows/sec., 233.65 KiB/sec.
19193 2025.01.17 08:13:02.772277 [ 262 ] {67fab134-5752-41c5-b2ad-eed5fe5e7870} <Debug> TCPHandler: Processed in 0.004068158 sec.
19194 2025.01.17 08:13:02.772481 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full
19195 2025.01.17 08:13:02.772517 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19196 2025.01.17 08:13:02.772699 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19197 2025.01.17 08:13:02.772773 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 13 rows starting from the beginning of the part
19198 2025.01.17 08:13:02.772780 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19199 2025.01.17 08:13:02.772975 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19200 2025.01.17 08:13:02.773100 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 13 rows starting from the beginning of the part
19201 2025.01.17 08:13:02.773515 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part
19202 2025.01.17 08:13:02.773941 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part
19203 2025.01.17 08:13:02.774293 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part
19204 2025.01.17 08:13:02.776247 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19205 2025.01.17 08:13:02.776328 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19206 2025.01.17 08:13:02.776762 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004446314 sec., 14618.850580503311 rows/sec., 968.59 KiB/sec.
19207 2025.01.17 08:13:02.776965 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary)
19208 2025.01.17 08:13:02.777340 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
19209 2025.01.17 08:13:02.777500 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19210 2025.01.17 08:13:02.777643 [ 188 ] {2743f4ce-429a-44e6-a56e-23c17a44c6a6::all_1_73_18} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18
19211 2025.01.17 08:13:02.777778 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19212 2025.01.17 08:13:02.777833 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19213 2025.01.17 08:13:02.778033 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Debug> executeQuery: Read 461 rows, 33.80 KiB in 0.005334 sec., 86426.69666291714 rows/sec., 6.19 MiB/sec.
19214 2025.01.17 08:13:02.778092 [ 260 ] {c2e2aacc-4dea-4fa9-b19d-fc69196666c8} <Debug> TCPHandler: Processed in 0.005700282 sec.
19215 2025.01.17 08:13:02.778335 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19216 2025.01.17 08:13:02.778538 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19217 2025.01.17 08:13:02.778589 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19218 2025.01.17 08:13:02.779079 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19219 2025.01.17 08:13:02.779119 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19220 2025.01.17 08:13:02.779492 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19221 2025.01.17 08:13:02.779732 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19222 2025.01.17 08:13:02.779963 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec.
19223 2025.01.17 08:13:02.779975 [ 219 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19224 2025.01.17 08:13:02.780031 [ 219 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19225 2025.01.17 08:13:02.780067 [ 262 ] {5bc86cdd-8ed9-4d1c-8eda-7a3883f993f4} <Debug> TCPHandler: Processed in 0.001840306 sec.
19226 2025.01.17 08:13:02.780267 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19227 2025.01.17 08:13:02.780441 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19228 2025.01.17 08:13:02.780553 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19229 2025.01.17 08:13:02.781934 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19230 2025.01.17 08:13:02.781992 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19231 2025.01.17 08:13:02.782755 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
19232 2025.01.17 08:13:02.783276 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19233 2025.01.17 08:13:02.783564 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.003179 sec., 75495.43881723813 rows/sec., 5.05 MiB/sec.
19234 2025.01.17 08:13:02.783719 [ 219 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19235 2025.01.17 08:13:02.783729 [ 260 ] {c8914b11-b467-4686-893a-ef95755c2a20} <Debug> TCPHandler: Processed in 0.003555261 sec.
19236 2025.01.17 08:13:02.784014 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19237 2025.01.17 08:13:02.784342 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19238 2025.01.17 08:13:02.784458 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19239 2025.01.17 08:13:02.784955 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19240 2025.01.17 08:13:02.784995 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19241 2025.01.17 08:13:02.785360 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19242 2025.01.17 08:13:02.785600 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19243 2025.01.17 08:13:02.785762 [ 109 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Selected 6 parts from all_1_68_14 to all_73_73_0
19244 2025.01.17 08:13:02.785807 [ 109 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19245 2025.01.17 08:13:02.785833 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec.
19246 2025.01.17 08:13:02.785848 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19247 2025.01.17 08:13:02.785978 [ 262 ] {556d0364-9c33-4468-9f87-d69198c929db} <Debug> TCPHandler: Processed in 0.002125071 sec.
19248 2025.01.17 08:13:02.786063 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_68_14 to all_73_73_0 into Compact with storage Full
19249 2025.01.17 08:13:02.786153 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19250 2025.01.17 08:13:02.786207 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19251 2025.01.17 08:13:02.786258 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_14, total 68 rows starting from the beginning of the part
19252 2025.01.17 08:13:02.786301 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19253 2025.01.17 08:13:02.786472 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part
19254 2025.01.17 08:13:02.786694 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19255 2025.01.17 08:13:02.786844 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part
19256 2025.01.17 08:13:02.787229 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part
19257 2025.01.17 08:13:02.787593 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part
19258 2025.01.17 08:13:02.787897 [ 193 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part
19259 2025.01.17 08:13:02.789678 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 73 rows, containing 4 columns (4 merged, 0 gathered) in 0.003698493 sec., 19737.768869645013 rows/sec., 1.30 MiB/sec.
19260 2025.01.17 08:13:02.790101 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Trace> MergedBlockOutputStream: filled checksums all_1_73_15 (state Temporary)
19261 2025.01.17 08:13:02.790721 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19262 2025.01.17 08:13:02.790797 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19263 2025.01.17 08:13:02.790951 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_merge_all_1_73_15 to all_1_73_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19264 2025.01.17 08:13:02.791217 [ 200 ] {93bf885a-57c1-49e6-ad82-32735214b15f::all_1_73_15} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f) (MergerMutator): Merged 6 parts: [all_1_68_14, all_73_73_0] -> all_1_73_15
19265 2025.01.17 08:13:02.791386 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
19266 2025.01.17 08:13:02.791825 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19267 2025.01.17 08:13:02.792088 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19268 2025.01.17 08:13:02.792301 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00607 sec., 9555.189456342669 rows/sec., 17.12 MiB/sec.
19269 2025.01.17 08:13:02.792312 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19270 2025.01.17 08:13:02.792365 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19271 2025.01.17 08:13:02.792530 [ 260 ] {d9ec2e25-13e1-4ce1-9958-d990e448d7e9} <Debug> TCPHandler: Processed in 0.006495513 sec.
19272 2025.01.17 08:13:02.792789 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19273 2025.01.17 08:13:02.792957 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19274 2025.01.17 08:13:02.793045 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19275 2025.01.17 08:13:02.793671 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19276 2025.01.17 08:13:02.793713 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19277 2025.01.17 08:13:02.794241 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
19278 2025.01.17 08:13:02.794519 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19279 2025.01.17 08:13:02.794736 [ 109 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
19280 2025.01.17 08:13:02.794817 [ 109 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19281 2025.01.17 08:13:02.794825 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001897 sec., 43226.14654717976 rows/sec., 2.75 MiB/sec.
19282 2025.01.17 08:13:02.794858 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19283 2025.01.17 08:13:02.795065 [ 262 ] {37f3c3a0-611a-4602-9731-8ae5ece606b4} <Debug> TCPHandler: Processed in 0.002366244 sec.
19284 2025.01.17 08:13:02.795191 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
19285 2025.01.17 08:13:02.795387 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
19286 2025.01.17 08:13:02.795793 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19287 2025.01.17 08:13:02.795897 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 10000 rows starting from the beginning of the part
19288 2025.01.17 08:13:02.796310 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part
19289 2025.01.17 08:13:02.796745 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part
19290 2025.01.17 08:13:02.797138 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part
19291 2025.01.17 08:13:02.797525 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part
19292 2025.01.17 08:13:02.797761 [ 196 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part
19293 2025.01.17 08:13:02.800784 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10366 rows, containing 4 columns (4 merged, 0 gathered) in 0.005696791 sec., 1819620.905874904 rows/sec., 118.55 MiB/sec.
19294 2025.01.17 08:13:02.801085 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
19295 2025.01.17 08:13:02.801473 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19296 2025.01.17 08:13:02.801561 [ 191 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_146_29} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
19297 2025.01.17 08:13:02.801667 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB.
19298 2025.01.17 08:13:02.938072 [ 219 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19299 2025.01.17 08:13:02.938132 [ 219 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19300 2025.01.17 08:13:02.940336 [ 219 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
19301 2025.01.17 08:13:03.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.86 MiB, peak 292.44 MiB, free memory in arenas 0.00 B, will set to 272.88 MiB (RSS), difference: 3.02 MiB
19302 2025.01.17 08:13:03.739229 [ 223 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19303 2025.01.17 08:13:03.739286 [ 223 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19304 2025.01.17 08:13:03.741320 [ 223 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
19305 2025.01.17 08:13:03.777119 [ 218 ] {} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19306 2025.01.17 08:13:03.777192 [ 218 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19307 2025.01.17 08:13:03.779274 [ 218 ] {} <Debug> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0]
19308 2025.01.17 08:13:04.909871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754
19309 2025.01.17 08:13:04.933001 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19310 2025.01.17 08:13:04.933056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19311 2025.01.17 08:13:04.940797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
19312 2025.01.17 08:13:04.941600 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19313 2025.01.17 08:13:04.944713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754
19314 2025.01.17 08:13:07.696151 [ 221 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
19315 2025.01.17 08:13:07.696218 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
19316 2025.01.17 08:13:07.698601 [ 221 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
19317 2025.01.17 08:13:07.741377 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19318 2025.01.17 08:13:07.741542 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19319 2025.01.17 08:13:07.741610 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19320 2025.01.17 08:13:07.742376 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19321 2025.01.17 08:13:07.742415 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19322 2025.01.17 08:13:07.742846 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
19323 2025.01.17 08:13:07.743095 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19324 2025.01.17 08:13:07.743297 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.38 MiB/sec.
19325 2025.01.17 08:13:07.743357 [ 260 ] {d9d14906-1a6a-4b2a-8d3b-3fe909093177} <Debug> TCPHandler: Processed in 0.00209517 sec.
19326 2025.01.17 08:13:07.743611 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19327 2025.01.17 08:13:07.743805 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19328 2025.01.17 08:13:07.743880 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19329 2025.01.17 08:13:07.744666 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19330 2025.01.17 08:13:07.744720 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19331 2025.01.17 08:13:07.745164 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
19332 2025.01.17 08:13:07.745418 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19333 2025.01.17 08:13:07.745647 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec.
19334 2025.01.17 08:13:07.745715 [ 262 ] {1a99ed10-c0b9-48fc-b9c9-25c7bfee23fd} <Debug> TCPHandler: Processed in 0.002234052 sec.
19335 2025.01.17 08:13:07.745883 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19336 2025.01.17 08:13:07.746005 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19337 2025.01.17 08:13:07.746059 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19338 2025.01.17 08:13:07.746645 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19339 2025.01.17 08:13:07.746683 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19340 2025.01.17 08:13:07.747083 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
19341 2025.01.17 08:13:07.747329 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19342 2025.01.17 08:13:07.747510 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec.
19343 2025.01.17 08:13:07.747566 [ 260 ] {70c72e3e-d8c2-44d0-ada2-8515356aae52} <Debug> TCPHandler: Processed in 0.001738935 sec.
19344 2025.01.17 08:13:07.747730 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19345 2025.01.17 08:13:07.747876 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19346 2025.01.17 08:13:07.747940 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19347 2025.01.17 08:13:07.748533 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19348 2025.01.17 08:13:07.748582 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19349 2025.01.17 08:13:07.748986 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
19350 2025.01.17 08:13:07.749231 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19351 2025.01.17 08:13:07.749445 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec.
19352 2025.01.17 08:13:07.749499 [ 262 ] {f5e83258-7178-424a-b19c-dd5e9f923db2} <Debug> TCPHandler: Processed in 0.001838267 sec.
19353 2025.01.17 08:13:08.996259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46238
19354 2025.01.17 08:13:08.996970 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19355 2025.01.17 08:13:08.997012 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19356 2025.01.17 08:13:08.997551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
19357 2025.01.17 08:13:08.997807 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19358 2025.01.17 08:13:08.998032 [ 98 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
19359 2025.01.17 08:13:08.998052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46238
19360 2025.01.17 08:13:08.998131 [ 98 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19361 2025.01.17 08:13:08.998163 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19362 2025.01.17 08:13:08.998291 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::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
19363 2025.01.17 08:13:08.998437 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19364 2025.01.17 08:13:08.998485 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part
19365 2025.01.17 08:13:08.998580 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 427 rows starting from the beginning of the part
19366 2025.01.17 08:13:08.998850 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 488 rows starting from the beginning of the part
19367 2025.01.17 08:13:08.999056 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 427 rows starting from the beginning of the part
19368 2025.01.17 08:13:08.999283 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part
19369 2025.01.17 08:13:08.999444 [ 199 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part
19370 2025.01.17 08:13:09.002861 [ 193 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46238 rows, containing 4 columns (4 merged, 0 gathered) in 0.004626426 sec., 9994323.912238086 rows/sec., 142.97 MiB/sec.
19371 2025.01.17 08:13:09.003408 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
19372 2025.01.17 08:13:09.003788 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19373 2025.01.17 08:13:09.003884 [ 198 ] {7239f242-bed1-4825-a4be-e0eda799b893::all_1_101_20} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
19374 2025.01.17 08:13:09.004006 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
19375 2025.01.17 08:13:11.759597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2664
19376 2025.01.17 08:13:11.762667 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19377 2025.01.17 08:13:11.762718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19378 2025.01.17 08:13:11.764253 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19379 2025.01.17 08:13:11.764563 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19380 2025.01.17 08:13:11.765093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2664
19381 2025.01.17 08:13:12.444880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762
19382 2025.01.17 08:13:12.468559 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19383 2025.01.17 08:13:12.468623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19384 2025.01.17 08:13:12.476626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
19385 2025.01.17 08:13:12.477450 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19386 2025.01.17 08:13:12.477904 [ 96 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
19387 2025.01.17 08:13:12.478085 [ 96 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19388 2025.01.17 08:13:12.478185 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19389 2025.01.17 08:13:12.479304 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::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
19390 2025.01.17 08:13:12.494365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762
19391 2025.01.17 08:13:12.496242 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19392 2025.01.17 08:13:12.498095 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part
19393 2025.01.17 08:13:12.504342 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part
19394 2025.01.17 08:13:12.510715 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part
19395 2025.01.17 08:13:12.519336 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part
19396 2025.01.17 08:13:12.525792 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part
19397 2025.01.17 08:13:12.532153 [ 192 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part
19398 2025.01.17 08:13:12.598258 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.119834649 sec., 6358.761896986905 rows/sec., 32.88 MiB/sec.
19399 2025.01.17 08:13:12.602249 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
19400 2025.01.17 08:13:12.605508 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19401 2025.01.17 08:13:12.605630 [ 194 ] {716416bc-6dc8-44bd-8bba-6a2e7a726cb8::all_1_101_20} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
19402 2025.01.17 08:13:12.608373 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
19403 2025.01.17 08:13:12.749098 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19404 2025.01.17 08:13:12.749449 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19405 2025.01.17 08:13:12.749631 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19406 2025.01.17 08:13:12.750621 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19407 2025.01.17 08:13:12.750668 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19408 2025.01.17 08:13:12.751103 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19409 2025.01.17 08:13:12.751366 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19410 2025.01.17 08:13:12.751601 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002274 sec., 6156.552330694811 rows/sec., 443.19 KiB/sec.
19411 2025.01.17 08:13:12.751670 [ 260 ] {631fc44d-b7f3-4d40-b092-9ae5ec1d6eaa} <Debug> TCPHandler: Processed in 0.002737139 sec.
19412 2025.01.17 08:13:12.751936 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19413 2025.01.17 08:13:12.752113 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19414 2025.01.17 08:13:12.752184 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19415 2025.01.17 08:13:12.753154 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19416 2025.01.17 08:13:12.753194 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19417 2025.01.17 08:13:12.753617 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
19418 2025.01.17 08:13:12.753881 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19419 2025.01.17 08:13:12.754099 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Debug> executeQuery: Read 319 rows, 29.01 KiB in 0.002037 sec., 156602.8473244968 rows/sec., 13.91 MiB/sec.
19420 2025.01.17 08:13:12.754153 [ 262 ] {637f4e58-ac7d-4654-8208-402861d3f07b} <Debug> TCPHandler: Processed in 0.002352223 sec.
19421 2025.01.17 08:13:12.754308 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19422 2025.01.17 08:13:12.754433 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19423 2025.01.17 08:13:12.754484 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19424 2025.01.17 08:13:12.755138 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19425 2025.01.17 08:13:12.755179 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19426 2025.01.17 08:13:12.755569 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
19427 2025.01.17 08:13:12.755816 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19428 2025.01.17 08:13:12.755993 [ 94 ] {} <Debug> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
19429 2025.01.17 08:13:12.756051 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001642 sec., 39585.87088915956 rows/sec., 2.87 MiB/sec.
19430 2025.01.17 08:13:12.756060 [ 94 ] {} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19431 2025.01.17 08:13:12.756136 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19432 2025.01.17 08:13:12.756184 [ 260 ] {a5ae5291-58c6-4ba8-ad7d-80d7eb5b3765} <Debug> TCPHandler: Processed in 0.001928827 sec.
19433 2025.01.17 08:13:12.756319 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::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
19434 2025.01.17 08:13:12.756421 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19435 2025.01.17 08:13:12.756453 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 80 rows starting from the beginning of the part
19436 2025.01.17 08:13:12.756524 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 68 rows starting from the beginning of the part
19437 2025.01.17 08:13:12.756618 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 73 rows starting from the beginning of the part
19438 2025.01.17 08:13:12.756838 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 11 rows starting from the beginning of the part
19439 2025.01.17 08:13:12.757047 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 68 rows starting from the beginning of the part
19440 2025.01.17 08:13:12.757134 [ 193 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 65 rows starting from the beginning of the part
19441 2025.01.17 08:13:12.757402 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19442 2025.01.17 08:13:12.757823 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19443 2025.01.17 08:13:12.757908 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19444 2025.01.17 08:13:12.759826 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19445 2025.01.17 08:13:12.759905 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19446 2025.01.17 08:13:12.760198 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 365 rows, containing 5 columns (5 merged, 0 gathered) in 0.003957867 sec., 92221.3909663968 rows/sec., 6.96 MiB/sec.
19447 2025.01.17 08:13:12.760374 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
19448 2025.01.17 08:13:12.760757 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19449 2025.01.17 08:13:12.760915 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19450 2025.01.17 08:13:12.761075 [ 189 ] {300bf8c4-ddd3-4021-a34f-ba3472cba9f0::all_1_96_19} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
19451 2025.01.17 08:13:12.761207 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
19452 2025.01.17 08:13:12.761260 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19453 2025.01.17 08:13:12.761475 [ 94 ] {} <Debug> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0
19454 2025.01.17 08:13:12.761541 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003854 sec., 3632.5895173845356 rows/sec., 254.40 KiB/sec.
19455 2025.01.17 08:13:12.761565 [ 94 ] {} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19456 2025.01.17 08:13:12.761664 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19457 2025.01.17 08:13:12.761698 [ 262 ] {4f9c8445-7834-4743-bd77-c67ae516a740} <Debug> TCPHandler: Processed in 0.004468284 sec.
19458 2025.01.17 08:13:12.761911 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full
19459 2025.01.17 08:13:12.761942 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19460 2025.01.17 08:13:12.762034 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19461 2025.01.17 08:13:12.762064 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 242 rows starting from the beginning of the part
19462 2025.01.17 08:13:12.762220 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19463 2025.01.17 08:13:12.762293 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part
19464 2025.01.17 08:13:12.762406 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19465 2025.01.17 08:13:12.762640 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part
19466 2025.01.17 08:13:12.762963 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 242 rows starting from the beginning of the part
19467 2025.01.17 08:13:12.763257 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part
19468 2025.01.17 08:13:12.763639 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part
19469 2025.01.17 08:13:12.764699 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19470 2025.01.17 08:13:12.764747 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19471 2025.01.17 08:13:12.765280 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19472 2025.01.17 08:13:12.765393 [ 193 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003611962 sec., 149503.2339764372 rows/sec., 10.71 MiB/sec.
19473 2025.01.17 08:13:12.765650 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary)
19474 2025.01.17 08:13:12.765662 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19475 2025.01.17 08:13:12.766157 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004044 sec., 3214.6389713155295 rows/sec., 200.43 KiB/sec.
19476 2025.01.17 08:13:12.766300 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19477 2025.01.17 08:13:12.766330 [ 260 ] {280a21a2-e1cd-4e55-87e6-a7a27830831e} <Debug> TCPHandler: Processed in 0.004468984 sec.
19478 2025.01.17 08:13:12.766491 [ 195 ] {1f6b2414-ce7a-4931-8683-6789ba5f6235::all_1_74_15} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15
19479 2025.01.17 08:13:12.766574 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19480 2025.01.17 08:13:12.766644 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
19481 2025.01.17 08:13:12.766755 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19482 2025.01.17 08:13:12.766815 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19483 2025.01.17 08:13:12.767596 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19484 2025.01.17 08:13:12.767635 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19485 2025.01.17 08:13:12.768039 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
19486 2025.01.17 08:13:12.768276 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19487 2025.01.17 08:13:12.768496 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001771 sec., 248447.2049689441 rows/sec., 17.83 MiB/sec.
19488 2025.01.17 08:13:12.768548 [ 262 ] {6747b3f7-5735-4f3a-a113-1b8d156cf479} <Debug> TCPHandler: Processed in 0.00208957 sec.
19489 2025.01.17 08:13:12.768695 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19490 2025.01.17 08:13:12.768813 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19491 2025.01.17 08:13:12.768866 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19492 2025.01.17 08:13:12.769355 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19493 2025.01.17 08:13:12.769395 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19494 2025.01.17 08:13:12.769774 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19495 2025.01.17 08:13:12.770020 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19496 2025.01.17 08:13:12.770235 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
19497 2025.01.17 08:13:12.770289 [ 260 ] {5d6cd3b1-5bcc-4ac3-a05c-0848d1dbb487} <Debug> TCPHandler: Processed in 0.001649784 sec.
19498 2025.01.17 08:13:12.770442 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19499 2025.01.17 08:13:12.770558 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19500 2025.01.17 08:13:12.770610 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19501 2025.01.17 08:13:12.771192 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19502 2025.01.17 08:13:12.771232 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19503 2025.01.17 08:13:12.771628 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
19504 2025.01.17 08:13:12.771867 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19505 2025.01.17 08:13:12.772040 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 6 parts from all_1_154_33 to all_159_159_0
19506 2025.01.17 08:13:12.772107 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19507 2025.01.17 08:13:12.772119 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec.
19508 2025.01.17 08:13:12.772142 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19509 2025.01.17 08:13:12.772283 [ 262 ] {2dfaccd3-b769-4b54-9ddf-45fa5e343ceb} <Debug> TCPHandler: Processed in 0.001897557 sec.
19510 2025.01.17 08:13:12.772476 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0]
19511 2025.01.17 08:13:12.772527 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_154_33 to all_159_159_0 into Compact with storage Full
19512 2025.01.17 08:13:12.772539 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0]
19513 2025.01.17 08:13:12.772548 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19514 2025.01.17 08:13:12.772913 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19515 2025.01.17 08:13:12.773031 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19516 2025.01.17 08:13:12.773057 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19517 2025.01.17 08:13:12.773107 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_154_33, total 50411 rows starting from the beginning of the part
19518 2025.01.17 08:13:12.773536 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 4 rows starting from the beginning of the part
19519 2025.01.17 08:13:12.774172 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part
19520 2025.01.17 08:13:12.774838 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 240 rows starting from the beginning of the part
19521 2025.01.17 08:13:12.775276 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part
19522 2025.01.17 08:13:12.775820 [ 190 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part
19523 2025.01.17 08:13:12.777001 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19524 2025.01.17 08:13:12.777082 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19525 2025.01.17 08:13:12.778198 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
19526 2025.01.17 08:13:12.778582 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19527 2025.01.17 08:13:12.779139 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006342 sec., 157.67896562598548 rows/sec., 10.62 KiB/sec.
19528 2025.01.17 08:13:12.779423 [ 260 ] {af97bd84-d1be-41be-9321-dbf7e5d73a4f} <Debug> TCPHandler: Processed in 0.007020061 sec.
19529 2025.01.17 08:13:12.779452 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0]
19530 2025.01.17 08:13:12.779752 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19531 2025.01.17 08:13:12.780106 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19532 2025.01.17 08:13:12.780435 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19533 2025.01.17 08:13:12.783780 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19534 2025.01.17 08:13:12.783821 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19535 2025.01.17 08:13:12.784655 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
19536 2025.01.17 08:13:12.784918 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19537 2025.01.17 08:13:12.785150 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
19538 2025.01.17 08:13:12.785226 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19539 2025.01.17 08:13:12.785272 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19540 2025.01.17 08:13:12.785298 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.005274 sec., 10997.34546833523 rows/sec., 19.71 MiB/sec.
19541 2025.01.17 08:13:12.785640 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::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
19542 2025.01.17 08:13:12.786843 [ 262 ] {b4eb9f8b-a528-4913-81f3-456912a31bc4} <Debug> TCPHandler: Processed in 0.007272944 sec.
19543 2025.01.17 08:13:12.787293 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19544 2025.01.17 08:13:12.787997 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19545 2025.01.17 08:13:12.788094 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19546 2025.01.17 08:13:12.788234 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19547 2025.01.17 08:13:12.788305 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2656 rows starting from the beginning of the part
19548 2025.01.17 08:13:12.789666 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 58 rows starting from the beginning of the part
19549 2025.01.17 08:13:12.790568 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 53 rows starting from the beginning of the part
19550 2025.01.17 08:13:12.791721 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 5 rows starting from the beginning of the part
19551 2025.01.17 08:13:12.791779 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19552 2025.01.17 08:13:12.791885 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19553 2025.01.17 08:13:12.792616 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 58 rows starting from the beginning of the part
19554 2025.01.17 08:13:12.793695 [ 195 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 58 rows starting from the beginning of the part
19555 2025.01.17 08:13:12.793918 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
19556 2025.01.17 08:13:12.795588 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19557 2025.01.17 08:13:12.795749 [ 200 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51212 rows, containing 5 columns (5 merged, 0 gathered) in 0.023457907 sec., 2183144.4723521154 rows/sec., 147.41 MiB/sec.
19558 2025.01.17 08:13:12.796255 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Trace> MergedBlockOutputStream: filled checksums all_1_159_34 (state Temporary)
19559 2025.01.17 08:13:12.796259 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008496 sec., 9651.600753295668 rows/sec., 627.71 KiB/sec.
19560 2025.01.17 08:13:12.796698 [ 260 ] {eb5677ec-ac6a-447c-be2f-972f877f16d7} <Debug> TCPHandler: Processed in 0.009680939 sec.
19561 2025.01.17 08:13:12.797220 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_159_34 to all_1_159_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19562 2025.01.17 08:13:12.797333 [ 197 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_159_34} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 6 parts: [all_1_154_33, all_159_159_0] -> all_1_159_34
19563 2025.01.17 08:13:12.797453 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB.
19564 2025.01.17 08:13:12.806627 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 19 columns (19 merged, 0 gathered) in 0.021277845 sec., 135728.03072867577 rows/sec., 243.22 MiB/sec.
19565 2025.01.17 08:13:12.809292 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
19566 2025.01.17 08:13:12.809748 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19567 2025.01.17 08:13:12.809841 [ 196 ] {039e1dc7-ffe3-450e-9519-4236e2dcd3f8::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
19568 2025.01.17 08:13:12.810026 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.84 MiB.
19569 2025.01.17 08:13:14.208018 [ 91 ] {} <Debug> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0
19570 2025.01.17 08:13:14.208084 [ 91 ] {} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19571 2025.01.17 08:13:14.208106 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19572 2025.01.17 08:13:14.208257 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::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
19573 2025.01.17 08:13:14.208442 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19574 2025.01.17 08:13:14.208486 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 18 rows starting from the beginning of the part
19575 2025.01.17 08:13:14.208589 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part
19576 2025.01.17 08:13:14.208881 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
19577 2025.01.17 08:13:14.209159 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
19578 2025.01.17 08:13:14.209381 [ 200 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 3 rows starting from the beginning of the part
19579 2025.01.17 08:13:14.210509 [ 196 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 5 columns (5 merged, 0 gathered) in 0.002335643 sec., 18410.347814284974 rows/sec., 1.51 MiB/sec.
19580 2025.01.17 08:13:14.210664 [ 196 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary)
19581 2025.01.17 08:13:14.210984 [ 196 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19582 2025.01.17 08:13:14.211061 [ 196 ] {2df42ae7-d001-48bc-8b11-b6447e9eb441::all_1_36_8} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8
19583 2025.01.17 08:13:14.211134 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19584 2025.01.17 08:13:16.234514 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
19585 2025.01.17 08:13:16.234609 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
19586 2025.01.17 08:13:16.498324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46726
19587 2025.01.17 08:13:16.499117 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19588 2025.01.17 08:13:16.499170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19589 2025.01.17 08:13:16.499734 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
19590 2025.01.17 08:13:16.500013 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19591 2025.01.17 08:13:16.500281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726
19592 2025.01.17 08:13:17.742065 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19593 2025.01.17 08:13:17.742251 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19594 2025.01.17 08:13:17.742325 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19595 2025.01.17 08:13:17.743145 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19596 2025.01.17 08:13:17.743197 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19597 2025.01.17 08:13:17.743651 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
19598 2025.01.17 08:13:17.743926 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19599 2025.01.17 08:13:17.744146 [ 86 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
19600 2025.01.17 08:13:17.744176 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.18 MiB/sec.
19601 2025.01.17 08:13:17.744235 [ 86 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19602 2025.01.17 08:13:17.744300 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19603 2025.01.17 08:13:17.744333 [ 260 ] {16891594-38e9-4c3e-bbd8-1933802efe06} <Debug> TCPHandler: Processed in 0.002393654 sec.
19604 2025.01.17 08:13:17.744650 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19605 2025.01.17 08:13:17.744663 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full
19606 2025.01.17 08:13:17.745063 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19607 2025.01.17 08:13:17.745288 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19608 2025.01.17 08:13:17.745353 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19609 2025.01.17 08:13:17.745547 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1474 rows starting from the beginning of the part
19610 2025.01.17 08:13:17.746100 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part
19611 2025.01.17 08:13:17.747006 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 325 rows starting from the beginning of the part
19612 2025.01.17 08:13:17.747398 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part
19613 2025.01.17 08:13:17.747996 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 319 rows starting from the beginning of the part
19614 2025.01.17 08:13:17.748343 [ 200 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 56 rows starting from the beginning of the part
19615 2025.01.17 08:13:17.749632 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19616 2025.01.17 08:13:17.749696 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19617 2025.01.17 08:13:17.750814 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
19618 2025.01.17 08:13:17.751204 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19619 2025.01.17 08:13:17.751483 [ 86 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
19620 2025.01.17 08:13:17.751590 [ 86 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19621 2025.01.17 08:13:17.751697 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19622 2025.01.17 08:13:17.751842 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006877 sec., 9306.383597498909 rows/sec., 743.82 KiB/sec.
19623 2025.01.17 08:13:17.752450 [ 262 ] {ad7a9815-3ab9-4d6e-8296-f1b225ff1ec2} <Debug> TCPHandler: Processed in 0.007981815 sec.
19624 2025.01.17 08:13:17.752464 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full
19625 2025.01.17 08:13:17.752587 [ 191 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2286 rows, containing 5 columns (5 merged, 0 gathered) in 0.008137077 sec., 280936.26249327615 rows/sec., 24.87 MiB/sec.
19626 2025.01.17 08:13:17.752868 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19627 2025.01.17 08:13:17.753286 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19628 2025.01.17 08:13:17.753370 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
19629 2025.01.17 08:13:17.753506 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19630 2025.01.17 08:13:17.754123 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19631 2025.01.17 08:13:17.754399 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 956 rows starting from the beginning of the part
19632 2025.01.17 08:13:17.754881 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19633 2025.01.17 08:13:17.755466 [ 198 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_171_34} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
19634 2025.01.17 08:13:17.755937 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
19635 2025.01.17 08:13:17.756015 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part
19636 2025.01.17 08:13:17.756125 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 461 rows starting from the beginning of the part
19637 2025.01.17 08:13:17.756350 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part
19638 2025.01.17 08:13:17.756557 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 440 rows starting from the beginning of the part
19639 2025.01.17 08:13:17.756712 [ 199 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 64 rows starting from the beginning of the part
19640 2025.01.17 08:13:17.758032 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19641 2025.01.17 08:13:17.758118 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19642 2025.01.17 08:13:17.759238 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
19643 2025.01.17 08:13:17.759679 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19644 2025.01.17 08:13:17.759961 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2049 rows, containing 5 columns (5 merged, 0 gathered) in 0.008098617 sec., 253006.16142237617 rows/sec., 19.38 MiB/sec.
19645 2025.01.17 08:13:17.760220 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007057 sec., 22672.523735298284 rows/sec., 1.58 MiB/sec.
19646 2025.01.17 08:13:17.760301 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
19647 2025.01.17 08:13:17.760448 [ 260 ] {1764954a-6aad-4783-b3bd-d3d78c29ea57} <Debug> TCPHandler: Processed in 0.007754312 sec.
19648 2025.01.17 08:13:17.760809 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19649 2025.01.17 08:13:17.761181 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19650 2025.01.17 08:13:17.761345 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19651 2025.01.17 08:13:17.761618 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19652 2025.01.17 08:13:17.761958 [ 191 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_171_34} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
19653 2025.01.17 08:13:17.762139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
19654 2025.01.17 08:13:17.762505 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19655 2025.01.17 08:13:17.762551 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19656 2025.01.17 08:13:17.762955 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
19657 2025.01.17 08:13:17.763203 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19658 2025.01.17 08:13:17.763415 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00236 sec., 25423.72881355932 rows/sec., 1.71 MiB/sec.
19659 2025.01.17 08:13:17.763470 [ 262 ] {420fbdfa-2d68-49d0-ba01-ce1f030f6149} <Debug> TCPHandler: Processed in 0.002828241 sec.
19660 2025.01.17 08:13:19.994553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769
19661 2025.01.17 08:13:20.019613 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19662 2025.01.17 08:13:20.019678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19663 2025.01.17 08:13:20.027628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
19664 2025.01.17 08:13:20.028477 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19665 2025.01.17 08:13:20.033077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769
19666 2025.01.17 08:13:21.765474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2694
19667 2025.01.17 08:13:21.768929 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19668 2025.01.17 08:13:21.768990 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19669 2025.01.17 08:13:21.770519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19670 2025.01.17 08:13:21.770843 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19671 2025.01.17 08:13:21.771101 [ 82 ] {} <Debug> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
19672 2025.01.17 08:13:21.771229 [ 82 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19673 2025.01.17 08:13:21.771295 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19674 2025.01.17 08:13:21.771736 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::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
19675 2025.01.17 08:13:21.772365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2694
19676 2025.01.17 08:13:21.772827 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19677 2025.01.17 08:13:21.772998 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2520 rows starting from the beginning of the part
19678 2025.01.17 08:13:21.773657 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part
19679 2025.01.17 08:13:21.774272 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part
19680 2025.01.17 08:13:21.774977 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part
19681 2025.01.17 08:13:21.775620 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part
19682 2025.01.17 08:13:21.776299 [ 189 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part
19683 2025.01.17 08:13:21.785720 [ 188 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2694 rows, containing 72 columns (72 merged, 0 gathered) in 0.014243814 sec., 189134.735963275 rows/sec., 140.95 MiB/sec.
19684 2025.01.17 08:13:21.787820 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
19685 2025.01.17 08:13:21.788526 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19686 2025.01.17 08:13:21.788611 [ 197 ] {a60371f2-0544-40ad-af24-0b9732de7d86::all_1_76_15} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
19687 2025.01.17 08:13:21.788821 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB.
19688 2025.01.17 08:13:21.854736 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19689 2025.01.17 08:13:21.854908 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19690 2025.01.17 08:13:21.854979 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19691 2025.01.17 08:13:21.855634 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19692 2025.01.17 08:13:21.855679 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19693 2025.01.17 08:13:21.856044 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19694 2025.01.17 08:13:21.856291 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19695 2025.01.17 08:13:21.856535 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001677 sec., 8348.24090638044 rows/sec., 600.96 KiB/sec.
19696 2025.01.17 08:13:21.856591 [ 260 ] {176e548d-9cd8-4206-b5ee-2aa36714c405} <Debug> TCPHandler: Processed in 0.001977979 sec.
19697 2025.01.17 08:13:21.856797 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19698 2025.01.17 08:13:21.856983 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
19699 2025.01.17 08:13:21.857052 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19700 2025.01.17 08:13:21.857710 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19701 2025.01.17 08:13:21.857754 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19702 2025.01.17 08:13:21.858131 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
19703 2025.01.17 08:13:21.858382 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Trace> oximeter.fields_ipaddr (2df42ae7-d001-48bc-8b11-b6447e9eb441): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19704 2025.01.17 08:13:21.858615 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001683 sec., 1188.3541295306002 rows/sec., 96.90 KiB/sec.
19705 2025.01.17 08:13:21.858672 [ 262 ] {33ca3924-4a65-49fd-abba-0a0223e27270} <Debug> TCPHandler: Processed in 0.001954978 sec.
19706 2025.01.17 08:13:21.858807 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19707 2025.01.17 08:13:21.858928 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19708 2025.01.17 08:13:21.858977 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19709 2025.01.17 08:13:21.860283 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19710 2025.01.17 08:13:21.860326 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19711 2025.01.17 08:13:21.860792 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
19712 2025.01.17 08:13:21.861046 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19713 2025.01.17 08:13:21.861261 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Debug> executeQuery: Read 1450 rows, 124.67 KiB in 0.002359 sec., 614667.2318779144 rows/sec., 51.61 MiB/sec.
19714 2025.01.17 08:13:21.861322 [ 260 ] {4bedfb26-a0e8-4cb1-90dd-5124cbf4fd01} <Debug> TCPHandler: Processed in 0.002572987 sec.
19715 2025.01.17 08:13:21.861521 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19716 2025.01.17 08:13:21.861744 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19717 2025.01.17 08:13:21.861833 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19718 2025.01.17 08:13:21.862644 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19719 2025.01.17 08:13:21.862684 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19720 2025.01.17 08:13:21.863050 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
19721 2025.01.17 08:13:21.863300 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19722 2025.01.17 08:13:21.863519 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Debug> executeQuery: Read 62 rows, 4.58 KiB in 0.00183 sec., 33879.78142076503 rows/sec., 2.44 MiB/sec.
19723 2025.01.17 08:13:21.863573 [ 262 ] {aeb6e8f5-e6c5-4530-b078-4ce1585502d7} <Debug> TCPHandler: Processed in 0.002160051 sec.
19724 2025.01.17 08:13:21.863733 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19725 2025.01.17 08:13:21.863871 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19726 2025.01.17 08:13:21.863927 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19727 2025.01.17 08:13:21.864650 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19728 2025.01.17 08:13:21.864691 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19729 2025.01.17 08:13:21.865056 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19730 2025.01.17 08:13:21.865298 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19731 2025.01.17 08:13:21.865506 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001666 sec., 145258.1032412965 rows/sec., 9.84 MiB/sec.
19732 2025.01.17 08:13:21.865561 [ 260 ] {c78b33b4-c06c-4667-8407-39838ac579b6} <Debug> TCPHandler: Processed in 0.001894317 sec.
19733 2025.01.17 08:13:21.865789 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19734 2025.01.17 08:13:21.866012 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19735 2025.01.17 08:13:21.866099 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19736 2025.01.17 08:13:21.866736 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19737 2025.01.17 08:13:21.866777 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19738 2025.01.17 08:13:21.867134 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19739 2025.01.17 08:13:21.867373 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19740 2025.01.17 08:13:21.867602 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec.
19741 2025.01.17 08:13:21.867656 [ 262 ] {d47f535b-4efb-4570-9869-6947905ecee3} <Debug> TCPHandler: Processed in 0.001975948 sec.
19742 2025.01.17 08:13:21.867802 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19743 2025.01.17 08:13:21.867940 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19744 2025.01.17 08:13:21.867997 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19745 2025.01.17 08:13:21.869042 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19746 2025.01.17 08:13:21.869083 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19747 2025.01.17 08:13:21.869474 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
19748 2025.01.17 08:13:21.869714 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19749 2025.01.17 08:13:21.869926 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Debug> executeQuery: Read 893 rows, 66.38 KiB in 0.002017 sec., 442736.7377293009 rows/sec., 32.14 MiB/sec.
19750 2025.01.17 08:13:21.869984 [ 260 ] {3226d769-34aa-49c6-8ec2-3b41e90d8641} <Debug> TCPHandler: Processed in 0.002248283 sec.
19751 2025.01.17 08:13:21.870129 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19752 2025.01.17 08:13:21.870292 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19753 2025.01.17 08:13:21.870384 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19754 2025.01.17 08:13:21.871242 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19755 2025.01.17 08:13:21.871281 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19756 2025.01.17 08:13:21.871640 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19757 2025.01.17 08:13:21.871876 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19758 2025.01.17 08:13:21.872047 [ 82 ] {} <Debug> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
19759 2025.01.17 08:13:21.872114 [ 82 ] {} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19760 2025.01.17 08:13:21.872123 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001871 sec., 3206.841261357563 rows/sec., 167.54 KiB/sec.
19761 2025.01.17 08:13:21.872146 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19762 2025.01.17 08:13:21.872273 [ 262 ] {ac4117be-f6a5-43fc-b851-2009d985ea2f} <Debug> TCPHandler: Processed in 0.002194881 sec.
19763 2025.01.17 08:13:21.872399 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
19764 2025.01.17 08:13:21.872471 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19765 2025.01.17 08:13:21.872551 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19766 2025.01.17 08:13:21.872599 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 420 rows starting from the beginning of the part
19767 2025.01.17 08:13:21.872613 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19768 2025.01.17 08:13:21.872745 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19769 2025.01.17 08:13:21.872833 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part
19770 2025.01.17 08:13:21.873132 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part
19771 2025.01.17 08:13:21.873357 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part
19772 2025.01.17 08:13:21.873577 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part
19773 2025.01.17 08:13:21.873798 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part
19774 2025.01.17 08:13:21.874685 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19775 2025.01.17 08:13:21.874731 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19776 2025.01.17 08:13:21.875137 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 4 columns (4 merged, 0 gathered) in 0.00285435 sec., 157654.10688948448 rows/sec., 8.04 MiB/sec.
19777 2025.01.17 08:13:21.875271 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
19778 2025.01.17 08:13:21.875392 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
19779 2025.01.17 08:13:21.875583 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19780 2025.01.17 08:13:21.875682 [ 193 ] {7f5360e7-61ea-4351-bd39-5d389b7027c4::all_1_75_15} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
19781 2025.01.17 08:13:21.875710 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19782 2025.01.17 08:13:21.875780 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
19783 2025.01.17 08:13:21.875989 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Debug> executeQuery: Read 1084 rows, 74.17 KiB in 0.003415 sec., 317423.13323572476 rows/sec., 21.21 MiB/sec.
19784 2025.01.17 08:13:21.876045 [ 260 ] {5cc99836-c034-4bc6-ab12-9d152160882b} <Debug> TCPHandler: Processed in 0.003657443 sec.
19785 2025.01.17 08:13:21.876246 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19786 2025.01.17 08:13:21.876454 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19787 2025.01.17 08:13:21.876542 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19788 2025.01.17 08:13:21.877334 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19789 2025.01.17 08:13:21.877373 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19790 2025.01.17 08:13:21.877735 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
19791 2025.01.17 08:13:21.877977 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19792 2025.01.17 08:13:21.878190 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001758 sec., 568.8282138794084 rows/sec., 38.33 KiB/sec.
19793 2025.01.17 08:13:21.878244 [ 262 ] {65571127-3701-473e-b144-00a534ca951b} <Debug> TCPHandler: Processed in 0.00208944 sec.
19794 2025.01.17 08:13:21.878378 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19795 2025.01.17 08:13:21.878496 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19796 2025.01.17 08:13:21.878574 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19797 2025.01.17 08:13:21.879760 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19798 2025.01.17 08:13:21.879800 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19799 2025.01.17 08:13:21.880456 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
19800 2025.01.17 08:13:21.880730 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19801 2025.01.17 08:13:21.881002 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.00253 sec., 20948.616600790512 rows/sec., 37.54 MiB/sec.
19802 2025.01.17 08:13:21.881201 [ 260 ] {c952999d-55bf-412c-b80e-a8db378b02cc} <Debug> TCPHandler: Processed in 0.002876132 sec.
19803 2025.01.17 08:13:21.881442 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19804 2025.01.17 08:13:21.881589 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19805 2025.01.17 08:13:21.881645 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19806 2025.01.17 08:13:21.882220 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19807 2025.01.17 08:13:21.882260 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19808 2025.01.17 08:13:21.882630 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
19809 2025.01.17 08:13:21.882862 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19810 2025.01.17 08:13:21.883078 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec.
19811 2025.01.17 08:13:21.883132 [ 262 ] {0e9fcddf-3965-4910-acb7-a3621ce18407} <Debug> TCPHandler: Processed in 0.001845816 sec.
19812 2025.01.17 08:13:22.572072 [ 225 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19813 2025.01.17 08:13:22.572135 [ 225 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19814 2025.01.17 08:13:22.574170 [ 225 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19815 2025.01.17 08:13:22.733512 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19816 2025.01.17 08:13:22.733764 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19817 2025.01.17 08:13:22.733866 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19818 2025.01.17 08:13:22.734721 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19819 2025.01.17 08:13:22.734761 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19820 2025.01.17 08:13:22.735182 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
19821 2025.01.17 08:13:22.735438 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19822 2025.01.17 08:13:22.735655 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Debug> executeQuery: Read 10 rows, 999.00 B in 0.001958 sec., 5107.252298263534 rows/sec., 498.26 KiB/sec.
19823 2025.01.17 08:13:22.735738 [ 260 ] {9c1ded1f-c674-433d-91bf-a2e13b1874b2} <Debug> TCPHandler: Processed in 0.002378394 sec.
19824 2025.01.17 08:13:22.735767 [ 219 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19825 2025.01.17 08:13:22.735847 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19826 2025.01.17 08:13:22.736070 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19827 2025.01.17 08:13:22.736381 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19828 2025.01.17 08:13:22.736496 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19829 2025.01.17 08:13:22.738138 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19830 2025.01.17 08:13:22.738196 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19831 2025.01.17 08:13:22.739013 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
19832 2025.01.17 08:13:22.739483 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19833 2025.01.17 08:13:22.739588 [ 219 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
19834 2025.01.17 08:13:22.740118 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.003764 sec., 1328.374070138151 rows/sec., 99.89 KiB/sec.
19835 2025.01.17 08:13:22.740403 [ 262 ] {ba7cb1a4-6eb1-4ae7-8ddf-e987328883cc} <Debug> TCPHandler: Processed in 0.004539725 sec.
19836 2025.01.17 08:13:22.740706 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19837 2025.01.17 08:13:22.741201 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19838 2025.01.17 08:13:22.741368 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19839 2025.01.17 08:13:22.742759 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19840 2025.01.17 08:13:22.742798 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19841 2025.01.17 08:13:22.743159 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
19842 2025.01.17 08:13:22.743406 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19843 2025.01.17 08:13:22.743585 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.002544 sec., 1965.4088050314467 rows/sec., 157.39 KiB/sec.
19844 2025.01.17 08:13:22.743639 [ 260 ] {8fcc3d5b-6a21-4b89-a3c4-d13e9dc8d5a1} <Debug> TCPHandler: Processed in 0.003122545 sec.
19845 2025.01.17 08:13:22.743853 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19846 2025.01.17 08:13:22.744086 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19847 2025.01.17 08:13:22.744229 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19848 2025.01.17 08:13:22.745389 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19849 2025.01.17 08:13:22.745429 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19850 2025.01.17 08:13:22.746052 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
19851 2025.01.17 08:13:22.746308 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19852 2025.01.17 08:13:22.746550 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002522 sec., 1982.5535289452816 rows/sec., 3.55 MiB/sec.
19853 2025.01.17 08:13:22.746662 [ 262 ] {7c3bde20-998d-41b0-a4be-47e6289c8235} <Debug> TCPHandler: Processed in 0.002922032 sec.
19854 2025.01.17 08:13:24.000752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47153
19855 2025.01.17 08:13:24.001785 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19856 2025.01.17 08:13:24.001832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19857 2025.01.17 08:13:24.002380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
19858 2025.01.17 08:13:24.002651 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19859 2025.01.17 08:13:24.002926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47153
19860 2025.01.17 08:13:26.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.29 MiB, peak 292.67 MiB, free memory in arenas 0.00 B, will set to 274.29 MiB (RSS), difference: -4.00 MiB
19861 2025.01.17 08:13:27.533248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777
19862 2025.01.17 08:13:27.558010 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19863 2025.01.17 08:13:27.558075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19864 2025.01.17 08:13:27.565740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
19865 2025.01.17 08:13:27.566593 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19866 2025.01.17 08:13:27.571146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777
19867 2025.01.17 08:13:27.742857 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19868 2025.01.17 08:13:27.743080 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19869 2025.01.17 08:13:27.743163 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19870 2025.01.17 08:13:27.744014 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19871 2025.01.17 08:13:27.744063 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19872 2025.01.17 08:13:27.744524 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
19873 2025.01.17 08:13:27.744806 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19874 2025.01.17 08:13:27.745043 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002026 sec., 27640.671273445212 rows/sec., 2.12 MiB/sec.
19875 2025.01.17 08:13:27.745116 [ 260 ] {4e003674-2a95-4a22-bbfe-73ac0fe89283} <Debug> TCPHandler: Processed in 0.002396025 sec.
19876 2025.01.17 08:13:27.745432 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19877 2025.01.17 08:13:27.745650 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19878 2025.01.17 08:13:27.745727 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19879 2025.01.17 08:13:27.746548 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19880 2025.01.17 08:13:27.746587 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19881 2025.01.17 08:13:27.747016 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
19882 2025.01.17 08:13:27.747260 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19883 2025.01.17 08:13:27.747464 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001868 sec., 34261.24197002141 rows/sec., 2.67 MiB/sec.
19884 2025.01.17 08:13:27.747550 [ 262 ] {6b725b1d-7f94-4b1a-9731-5f65c1f135b6} <Debug> TCPHandler: Processed in 0.002293333 sec.
19885 2025.01.17 08:13:27.747710 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19886 2025.01.17 08:13:27.747895 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19887 2025.01.17 08:13:27.747973 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19888 2025.01.17 08:13:27.748560 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19889 2025.01.17 08:13:27.748600 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19890 2025.01.17 08:13:27.749012 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
19891 2025.01.17 08:13:27.749266 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19892 2025.01.17 08:13:27.749483 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec.
19893 2025.01.17 08:13:27.749539 [ 260 ] {6f6ca47e-3d95-48ed-b35d-e4c8a1152c2c} <Debug> TCPHandler: Processed in 0.001900697 sec.
19894 2025.01.17 08:13:27.749683 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19895 2025.01.17 08:13:27.749820 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19896 2025.01.17 08:13:27.749879 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19897 2025.01.17 08:13:27.750491 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19898 2025.01.17 08:13:27.750527 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19899 2025.01.17 08:13:27.750899 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
19900 2025.01.17 08:13:27.751227 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19901 2025.01.17 08:13:27.751384 [ 71 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
19902 2025.01.17 08:13:27.751437 [ 71 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19903 2025.01.17 08:13:27.751452 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001662 sec., 36101.08303249098 rows/sec., 2.43 MiB/sec.
19904 2025.01.17 08:13:27.751468 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19905 2025.01.17 08:13:27.751521 [ 262 ] {0117a190-950c-49f3-8c8a-fc9702c847f3} <Debug> TCPHandler: Processed in 0.001905318 sec.
19906 2025.01.17 08:13:27.751764 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
19907 2025.01.17 08:13:27.752020 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19908 2025.01.17 08:13:27.752094 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 10366 rows starting from the beginning of the part
19909 2025.01.17 08:13:27.752279 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part
19910 2025.01.17 08:13:27.752531 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 82 rows starting from the beginning of the part
19911 2025.01.17 08:13:27.752733 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part
19912 2025.01.17 08:13:27.752928 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part
19913 2025.01.17 08:13:27.753110 [ 188 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part
19914 2025.01.17 08:13:27.756330 [ 193 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10710 rows, containing 4 columns (4 merged, 0 gathered) in 0.004749218 sec., 2255108.10411314 rows/sec., 146.95 MiB/sec.
19915 2025.01.17 08:13:27.756666 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
19916 2025.01.17 08:13:27.756998 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19917 2025.01.17 08:13:27.757085 [ 195 ] {e781cc3b-9684-4421-b645-805ad1251ee6::all_1_151_30} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
19918 2025.01.17 08:13:27.757184 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
19919 2025.01.17 08:13:31.234856 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
19920 2025.01.17 08:13:31.234917 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
19921 2025.01.17 08:13:31.503143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47641
19922 2025.01.17 08:13:31.503887 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19923 2025.01.17 08:13:31.503929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19924 2025.01.17 08:13:31.504482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
19925 2025.01.17 08:13:31.504752 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19926 2025.01.17 08:13:31.504961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641
19927 2025.01.17 08:13:31.772712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2734
19928 2025.01.17 08:13:31.776136 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19929 2025.01.17 08:13:31.776198 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19930 2025.01.17 08:13:31.777735 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
19931 2025.01.17 08:13:31.778081 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19932 2025.01.17 08:13:31.778760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2734
19933 2025.01.17 08:13:32.749671 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19934 2025.01.17 08:13:32.749863 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19935 2025.01.17 08:13:32.749938 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19936 2025.01.17 08:13:32.750742 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19937 2025.01.17 08:13:32.750792 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19938 2025.01.17 08:13:32.751240 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19939 2025.01.17 08:13:32.751499 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Trace> oximeter.fields_i16 (7e0f4fcd-6f6f-4299-8c98-4c09bfe4ba54): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19940 2025.01.17 08:13:32.751812 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec.
19941 2025.01.17 08:13:32.751928 [ 260 ] {9bd0fae4-54be-49e9-bf38-489b0f49e670} <Debug> TCPHandler: Processed in 0.002381924 sec.
19942 2025.01.17 08:13:32.752280 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19943 2025.01.17 08:13:32.752561 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19944 2025.01.17 08:13:32.752663 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19945 2025.01.17 08:13:32.753653 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19946 2025.01.17 08:13:32.753704 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19947 2025.01.17 08:13:32.754153 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
19948 2025.01.17 08:13:32.754407 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19949 2025.01.17 08:13:32.754638 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Debug> executeQuery: Read 319 rows, 29.01 KiB in 0.002154 sec., 148096.5645311049 rows/sec., 13.15 MiB/sec.
19950 2025.01.17 08:13:32.754701 [ 262 ] {05659079-2687-4c18-96ec-edfbce99a0b5} <Debug> TCPHandler: Processed in 0.002630618 sec.
19951 2025.01.17 08:13:32.754912 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19952 2025.01.17 08:13:32.755060 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19953 2025.01.17 08:13:32.755122 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19954 2025.01.17 08:13:32.755831 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19955 2025.01.17 08:13:32.755874 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19956 2025.01.17 08:13:32.756256 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
19957 2025.01.17 08:13:32.756498 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Trace> oximeter.fields_u16 (300bf8c4-ddd3-4021-a34f-ba3472cba9f0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19958 2025.01.17 08:13:32.756725 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001698 sec., 38280.329799764426 rows/sec., 2.77 MiB/sec.
19959 2025.01.17 08:13:32.756790 [ 260 ] {e8b834ca-353f-4346-ade2-85e71125c596} <Debug> TCPHandler: Processed in 0.001947358 sec.
19960 2025.01.17 08:13:32.757213 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19961 2025.01.17 08:13:32.757343 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19962 2025.01.17 08:13:32.757396 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19963 2025.01.17 08:13:32.757989 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19964 2025.01.17 08:13:32.758031 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19965 2025.01.17 08:13:32.758399 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19966 2025.01.17 08:13:32.758636 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Trace> oximeter.fields_u32 (1f6b2414-ce7a-4931-8683-6789ba5f6235): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19967 2025.01.17 08:13:32.758865 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec.
19968 2025.01.17 08:13:32.758931 [ 262 ] {9728a0b2-d29c-4920-8376-8bb000af5e8a} <Debug> TCPHandler: Processed in 0.001777385 sec.
19969 2025.01.17 08:13:32.759135 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19970 2025.01.17 08:13:32.759287 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19971 2025.01.17 08:13:32.759346 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19972 2025.01.17 08:13:32.759992 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19973 2025.01.17 08:13:32.760034 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19974 2025.01.17 08:13:32.760422 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19975 2025.01.17 08:13:32.760695 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Trace> oximeter.fields_u8 (2743f4ce-429a-44e6-a56e-23c17a44c6a6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19976 2025.01.17 08:13:32.760935 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec.
19977 2025.01.17 08:13:32.761048 [ 260 ] {42a404d3-facd-4d25-9f1c-df6550d22a47} <Debug> TCPHandler: Processed in 0.002013649 sec.
19978 2025.01.17 08:13:32.761247 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19979 2025.01.17 08:13:32.761367 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19980 2025.01.17 08:13:32.761417 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19981 2025.01.17 08:13:32.762185 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19982 2025.01.17 08:13:32.762225 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19983 2025.01.17 08:13:32.762632 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
19984 2025.01.17 08:13:32.762886 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19985 2025.01.17 08:13:32.763137 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001792 sec., 245535.7142857143 rows/sec., 17.62 MiB/sec.
19986 2025.01.17 08:13:32.763226 [ 262 ] {ac787648-5f55-4316-96a7-dc4a097baa0b} <Debug> TCPHandler: Processed in 0.00207198 sec.
19987 2025.01.17 08:13:32.763423 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19988 2025.01.17 08:13:32.763631 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19989 2025.01.17 08:13:32.763690 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19990 2025.01.17 08:13:32.764189 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19991 2025.01.17 08:13:32.764228 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
19992 2025.01.17 08:13:32.764607 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
19993 2025.01.17 08:13:32.764855 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Trace> oximeter.measurements_bool (7f5360e7-61ea-4351-bd39-5d389b7027c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19994 2025.01.17 08:13:32.765099 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec.
19995 2025.01.17 08:13:32.765174 [ 260 ] {95a9dd3b-54d8-43b8-acf4-998ac62cdcf9} <Debug> TCPHandler: Processed in 0.001841536 sec.
19996 2025.01.17 08:13:32.765386 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19997 2025.01.17 08:13:32.765513 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19998 2025.01.17 08:13:32.765566 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19999 2025.01.17 08:13:32.766193 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20000 2025.01.17 08:13:32.766233 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
20001 2025.01.17 08:13:32.766639 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
20002 2025.01.17 08:13:32.766873 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20003 2025.01.17 08:13:32.767114 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec.
20004 2025.01.17 08:13:32.767182 [ 262 ] {8ed38af1-5fc6-4b42-b1c3-ff65b4fc0b3c} <Debug> TCPHandler: Processed in 0.001892027 sec.
20005 2025.01.17 08:13:32.767406 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20006 2025.01.17 08:13:32.767728 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20007 2025.01.17 08:13:32.767826 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20008 2025.01.17 08:13:32.768415 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20009 2025.01.17 08:13:32.768462 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
20010 2025.01.17 08:13:32.768852 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
20011 2025.01.17 08:13:32.769089 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Trace> oximeter.measurements_f64 (93bf885a-57c1-49e6-ad82-32735214b15f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20012 2025.01.17 08:13:32.769328 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001712 sec., 584.1121495327103 rows/sec., 39.36 KiB/sec.
20013 2025.01.17 08:13:32.769411 [ 260 ] {ddb09649-2e39-4575-a082-b752ffb5d480} <Debug> TCPHandler: Processed in 0.00211774 sec.
20014 2025.01.17 08:13:32.769622 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20015 2025.01.17 08:13:32.769770 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20016 2025.01.17 08:13:32.769856 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20017 2025.01.17 08:13:32.771262 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20018 2025.01.17 08:13:32.771301 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
20019 2025.01.17 08:13:32.771995 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
20020 2025.01.17 08:13:32.772254 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Trace> oximeter.measurements_histogramu64 (039e1dc7-ffe3-450e-9519-4236e2dcd3f8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20021 2025.01.17 08:13:32.772461 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002721 sec., 21315.692760014703 rows/sec., 38.20 MiB/sec.
20022 2025.01.17 08:13:32.772569 [ 262 ] {04d68cd5-b8f9-4d36-9a12-91438ac04c8e} <Debug> TCPHandler: Processed in 0.003048944 sec.
20023 2025.01.17 08:13:32.772820 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20024 2025.01.17 08:13:32.773026 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20025 2025.01.17 08:13:32.773111 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20026 2025.01.17 08:13:32.773870 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20027 2025.01.17 08:13:32.773910 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
20028 2025.01.17 08:13:32.774292 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
20029 2025.01.17 08:13:32.774537 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20030 2025.01.17 08:13:32.774744 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001766 sec., 46432.6160815402 rows/sec., 2.95 MiB/sec.
20031 2025.01.17 08:13:32.774873 [ 260 ] {73f571b6-f2be-4e5c-ae74-8d7f6c811d71} <Debug> TCPHandler: Processed in 0.002145101 sec.
20032 2025.01.17 08:13:32.774957 [ 219 ] {} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
20033 2025.01.17 08:13:32.775041 [ 219 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
20034 2025.01.17 08:13:32.777219 [ 219 ] {} <Debug> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
20035 2025.01.17 08:13:35.071289 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784
20036 2025.01.17 08:13:35.095627 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20037 2025.01.17 08:13:35.095682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
20038 2025.01.17 08:13:35.103396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
20039 2025.01.17 08:13:35.104212 [ 243 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20040 2025.01.17 08:13:35.107469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784
20041 2025.01.17 08:13:37.741899 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20042 2025.01.17 08:13:37.742125 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20043 2025.01.17 08:13:37.742205 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20044 2025.01.17 08:13:37.743069 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20045 2025.01.17 08:13:37.743117 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20046 2025.01.17 08:13:37.743550 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20047 2025.01.17 08:13:37.743814 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20048 2025.01.17 08:13:37.744018 [ 59 ] {} <Debug> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
20049 2025.01.17 08:13:37.744082 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec.
20050 2025.01.17 08:13:37.744108 [ 59 ] {} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20051 2025.01.17 08:13:37.744165 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20052 2025.01.17 08:13:37.744217 [ 260 ] {fd1fbd79-2910-4606-bbf2-d0bf71cf6532} <Debug> TCPHandler: Processed in 0.002450265 sec.
20053 2025.01.17 08:13:37.744408 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full
20054 2025.01.17 08:13:37.744493 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20055 2025.01.17 08:13:37.744545 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20056 2025.01.17 08:13:37.744581 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1474 rows starting from the beginning of the part
20057 2025.01.17 08:13:37.744704 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 1450 rows starting from the beginning of the part
20058 2025.01.17 08:13:37.744708 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20059 2025.01.17 08:13:37.744908 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20060 2025.01.17 08:13:37.744916 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 10 rows starting from the beginning of the part
20061 2025.01.17 08:13:37.745325 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part
20062 2025.01.17 08:13:37.745479 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 319 rows starting from the beginning of the part
20063 2025.01.17 08:13:37.745662 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part
20064 2025.01.17 08:13:37.746702 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20065 2025.01.17 08:13:37.746749 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20066 2025.01.17 08:13:37.747320 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20067 2025.01.17 08:13:37.747591 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20068 2025.01.17 08:13:37.747796 [ 59 ] {} <Debug> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
20069 2025.01.17 08:13:37.747881 [ 59 ] {} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20070 2025.01.17 08:13:37.747950 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20071 2025.01.17 08:13:37.748040 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003387 sec., 18895.777974608798 rows/sec., 1.47 MiB/sec.
20072 2025.01.17 08:13:37.748067 [ 190 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3365 rows, containing 5 columns (5 merged, 0 gathered) in 0.003810624 sec., 883057.4730017971 rows/sec., 77.72 MiB/sec.
20073 2025.01.17 08:13:37.748169 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full
20074 2025.01.17 08:13:37.748227 [ 262 ] {363dd66e-1267-4621-a959-bc16b50e0aaa} <Debug> TCPHandler: Processed in 0.003872626 sec.
20075 2025.01.17 08:13:37.748446 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20076 2025.01.17 08:13:37.748487 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 956 rows starting from the beginning of the part
20077 2025.01.17 08:13:37.748536 [ 260 ] {} <Trace> TCP-Session: b9f6ec40-1d43-440d-9fc0-13e5e095434c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20078 2025.01.17 08:13:37.748586 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
20079 2025.01.17 08:13:37.748812 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 893 rows starting from the beginning of the part
20080 2025.01.17 08:13:37.749139 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47424) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20081 2025.01.17 08:13:37.749267 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 5 rows starting from the beginning of the part
20082 2025.01.17 08:13:37.749403 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20083 2025.01.17 08:13:37.749613 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part
20084 2025.01.17 08:13:37.750067 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 440 rows starting from the beginning of the part
20085 2025.01.17 08:13:37.750511 [ 194 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part
20086 2025.01.17 08:13:37.751380 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20087 2025.01.17 08:13:37.751751 [ 195 ] {8f062bfe-8b89-4b38-8639-f3d9db92ef55::all_1_176_35} <Trace> oximeter.fields_string (8f062bfe-8b89-4b38-8639-f3d9db92ef55) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
20088 2025.01.17 08:13:37.752173 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
20089 2025.01.17 08:13:37.752618 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20090 2025.01.17 08:13:37.752696 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20091 2025.01.17 08:13:37.753629 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
20092 2025.01.17 08:13:37.754094 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.006062507 sec., 399504.6933554056 rows/sec., 30.61 MiB/sec.
20093 2025.01.17 08:13:37.754110 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20094 2025.01.17 08:13:37.754342 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
20095 2025.01.17 08:13:37.754344 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Selected 5 parts from all_1_159_34 to all_163_163_0
20096 2025.01.17 08:13:37.754437 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20097 2025.01.17 08:13:37.754501 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20098 2025.01.17 08:13:37.754673 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005774 sec., 27710.426047800487 rows/sec., 1.93 MiB/sec.
20099 2025.01.17 08:13:37.755219 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_159_34 to all_163_163_0 into Compact with storage Full
20100 2025.01.17 08:13:37.755317 [ 260 ] {a4933b31-5343-4dce-a587-2ea65ecb9e9e} <Debug> TCPHandler: Processed in 0.00695399 sec.
20101 2025.01.17 08:13:37.755717 [ 262 ] {} <Trace> TCP-Session: 583d685a-271f-481a-8751-bb5826cbebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20102 2025.01.17 08:13:37.755810 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20103 2025.01.17 08:13:37.756303 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20104 2025.01.17 08:13:37.756322 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20105 2025.01.17 08:13:37.756367 [ 190 ] {86b3096c-ed5b-4cf9-9911-1244be9d7625::all_1_176_35} <Trace> oximeter.fields_uuid (86b3096c-ed5b-4cf9-9911-1244be9d7625) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
20106 2025.01.17 08:13:37.756570 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20107 2025.01.17 08:13:37.756563 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_159_34, total 51212 rows starting from the beginning of the part
20108 2025.01.17 08:13:37.756816 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
20109 2025.01.17 08:13:37.757390 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part
20110 2025.01.17 08:13:37.757948 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1084 rows starting from the beginning of the part
20111 2025.01.17 08:13:37.758568 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part
20112 2025.01.17 08:13:37.759150 [ 194 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 237 rows starting from the beginning of the part
20113 2025.01.17 08:13:37.758832 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Found 6 old parts to remove. Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0]
20114 2025.01.17 08:13:37.759348 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from filesystem (serially): Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0]
20115 2025.01.17 08:13:37.760356 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20116 2025.01.17 08:13:37.760436 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20117 2025.01.17 08:13:37.761334 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
20118 2025.01.17 08:13:37.762032 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Trace> oximeter.measurements_u64 (e781cc3b-9684-4421-b645-805ad1251ee6): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20119 2025.01.17 08:13:37.762807 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006675 sec., 8988.76404494382 rows/sec., 620.32 KiB/sec.
20120 2025.01.17 08:13:37.763272 [ 262 ] {9fd9629e-f3ea-4d0e-a8bc-508641f9107f} <Debug> TCPHandler: Processed in 0.007768822 sec.
20121 2025.01.17 08:13:37.764476 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Removing 6 parts from memory: Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0]
20122 2025.01.17 08:13:37.772903 [ 201 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52853 rows, containing 5 columns (5 merged, 0 gathered) in 0.018278973 sec., 2891464.416518368 rows/sec., 195.22 MiB/sec.
20123 2025.01.17 08:13:37.773436 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Trace> MergedBlockOutputStream: filled checksums all_1_163_35 (state Temporary)
20124 2025.01.17 08:13:37.773846 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd): Renaming temporary part tmp_merge_all_1_163_35 to all_1_163_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20125 2025.01.17 08:13:37.773934 [ 196 ] {80af0315-2991-4d56-bdd5-cf81b56264bd::all_1_163_35} <Trace> oximeter.measurements_cumulativeu64 (80af0315-2991-4d56-bdd5-cf81b56264bd) (MergerMutator): Merged 5 parts: [all_1_159_34, all_163_163_0] -> all_1_163_35
20126 2025.01.17 08:13:37.774051 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB.
20127 2025.01.17 08:13:38.463046 [ 218 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20128 2025.01.17 08:13:38.463093 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20129 2025.01.17 08:13:38.464894 [ 218 ] {} <Debug> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20130 2025.01.17 08:13:39.005189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129
20131 2025.01.17 08:13:39.005876 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20132 2025.01.17 08:13:39.005921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20133 2025.01.17 08:13:39.006476 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
20134 2025.01.17 08:13:39.006741 [ 244 ] {} <Trace> system.asynchronous_metric_log (7239f242-bed1-4825-a4be-e0eda799b893): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20135 2025.01.17 08:13:39.006989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129
20136 2025.01.17 08:13:40.133821 [ 220 ] {} <Trace> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20137 2025.01.17 08:13:40.133872 [ 220 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20138 2025.01.17 08:13:40.135821 [ 220 ] {} <Debug> system.metric_log (716416bc-6dc8-44bd-8bba-6a2e7a726cb8): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
20139 2025.01.17 08:13:41.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.31 MiB, peak 292.67 MiB, free memory in arenas 0.00 B, will set to 274.31 MiB (RSS), difference: 4.00 MiB
20140 2025.01.17 08:13:41.779181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2764
20141 2025.01.17 08:13:41.782290 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20142 2025.01.17 08:13:41.782350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
20143 2025.01.17 08:13:41.784038 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
20144 2025.01.17 08:13:41.784776 [ 242 ] {} <Trace> system.query_log (a60371f2-0544-40ad-af24-0b9732de7d86): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20145 2025.01.17 08:13:41.787153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2764